snlgal392
06-26-2003, 08:50 PM
Does anyone know the code or script that changes what the eProps and comments say on xanga sites?
|
View Full Version : xanga code? snlgal392 06-26-2003, 08:50 PM Does anyone know the code or script that changes what the eProps and comments say on xanga sites? SaltedLemons 06-27-2003, 12:18 AM Well, try Seanmeister's site, or easteregg's site (I'm not sure if its "easteregg" or "easter_egg"...). Also look it up on google, or ask someone who has that on their xanga to tell you where they got it from. -Heaven shortdweebette 07-09-2003, 01:54 AM heyLo! umm i have a xanga site. No advertising, please. the code is < script language="javascript"> <!-- var links = document.getElementsByTagName ('a'); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; if (str.match (/\d+:\d+ (am|pm)/i)) links[l] else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "dream"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "thought"); else if (str.match (/add comments/i)) links[l].innerHTML = str.replace (/add comments/i, "thought"); else if (str.match (/add eprops/i)) links[l].innerHTML = str.replace (/add eprops/i, "dream"); else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "snail mail"); else if (str.match (/view entire profile/i)) links[l].innerHTML = str.replace (/view entire profile/i, "all about moi"); else if (str.match (/sign my guestbook/i)) links[l].innerHTML = str.replace (/sign my guestbook/i, "leave a message"); else if (str.match (/xanga/i)) links[l].innerHTML = str.replace (/xanga/i, "zangers"); else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "byebye"); else if (str.match (/sign in/i)) links[l].innerHTML = str.replace (/signin/i, "heyLo"); else if (str.match (/Click here/i)) links[l].innerHTML = str.replace (/Click here/i, "clickie"); else if (str.match (/review/i)) links[l].innerHTML = str.replace (/reviews/i, "lubs"); else if (str.match (/event/i)) links[l].innerHTML = str.replace (/events/i, "you"); else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "lots"); else if (str.match (/shortdweebette/i)) links[l].innerHTML = str.replace (/shortdweebette/i, "teresa"); else if (str.match (/next 5/i)) links[l].innerHTML = str.replace (/next 5/i, "memories of the past");} //--> </script> put this script in the ''website stats'' of yer ''look and feel'' of yer xanga. if it doesn't werk. try agen. Michael 07-28-2003, 11:28 PM Idk how to use those codes could u help ? :) starlet 07-29-2003, 12:11 AM She explained what you do with the code above.... shortdweebette 07-29-2003, 04:32 AM haha ok i can explain =] first copy the code i put there... and paste it into the website stats box. then.. replace the (/eprop/i, "dream"); with what you want. dont change the thing after the first /. that tells you what you're changing. but change the thing between the " "s. so if you want eprop to be kiss. then you make it look like (/eprop/i, "kiss"); you just keep doing this wif all of them. for this one else if (str.match (/shortdweebette/i)) links[l].innerHTML = str.replace (/shortdweebette/i, "teresa"); change shortdweebette to your xanga name... and change teresa, to whatever you want it to be. hope this helps! =] shortdweebette 07-29-2003, 04:56 AM haha here michael =] <script language="javascript"> <!-- var links = document.getElementsByTagName ('a'); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; if (str.match (/\d+:\d+ (am|pm)/i)) links[l] else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "speak up"); else if (str.match (/add comments/i)) links[l].innerHTML = str.replace (/add comments/i, "speak up");} //--> </script> tearstained7987 07-29-2003, 03:46 PM I can't get it. Are you sure we are suppose to put it in web stats? I cant get it.... vanillacokemeeh 07-30-2003, 12:53 AM those codes dont work! Michael 07-30-2003, 12:54 AM it works for me u have to remember to put a } right after the else if line :D vanillacokemeeh 07-30-2003, 12:55 AM it dont work buddy lefty 07-30-2003, 03:21 AM Maybe if you posted the code you are using, someone may be able to help. shortdweebette 07-30-2003, 04:56 AM yes... maybe you should try pasting the code you used.. it works for me, and my friends, and for michael up there hahah. e-mail me if needed, or IM me =] |