Log In · Register

 
 
Closed TopicStart new topic
the change any script code, it says you can add on but i did and...
sexinenA
post Apr 1 2005, 06:02 PM
Post #1


Member
**

Group: Member
Posts: 20
Joined: Aug 2004
Member No: 40,166



ok i`ve notice people have added to the *change any script* code [like they added aim and other things]so i tried to do that [to change aim to like "..." or and my guestbook to "i hear your scream run through my veins" and when i previewed the code it was messed up.can anyone help me. sad.gif
 
Pulchritude
post Apr 1 2005, 06:04 PM
Post #2


Tu es laid.
*******

Group: Official Member
Posts: 3,913
Joined: Feb 2005
Member No: 106,675



can u paste the code here... so we can see what is wrong with it
 
sexinenA
post Apr 1 2005, 06:09 PM
Post #3


Member
**

Group: Member
Posts: 20
Joined: Aug 2004
Member No: 40,166



ok here is the code with the things i added to it.[sorry dont know how to put a box around it]::::


<!-- begin code provided by createblog.com -->
<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(
"Subscriptions",
"Subscribe to",
"Get trial subscription",
"Publish Comments",
"add eProps",
"eprop",
"eProps",
"add comments",
"comment",
"comments",
"email",
"email me",
"read my profile",
"sign my guestbook",
"My Blogrings",
"Posting Calendar",
"Get Involved!",
"sign out",
"Name:",
"Birthday:",
"Gender:",
"State:",
"Country:",
"Interests:",
"Expertise:",
"Website",
"Email",
"AIM",
"Yahoo",
"Go To Date",
"Member since:");

// *** add the replacing words or fragments below
var newWords = new Array(
"effers;"
"bleed vanity",
"oooooh sex!",
"#%@$!",
"#%@$!s",
"#%@$!",
"#%@$!s",
"sporkfights",
"sporkfight",
"sporkfights",
"mmmm",
"touch me",
"your scream runs through my veins",
"like the pain of my heart kills",
"face like a murder",
"when we kissed",
"get lucky",
"&hearts;",
"ohh.mmm; ",
"life was screwed;",
"i love my clit;",
"party spot;",
"beautiful;",
"spork fights and extacy;",
"mmmmm mosh pit;",
"click me",
"touch",
"bang",
"guns",
"our first date",
"fake 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 createblog.com -->
 
Pulchritude
post Apr 1 2005, 06:34 PM
Post #4


Tu es laid.
*******

Group: Official Member
Posts: 3,913
Joined: Feb 2005
Member No: 106,675



code box next time
CODE
[codebox]CODE GOES HERE[/codebox]


and maybe its cuz of this

CODE
"&hearts;",
"ohh.mmm; ",
"life was screwed;",
"i love my clit;",
"party spot;",
"beautiful;",
"spork fights and extacy;",
"mmmmm mosh pit;",


aint it suppose to be :", not like this ;",
 

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