Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Gir

Pages: 1 [2] 3 4 5 ... 8
16
Graphics / Re: Gir's Signature Shop
« on: October 05, 2009, 10:16:17 pm »
Sure. ;)

17
Graphics / Re: Andrew's rank image request thread
« on: October 05, 2009, 09:08:10 pm »
i followed the guide u told me to look at 2 post before... and i got a code... but then i tried to do it separately for each one...
this is the code...


Code: [Select]
<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/dl_ranks2/rank_mvp.gif" , "http://i34.tinypic.com/rayazm.gif" ]

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[i].src == img_b[j][0]){
     all_images[i].src = img_b[j][1];
}}}
</script>

Code: [Select]
<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/dl_ranks2/rank_mvp.gif" , "http://i35.tinypic.com/6hibli.gif" ]

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[i].src == img_b[j][0]){
     all_images[i].src = img_b[j][1];
}}}
</script>

Code: [Select]
<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/dl_ranks2/rank_mvp.gif" , "http://i36.tinypic.com/2nvrwif.gif" ]

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[i].src == img_b[j][0]){
     all_images[i].src = img_b[j][1];
}}}
</script>

Code: [Select]
<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/dl_ranks2/rank_moderator.gif" , "http://i38.tinypic.com/28irrc2.gif" ]

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[i].src == img_b[j][0]){
     all_images[i].src = img_b[j][1];
}}}
</script>

Code: [Select]
<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/dl_ranks2/rank_moderator.gif" , "http://i38.tinypic.com/2hrlwqt.gif" ]

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[i].src == img_b[j][0]){
     all_images[i].src = img_b[j][1];
}}}
</script>

Code: [Select]
<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/dl_ranks2/rank_postwhore.gif" , "http://i33.tinypic.com/dc576e.gif" ]

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[i].src == img_b[j][0]){
     all_images[i].src = img_b[j][1];
}}}
</script>

Code: [Select]
<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/dl_ranks2/rank_postwhore.gif" , "i35.tinypic.com/145ue9.gif" ]

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[i].src == img_b[j][0]){
     all_images[i].src = img_b[j][1];
}}}
</script>

and this is the result....




First off...
You don't do it separately you do them all in one code. ;)

18
Graphics / Re: DzinstaR's Free Logos
« on: October 05, 2009, 08:41:12 pm »
Can i get Logo #5 with the forum called Ink Drop

:D

19
Graphics / Re: Two Signature's.
« on: October 05, 2009, 07:57:03 pm »
Whoops keep forgetting. Sorry... :/

20
Graphics / Re: Two Signature's.
« on: October 04, 2009, 10:45:28 pm »
Thanks for the input. ;)

21
General Support / Re: Oops! This link appears to be broken!
« on: October 04, 2009, 09:24:28 pm »
Lol,
Glad to hear.
I have the google chrome beta for my mac.
Can't wait until the full version is out.

22
Graphics / Two Signature's.
« on: October 04, 2009, 09:23:11 pm »
Which is better?

V1:


V2:


CnC.

23
General Support / Re: Oops! This link appears to be broken!
« on: October 04, 2009, 09:16:09 pm »
Works perfectly for me. :o
Must be fixed now.

24
Graphics / Re: [Request] Banner Needed [Request]
« on: October 04, 2009, 07:19:14 pm »
Can you elaborate a little more for me?
Are the first 3 for banners?

25
Guides and Tutorials / Re: [Guide]Living Avatars Guide
« on: October 04, 2009, 07:08:31 pm »
Good job on this guide.
It hopefully will help plenty of people.
:)

26
Guides and Tutorials / Re: [Guide] How to Use Your Own Rank Images
« on: October 04, 2009, 07:07:35 pm »
I'm not positive if i've given feedback on this so,
o.O
whatever i will anyway.

I think some people just don't get the hang of it as soon as others.
I knew i had a hard time doing this the first time but it's easier now.

Good job overall. ;)

27
Guides and Tutorials / Re: [guide]Forum Glossary/Definitions
« on: October 04, 2009, 07:05:09 pm »
I like this.
Good job. ;)

28
Graphics / Re: Gfx Terms
« on: October 04, 2009, 05:45:54 pm »
Your welcome.
Glad it helped you. ;)

29
Graphics / Re: Gir's Ipawds
« on: October 04, 2009, 05:45:23 pm »
Lol.
I think i might make another one similar to this one.
;)
 

30
Graphics / Re: ForeverReign Wallpaper V1
« on: October 04, 2009, 05:44:22 pm »
Yeah,
I do use gimp now.
;)

Pages: 1 [2] 3 4 5 ... 8