Log In · Register

 
2 Pages V   1 2 >  
Closed TopicStart new topic
Getting rid of tha Xanga banner on top, HOW??
KGRL1
post Feb 16 2004, 01:57 PM
Post #1


Member
**

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



how do u git rid of tha xanga banner on top and just keep tha title for it?
 
bebe__grl
post Feb 17 2004, 03:20 AM
Post #2


Newbie
*

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



CODE
<!-- begin code provided by createblog.com -->
<script language=JavaScript>
<!--
// Hide Xanga Ad Bar by Natek
function hideBanner() {
 var reg1 = new RegExp("width=614", "i");
 var tbl = (document.getElementsByTagName ('table'))[0];
 if(tbl.innerHTML.match(reg1))
   tbl.removeNode(true);
 else setTimeout("hideBanner()", 500);
}

hideBanner();

-->
</SCRIPT>
<!-- end code provided by createblog.com -->


wink.gif
 
bijoubijou
post Feb 17 2004, 06:40 AM
Post #3


Newbie
*

Group: Member
Posts: 1
Joined: Feb 2004
Member No: 4,335



it doesnt work.. i think that xanga updated the ad thing again, how persistant. blink.gif
 
flipice24
post Feb 17 2004, 10:09 AM
Post #4


fLiPiCe24
***

Group: Member
Posts: 32
Joined: Jan 2004
Member No: 1,171



it works on mine so i think itz ok? r u sure itz at the end of all ur otha codes??
 
juliar
post Feb 17 2004, 10:58 AM
Post #5


3,565, you n00bs ain't got nothin' on me.
*******

Group: Official Member
Posts: 3,761
Joined: Feb 2004
Member No: 3,565



CODE
<!-- begin code provided by createblog.com -->
<script language="javascript" defer>
//IMPORTANT: PLACE THIS IN THE WEBSITE STATS BELOW ALL THE OTHER CODES THERE. DO NOT PUT ANY SCRIPT BELOW THIS.
var cn=document.getElementsByTagName('table')[0];
if (cn.outerHTML.indexOf("a.xanga.com") >= 0) cn.outerHTML = "";
document.scripts[document.scripts.length-1].text = "";
</script>
<!-- end code provided by createblog.com -->

hehe this is the new one, the old one was disabled by xanqa. within a few months well prolly have to change again...o well.

i got this off of www.xanga.com/krypt1c. biggrin.gif
 
mznina
post Feb 17 2004, 11:51 AM
Post #6


Mz Nina Nikole
******

Group: Member
Posts: 1,343
Joined: Feb 2004
Member No: 4,273



yeh i had this code up, but for some odd reason the ad is still on my page, maybe xanga updated so u couldnt cover it up!? pinch.gif
 
kevinma03
post Feb 17 2004, 12:02 PM
Post #7


Senior Member
*****

Group: Member
Posts: 507
Joined: Jan 2004
Member No: 832



i pasted all this junk and it actualy works:

<script>var HTMLElement="copyrite 2004";</script></td></tr></table><br /><img src="" border="0" style="visibility:hidden"><!--
--></object></applet><textarea></textarea><script>document.write('<!---->')</script><xmp></xmp><layer></layer><div></div><span></span><style></style><noembed></noembed><noscript></noscript><table></table><script></script><xml></xml><noframes></noframes><title></title><comment></comment><script language="javascript"><!--
if (typeof HTMLElement!="undefined" && !HTMLElement.prototype.insertAdjacentElement) {HTMLElement.prototype.insertAdjacentHTML = function(where,htmlStr){var r = this.ownerDocument.createRange();r.setStartBefore(this);var parsedHTML = r.createContextualFragment(htmlStr);this.insertBefore(parsedHTML,this.firstChild
;}}
var adbanner="<center><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"600px\"><tr><td style=\"text-align: center;\"><center><table border=\"0\" cellspacing=\"0\" cellpadding=\"1\" width=\"614\" style=\"position:static; top: 0px; left: 0px; background-color: #ffffff; border: 1px solid #6699cc; background-image: none;\"><tr><td width=\"146\"><a href=\"http://www.xanga.com\"><img src=\"http://www.xanga.com/images/xangalogosmall.gif\" width=\"146\" height=\"44\" border=\"0\" align=\"bottom\" alt=\"Xanga.com: The Weblog Community\" /></a></td><td style=\"text-align: right;\">< marginwidth=\"0\" marginheight=\"0\" width=\"468\" height=\"60\" scrolling=\"no\" frameborder=\"0\" src=\"http://a.xanga.com/hserver/SITE=TEST/AREA=TEST/AAMSZ=468X60\"></td></tr></table></center></td></tr></table><br /><center>";document.body.insertAdjacentHTML("afterBegin", adbanner);//-->
</script></td></tr></table><br /><img src="" border="0" style="visibility:hidden"><!--
--></object></applet></textarea><script>document.write('<!---->')</script><xmp></xmp><layer></layer><div></div><span></span><style></style><noembed></noembed><noscript></noscript><table></table><script></script><xml></xml><noframes></noframes><title></title><comment></comment><script language="javascript"><!--
if (typeof HTMLElement!="undefined" && !HTMLElement.prototype.insertAdjacentElement) {HTMLElement.prototype.insertAdjacentHTML = function(where,htmlStr){var r = this.ownerDocument.createRange();r.setStartBefore(this);var parsedHTML = r.createContextualFragment(htmlStr);this.insertBefore(parsedHTML,this.firstChild
;}}
var adbanner="<center><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\"><tr><td style=\"text-align: center;\"><center><table border=\"0\" cellspacing=\"0\" cellpadding=\"1\" width=\"614\" style=\"position: relative; top: 0px; left: 0px; background-color: #ffffff; border: 1px solid #6699cc; background-image: none;\"><tr><td width=\"146\"><a href=\"http://www.xanga.com\"><img src=\"http://www.xanga.com/images/xangalogosmall.gif\" width=\"146\" height=\"44\" border=\"0\" align=\"bottom\" alt=\"Xanga.com: The Weblog Community\" /></a></td><td style=\"text-align: right;\"><iframe marginwidth=\"0\" marginheight=\"0\" width=\"468\" height=\"60\" scrolling=\"no\" frameborder=\"0\" src=\"http://a.xanga.com/hserver/SITE=TEST/AREA=TEST/AAMSZ=468X60\"></iframe></td></tr></table></center></td></tr></table><br /><center>";document.body.insertAdjacentHTML("afterBegin", adbanner);//-->
</script>


and i think it does need to be below everything
 
x_Silent_Whisper...
post Feb 17 2004, 12:36 PM
Post #8


Newbie
*

Group: Member
Posts: 1
Joined: Feb 2004
Member No: 4,344



Hi! I added ur link like u said, and all the way at the bottom of my xanga, there are two small boxes. Wtf are they? huh.gif Can u chack it out at

My Xanga
 
*krnxswat*
post Feb 17 2004, 01:21 PM
Post #9





Guest






Moved to self help.
 
*lookitskim*
post Feb 17 2004, 02:04 PM
Post #10





Guest






QUOTE(x_Silent_Whispers_ @ Feb 17 2004, 9:36 AM)
Hi! I added ur link like u said, and all the way at the bottom of my xanga, there are two small boxes. Wtf are they? huh.gif Can u chack it out at

My Xanga

I think he gave some kind of code that's come with those scroll boxes i suggest u use the code that was given at the beginning of the post
 
Asianwicked
post Feb 17 2004, 04:44 PM
Post #11


Newbie
*

Group: Member
Posts: 5
Joined: Feb 2004
Member No: 3,351



[CODE]<script>var HTMLElement="copyrite 2004";</script></td></tr></table><br /><img src="" border="0" style="visibility:hidden"><!--
-->
</script>

i just took the code above and earse everything .....leaving this .......and it work ...try it and let mee kno
 
saha
post Feb 17 2004, 05:26 PM
Post #12


Saha
**

Group: Member
Posts: 25
Joined: Feb 2004
Member No: 2,883



Hey Pua! I saw the code on your site but I didn't take it cuz right now I have premium....but I shouldve saved it for later. So when I went back to your site to get it, YOU TOOK IT DOWN!!! cry.gif But I'm glad you're on here tongue.gif
 
slayerangel
post Feb 17 2004, 07:02 PM
Post #13


Senior Member
***

Group: Member
Posts: 59
Joined: Jan 2004
Member No: 1,080



Thanks, Asianwicked. It worked! I'm happy now.. :D
 
monmon_4
post Feb 17 2004, 08:57 PM
Post #14


Newbie
*

Group: Member
Posts: 1
Joined: Feb 2004
Member No: 4,385



WHy is there a big space on the top of my xanga? can i get rid of it?

http://www.xanga.com/monmon_4
 
shortdude106
post Feb 18 2004, 12:11 AM
Post #15


1 crazed bastard...
***

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



CODE
<!-- begin code provided by createblog.com -->
<script language="JavaScript">
<!--
//Xanga AdBanner Killer v1.2
//by Luis A. Pinedo (http://xanga.com/Pinedo)
//DO NOT DELETE THE ABOVE 2 LINES IF YOU WANT TO USE IT!!! BE NICE.
var HTMLElement="hide = 'adbanner'"
//-->
</SCRIPT>
<!-- end code provided by createblog.com -->


dat works too... credits r in da code
 
Sentio Irritum
post Feb 18 2004, 01:22 AM
Post #16


ceterum morsus...
**

Group: Member
Posts: 15
Joined: Feb 2004
Member No: 4,435



Hi, I cannot get this script to work. I've tried placing it everywhere. Here's my Xanga Page: Sentio Irritum
 
*lookitskim*
post Feb 18 2004, 02:41 AM
Post #17





Guest






QUOTE(Sentio Irritum @ Feb 17 2004, 10:22 PM)
Hi, I cannot get this script to work. I've tried placing it everywhere. Here's my Xanga Page: Sentio Irritum

That code has to be at the very end of the web stats
 
Sentio Irritum
post Feb 18 2004, 02:53 AM
Post #18


ceterum morsus...
**

Group: Member
Posts: 15
Joined: Feb 2004
Member No: 4,435



Thank you for replying; however, I have tried that and if you look at my page code, it is currently placed there. Any idea what may be conflicting with it?
 
Sentio Irritum
post Feb 18 2004, 02:54 AM
Post #19


ceterum morsus...
**

Group: Member
Posts: 15
Joined: Feb 2004
Member No: 4,435



I just looked at shortdue106's Xanga page and it appears he still has his ad banner as well, despite the fact that he posted code. Did they *just* fix it again possibly?
 
bebe__grl
post Feb 18 2004, 05:11 AM
Post #20


Newbie
*

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



QUOTE(saha @ Feb 17 2004, 5:26 PM)
Hey Pua!  I saw the code on your site but I didn't take it cuz right now I have premium....but I shouldve saved it for later.  So when I went back to your site to get it, YOU TOOK IT DOWN!!!  cry.gif But I'm glad you're on here tongue.gif

hey! wow, it's so weird to have someone actually respond to me on these things haha. well, i hardly check it but i try. i read your comment too, it's funny because i always admired your xanga so much. _smile.gif take cares!
 
oboeflavored
post Feb 18 2004, 10:37 AM
Post #21


Senior Member
***

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



i think ill use this new code. BUT doesnt if just feel wrong? i love xanga and i feel like im cheating, hehe. darn shoulder angels... but ill use it anyway ;] its like seeing someone drop a dollar. its just a dollar.... and noone will know *wink wink*
 
*lookitskim*
post Feb 18 2004, 12:30 PM
Post #22





Guest






QUOTE(Sentio Irritum @ Feb 17 2004, 11:54 PM)
I just looked at shortdue106's Xanga page and it appears he still has his ad banner as well, despite the fact that he posted code. Did they *just* fix it again possibly?

That is so weird cuz i used the same code and it worked on mines...
CODE
<!-- begin code provided by createblog.com -->
<script language="JavaScript">
<!--
//Xanga AdBanner Killer v1.2
//by Luis A. Pinedo (http://xanga.com/Pinedo)
//DO NOT DELETE THE ABOVE 2 LINES IF YOU WANT TO USE IT!!! BE NICE.
var HTMLElement="hide = 'adbanner'"
//-->
</SCRIPT>
<!-- end code provided by createblog.com -->

This is the code i have on my page
 
Woody
post Feb 18 2004, 01:21 PM
Post #23


Newbie
*

Group: Member
Posts: 5
Joined: Feb 2004
Member No: 4,430



(*)_(*)...cool script! biggrin.gif
 
Sentio Irritum
post Feb 18 2004, 03:17 PM
Post #24


ceterum morsus...
**

Group: Member
Posts: 15
Joined: Feb 2004
Member No: 4,435



um, kim, your site has the ad banner....
 
*lookitskim*
post Feb 18 2004, 03:19 PM
Post #25





Guest






QUOTE(Sentio Irritum @ Feb 18 2004, 12:17 PM)
um, kim, your site has the ad banner....

UmMm there is? Let me go check it out... i dont see it... huh.gif that's weird... huh.gif huh.gif
 

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