News:

Create A Forum Installed

Author Topic: how to change?  (Read 1410 times)

0 Members and 1 Guest are viewing this topic.

Offline danny12

  • Newbie
  • *
  • Posts: 33
  • Karma: 0
    • View Profile

Badges: (View All)
Search Apple User Mobile User
Re: how to change?
« on: November 06, 2015, 04:09:11 pm »
i have the http

<script type='text/javascript'>
/*
Change Any Image On Page
Created by iFusion
*/
var img_b = new Array();




img_b[img_b.length++] = ["http://images.smfboards.com/ranks/rank_flower.png" , "http://i.imgbox.com/saEH8013.png"]
img_b[img_b.length++] = ["http://images.smfboards.com/ranks/rank_gifted.png" , "http://i.imgbox.com/LgstQDsZ.png"]
img_b[img_b.length++] = ["http://images.smfboards.com/ranks/rank_gold.png" , "http://i.imgbox.com/AojGCB0Z.png"]
img_b[img_b.length++] = ["http://images.smfboards.com/ranks/rank_peace.png" , "http://i.imgbox.com/bonAaNNH.png"]
img_b[img_b.length++] = ["http://images.smfboards.com/ranks/rank_prof.png" ,"http://i.imgbox.com/On34fQ37.png"]
img_b[img_b.length++] = ["http://images.smfboards.com/ranks/rank_sweet.png" , "http://i.imgbox.com/MuGM3vFd.png"]








var all_images = document.getElementsByTagName('IMG');
for(i=0;i<all_images.length;i++){
for(j=0;j<img_b.length;j++){
   if(all_images.src == img_b[j][0]){
     all_images.src = img_b[j][1];
}}}
</script>
<script type='text/javascript'>
/*
Change Any Image On Page
Created by iFusion
*/
var img_b = new Array();


img_b[img_b.length++] = ['http://images.smfboards.com/ranks/rank_flower.png' , 'http://i.imgbox.com/LgstQDsZ.png']


var all_images = document.getElementsByTagName('IMG');
for(i=0;i<all_images.length;i++){
for(j=0;j<img_b.length;j++){
   if(all_images.src == img_b[j][0]){
     all_images.src = img_b[j][1];
}}}
</script>
« Last Edit: November 06, 2015, 04:47:56 pm by danny12 »

 

Related Topics

  Subject / Started by Replies Last post
39 Replies
9916 Views
Last post November 02, 2010, 11:04:04 pm
by aIURbliS
0 Replies
429 Views
Last post March 09, 2012, 08:42:42 pm
by Griff Grof
1 Replies
270 Views
Last post April 21, 2012, 10:50:20 pm
by aIURbliS
2 Replies
258 Views
Last post October 11, 2012, 11:39:37 pm
by LOCOMODDING
2 Replies
366 Views
Last post May 01, 2016, 02:42:47 pm
by CreateAForum