Log In · Register

 
3 Pages V   1 2 3 >  
Closed TopicStart new topic
Ad Fader, First Post
largosama
post Mar 6 2004, 08:32 PM
Post #1


Happy Person
******

Group: Member
Posts: 1,729
Joined: Feb 2004
Member No: 4,674



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
post Mar 6 2004, 10:48 PM
Post #2


Senior Member
***

Group: Member
Posts: 66
Joined: Mar 2004
Member No: 6,082



does this go at the top? custom and header

ill try it tongue.gif
 
*AngelicEyz00*
post Mar 6 2004, 10:55 PM
Post #3





Guest






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*
post Mar 6 2004, 10:59 PM
Post #4





Guest






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
post Mar 6 2004, 11:04 PM
Post #5


durian
********

Group: Staff Alumni
Posts: 13,124
Joined: Feb 2004
Member No: 3,860



very cool! It makes your xanga look a little better, without really breaking any rules =)
 
*NatiMarie*
post Mar 6 2004, 11:09 PM
Post #6





Guest






where do i change the # of opacity...? I'm confused.
 
*AngelicEyz00*
post Mar 6 2004, 11:14 PM
Post #7





Guest






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
post Mar 7 2004, 12:35 AM
Post #8


AYYEEEE =]
****

Group: Member
Posts: 103
Joined: Feb 2004
Member No: 5,377



wow i didnt know that you can banned from having the ad removir html !! cool code!
 
corinn
post Mar 7 2004, 12:37 AM
Post #9


Member
**

Group: Member
Posts: 16
Joined: Feb 2004
Member No: 4,565



wow qood idea! :] i still can't believe that you can qet banned..over a stupid ad. stubborn.gif
 
ViEtDrAgOn
post Mar 7 2004, 12:38 AM
Post #10


ViEtDrAgOn
***

Group: Member
Posts: 32
Joined: Feb 2004
Member No: 4,276



wuts the highest u could go to? huh.gif
 
*AngelicEyz00*
post Mar 7 2004, 12:40 AM
Post #11





Guest






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*
post Mar 7 2004, 02:02 AM
Post #12





Guest






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
post Mar 7 2004, 02:46 AM
Post #13


1 crazed bastard...
***

Group: Member
Posts: 78
Joined: Jan 2004
Member No: 2,119



<!-- 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
post Mar 7 2004, 02:54 AM
Post #14


LuShuZxLaNa
*****

Group: Member
Posts: 606
Joined: Feb 2004
Member No: 2,854



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
post Mar 7 2004, 02:57 AM
Post #15


LuShuZxLaNa
*****

Group: Member
Posts: 606
Joined: Feb 2004
Member No: 2,854



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

er, it wont work =(
 
insertusername
post Mar 7 2004, 03:03 AM
Post #16


Senior Member
****

Group: Member
Posts: 184
Joined: Jan 2004
Member No: 1,212



Great script! Thanks.
 
Kensei
post Mar 7 2004, 03:11 AM
Post #17


Senior Member
***

Group: Member
Posts: 51
Joined: Jan 2004
Member No: 2,155



cool.gif Awesome Script....Thanks
 
*NatiMarie*
post Mar 7 2004, 03:38 AM
Post #18





Guest






It worked...stupid me did something wrong haha. COOL SCRIPT! Bye!
 
phee
post Mar 7 2004, 03:41 AM
Post #19


Newbie
*

Group: Member
Posts: 6
Joined: Feb 2004
Member No: 3,946



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
post Mar 7 2004, 06:22 AM
Post #20


Newbie
*

Group: Member
Posts: 4
Joined: Feb 2004
Member No: 3,421



cool thanks... the ad remover works on and off... not reliable. :)
 
Eternal-D
post Mar 7 2004, 08:56 AM
Post #21


undreamed
**

Group: Member
Posts: 17
Joined: Feb 2004
Member No: 4,243



Nice work! (hope this is not a spam)
 
peanutbutterbbb
post Mar 7 2004, 09:34 AM
Post #22


Senior Member
*****

Group: Member
Posts: 383
Joined: Mar 2004
Member No: 6,539



thats cool!
 
cville_pimp
post Mar 7 2004, 11:39 AM
Post #23


Member
**

Group: Member
Posts: 16
Joined: Mar 2004
Member No: 6,059



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
post Mar 7 2004, 11:41 AM
Post #24


**-=| banGzx7 |=-**
*

Group: Member
Posts: 1
Joined: Feb 2004
Member No: 3,412



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
post Mar 7 2004, 11:57 AM
Post #25


Member
**

Group: Member
Posts: 20
Joined: Feb 2004
Member No: 3,100



how would xanga know if you take out their banner?
Cool script, by the way.
 
Fireshrieker
post Mar 7 2004, 12:52 PM
Post #26


Feh... I want ramen!!
*****

Group: Member
Posts: 928
Joined: Feb 2004
Member No: 3,203



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
post Mar 7 2004, 12:58 PM
Post #27


Member
**

Group: Member
Posts: 10
Joined: Mar 2004
Member No: 6,515



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
post Mar 7 2004, 01:27 PM
Post #28


Newbie
*

Group: Member
Posts: 6
Joined: Jan 2004
Member No: 660



lol andrew, looks like u joined this community

nice script
 
GreenMonke
post Mar 7 2004, 01:39 PM
Post #29


Newbie
*

Group: Member
Posts: 4
Joined: Mar 2004
Member No: 6,482



cool code, but it not working... do i put it in the website stats? r the custom header?
 
brooklyngirl119
post Mar 7 2004, 02:29 PM
Post #30


tough new yorker chic
**

Group: Member
Posts: 21
Joined: Feb 2004
Member No: 5,044



if i put this code on my page my blink boxes get faded and the ad is still there and not faded
 
babieblu
post Mar 7 2004, 02:45 PM
Post #31


Senior Member
***

Group: Member
Posts: 46
Joined: Feb 2004
Member No: 4,016



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
post Mar 7 2004, 02:50 PM
Post #32


Newbie
*

Group: Member
Posts: 1
Joined: Mar 2004
Member No: 6,183



Thank you for this script! I love it!
 
largosama
post Mar 7 2004, 02:53 PM
Post #33


Happy Person
******

Group: Member
Posts: 1,729
Joined: Feb 2004
Member No: 4,674



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
post Mar 7 2004, 03:36 PM
Post #34


Senior Member
***

Group: Member
Posts: 41
Joined: Feb 2004
Member No: 4,907



THNKS!
 
largosama
post Mar 7 2004, 04:16 PM
Post #35


Happy Person
******

Group: Member
Posts: 1,729
Joined: Feb 2004
Member No: 4,674



Don;t be evil and set it to 0 stubborn.gif
 
sylentrebel
post Mar 7 2004, 05:07 PM
Post #36


§γℓзŋτяεßэι
***

Group: Member
Posts: 32
Joined: Feb 2004
Member No: 3,477



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
post Mar 7 2004, 05:19 PM
Post #37


Feh... I want ramen!!
*****

Group: Member
Posts: 928
Joined: Feb 2004
Member No: 3,203



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
post Mar 7 2004, 05:45 PM
Post #38


Newbie
*

Group: Member
Posts: 1
Joined: Mar 2004
Member No: 6,461



man dat's awesome =) thz v much
 
Ladii_Stef
post Mar 7 2004, 05:46 PM
Post #39


Senior Member
***

Group: Member
Posts: 34
Joined: Feb 2004
Member No: 3,575



That's Really Cool. I'm Goin To Try It On Mai [X]anga.
 
aznmunki
post Mar 7 2004, 05:58 PM
Post #40


fREsh from HK
***

Group: Member
Posts: 62
Joined: Feb 2004
Member No: 3,649



hay...does dis act6ually wrk??...... huh.gif
 
*AngelicEyz00*
post Mar 7 2004, 05:59 PM
Post #41





Guest






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
post Mar 7 2004, 07:08 PM
Post #42


After The Night Theres A Brighter Day.
***

Group: Member
Posts: 54
Joined: Feb 2004
Member No: 4,151



lmao if u have xanga premium u dun have a banner
 
largosama
post Mar 7 2004, 07:20 PM
Post #43


Happy Person
******

Group: Member
Posts: 1,729
Joined: Feb 2004
Member No: 4,674



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
post Mar 7 2004, 07:48 PM
Post #44


and so it is
******

Group: Human
Posts: 1,304
Joined: Feb 2004
Member No: 3,085



it didn't fade the ad. it faded evrything on my xanga site EXCEPT the ad
 
*dumball*
post Mar 7 2004, 08:19 PM
Post #45





Guest






it doesn't work for me
 
faithin_felix
post Mar 7 2004, 08:36 PM
Post #46


Feeel X
******

Group: Member
Posts: 2,814
Joined: Jan 2004
Member No: 1,498



OMG, and i disabled the banner...yikes! that really stinks
 
Maria
post Mar 7 2004, 08:41 PM
Post #47


Senior Member
***

Group: Member
Posts: 70
Joined: Jan 2004
Member No: 969



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
post Mar 7 2004, 08:48 PM
Post #48


cb's #1 fan! =)
******

Group: Advisor
Posts: 2,342
Joined: Nov 2003
Member No: 1



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
post Mar 7 2004, 08:59 PM
Post #49


durian
********

Group: Staff Alumni
Posts: 13,124
Joined: Feb 2004
Member No: 3,860



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
post Mar 7 2004, 09:09 PM
Post #50


advanced newbie... S2
*******

Group: Member
Posts: 3,504
Joined: Jan 2004
Member No: 752



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
 
post Mar 16 2004, 12:51 AM
Post #51





Group:
Posts: 0
Joined: --
Member No: 0



its a nice script [=
 

3 Pages V   1 2 3 >
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: