Log In · Register

 
 
Closed TopicStart new topic
can someone help me???, replay any link
ching0102
post Apr 22 2005, 07:15 AM
Post #1


Newbie
*

Group: Member
Posts: 1
Joined: Mar 2005
Member No: 115,392



sorry ....i post this code on my website . but when i preview it .that can't change the "Real Name",
"Birthday",
"Gender",
"Location",
and just can change
"sign out","add eProps",
"eprop",
"eProps",
"add comments",
"comment",
"comments",

can u help me ?is my xanga problem or something else

<!-- begin code provided by blogring -->
<script type="text/javascript">
//
// &copy; EasterEgg, http://www.xanga.com/easteregg
//
// For use at Xanga only.
//
// This script replaces any given word or text fragment with
// whatever you want: new words and fragments, or even HTML!
//
// Actually it's pretty simple: add the words or fragments you
// wish to replace to the array "oldWords" (each word placed
// between double quotation marks, and separated by colons as you
// can see below) and add their replacements to the array "newWords",
// at the same position as the original words in "oldWords".
// The example is pretty self-explaining.
//
// The script is case sensitive, meaning that if you add "something"
// to "oldWords" array it will not recognize "SOMETHING", or "SoMetHInG".
//
// You can adjust the existing arrays in this code as you see fit,
// as long as both arrays keep the same size (same amount of words
// in both arrays), otherwise a script error will occur.
//
// Copy this entire code and paste in the webstats box at your
// Look and Feel page.
//
// You're free to use this script as long as this comment remains intact,
// and as long you won't use it to cripple the comments of your visitors;
// after all, no one likes his/her words getting twisted...
//
function replaceWords()
{
// ***add the words or fragments you wish to replace below
var oldWords = new Array(
"Sites I Read",
"Publish Comments",
"add eProps",
"eprop",
"eProps",
"add comments",
"comment",
"comments",
"email it",
"view entire profile",
"sign my guestbook",
"My Blogrings",
"Posting Calendar",
"Get Involved!",
"sign out",
"Real Name",
"Birthday",
"Gender",
"Location",
"Website",
"Email",
"Stats",
"Member since");
// *** add the replacing words or fragments below
var newWords = new Array(
"pImpZ n wHoReZ",
"Publish Comments",
"gImMe mArShmAlloWz",
"mArShmAlloW",
"mArShmAlloWz",
"gImMe kIsSeZ",
"kIsS",
"kIsSeZ",
"hOlla @ mEh",
"aBoUt mOi",
"LeAve a mArk",
"mAi mAfiAz",
"caLenDer",
"cOme tO tHe pArty",
"bAi baIz",
"name",
"b-day",
"sex",
"location",
"website",
"email",
"stats",
"partying @ xanga since");
allTableData = document.getElementsByTagName('td');
allTableHeaders = document.getElementsByTagName('th');
var collections = new Array(allTableData,allTableHeaders);
for (var k = 0; k < collections.length; ++k )
{
for (var i = 0; i < collections[k].length; ++i )
{
if (collections[k][i].innerHTML.indexOf('TABLE') == -1)
{
for ( var n = 0; n < oldWords.length; ++n )
{
var indx = collections[k][i].innerHTML.indexOf(oldWords[n])
while (indx != -1)
{
var replacement = '';
indx = collections[k][i].innerHTML.indexOf(oldWords[n]);
replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]);
collections[k][i].innerHTML = replacement;
break;
}
}
}
}
}
}
replaceWords();
</script>
<!-- end code provided by blogring -->
 
lawmaniac_98
post Apr 22 2005, 10:29 AM
Post #2


«¤gïé#02¤»©
****

Group: Member
Posts: 294
Joined: Mar 2005
Member No: 110,871



next time pls use a code box
 
kill me please
post Apr 22 2005, 10:35 AM
Post #3


im addicted to my car<3
*****

Group: Member
Posts: 635
Joined: Jan 2005
Member No: 92,236



um i think its because the word "Real Name", is not a word on xanga. if it is ive never seen it. are you sure, if so were the heck is it? huh.gif
 
*Azarel*
post Apr 22 2005, 12:28 PM
Post #4





Guest






Why does your script say from blogring? _dry.gif

http://www.createblog.com/forums/index.php?showtopic=230
 

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