View Full Version : help please!


Crytaltear
09-26-2004, 08:13 PM
how does she do that, on the bottom or i think it call taskbar, it say "you're been viewing this page for something sec, and subscribe to me, (username)...but she don't know me, but it say my username on the taskbar...how does she do that...thanx a lot

princessgrl92
09-26-2004, 08:15 PM
um....i dont no a lot about xanga....but i THINK i can help. can u give me the link to her site cuz im not exactly sure wut u are talking about :)

princessgrl92
09-26-2004, 08:24 PM
i think it might have to do with this :

<script>document.title="YOUR TEXT HERE";</script>

<style type="text/css">
}




and about your sn popping up with out her knowing you....i no there is a code for it...kind of like how aim's is %n...but i tried that already and it doesnt work. sry if i didnt help.

Crytaltear
09-26-2004, 11:02 PM
oops, her xanga ------> http://www.xanga.com/home.aspx?user=mUsIk_Fo_U
thanx you sooo much!

kitty_katt07
09-26-2004, 11:07 PM
I looked at her code, I believe it's this. I *think* it goes in webstats. Try header if it doesnt work

<script language='javascript'>

// this code is from chatter.flooble.com
function getXName() {
for (var i = 0; i < document.links.length; i++) {
if(document.links[i].href.substring(0,38)=='http://www.xanga.com/private/home.aspx') {
var link = document.links[i];
var text = document.all ? link.innerText : link.text ? link.text : '';
return text;
break;
}}
return null;
}

xName = getXName();
// end of code from chatter.flooble.com

// the rest of this script was written by me
// (http://www.xanga.com/hotaru_01)

var pageTimer=0;
st=setTimeout;
var theText=1
var statusText='welcome to my xanga, '+xName+'.';
if(xName==null){
statusText='welcome to my xanga.'
}
var p1=0;
var p2=0;
st('doTimer()',1000);
doStatusBar();

function doTimer(){
pageTimer=pageTimer+1;
st('doTimer()',1000);
}

function doStatusBar(){
if(theText==2){
statusText='you have been viewing this page for '+pageTimer+' seconds.';
}
now=new Date();
window.status='^_^ < '+statusText.substr(p1,p2)+' ';
if(p1+p2<statusText.length){
p2=p2+1;
} else{
if(p1<statusText.length){
p1=p1+1;
p2=p2-1;
} else{
p1=0;
p2=0;
if(theText==1){
theText=2;
}else{
theText=1;
statusText='join my blogring or subscribe me'.';
if(xName==null){
statusText='welcome to my xanga.'

}
}
}
}
st('doStatusBar()',100);
}

</script>

Crytaltear
09-27-2004, 01:21 AM
thanx but it doesn't work...

JiNgLeBeLLz77
09-27-2004, 01:51 AM
since hotaru_01 was the one who partially wrote the script... i'm pretty sure it can be found on her xanga =]

http://www.xanga.com/hotaru_01

Crytaltear
09-27-2004, 10:54 PM
i don't see the code, do i need to put my username in the code somewhere...can you bold the part i need to change.. thanx