SMF For Free Support Forum
Signup For Free Forum
August 30, 2008, 12:46:04 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: [Code] Hide MySQL, PHP and W3C images  (Read 701 times)
0 Members and 1 Guest are viewing this topic.
webworldx
Code Master's
***
Offline Offline

Posts: 24



View Profile WWW
« on: June 26, 2006, 09:31:47 am »

Code:
<script type='text/javascript'>
var iImages = document.getElementsByTagName('IMG');
for(i=iImages.length-1;i>0;i--){
  if(iImages[i].getAttribute('alt').match(/(powered|valid)/i) != null){
   iImages[i].parentNode.style.display="none";
  }
}
</script>

Add into your footer.  Should work on all themes - although I tested it on 5 or 6. Let me know if there's any problems.
« Last Edit: August 27, 2007, 08:58:04 pm by simply sibyl » Logged

Crasy
Global Moderator
*
Online Online

Posts: 3275


I Approve of this Message


View Profile
« Reply #1 on: June 26, 2006, 11:41:41 am »

Again, thanks! Works on the default theme(I'm guessing you've already tested that)
Logged

DC
SMF For Free Sr. Member
*
Offline Offline

Posts: 295



View Profile
« Reply #2 on: June 26, 2006, 12:08:19 pm »

works on the yabb theme Wink
Logged

Crasy
Global Moderator
*
Online Online

Posts: 3275


I Approve of this Message


View Profile
« Reply #3 on: September 11, 2006, 06:57:03 pm »

Just used it again for another site.
Logged

arniel
SMF For Free Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #4 on: May 23, 2007, 10:09:01 am »

ahmm? sir? can you make another code? because it does not work for my site...i hope you can help me..thanks....
here is my site >> www.gigatest.net.tc
Logged
Crasy
Global Moderator
*
Online Online

Posts: 3275


I Approve of this Message


View Profile
« Reply #5 on: May 23, 2007, 02:10:09 pm »

I don't think those images even exist anymore...
They're gone now automatically.
Logged

arniel
SMF For Free Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #6 on: May 24, 2007, 11:12:37 pm »

wat do you mean??? plzz help me?
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 7941


I am not a dude!


View Profile WWW
« Reply #7 on: May 24, 2007, 11:39:51 pm »

wat do you mean??? plzz help me?

the code hides images that are already hidden at your forum.
You do not need the code
Logged



Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.413 seconds with 17 queries.