Help - Search - Members - Calendar
Full Version: Ad Fader
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
Pages: 1, 2
largosama
Well.. First Post

Since Ad removes can get you banned, I don't think you can if the ad is faded right? So you can reduce the opacity down to whatever and voila.

Change the area of opacity

CODE
<!-- begin code provided by createblog.com -->
<script>
function opaque(){
banner = document.body.firstChild.firstChild.getElementsByTagName('table')[0];
banner.style.filter = "alpha(opacity=#)"
}
setTimeout("opaque()",1);
</script>
<!-- end code provided by createblog.com -->


Really sorry If I wasted server space by reposting pinch.gif
kwasygurl7
does this go at the top? custom and header

ill try it tongue.gif
AngelicEyz00
happy.gif Nice, I think I'll try this... Is there a way that I can fade it to like a different color? huh.gif
AngelicEyz00
Paste it under Website stats. I tried it in the Custom header section, and it made everything in my boxed Xanga opaque, so I pasted it in the Web Stats and It worked _smile.gif
Just_Dream
very cool! It makes your xanga look a little better, without really breaking any rules =)
NatiMarie
where do i change the # of opacity...? I'm confused.
AngelicEyz00
QUOTE(NaTiMaRiE @ Mar 6 2004, 8:09 PM)
where do i change the # of opacity...? I'm confused.

You would change the actual code....

CODE
<!-- begin code provided by createblog.com -->
<script>
function opaque(){
banner = document.body.firstChild.firstChild.getElementsByTagName('table')[0];
banner.style.filter = "alpha(opacity=#)"
}
setTimeout("opaque()",1);
</script>
<!-- end code provided by createblog.com -->


To something like this...

CODE
<!-- begin code provided by createblog.com -->
<script>
function opaque(){
banner = document.body.firstChild.firstChild.getElementsByTagName('table')[0];
banner.style.filter = "alpha(opacity=50)"
}
setTimeout("opaque()",1);
</script>
<!-- end code provided by createblog.com -->


Just replace the # symbol (which is in like the middle line) with an actual number
S0ULd0UT
wow i didnt know that you can banned from having the ad removir html !! cool code!
corinn
wow qood idea! :] i still can't believe that you can qet banned..over a stupid ad. stubborn.gif
ViEtDrAgOn
wuts the highest u could go to? huh.gif
AngelicEyz00
QUOTE(ViEtDrAgOn @ Mar 6 2004, 9:38 PM)
wuts the highest u could go to? huh.gif

I dunno, but having it set to ZERO opacity isn't exactly using the code to terminate the ad whistling.gif But I have it set to 50 ermm.gif
NatiMarie
Hmm...I don't understand why it's not working for me. I put it in the Custom and Header, then I tried Website Stats...but it didn't work. sad.gif
shortdude106
<!-- begin code provided by createblog.com -->
<script>
function opaque(){
banner = document.body.firstChild.firstChild.getElementsByTagName('table')[0];
banner.style.filter = "alpha(opacity=#)"
}
setTimeout("opaque()",1);
</script>
<!-- end code provided by createblog.com -->

change wutz in red to a number (0-100, 0 iz da most transparent, 100 iz no transparency) and it shud work

very nice code btw! laugh.gif _smile.gif
LuShuZxLaNa
QUOTE(largosama @ Mar 6 2004, 8:32 PM)
Well.. First Post

Since Ad removes can get you banned, I don't think you can if the ad is faded right? So you can reduce the opacity down to whatever and voila.

Change the area of opacity

CODE
<!-- begin code provided by createblog.com -->
<script>
function opaque(){
banner = document.body.firstChild.firstChild.getElementsByTagName('table')[0];
banner.style.filter = "alpha(opacity=#)"
}
setTimeout("opaque()",1);
</script>
<!-- end code provided by createblog.com -->


Really sorry If I wasted server space by reposting pinch.gif

wow............. i like!!
LuShuZxLaNa
QUOTE(LuShuZxLaNa @ Mar 7 2004, 2:54 AM)
wow............. i like!!

er, it wont work =(
insertusername
Great script! Thanks.
Kensei
cool.gif Awesome Script....Thanks
NatiMarie
It worked...stupid me did something wrong haha. COOL SCRIPT! Bye!
phee
ooh.. this is so kool. lol.. im lyke pleying with tha opacitys now.. lol. its fun.. eniiwaisee thenxx A L0T fer tha script ! XD its GREEEEEATTT !!
starsndreams
cool thanks... the ad remover works on and off... not reliable. :)
Eternal-D
Nice work! (hope this is not a spam)
peanutbutterbbb
thats cool!
cville_pimp
that's pretty cool, so u can change the opacity to 0 and have no banner, but....then there is a big space at the top...but i just put it at 35% and it looks good...thanx for the code!
ZxaZnxbanGzxZ
dont wry bout me..im just adding dis post 4 my 50 posts....for uploader..dis is rly cool doe....thx 4 da code!
purrli
how would xanga know if you take out their banner?
Cool script, by the way.
Fireshrieker
can you fade the ad to white?

EDIT- Never mind, I just changed the opacity to 0 and there is no ad anymore

yay!
CheerKitty
Wow really nice code. I've been looking for something like this for awhile.
A side question: by changing the opacity to 0 (basically making the ad not show up), could you still get banned?
Misfire
lol andrew, looks like u joined this community

nice script
GreenMonke
cool code, but it not working... do i put it in the website stats? r the custom header?
brooklyngirl119
if i put this code on my page my blink boxes get faded and the ad is still there and not faded
babieblu
try putting it in at the end of all ur codes in the website stats.. it shouldn't affect anything..

o.. n by making the opacity to 0, there is no difference w/ this n removing the banner.. so wut's the point? this works nicely by not clashing greatly with your layout but still supporting xanga :] so plz dun't change the opacity to 0!
SmIleOrEo
Thank you for this script! I love it!
largosama
DANNY!!!! biggrin.gif (misfire) Wassap dude?? lol...
Wow.. I just went to sleep, went to church, took a nap, and theres 2 pages of replies.

Anyway.. you put it in the website stats, and here's what mine looks like: (change where the opacity= to whatever you want... sorry I didn't specify where to change. This was at 1:30 at night (hehe.. finishing my anime)

CODE
<!-- begin code provided by createblog.com -->
<script>
function opaque(){
banner = document.body.firstChild.firstChild.getElementsByTagName('table')[0];
banner.style.filter = "alpha(opacity=5)"
}
setTimeout("opaque()",1);
</script>
<!-- end code provided by createblog.com -->
bakachild
THNKS!
largosama
Don;t be evil and set it to 0 stubborn.gif
sylentrebel
this is a great code...heh, just wanted to show my appreciation happy.gif

just wondering, the alpha code is unstable for many people when they try to make their blogs transparent, (me included) will this also be 'unstable?'

its really very annoying to have part of your blog disappear, so far i havent noticed this with this script, but then why would it be stable and the other part not?

yea, idk if anyone can answer this, but yea...

oh..and does this work in mozilla or opera?
Fireshrieker
QUOTE(babieblu @ Mar 7 2004, 2:45 PM)
try putting it in at the end of all ur codes in the website stats.. it shouldn't affect anything..

o.. n by making the opacity to 0, there is no difference w/ this n removing the banner.. so wut's the point? this works nicely by not clashing greatly with your layout but still supporting xanga :] so plz dun't change the opacity to 0!

well... the ad may not show up, but the link is still there whistling.gif
fabbitypo
man dat's awesome =) thz v much
Ladii_Stef
That's Really Cool. I'm Goin To Try It On Mai [X]anga.
aznmunki
hay...does dis act6ually wrk??...... huh.gif
AngelicEyz00
Most of the time, this script makes the banner opaque, but sometimes it makes the blogs in my boxed Xanga opaque ermm.gif But i still love the code _smile.gif
BeTTeRDaIz
lmao if u have xanga premium u dun have a banner
largosama
filter:alpha(opacity) is a microsoft invention.. therefore it only works in microsoft technologies. If you view a site that is based on opacity in say.. mozilla firebird, itll look pretty ugly
espressive
it didn't fade the ad. it faded evrything on my xanga site EXCEPT the ad
dumball
it doesn't work for me
faithin_felix
OMG, and i disabled the banner...yikes! that really stinks
Maria
wow nice .. hope this isn`t spamming, so i`ll add more.

occasionally [rarely, actually] there`s an error, but i think that has something to do with the loading?? i don`t know. never mind. tongue.gif
micron
This script is a no-no! .\ /.
(Sorry guys for being away for so long. Just another couple of days, and I promise I'll come back to life! Until then, take care. And listen Ginadaqueen and Krnxswat! Be good!)
Just_Dream
QUOTE(micron @ Mar 7 2004, 8:48 PM)
This script is a no-no! .\ /.
(Sorry guys for being away for so long. Just another couple of days, and I promise I'll come back to life! Until then, take care. And listen Ginadaqueen and Krnxswat! Be good!)

is it very bad? =( Should I take it off/ Probably.. but people can still see the ad for mines =T
xjjajeengx
QUOTE(micron @ Mar 7 2004, 8:48 PM)
This script is a no-no! .\ /.
(Sorry guys for being away for so long. Just another couple of days, and I promise I'll come back to life! Until then, take care. And listen Ginadaqueen and Krnxswat! Be good!)

AHHHHHHHHHH happy.gif MICRONS ALIVE~!!! laugh.gif
hurry and come back micron!! _smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.