View Full Version : i need help wit mah xanga can ne one help me out....


xxkrnxcuchiexx
07-08-2003, 03:09 AM
i just wanted to know

1. how do you change the words on your xanga
(i.e. Public Entry - add eprops - add comments) to your own words?....

2. where can i get music codes...or how do i upload my own music into html codes?...

thanks if any one can help me out..plzzz....thanks again....

azianchica04
07-08-2003, 05:44 AM
hey...to get the code for changing link names visit this link (http://www.xanga.com/easteregg)
on that site u can also find more scripts.

xanga.com/seanmeister will aalso give good scripts u can use

visist NO ADVERTISING and posts some props n comments if u need any scripts. :)

xxkrnxcuchiexx
07-08-2003, 10:27 AM
i couldnt really find ne thing there....about it...is there any other ones..ya know..of..if not thanks for your help thoe....
any one else know about the music codes?...
THANKS

azianchica04
07-08-2003, 06:17 PM
heres the word chaning script if u still need it......

<script type="text/javascript">
//
// ©2003 EasterEgg, No advertising
//
// 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",
"eprops",
"eProps",
"comments",
"Comments",
"view entire profile",
"sign my guestbook",
"My Blogrings");

// *** add the replacing words or fragments below
var newWords = new Array(
"Sites I haunt <img src='http://www.xanga.com/Images/smiley1.gif'>",
"Reply... get it out of your system!",
"props",
"props",
"replies",
"replies",
"Learn more about me...",
"View / Sign my guestbook",
"Rings I joined");

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>

CrAzYcHiCkLrS
07-13-2003, 05:00 PM
Ahh!! I used this code...but it didn't work!! I posted it in the Website Stats box and it just didn't work!! Why is it working for everyone else except me?? Will someone help me with this?? thanx...

xxkrnxcuchiexx
07-13-2003, 09:32 PM
it didn't work for me either....i am probaly do something wrong here...

doiz
07-13-2003, 09:35 PM
not working here

Sum1YouDontKno
07-13-2003, 10:22 PM
I havent tried it yet, but Do you put the basic html thingies around it?

<html>

<body>

(SCRIPT)

</body>

</html>

around it in Website stats?

xxkrnxcuchiexx
07-13-2003, 10:30 PM
humm i am not really sure.....is there somthing worng wit the script.....or am i soppose to do something differnet....thanks

babaloo
07-13-2003, 10:40 PM
the script looks correct. Are you guys putting <script type="text/javascript"> at the very beginning? you may have skipped that part because of all that text after it

xxkrnxcuchiexx
07-13-2003, 10:45 PM
yep i did put that on....humm....do u might know what else might be worng...thanks

Sum1YouDontKno
07-13-2003, 10:57 PM
Yea i put the java script, and tested it without the html tags on etc. It still didnt work.

babaloo
07-13-2003, 11:03 PM
well the script was taken from here:


http://www.xanga.com/item.asp?user=EasterEgg&tab=weblogs&uid=16877156

just scroll down and you'll find it. It might work if you copy it directly from there..

Sum1YouDontKno
07-13-2003, 11:07 PM
Ty bab :) Btw, did anyone find out how to put scroll bars around weblog entries?

babaloo
07-13-2003, 11:17 PM
you know, I actually had the script for scroll bars around weblog entries, but I didn't like how it looked so i deleted it! sorry! But, if I find it again, I'll post it. Oh, and here's a couple of forums that may help you with your xanga:

don't post links to other forums ~ mod

and

seanmeister's xanga (http://www.xanga.com/seanmeister)

I'm sure I got it from one of those sites. Have fun!

MaGiCSuN
07-14-2003, 01:08 PM
http://www.lissaexplains.com/forum/showthread.php?threadid=36264&highlight=xanga+div

please look there for the code for a div around your xanga entries

Love,
Mirna