View Full Version : Xanga Codes (ask all xanga-related Qs here)
iTzZ:jEssYkUh
10-03-2003, 05:43 AM
hMm..i'm not sure if this thread goes there...buh itz advice isnt it?
i decided to...
MAKE A LIST OF CODES!!! woo hoo!! :excited: :excited:
FAQ... if anyone wanna help me with it? PM me
so..if anyone wants anything (codewise)..juss ask here [=
basics:
your backround
[code:1:7979b4eac9]
<style type="text/css">
body
{background-color: #THE HEX CODE FOR YOUR BG COLOR;
background-image: url("THE URL FOR YOUR BG");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center/right bottom/right top/left bottom/left top/ ask me for more, or if you dont understand what this means; }
</style> [/code:1:7979b4eac9]
the top of your browser to say something
[code:1:7979b4eac9]
<script>
var msg="WHAT YOU WANT IT TO SAY AT THE TOP";
function title() {
document.title=msg;
}
title();
</script>
[/code:1:7979b4eac9]
DISABLING RIGHT CLICK WITHOUT A POP UP!
[code:1:7979b4eac9]
<script language=JavaScript>
<!--//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document. onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontext menu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
[/code:1:7979b4eac9]
CHANGE EPROPS AND COMMENTS TO W/E YOU WANT IT TO SAY
[code:1:7979b4eac9]
<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, "WHAT YOU WANT IT TO SAY");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "WHAT YOU WANT IT TO SAY IN REPLACEMENT OF COMMENT");
}
//-->
</script>
[/code:1:7979b4eac9]
MARQUEE THINGY AT THE BOTTOM OF YOUR BROWSER
[code:1:7979b4eac9]
<script language="JavaScript">
<!--
line=new Object()
line[1]="WHAT YOU WANNA SAY"
line[2]="BLAHBLAHBLAH"
lines= 2//-- number of lines
//--Don't edit below this line
document.write('<form name="bannerform">')
document.write('<div align="left"><center><p><input type="text" name="banner" size="50"')
document.write(' style="background-color: #FFFFFF; color: #ff66ff; text-align:center; font-family: arial; font-size: 9pt; border: 1px solid " onfocus="blur()"></p>')
document.write(' </center></div>')
document.write('</form>')
temp=""
nextchar=-1;
nextline=1;
cursor="\\"
function animate(){
if (temp==line[nextline] & temp.length==line
1;nextline].length & nextline!=lines){
nextline++;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1000)}
else if (nextline==lines & temp==line[nextline] & temp.length==line[nextline].length){
nextline=1;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1000)}
else{
nextstep()}}
function nextstep(){
if (cursor=="\\"){
cursor="|"}
else if (cursor=="|"){
cursor="/"}
else if (cursor=="/"){
cursor="-"}
else if (cursor=="-"){
cursor="\\"}
nextchar++;
temp+=line[nextline].charAt(nextchar);
document.bannerform.banner.value=temp+cursor
setTimeout("animate()",25)}
document.onload=animate();
// --></script>
[/code:1:7979b4eac9]
SCROLLING/MARQUEE-ING BROWSER TITLE
[code:1:7979b4eac9]
</style>
<script language="JavaScript">
<!--
var msg = "TITLE THAT YOU WANT TO MARQUEE";
var speed = YOUR SPEED, 200-300 USUALLY;
var msgud = " " + msg;
function titleScroll() {
if (msgud.length < msg.length) msgud += " - " + msg;
msgud = msgud.substring(1, msgud.length);
document.title = msgud.substring(0, msg.length);
window.setTimeout("titleScroll()", speed);
}
setTimeout('titleScroll()', 300)
//-->
</script>
[/code:1:7979b4eac9]
SWAP THE SIDEBAR! (module switch works best w/o a chatterbox)
[code:1:7979b4eac9]
<script language=javascript>
// swaps sidebar position on default xanga site layout
function swapSidebar(){
var tds = document.getElementsByTagName("td")
for (var i = 0; i < tds.length; i++){
if (tds[i].className == "mainleft" || tds[i].width == "200"){
var sidebar = tds[i].cloneNode(true);
tds[i].parentNode.appendChild(sidebar);
tds[i].parentNode.removeChild(tds[i]);
break;
}}
}
swapSidebar();
</script>
[/code:1:7979b4eac9]
COUNT UP CODE
[code:1:7979b4eac9]
<script language="JavaScript1.2">
//Dynamic countup Script- ?Dynamic Drive (www.dynamicdrive.com)
//For full source code, 100's more DHTML scripts, and TOS,
//visit http://www.dynamicdrive.com
function setcountup(theyear,themonth,theday){
yr=theyear;mo=themonth;da=theday
}
setcountup(YEAR,MONTH,DAY ALL IN NUMBERS)
var displaymessage="WHAT YOU WANT IT TO SAY AFTER COUNTUP"
var countupwidth='600px'
var countupheight='20px' //applicable only in NS4
var countupbgcolor='transparent'
var opentags='<font face="FONT TYPE" size="HOW BIG usually 2 pt 3 pt">'
var closetags='</font>'
//////////DO NOT EDIT PASS THIS LINE//////////////////
var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","A ug","Sep","Oct","Nov","Dec")
var crosscount=''
function start_countup(){
if (document.layers)
document.countupnsmain.visibility="show"
else if (document.all||document.getElementById)
crosscount=document.getElementById&&!document.all?document.getElementById("countup
ie") : countupie
countup()
}
if (document.all||document.getElementById)
document.write('<span id="countupie" style="width:'+countupwidth+'; background-color:'+countupbgcolor+'"></span>')
window.onload=start_countup
function countup(){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todayh=today.getHours()
var todaymin=today.getMinutes()
var todaysec=today.getSeconds()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec
paststring=montharray[mo-1]+" "+da+", "+yr
dd=Date.parse(todaystring)-Date.parse(paststring)
dday=Math.floor(dd/(60*60*1000*24)*1)
dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1)
dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000) )/(60*1000)*1)
dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000 ))%(60*1000))/1000*1)
if (document.layers){
document.countupnsmain.document.countupnssub.docum ent.write(opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds "+displaymessage+closetags)
document.countupnsmain.document.countupnssub.docum ent.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds "+displaymessage+closetags
setTimeout("countup()",1000)
}
</script>
[/code:1:7979b4eac9]
SCROLL BAR COLOR CHANGING.....
[code:1:7979b4eac9]
body
{scrollbar-face-color: HEX CODE;
scrollbar-shadow-color: HEX CODE;
scrollbar-highlight-color: HEX CODE;
scrollbar-3dlight-color: HEX CODE;
scrollbar-darkshadow-color: HEX CODE;
scrollbar-track-color: HEX CODE;
scrollbar-arrow-color: HEX CODE; }
[/code:1:7979b4eac9]
WHAT ARE HEX CODES?
hex codes are codes for colors. each color has a different name
white=FFFFFF
black=000000
each code consists of letters and/or numbers totalling up to six letters/numbers
if u want a chart...go to www.lissaexplains.com :happy:
jayx8318x
10-03-2003, 05:46 AM
hMm..i'm not sure if this thread goes there...buh itz advice isnt it?
err...by advice it was more in social/life/personal issues.
Not advice or tutorials on something technical.
This is more appropriate in Help/Feedback where most guides go.
Thanks, I'm sure this will be useful for people.
iTzZ:jEssYkUh
10-03-2003, 05:49 AM
hMm..i'm not sure if this thread goes there...buh itz advice isnt it?
err...by advice it was more in social/life/personal issues.
Not advice or tutorials on something technical.
This is more appropriate in Help/Feedback where most guides go.
Thanks, I'm sure this will be useful for people.
oh yea...juss kidding :blush: thx!!
Smonkkey
10-04-2003, 01:59 AM
Thanks iTzZ:jEssYkUh for posting this, i've always wanted to know the html stuff, for that...ummm stuff.
cool! thanks for organizing it like that... but in your codes, you put the Background code fo the Music code...
en_en
10-04-2003, 07:32 AM
oooh love the topic! so where do i plug in the codes? (sorry im such a computer idiot)
Smonkkey
10-04-2003, 06:39 PM
oooh love the topic! so where do i plug in the codes? (sorry im such a computer idiot)
Well you go to look and feel, and where it says add html or something you put it in there.
iTzZ:jEssYkUh
10-05-2003, 03:14 AM
^YEP...well...most of them...u put it in website stats...so u mite wanna try puttin it in website stats b4 u go anywhere else...and if it doesnt work...tell me [=
more codes:
the border thing
<style type=text/css>
BODY
{border-style: solid;
border-top-width: 75px;
border-bottom-width: 75px;
border-left-width: 75px;
border-right-width: 75px;
border-color: #ffffff}
</style>
[/code:1:7f29738f48]
whatevers in bold you can change..
the cursor with the clock that tells time
[code:1:7f29738f48]
<script language=JavaScript>
dCol='FFFFFF';//date colour.
fCol='FF99FF';//face colour.
sCol='FF33CC';//seconds colour.
mCol='FFFFFF';//minutes colour.
hCol='FFFFFF';//hours colour.
ClockHeight=40;
ClockWidth=40;
ClockFromMouseY=0;
ClockFromMouseX=100;
//Alter nothing below! Alignments will be lost!
d=new Array("SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THU RSDAY","FRIDAY","SATURDAY");
m=new Array("JANUARY","FEBRUARY","MARCH","APRIL","MAY"," JUNE","JULY","AUGUST","SEPTEMBER","OCTOBER","NOVEM BER","DECEMBER");
date=new Date();
day=date.getDate();
year=date.getYear();
if (year < 2000) year=year+1900;
TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year;
D=TodaysDate.split('');
H='...';
H=H.split('');
M='....';
M=M.split('');
S='.....';
S=S.split('');
Face='1 2 3 4 5 6 7 8 9 10 11 12';
font='Arial';
size=1;
speed=0.6;
ns=(document.layers);
ie=(document.all);
Face=Face.split(' ');
n=Face.length;
a=size*10;
ymouse=0;
xmouse=0;
scrll=0;
props="<font face="+font+" size="+size+" color="+fCol+"><B>";
props2="<font face="+font+" size="+size+" color="+dCol+"><B>";
Split=360/n;
Dsplit=360/D.length;
HandHeight=ClockHeight/4.5
HandWidth=ClockWidth/4.5
HandY=-7;
HandX=-2.5;
scrll=0;
step=0.06;
currStep=0;
y=new Array();x=new Array();Y=new Array();X=new Array();
for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0}
Dy=new Array();Dx=new Array();DY=new Array();DX=new Array();
for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0}
if (ns){
for (i=0; i < D.length; i++)
document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[i]+'</font></center></layer>');
for (i=0; i < n; i++)
document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[i]+'</font></center></layer>');
for (i=0; i < S.length; i++)
document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S[i]+'</b></center></font></layer>');
for (i=0; i < M.length; i++)
document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M[i]+'</b></center></font></layer>');
for (i=0; i < H.length; i++)
document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+H[i]+'</b></center></font></layer>');
}
if (ie){
document.write('<div id="Od" style="position:abs'+'olute;top:0px;left:0px"><div style="position:rela'+'tive">');
for (i=0; i < D.length; i++)
document.write('<div id="ieDate" style="position:abs'+'olute;top:0px;left:0;height: '+a+';width:'+a+';text-align:center">'+props2+D[i]+'</B></font></div>');
document.write('</div></div>');
document.write('<div id="Of" style="position:abs'+'olute;top:0px;left:0px"><div style="position:rela'+'tive">');
for (i=0; i < n; i++)
document.write('<div id="ieFace" style="position:abs'+'olute;top:0px;left:0;height: '+a+';width:'+a+';text-align:center">'+props+Face[i]+'</B></font></div>');
document.write('</div></div>');
document.write('<div id="Oh" style="position:abs'+'olute;top:0px;left:0px"><div style="position:rela'+'tive">');
for (i=0; i < H.length; i++)
document.write('<div id="ieHours" style="position:abs'+'olute;width:16px;height:16px ;font-family:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H[i]+'</div>');
document.write('</div></div>');
document.write('<div id="Om" style="position:abs'+'olute;top:0px;left:0px"><div style="position:rela'+'tive">');
for (i=0; i < M.length; i++)
document.write('<div id="ieMinutes" style="position:abs'+'olute;width:16px;height:16px ;font-family:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M[i]+'</div>');
document.write('</div></div>')
document.write('<div id="Os" style="position:abs'+'olute;top:0px;left:0px"><div style="position:rela'+'tive">');
for (i=0; i < S.length; i++)
document.write('<div id="ieSeconds" style="position:abs'+'olute;width:16px;height:16px ;font-family:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S[i]+'</div>');
document.write('</div></div>')
}
(ns)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY;
xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromM ouseX;
}
(ns)?window.onMouseMove=Mouse:document.onmousemove =Mouse;
function ClockAndAssign(){
time = new Date ();
secs = time.getSeconds();
sec = -1.57 + Math.PI * secs/30;
mins = time.getMinutes();
min = -1.57 + Math.PI * mins/30;
hr = time.getHours();
hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360;
if (ie){
Od.style.top=window.document.body.scrollTop;
Of.style.top=window.document.body.scrollTop;
Oh.style.top=window.document.body.scrollTop;
Om.style.top=window.document.body.scrollTop;
Os.style.top=window.document.body.scrollTop;
25;
for (i=0; i < n; i++){
var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style ;
F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll;
F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180);
}
for (i=0; i < H.length; i++){
var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].st yle;
HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scr ll;
HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs);
}
for (i=0; i < M.length; i++){
var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i ].style;
ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scr ll;
ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min);
}
for (i=0; i < S.length; i++){
var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i ].style;
SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scr ll;
SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec);
}
for (i=0; i < D.length; i++){
var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].styl e;
DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;
DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180);
}
currStep-=step;
}
function Delay(){
scrll=(ns)?window.pageYOffset:0;
Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed);
Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed);
for (i=1; i < D.length; i++){
Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed);
Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed);
}
y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
for (i=1; i < n; i++){
y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);
}
ClockAndAssign();
setTimeout('Delay()',20);
}
if (ns||ie)window.onload=Delay;
</script>
<!-- End annoying DHTML mouse clock code -->
[/code:1:7f29738f48]
thatz it for now :wink2:
kewlpiggy88
10-05-2003, 05:32 PM
thank you so much! i always wondered how people got their xangas to be so cool! now i can be cool too!
[mUsHrOoM]
10-16-2003, 02:06 PM
ooo... nice codes.. hahaz.. oh yeah. dere is one website which haf real cool html codes.. and dey really gave examples.. check out www.draac.com - datz a good site..
oh yeahx, can oso put at custom header.. where u can edit all e html codes.. hahz..
wackycashew
10-19-2003, 05:47 PM
thanks sooo much for these awesome codes, iTzZ:jEssYkUh! :thumbsup: i'm gonna test them out on my site. heehee... :D
babyxv
10-19-2003, 06:09 PM
i recommend http://dorkette.net
oh, question. if you go to the comment page on any one of my entries on my xanga, the comment box doesn't show up. WHY?!
lepencil
10-19-2003, 06:21 PM
oh, question. if you go to the comment page on any one of my entries on my xanga, the comment box doesn't show up. WHY?!
Vicky, you mean the comment box like the one here (http://sg.geocities.com/jay_ttjm1/xanga_ss.txt)? :glug:
babyxv
10-19-2003, 06:24 PM
i was going to delete my post because i finally fixed it.. it was the CSS x__O but you replied. thanks for looking/helping? :angel:
oh i JUST found the site specifically for xanga codes made by judy: http://xdnet.web1000.com
and i learned that if you change your username w/ the text-replacing code ( http://xdnet.web1000.com/textreplacing.html ), the links with your username in it will change too; so don't change it.
oooo i found a cool code that lets you adjust the height of your subscriptions list so it looks like they're in an iframe.
[code:1:78ea1f3661]<script type="text/javascript">
// (c)2003 EasterEgg, http://www.xanga.com/easteregg
// updated: August 24, 2003
// A simple script to adjust the height of your Xanga's SIR-list
function adjustSirListHeight()
{
// *** define the height of your SIR-list in the line below
var sirListHeight = '250px';
var allTables = document.getElementsByTagName('tbody');
for (i=4; i < allTables.length; ++i)
{
if ((allTables[i].innerHTML.indexOf('SubscribeTo.aspx ') != -1) &&
(allTables[i].innerHTML.toUpperCase().indexOf('<TABLE') == -1))
{
sirlist = allTables[i].lastChild;
temp = sirlist.firstChild.innerHTML;
sirlist.removeChild(sirlist.firstChild);
td = document.createElement('td');
div = document.createElement('div');
div.style.width = '179px';
div.style.height = sirListHeight;
div.style.overflow = 'auto';
div.innerHTML = temp;
td.appendChild(div);
sirlist.appendChild(td);
break;
}
}
}
if (navigator.userAgent.indexOf('Mac') == -1)
if ((document.URL.indexOf('weblogs') == -1) &&
(document.URL.indexOf('guestbook') == -1) &&
(document.URL.indexOf('events') == -1) &&
(document.URL.indexOf('reviews') == -1))
adjustSirListHeight();
</script>[/code:1:78ea1f3661]
you can adjust the width and the height
cici bebe
11-04-2003, 01:21 AM
Does anyone know the code to change the side module to say whatever you want it to say? Some of my friends' xangas have that.. such as "Name", they can change it to something else.. =) Thanks!
en_en
11-04-2003, 11:37 PM
i think this is the code you want cici, in the front part, write teh words you want to replace, and the second part plug in the words you want it to say.
[code:1:dac69df0a5]<style type="text/css"><!--body{cursor:S-Resize}--></style>
<meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.Fade (duration=9, refer to outline box, separate by comma)">
<script type="text/javascript">
//
// ©2003 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",
"Gender:",
"Birthday:",
"My Blogrings",
"eprop",
"comment",
"Real Name:",
"Location:",
"Occupation:",
"Expertise:",
"Hobbies:",
"Email:",
"subscribe!",
"reviews",
"events",
"Stats",
"sign out"
);
// *** add the replacing words or fragments below
var newWords = new Array(
"×Other Xangas×",
"×Sex×",
"×Birthday×:",
"My Blogies",
"×Props×",
"×Messeges×",
"×Name×",
"×Location×",
"×Occupation×",
"×Expertise×",
"×Hobbies×",
"×Email×",
"×subscribe!×",
"×reviews×",
"×events×",
"×Stats×",
"×Log Off×"
);
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 )
r
{
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>[/code:1:dac69df0a5]
cici bebe
11-04-2003, 11:57 PM
Ah thanks en_en! :flowers: Lemme go try this out..
So is there a place you get all these xanga HTML? I clicked that link vicky provided but it was dead.. :?
babyxv
11-08-2003, 07:08 PM
Hm I'm pretty sure the link isn't dead. It just says that the hostess is merging the site with blogring.net
en_en
11-08-2003, 08:58 PM
for the scroll bar color changing code on teh first post...is that suppose to change the apperance of the scrollbar? cause i cant seem to get it. ><
cici bebe
11-08-2003, 09:06 PM
It's missing a chunk because it can't start with just the word "body" on the top.. if you know what I mean. There's a whole part of the script missing. I can give you the CSS HTML part of it but I don't know if that'll work for xanga. It should.. See if this works:
[code:1:aec58e1154]<style type="text/css">
<!--
BODY {SCROLLBAR-FACE-COLOR: #ff6600;
SCROLLBAR-HIGHLIGHT-COLOR: #ffcc99;
SCROLLBAR-SHADOW-COLOR: #cc6600;
SCROLLBAR-3DLIGHT-COLOR: #ffff99;
SCROLLBAR-ARROW-COLOR: #ffcc33;
SCROLLBAR-TRACK-COLOR: white;
SCROLLBAR-DARKSHADOW-COLOR: #cc9999;
SCROLLBAR-BASE-COLOR: white}
-->
</style>[/code:1:aec58e1154]
Replace all the #ffff99, etc. codes (hex codes) with whatever colors you'd like. Hex codes can be found at funky-chickens (http://funky-chickens.com).
en_en
11-09-2003, 06:33 PM
Thanks! *hugs* ^-^
cici bebe
11-09-2003, 11:12 PM
Hm I'm pretty sure the link isn't dead. It just says that the hostess is merging the site with blogring.net
Oh yeah now I remember. I clicked blogrings but it got me no where.. :? Maybe they're still merging and not ready.
en_en
11-23-2003, 05:02 PM
I have just now got that Xanga doesnt take html...arg! Is there anyway to convert into html into css?
cici bebe
11-23-2003, 11:25 PM
xanga does take html.. :? it takes all my html that i put in. css (such as changing link colors, scrollbar colors, etc.) is part of html too.. i think..
btw, the ad-removing script doesn't work anymore. i think xanga got smart.. ;)
Smonkkey
11-23-2003, 11:29 PM
Actually theres a new version of the ad remover thingy. Ummm i think this is it, i mean its it. Just made sure its at the bottom of the rest of the html.
[code:1:3ef1dc1445]<div scroll="no" style="overflow: auto; height: 1px; width: 1px; border: 0px;">
<noscript><plaintext><noscript><plaintext></div>[/code:1:3ef1dc1445]
wackycashew
11-24-2003, 12:11 AM
oooh... thanks so much, smonk smonk! just added that code to my xanga to remove the ad thingy. :D
en_en
11-24-2003, 03:37 AM
it takes html? oO eh...im all pretty new to codes and stuff so i thought you just cut and paste in it. hmm...ill try some other things. thanks!
thanks smonkk for the code! ^-^ i was trying the old add remover and it didnt work so i was thinking the same thing as cici.
[edit] to put up images you have to put it up in your own site first right? i want to use a javascript code to put on my xanga but the images wont show up because i dont have my own site to put it on...any suggestions for that? :wink2:
GuArDiAn AnGeL
11-25-2003, 09:34 AM
i don't know en-en....TT-TT...im not good at this stuff either.....sadly..
but i would like to know the answer to that question as well....
does neone know how to avoid pple taking pictures off ur site WITH a pop up? im currently using the one without pop up that was in the post earlier...but i was wondering if there is a code WITH the pop-up..thnx
xiaoli
11-26-2003, 12:54 PM
GuArDiAn AnGeL:
[code:1:02a82b0e6d]<SCRIPT LANGUAGE=JAVASCRIPT>
// No rightclick script
// (c) 1998 barts1000
// barts@aol.com
function click() {
if (event.button==2) {
alert('YOUR MESSAGE GOES HERE')
}
}
document.onmousedown=click
</SCRIPT>
[/code:1:02a82b0e6d]
GuArDiAn AnGeL
11-29-2003, 08:12 AM
thnk u very much xiaoli ^^
sawmui13
11-29-2003, 08:20 AM
thanks for sharing all those scripts you guys. didn't think you could do so much with simple old xanga. hehehe i spent a lot of time looking through everything and it was a lot of fun changing all the little details. but something's novelty only goes so far and it just gets ripped away when someone goes and does the same :ranting: p.o.ed...jsut going to take everything down...anyways, thanks for introducing all this html/css stuff! but i love visiting everyones' here, they look so nice. i guess i'll just go back to the basics :dry:
en_en
11-30-2003, 05:01 AM
hey guys i have the transparency code i want to use on my xanga but it doesnt quite work...can someone see if theyres anything wrong with it? thanks! ^-^
[code:1:0fbae1d517]
<div style="width: 600px;
BACKGROUND-COLOR: ffffff; background-image: url(); background-attachment: fixed; repeat: no-repeat;
FILTER: alpha(opacity=70
border: 1px solid #ffffff;
height: 101%;
position:static; margin-top:">[/code:1:0fbae1d517]
lepencil
11-30-2003, 05:17 AM
You can actually remove these parts, since you are not using a background image:
[code:1:110cf43df3]background-image: url();
background-attachment: fixed;
repeat: no-repeat;[/code:1:110cf43df3]
The transparency doesn't work because your code (I assume the one in your post just above mine is the same one you're using for your page) isn't correct. You are missing a closing right paranthesis ")" in this part:
[code:1:110cf43df3]FILTER: alpha(opacity=70[/code:1:110cf43df3]
Correct it such that it looks like this:
[code:1:110cf43df3]filter: alpha(opacity=70);[/code:1:110cf43df3]
There seems to be something missing here as well:
[code:1:110cf43df3]margin-top:">[/code:1:110cf43df3]
You appear to want to define a margin at the top of the page, but apparently, you have omitted out the size of the margin. Just add the width, and the corresponding units (cm, in, px, pt, em, etc.).
en_en
11-30-2003, 08:01 PM
thanks! ^-^
for this
[code:1:115e89b9c0]margin-top:">[/code:1:115e89b9c0]
do i add the width between the quote and the > sign? sorry...im just starting to get into this.
cici bebe
11-30-2003, 11:37 PM
I think it's..
[code:1:9b3e0eccd0]margin-top:"NUMBER">[/code:1:9b3e0eccd0]
:happy:
retrobaby
12-07-2003, 08:03 AM
any code for putting a divider (a pic) between entries?
i know how to put like lines around and between them but i wanna put a pic
thx
sawmui13
12-07-2003, 06:30 PM
you can add a pic by your date using this script...not sure if this is what you want but its still cute. i love your new layout btw retrobaby :happy:
div.blogheader, .caption {
/* edits the dates */
font-family: your font;
text-transform: none/capitalize/lowercase/uppercase;
font-size: 24px;
font-weight: bold;
line-height: 28px;
color: #HEX;
background-color: #HEX;
text-align: left/right/center/justify;
padding-left: 60px;
background-image: url(http://yourimage.gif);
background-repeat: no-repeat;
background-position: left top;
}
retrobaby
12-09-2003, 11:26 AM
is that for the background? no that's not i want sorry...
btw thx for ur comment :wink2:
cinsin
12-14-2003, 05:09 AM
Umm... I tried usuing the ad remover code and I ended up with a blank page. I added the code at the very end of all the html codes like Smonkkey said, so does anyone know what the problem is?
Smonkkey
12-14-2003, 05:13 AM
O the ad-removing code doesn't work anymore. I'm not sure if theres any out that can remove it. Xanga got smart and countered the code. They did it cuz they want you to pay for premium if you want to get the ads away.
Thanks for the scrips/codes everyone~ My xanga looks so much better now...but does anyone know how to make your subscribers list in alphabetical order? Please and Thank Yous :happy:
Smonkkey
12-15-2003, 03:10 AM
I think this is the code you're looking for :wink2:
[code:1:e2efa8888b]<script language=javascript>
// author: Sean F http://www.xanga.com/seanmeister
function sortsir(sir1, sir2){
return sir1[1] < sir2[1] ? -1 : sir1[1] == sir2[1] ? 0 : 1;
}
var sirpage = 0;
if (document.getElementById("sir")){
sirlist = document.getElementById("sir");
sirpage = 1;} else {
ths=document.getElementsByTagName("th");
for (var thc=0; thc < ths.length; thc++){
if (ths[thc].innerHTML.toLowerCase() == "<b>sites i read</b>") {
sirlist = ths[thc].parentNode.nextSibling;
sirpage = 1;
break;
} }}
if (sirpage == 1){
sirsites = sirlist.getElementsByTagName("a");
newsir = new Array();
for (numsir = 0; numsir < sirsites.length; numsir++) {
if (sirsites[numsir].href.toLowerCase().indexOf("subs cri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formp ost") == -1) {
newsir[newsir.length] = [sirsites[numsir].innerHTML, sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href];
newsir[newsir.length] = [sirsites[numsir].innerHTML, " " + sirsites[numsir].innerHTML.toUpperCase(), sirsites[numsir].href];
}}
newsir.sort(sortsir);
var sc = 0;
for (numsir = 0; numsir < sirsites.length; numsir++) {
if (sirsites[numsir].href.toLowerCase().indexOf("subs cri") == -1 && sirsites[numsir].href.toLowerCase().indexOf("formp ost") == -1) {
sirsites[numsir].innerHTML = newsir[sc][0];
sirsites[numsir].href = newsir[sc][2];
sc++;}}}
</script>
[/code:1:e2efa8888b]
Thanks! but I just found it like 3 seconds ago! I just came back to post it but thanks anyways :)
EDIT: it doesnt seem to be working....am i suposed to type something in it or something?
cici bebe
12-16-2003, 12:32 AM
No, I use that script and it works. Insert it into webstats. =)
Thanks Cici but now for some reason, my xanga isn't working properly. I had to take everything out of webstats so people could view it. but there was nothing wrong with my private site...i'm pretty sure it was just one html that went bad or something...has anyone ever has these problems before?
retrobaby
12-30-2003, 03:13 AM
does anyone know a code to make everything aligned to one side, left or right? i know there's an option to make the page aligned to left and centre, but it isn't really left left...like there's still some space inbetween the blogs and the side. any code to make it closer to the side?
sawmui13
12-30-2003, 05:22 AM
table.blogbody tr td {
/* this edits the left margin of blog */
width:0px;
padding: 0px;
}
this may be what you want?
retrobaby
12-30-2003, 07:44 AM
thanks
wanna ask for one more code...
how can i make a transparent background for each entry (the alpha thing?) i've seen it on some sites and i wanna put it on mine too
Sporks
01-02-2004, 07:45 AM
retrobaby I think this is what you're looking for. It makes the box transparent, and you can mess around with the numbers to get it as opaque as you want.
<DIV style="BORDER-RIGHT: 3px; BORDER-TOP: 3px; BACKGROUND: #ffffff; FILTER: alpha(opacity=55); BORDER-LEFT: 3px; WIDTH: 600px; COLOR: #000000; BORDER-BOTTOM: 3px; HEIGHT: 10px">
You can change all of that, but I didn't bother. Just change around the opacity to your liking.
You use this while you're writing an entry, but you MUST click "Edit HTML" first. Make sure that it's checked, and then paste that code in. I forget if you have to add the ending, but it would just be </DIV>
One drawback: you have to do it for each entry. Unless there's some other way that I'm not aware of.
Anyway, if you need any help with that feel free to ask in this thread, or PM me anytime you need.
[edit] Does anyone know how to make the comments appear in the same type of transparent box?
retrobaby
01-02-2004, 10:02 AM
yea i think that's what i'm looking for...though it's a little troublesome to do it for every entry.
thanks sporks!
syzygy
01-02-2004, 02:52 PM
dorkette has become http://www.blogring.net
if i remember correctly they merged all their codes and what not, you can even select from their css themes...
my xanga WAS one of their power puff girls themes...
they have the largest collection of xanga code and a decent amount of everything else...
NOTE-last time i checked blogring.net was down...(sometime this week)
GuArDiAn AnGeL
01-06-2004, 10:54 AM
thnx syzygy~
im just checking it out right now..
lots of kewl stuff ^^*
en_en
01-11-2004, 02:31 AM
does anyone know the code to block an ip address? thanks! ^-^
retrobaby
01-16-2004, 12:14 PM
how can i make something like inline frame on my xanga?
like a pic on one side and all the entries in a frame on the other side
sawmui13
01-17-2004, 01:30 AM
hmm...you mean something like my xanga (http://www.xanga.com/home.aspx?user=sawmui0120) adee? :? i have a pic of zai zai on one side and my blog on another. to do it, you just have to create a background where the image is aligned to one side. then you play around with the blog body size
table.blogbody {
/* this edits the other the place where the blog is */
width:325px;
border: 2px double #DBAEB0;
border-width: 3px 3px 3px 3px;
align:left;
}
thats how i did mine. i made the width really narrow and aligned it to the left. so now it looks like the pic and the entries are split
is that what you're looking for?
retrobaby
01-17-2004, 02:52 AM
thanks sawmui, but it wasn't what i wanted...i've found the code somewhere else though.
GuArDiAn AnGeL
01-18-2004, 04:03 PM
does anyone know how to make your site title come in like a typewriter or scrolling in?...i want to make my title like that..if neone knows...thnx ^^*
Do you mean a marquee GuArDiAn AnGeL?
If so, put
<marquee direction="DIRECTION YOU WANT(left or right)">"YOUR TEXT HERE"</marquee>
in the personalize your header box...
Does anyone know how to make marquee's, fonts, font sizes, and font colors in a weblog? I know how to do it in a header but they don't seem to work for me in a weblog... thanks ^_^
sawmui13
01-19-2004, 01:32 AM
thanks sawmui, but it wasn't what i wanted...i've found the code somewhere else though.
ooo... i love your new layout. do you mind sharing that code? :angel:
cici bebe
01-19-2004, 03:18 AM
Does anyone know how to make marquee's, fonts, font sizes, and font colors in a weblog? I know how to do it in a header but they don't seem to work for me in a weblog... thanks ^_^
You mean like:
[code:1:0d919d1f84]<font size=9>TEXT</font>[/code:1:0d919d1f84]
[code:1:0d919d1f84]<font color=#99ccff>TEXT</font>[/code:1:0d919d1f84]
[code:1:0d919d1f84]<font name=verdana>TEXT</font>[/code:1:0d919d1f84]
..or do those not work?
madison
01-19-2004, 03:54 AM
Thank You so much. I was thinking about starting a thread like this, so its cool. Ive always wondered how the xangas got those neat things and now i can FINALLY have those things too. Does anyone know why sometimes we can hear music on it and no one else can?? Same goes for the image on the backround. I dunno. If anyone does please tell me. Thanks.
Thanks Cici but that's exactly what I tried and it doesnt work... unless my xanga's just messed up. For an example, check retrobaby's xanga. It's the marquee that says "Happy Birthday Jay!!"
retrobaby
01-19-2004, 06:00 AM
thanks sawmui, but it wasn't what i wanted...i've found the code somewhere else though.
ooo... i love your new layout. do you mind sharing that code? :angel:
sure...u hafta make a table
[code:1:89a999e60b]<table border=0 cellspacing=0 bgcolor=DFC06D background="http://www.webpost.net/re/retrobaby/side.jpg" width=780px style="position:absolute; 350:px"><tr><td colspan=0 class=standard style="text-align: right;">
<tr><td valign=top><div style="width: 389px; height: 450px; border: none; background-image: url(http://www.webpost.net/re/retrobaby123/side.jpg); background-repeat: no-repeat; text-align: center;"></div></td><td valign=top>
<div style="width: 390px; overflow: auto; height: 450; background-image: url(http://www.webpost.net/re/retrobaby123/back.jpg); background-repeat: repeat; background-attachment: fixed">[/code:1:89a999e60b]
i put a space between the left side and the right side of the table...for the right side, you don't have to put an image if you don't wanna. you also can play around with the widths and heights of the table :happy:
Smonkkey
01-20-2004, 01:54 AM
thanks retrobaby! I'll probably use this code on my next layout cuz right now i love my layout. :love: I think i change my layout every other week. :laughing: I was wondering do you have to remove the module thingy in order for that code to work? And also does anyone have the remove the module code? I saw it somewhere before but i lost it :cry:
sawmui13
01-20-2004, 04:35 AM
thanks adee! i'll mess around with it next time. i really like my zai zai one now :love: hehe
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;}
i think thats what you need smonksmonk
cici bebe
01-22-2004, 03:36 AM
Anyone have the same problem where the links to other people's xangas once was alphabetized and now it's not? I think the script is not working.. =T Is there another one?
Smonkkey
01-22-2004, 03:41 AM
here cibe, i think this is it. It works on mine, just..... it replaced one of my SIR with a Newest>> from my calender... kinda werid.
[code:1:7c559aa260]<!-- THIS SHOULD GO INTO THE WEBSITE STATS!!! //-->
<script type="text/javascript">
<!--
// SIR Alphabetsize script written by Nay | http://blog.frozenashes.net/
// Distributed by BlogRing | http://blogring.net/
// state tables and set array
var tables = document.getElementsByTagName("table");
var subArray = new Array();
var COUNT = 0;
// first loop finds and extracts data
for (var i = 0; i < tables.length; i++) {
var td = tables[i].getElementsByTagName("td");
for (var j = 0; j < td.length; td++) {
if(td[j].innerHTML.toLowerCase().indexOf('>sites i read</div>subscriptions</b>') !== -1) {
// store all links in array
var linko = td[j].getElementsByTagName("a");
for(var e = 0; e < linko.length; e++) {
// check if it links to another person's xanga, and not the subscription links
if(linko[e].href.indexOf('http://www.xanga.com/home.aspx?user=') !== -1) {
// add to array, set new increment. Note: make all upper case and seperate with | to recover orignal format
subArray[COUNT] = linko[e].innerHTML.toUpperCase() + " | " + linko[e].innerHTML;
COUNT++;
} // end if (check link)
} // end for (e = 0)
} // end if check for (</div>subscriptions)
} // end first inner loop (j = 0)
} // end first loop
// sort array and set new count
subArray.sort();
var NEWCOUNT = 0;
// instantiate second loop
for (var i = 0; i < tables.length; i++) {
var td = tables[i].getElementsByTagName("td");
for (var j = 0; j < td.length; td++) {
if(td[j].innerHTML.toLowerCase().indexOf('>sites i read</div>subscriptions</b>') !== -1) {
var linko = td[j].getElementsByTagName("a");
for(var e = 0; e < linko.length; e++) {
if(linko[e].href.indexOf('http://www.xanga.com/home.aspx?user=') !== -1) {
// split the (eg: HIMURA_BATTOUSAI | himura_battousai) and use the second value of the array, the original cased
var newLink = subArray[NEWCOUNT].split(" | ");
linko[e].innerHTML = newLink[1];
linko[e].href = 'http://www.xanga.com/home.aspx?user=' + newLink[1];
NEWCOUNT++;
} // end if (check link)
} // end for (e = 0)
} // end if (subscriptions)
} // end for (j = 0;
} // end second loop
//-->
</script>
[/code:1:7c559aa260]
The alphabetize code never worked for me in the first place...maybe it doesn't go with some other code so it won't work. I'll try smonkkey's code though. Thanks!~
EDIT: oh yeah...does anyone know why the code to change your "comments" and "eprops" doesnt work for me? Well it does except for the "Sites I read" one. It turns into "Subcriptions" even though I chanegd it to "~Buddies~"...did that make any sense?
Smonkkey
01-23-2004, 02:11 AM
Is this the one that you're talking about Viv?
[code:1:47f44df6b7]<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 (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "jam");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "jam");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "syrup");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "syrup");
else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "log out");
}//-->
</script>
[/code:1:47f44df6b7]
I only did it for the eprops and stuff, so mine says syrup and jam instead of eprop or comments, so if you won't have to change those just put what you want for those. And umm change anything else in quotes to whatever you want.
No...that's not the code...this is it:
<style type="text/css"><!--body{cursor:S-Resize}--></style>
<meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.Fade (duration=9, refer to outline box, separate by comma)">
<script type="text/javascript">
//
// ©2003 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",
"Gender:",
"Birthday:",
"My Blogrings",
"eprop",
"comment",
"Real Name:",
"Location:",
"Occupation:",
"Expertise:",
"Hobbies:",
"Email:",
"subscribe!",
"reviews",
"events",
"Stats",
"sign out"
);
// *** add the replacing words or fragments below
var newWords = new Array(
"×Other Xangas×",
"×Sex×",
"×Birthday×:",
"My Blogies",
"×Props×",
"×Messeges×",
"×Name×",
"×Location×",
"×Occupation×",
"×Expertise×",
"×Hobbies×",
"×Email×",
"×subscribe!×",
"×reviews×",
"×events×",
"×Stats×",
"×Log Off×"
);
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>[/code:1:f5a1f6fd7b]
It copied and pasted it all over again but it still doesn't seem to be working. Oh well. Um...your alphabetize code doesn't work for me either. Am I suposed to change anything? Sorry, I'm so stupid when it comes to this stuff...
Smonkkey
01-23-2004, 03:02 AM
Well where exactly are you posting all of this stuff? In the webstats right? The codes work for me, i didn't change a single thing. I'll try your code on mine.
Edit: I just put it into my xanga and it worked. Make sure you're not putting it in the "Put in your own header html" or "java script module"
I'm positive I'm putting it into website stats. Positively absolutley sure... *goes to check*....
YUP!! They were in website stats...maybe it's just my xanga then? But it's okay. I don't mind the little problems.
wackycashew
01-23-2004, 05:06 AM
i have xanga ~!!
<< www.xanga.com/larryxberry
:D
LaRRy, this is where you should have made your post:
http://www.jay-chou.net/forums/viewtopic.php?t=2269
not in this current thread. :wink2:
question: is there yet another new code to remove the ad at the very top? i know smonkkey provided one earlier, which has been outdated already. i'm asking cuz i noticed shouling's xanga didn't have that ad.
Smonkkey
01-23-2004, 05:12 AM
There isn't one out still, remember when you join at first, they let you try out premium xanga for a few days, well thats that. Soooo i guess the only way to get it out is to get premium xanga.
wackycashew
01-23-2004, 05:50 AM
ok, thanks, smonk smonk. :happy: i was actually wondering if it was a premium member thing. now i know for certain. thanks for the clarification. =)
Does anyone know how to make your links like this (www.jay-chou.net) instead of just like this? www.jay-chou.net I've seen a couple people do it but I'm not good with the whole xanga thing.
Smonkkey
01-25-2004, 11:53 PM
well i think if you want it in one of your entries, theres a link button in the tools area. So you click that and type the url. Than it should end up like what you want. Or is that not what you want?
wackycashew
01-25-2004, 11:57 PM
Viv, if you don't want the underline for all your links, you can change it in Look & Feel:
the section below Fonts, Text, and Links in Main Body of Page, there's Appearance of Text & Links:
just unclick the Underline boxes if you have them clicked.
if you're talking about renaming a link, you can click on Edit HTML (located beside the tools buttons like smileys, special symbols, link, and pic) when you make your entry and rename the URL part in the middle of the brackets, similar to what we have here.
smonk smonk, the links button gives you the URL, but doesn't control the underline, i don't think. :unsure:
kewlpiggy88
01-26-2004, 12:32 AM
this isn't a specific xanga question, but it is one i have for my xanga...
does anybody know a FREE site to upload mp3s or any other media file and will allow it to be used on xanga? because i used to tripod but i got kicked out sooooo many times. there are like no more sites and it sucks because i don't wanna pay money!
sawmui13
01-26-2004, 02:48 AM
retrobaby, i tried making tables but i couldn't figure it out. when i got it to look right i would still have a scrollbar from my browser...so it would look like there were two.... :wacko:
it would be easier just to align everything to the right, but xanga seems to only like left or center :dry: does anyone know how to align everything to the right?
Thanks so much Lisa~! Phewf. Now I Can abbreviate my links...YAY!! So...does anyone know how to make marquees in an entry? Anybody? because
[code:1:1a7d93b427]<marquee direction=right>"YOUR TEXT HERE"</marquee>[/code:1:1a7d93b427]
doesn't seem to work....
cici bebe
01-28-2004, 02:51 AM
In an entry you'd have to select edit HTML first before being able to put any HTML at all. Did you do that already?
Yup Cici I did that...but it still doesn't work... that's okay though. Thanks for your help~ ^^
Kewlpiggy88: I really don't know how to help you except for you to make your own website, which allows you to upload and hotlink...or you can find links to the songs you want...here's links to the entire YHM Album if you or anyone else is interested...
01 Yi Fu Zhi Ming
http://202.102.201.45/ibf/jay/01.mp3
02 Nuo Fu
http://202.102.201.45/ibf/jay/02.mp3
03 Qing Tian
http://202.102.201.45/ibf/jay/03.mp3
04 3 Nian 2 Ban
http://202.102.201.45/ibf/jay/04.mp3
05 Dong Feng Po
http://202.102.201.45/ibf/jay/05.mp3
06 Ni Ting De Dao
http://202.102.201.45/ibf/jay/06.mp3
07 Tong Yi Zhong Diao Diao
http://202.102.201.45/ibf/jay/07.mp3
08 Ta De Jie Mao
http://202.102.201.45/ibf/jay/08.mp3
09 Ai Xing Xuan Ya
http://202.102.201.45/ibf/jay/09.mp3
10 Ti Tian
http://202.102.201.45/ibf/jay/10.mp3
11 Shuang Dao
http://202.102.201.45/ibf/jay/11.mp3
Courtesy of solid07~
rosiean86
01-30-2004, 09:50 PM
Wow Viv thanks for those links to Jay songs!
If anyone's interested, here's links to more songs. Just paste the link in the music box. These are mostly American and Korean songs...I'm still working on finding Chinese songs to put on xanga. I'm going to be updating this list occassionally. Hopefully someone will find this useful :happy:
*Edit: I'm sorry if some of the links don't work guys...as some of you have said before, the angelfire ones don't work. I haven't tried these songs, I didn't upload them to my server, so I apologize if these don't work, but I found them from somewhere else and wanted to share. Since there are so many songs, if something that you don't like won't play, I'm sure you'll find something else!*
112
Anywhere-http://www.msealsmusic.com/msealsmusic/user/music/112%20-%20Anywhere.wma
Cupid-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/3627/13860_1_5_04.asf
Hey Love-http://kettle.cs.berkeley.edu/cs294-4/uploads/71/luv.wma
Hot and Wet-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/3627/28506_1_3_04.asf
Right here for you-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/3627/28506_1_7_04.asf
Smile-http://www.msealsmusic.com/msealsmusic/user/music/112%20-%20Part%203%20-%2012%20-%20Smile(1).WMA
Someone to hold-http://www.msealsmusic.com/msealsmusic/user/music/someonetohold.WMA
Sweet Love-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/3627/20731_1_11_04.asf
2shai
love letter - http://219.240.39.120/newmufe/0309/2Shai_200309_03.wma or http://www.sites.azndreamz.net/emajin/2shai/03.mp3
50 cent
pimp - http://www.sumfun1.com/hip%20hop-rap%20wav...ent-p.i.m.p.wav
98 degrees
this gift - http://members.rogers.com/puregq2/music/this_gift.wma
aaliyah
miss you remix - http://hosting.elea.be/aaliyah/Multimedia/missyouremix.mp3
alicia keys
ny state of mind - http://www.angelfire.com/ill/dj-theory/nystate.wma
ashanti
rain on me remix - http://www.angelfire.com/ill/dj-theory1/rainonmermx.wma
As One
Day by Day-http://home.comcast.net/~asbal/as_one-day_by_day.mp3
avril lavigne
i'm with you - http://paginas.terra.com.br/informatica/no...ou-not2sure.mp3
bash bash
suga suga - http://www.angelfire.com/ill/dj-theory2/suga.wma
beyonce
baby boy - http://notendur.centrum.is/~kristul/Music/...0Baby%20Boy.mp3
crazy in love - http://notendur.centrum.is/~kristul/Music/...20in%20Love.mp3
me, myself and i - http://home.comcast.net/~therealestchica5/...Me_Myself_I.wma
summertime remix - http://www.angelfire.com/ill/dj-theory1/summertime.wma
black eyed peas
shut up - http://www.dutchtop40.net/download/3677/13...20Shut%20Up.mp3 or http://fsr.k40ru.net/321432432095_jdf9234.wma
where is the love? - http://www.boomspeed.com/kbc4eva/WTL.wma
boa
double - mms://211.233.26.181/72041_1.asf
bow wow
lets get down - http://www.angelfire.com/ill/dj-theory//letsgetdown.wma
britney spears
breathe on me - http://anson.yeuamnhac.com/musics/English/...e%20On%20Me.wma
everytime - http://www.boomspeed.com/peteryaj/BritneyS...s-Everytime.wma
my only wish (this year) - http://www.britneyaddict.com/mowty.mp3
chingy
holiday inn - http://www.gameroom.com/sunghyun/Holidayinn.wav
right thurr remix - http://www.angelfire.com/ill/dj-theory1/thurrremix.wma
One Call Away-h
ttp://www.msealsmusic.com/msealsmusic/user/music/one_call_away.wma
christina aguilera
fighter - http://www.gameroom.com/sunghyun/934584359872143.wav
infatuation - http://www.angelfire.com/ill/dj-theory2/infatuation.wma
the voice within - http://61.109.255.33/stream/k2_10/021106/c...stripped_18.asf
or
http://www.freehomepages.com/yuri012/18%20-%20Voice%20Within.mp3
click-b
hope - http://www.mukebox.com/link/link_play2.asp?sid=109739
da band
tonight - http://www.angelfire.com/ill/dj-theory2/tonight.wma
dj doc
run to you - http://zombie.yeuamnhac.com/musics/DJ%20DO...%20to%20You.wma
dmx
we're back - http://www.angelfire.com/ill/dj-theory2/wereback.wma
where the hood at - http://www.angelfire.com/ill/dj-theory1/wherethehoodat.wma
eugene
the best - mms://218.237.66.238/media_8/280/280627.asf
evanescence
bring me to life - http://www.mukebox.com/link/link_play2.asp?sid=259382
fabolous
into you - http://www.mukebox.com/link/link_play2.asp?sid=264041
frankie j
don't wanna try - http://www.mukebox.com/link/link_play2.asp?sid=297814
Fly To The sky
Missing You
mms://211.43.217.86/arirang/pops/music/flytothesky/missingyou.asf
good charlotte
lifestyles of the rich and the famous - http://www.mukebox.com/link/link_play2.asp?sid=220128
Hyori
Hey Girl
mms://211.43.217.86/arirang/pops/music/leehyoree/hey_girl.asf
Jang Nara
Prayer-http://219.240.39.122/hlmusic/0312/jangnara_031201_03.wma
jimmy eat world
sweetness - http://www.gameroom.com/sunghyun/JEW_Sweetness.wav
jin
oh no - http://www.angelfire.com/ill/dj-theory/ohno.wma
Jinusean
How deep is your love-http://www.freehomepages.com/plimioness/Jinusean%20-%20How%20Deep%20Is%20Your%20Love.mp3
jo pd
my style - http://www.gameroom.com/sunghyun/jopd-mystyle.wav
jo sung mo
piano - http://zombie.yeuamnhac.com/musics/Jo%20su...20-%20piano.wma
jtl
without your love - http://www.gameroom.com/sunghyun/jtl-withoutmylove.wav
One Night Lover
mms://211.43.217.86/arirang/pops/music/jtl/night_lover.asf
jung chul
my love - http://219.240.39.120/newmufe/0310/sangdu(ost)_200310_02.wma
kelis
milkshake - http://aristarec.com/media/kelis/audio/01_...adio_mix_96.asx or http://www.angelfire.com/ill/dj-theory/milkshakermx.wma
milkshake remix - http://www.angelfire.com/un/dj-doboy01/msrmx.wma
kiss
because i'm a girl - mms://218.237.66.236/media_4/110/110889.asf
lee jung
do it tomorrow - http://www.gameroom.com/sunghyun/leejung-nehilhae.wav
lee soo young
dung geu ruh nee - http://219.240.39.120/newmufe/0309/leesuyoung_200309_03.wma
i believe - http://zombie.yeuamnhac.com/musics/Lee%20S...I%20Believe.wma
I Still Bite My Lips
mms://211.43.217.86/arirang/pops/music/lee_soo_young/bite_lips.asf
lexy
favorite song - http://zombie.yeuamnhac.com/musics/Lexy-favorite%20song.wma
let me dance-mms://218.38.55.216/LOW_WMA_MUKE031219/313/313531.asf
lil jon and the eastside boyz
get low - http://www.angelfire.com/ill/dj-theory1/getlow.wma
get low remix - http://www.angelfire.com/ill/dj-theory/getlowrmx.wma
linkin park
in the end - http://www.maxishere.com/mp3/Linkin_Park_-...In_The_End).mp3
one step closer - http://www.dez.donpac.ru/mp3music/rapcore/...ep%20Closer.mp3
Numb-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/16216/27461_1_13_0
4.asf
Liz Phair
Why Can't I-http://dgames.no-ip.com/other/WCI.mp3
loveholic
a doll's dream - http://211.39.130.108/nmusic/k_bal/6137_01_09.wma
ludacris
stand up - http://www.angelfire.com/ill/dj-theory1/standup.wma
mandy moore
17 - http://195.130.225.73/mandym5/5g/05-mandy_moore-17-ego.mp3
cry - http://www.gameroom.com/sunghyun/MandyMoore_Cry.wav
i wanna be with you - http://www.mukebox.com/link/link_play2.asp?sid=8330
only hope - http://www.gameroom.com/sunghyun/mandymoore_onlyhope.wav
mary j blige
not today - http://www.angelfire.com/un/echo-vibes/nt.wma
mercy me
i can only imagine - http://www.hopeinhim.org/music/audio/i_can_only_imagine.mp3
michelle branch
all you wanted - http://siroz.free.fr/junk/Michelle%20Branc...ou%20Wanted.mp3
breathe - http://home.comcast.net/~aa-phat_beats2/breathe.wma
everywhere - http://134.53.40.1/dms/Servepd/Music%20for...0Everywhere.mp3
you set me free - http://www.simbaskingdom.org/spirit/music/Yousetmefree.mp3
minwoo
for you - mms://61.250.86.118/stream128/108/1878953.wma
Just One Night
mms://211.43.217.86/arirang/pops/music/m/just_one_night.asf
monica
for you i will - http://www.gameroom.com/sunghyun/Monica-For_You_I_Will.wav
who's on first - http://www.capsteps.com/sounds/monica-whosonfirst.mp3
murphy lee
regular guy - http://www.angelfire.com/ill/dj-theory1/regularguy.wma
what da hook gon be - http://www.angelfire.com/ill/dj-theory/dahookgonbe.wma
mya
take a picture - http://www.angelfire.com/ill/dj-theory2/takeapicture.wma
nick cannon
gigilo - http://www.angelfire.com/un/dj-doboy01/g.wma
nick lachey
this i swear - http://www.mukebox.com/link/link_play2.asp?sid=305567
ock joo hyun
nan - http://zombie.yeuamnhac.com/musics/oakjoohyun%20-%20nan.wma
Outkast
Hey ya!-http://www.freehomepages.com/kpopfiles/Music/Outkast-%20Hey%20Ya.wav
pharell williams
frontin - http://www.angelfire.com/ill/dj-theory/frontin.wma
S - I Swear
mms://211.43.217.86/arirang/pops/music/s/i_swear.asf
savage garden
i knew i loved you - http://zombie.yeuamnhac.com/musics/Savage%...Loved%20You.wma
seven
annyoung - http://zombie.yeuamnhac.com/musics/seven-hi.wma
baby i like you like that - mms://218.237.66.237/media_7/260/260541.asf
luz control - mms://218.237.66.237/media_7/260/260540.asf
shinhwa
bah rem - http://61.109.255.34/kt_139/020705-139/212...nwha/4th/12.asf
chaos - http://www.mukebox.com/link/link_play2.asp?sid=56789
eusha eusha - http://zombie.yeuamnhac.com/musics/02%20EushaEusha.wma
first love - http://www.freewebs.com/koreanmvs02/05%20First%20Love.wma
i pray for you - http://www.mukebox.com/link/link_play2.asp?sid=153869
my own secret - http://www.freewebs.com/koreanmvs05/05%20M...wn%20secret.wma
top - http://wave.prohosting.com/~ygkid/(shinhwa)-t.o.p.wma
Young Gunz-http://61.109.255.14/031028_ms/040105/shinhwa_7th_05.wma
sm town
hello! summer! - http://www.mukebox.com/link/link_play2.asp?sid=287968
stacie orrico
stuck - http://zombie.yeuamnhac.com/musics/stacie%...20-%20stuck.wma
I Promise-http://www.msealsmusic.com/msealsmusic/user/music/IPromise.wma
Switchfoot
Gone-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/4581/28341_1_8_04.asf
Learning to breathe-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wm
p/3/4581/16689_1_2_04.asf
Meant to live-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/4581/28341_1_1_04.asf
On fire-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/4581/28341_1_9_04.asf
This is your life-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/4581/28341_1_2_04.asf
swi-t
i'll be there - mms://218.237.66.237/media_5/161/161654.asf
System of a down
Chop suey-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/3362/23326_1_6_04.asf
Psycho-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/3362/23326_1_13_04.asf
T
Memories-http://www.msealsmusic.com/msealsmusic/user/music/T-Memories.wma
tamia
officially missing you remix - http://www.angelfire.com/ill/dj-theory1/misremix.wma
tension
goodbye - http://wave.prohosting.com/~ygkid/(TENSION)-GOODBYE.WMA
The Cure
boys don't cry-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/273/11052_1_1_04.asf
close to me-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/273/10962_1_10_04.asf
Just like heaven-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/273/10962_1_3_04.asf
the jadu
kim bap - http://www.gameroom.com/sunghyun/jadu-kimbab.wav
the strokes
12:51 - http://rcarecords.com/media/the_strokes/au...kes_1251_96.asx
three 6 mafia
ridin spinners - http://www.angelfire.com/ill/dj-theory1/ridin_spinners.wma
Tim
Saranghamnida-http://www.freehomepages.com/eumak2/Tim%20-%20I%20Love%20You.mp3
tupac
life goes on - http://www.msealsmusic.com/msealsmusic/user/music/2pac%20Greatest%20Hits%20-%20Tupac%20Shakur%20-%20Life%20Goes%20On.wma
Running-http://www.msealsmusic.com/msealsmusic/user/music/tupac.WMA
Me and My Girlfriend-http://members.shaw.ca/l-e-e-t-o/tupac-girlfriend.wma
u nee
go - http://219.240.39.120/newmufe/0306/U;nee_200306_02.wma
utada hikaru
first love - http://www.leoplanet.net/music/utada/firstlove.wma
Addicted to you-http://www.songjapan.com/songupload/hikaru04s01.wma
Colors-http://www.songjapan.com/songupload/hikaru12s01.wma
Automatic-http://www.songjapan.com/songupload/hikaru01s01.wma
Deep River-http://www.songjapan.com/songupload/hikaru03a04.wma
Hikari-http://www.songjapan.com/songupload/hikaru10s01.wma
Sakura drops-http://www.songjapan.com/songupload/hikaru11s01.wma
Simple and Clean-http://www.songjapan.com/songupload/hikaru12s02.wma
Vanessa Carlton
A Thousand Miles-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/21107/25578_1_3_04.asf
Weezer
Island in the sun-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/124/21516_1_4_04.asf
Westlife
Swear It Again-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/9218/13089_1_1_04.asf
Miss you-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/9218/13089_1_9_04.asf
Whitney Houston
Heartbreak Hotel-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/2679/14702_1_15_04.asf
ying yang twins
naggin - http://www.angelfire.com/ill/dj-theory1/naggin.wma
salt shaker - http://www.angelfire.com/ill/dj-theory1/saltshaker.wma
youngbloodz
Damn!-http://a42
0.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/7672/28072_1_2_04.asf
Lane to Lane-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/7672/28072_1_10_04.asf
Mudd Pit-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/7672/28072_1_8_04.asf
Whatchu looking at?-http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/7672/28072_1_3_04.asf
young steff
can i holla - http://www.angelfire.com/ill/dj-theory1/holla.wma
en_en
01-30-2004, 11:20 PM
wow this is so cool. thanks a bunch! ^-^
Rosiean86: None of your links seem to be working for me... Or is it just me?
en_en
01-31-2004, 12:39 AM
i dont think its just you...mines not working either...
GuArDiAn AnGeL
01-31-2004, 10:03 AM
all the angelfire ones don't work for me +_+
thnx ViV for the jay ones tho...
luving them^^*
l3abystarz704
01-31-2004, 07:57 PM
[code:1:ef19596ac5]<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, "WHAT YOU WANT IT TO SAY");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "WHAT YOU WANT IT TO SAY IN REPLACEMENT OF COMMENT");
}
//-->
</script> [/code:1:ef19596ac5]
This doesn't work for me for some reason i'll put it in the look n feel section where it says your html but it doesn't work...what's going on? maybe my other codes is messing it up anyone able to help? But thnaks for the other codes ^^
cici bebe
02-01-2004, 12:30 AM
I have a code like that and it works for me:
[code:1:d317dedcd2]<script type="text/javascript">
//
// ?003 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",
"Gender:",
"Birthday:",
"My Blogrings",
"eprop",
"comment",
"Real Name:",
"Location:",
"Occupation:",
"Expertise:",
"Hobbies:",
"Email:",
"subscribe!",
"reviews -",
"events -",
"Stats",
"sign out"
);
// *** add the replacing words or fragments below
var newWords = new Array(
"REPLACE SITES I READ",
"REPLACE GENDER",
"REPLACE BIRTHDAY",
"REPLACE MY BLOGRINGS",
"REPLACE eProp",
"REPLACE comment",
"REPLACE NAME",
"REPLACE LOCATION",
"REPLACE OCCUPATION",
"REPLACE EXPERTISE",
"REPLACE HOBBIES",
"REPLACE EMAIL",
"REPLACE SUBSCRIBE!",
"REPLACE REVIEWS",
"REPLACE EVENTS",
"REPLACE STATS",
"REPLACE SIGN OUT"
);
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)
&
#123;
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>[/code:1:d317dedcd2]
It's quite a bit longer and a little more confusing.. but it replaces a lot more stuff. If you don't understand it, feel free to ask. =)
l3abystarz704
02-01-2004, 01:23 AM
ahhh actually the first one works..i pasted it in the wrong place like it's suppose to go under webstats but i had it under your html thanks so much though ^^ i'll probably try yours since it can change much more or so it seems...if i have any problems i'll be sure to let you know thank you again ^^
madison
02-04-2004, 01:01 AM
Just wondering if anyone could put up html for Jay's songs. Some of them that are posted doesnt seem to work and ive searched everywhere to get them but i couldnt find any. Alrah thanks.
kewlpiggy88
02-04-2004, 01:48 AM
thanx anyway viv! i think i can find one of rosien's...there are so many! my eyes hurt now, hehe![/list]
Madison I've posted the WHOLE album just a page before...from what I know, they all work. Maybe you should check...
en_en
02-05-2004, 12:44 AM
the links you provided Viv, worked for me.
this is off topic, but does anyone know what happened to blogring.net? i know that they said they were looking for a new server, but does anyone know if its up yet?
sawmui13
02-05-2004, 03:06 AM
en-en, blogring's been back up for a while. but i don't know if its just me, but it either takes forever to load or some pages don't come up at all. :? unless you're looking for their themes, you're better off going to dorkette or xangans
I just went to blogring.net like 2 minutes ago. There working fine. But some pages take ages to load.... dorkette is a good site too though. :happy:
madison
02-05-2004, 05:30 AM
Oh thanks viv, last time i tried didnt work i dunno why and i tried again and it FINALLY works now. Oh yeah it kinda stops sometimes. Do u have that problem is it is just me???
en_en
02-05-2004, 11:13 PM
alrighty, thanks guys. it still doesnt work for me and i get the 403 error but ill try a few more times...
they have xangans.com now? is it a branch divided off from blogring?
retrobaby
02-06-2004, 09:26 AM
can you make the width of all the text less than 600px? is there a code or something?
I just visited xangans.com It's just a forum that gives you tips and codes etc. It's actually pretty awesome~!
madison: They buffer sometimes but if you put the link into xanga, it never buffers. Don't ask me why though... because I dunno... :happy:
sawmui13
02-08-2004, 10:06 AM
i'm using the qing tian link you shared viv. thanks so much! anyways, i actually like xangans more than blogring. its a little less organized since its a form. so while you get to find lots of good stuff, theres alot of reading through posts. they've changed their name though to createblog.com (http://www.createblog.com/)
ok, i got a ad removal script which works. hopefully it'll continue to work because people are discouraging the use of them so i doubt they'll make up new ones. this was from xangans but they took it down a while ago cuz they said it wasn't right to ripoff xanga or something. anyways, there seems to be an error with it though. theres an unterminated string constant which i can't find. somewhere theres missing a parenthesis or colon or something. it still works but theres an annoying popup when i go to my comments page. so you guys, go ahead and use this and lets hope it'll continue to work but does anyone know where the error might be?
<script language="javascript"><!--
if (typeof HTMLElement!="undefined" && !HTMLElement.prototype.insertAdjacentElement) {HTMLElement.prototype.insertAdjacentHTML = function(where,htmlStr){var r = this.ownerDocument.createRange();r.setStartBefore( this);var parsedHTML = r.createContextualFragment(htmlStr);this.insertBef ore(parsedHTML,this.firstChild);}}
var adbanner="<center></script>
i'm a newcomer for xanga things. and i don't know how to put a pic as a header... like shouling page. :sweat: help me...
and how to make all tables fit in the center only, like cici_bebe's page. :happy:
thanks..
wackycashew
02-13-2004, 03:20 PM
i'm a newcomer for xanga things. and i don't know how to put a pic as a header...
hey aina, i don't know about the tables thing, but for the pic as a header... you know how when you go to Look & Feel, there's a section at the top for headers? well, you can select insert your own header and there's a blank space there to insert your HTML. all you have to do after you've created your header pic is upload it somewhere: www.webpost.net or www.photobucket.com and get the URL. after that, just replace the URL with this:
<center><IMG SRC="URL of your header pic"></center>
insert that line into that blank space for your own header code, and voila. :D
en_en
02-13-2004, 11:08 PM
Does anyone have a code for making a picture in the modules? I thought i saw one at createblog.com once but when i went back to look for it it was gone. >_<
retrobaby
02-14-2004, 04:21 AM
i had an anti-ad code before but somehow it doesn't work anymore now. anyone have a new one which works?
thanks Lisa, i found the guide on my book too, i even forgot i have HTML book :sweat:
do we have a rule how to manage all codes? i mean the code for header must at the top and then for the modules, and so on???
i try to change my "words" using codes that i found at previous pages, but it works just for some of them
can we use our own font? i mean besides those fonts that already given
i'm sorry if my questions are stupid >o<
Hey lynette_swan~! The reason some words don't work are because the ones that used to be called "Sites I read" have changed into "Subscriptions" etc. So all you have to do is change the words in the first list so it'll work. ^^
I don't think xanga allows you to use your own font...unless you have a code for it~... hope that helped.
thanks, viv!! :flowers: i've done with it..
and is that your xanga?? azn_xoxo ???
<table border=0 cellspacing=0 bgcolor=DFC06D background="http://www.webpost.net/re/retrobaby/side.jpg" width=780px style="position:absolute; 350:px"><tr><td colspan=0 class=standard style="text-align: right;">
<tr><td valign=top><div style="width: 389px; height: 450px; border: none; background-image: url(http://www.webpost.net/re/retrobaby123/side.jpg); background-repeat: no-repeat; text-align: center;"></div></td><td valign=top>
<div style="width: 390px; overflow: auto; height: 450; background-image: url(http://www.webpost.net/re/retrobaby123/back.jpg); background-repeat: repeat; background-attachment: fixed">
adeline, can i use this code to make a border for entries too??? or have another code for that??
retrobaby
02-15-2004, 01:11 PM
there's another code for bordered entries...
you put this in your style sheet
[code:1:1450ec7656]table.blogbody {
/* this edits the other the place where the blog is */
border: 1px solid FFFFF;
width: 370px;
}[/code:1:1450ec7656]
you can play with around with the colors
style sheet???? :wacko: Look and feel -> webstats??
another question, how to create our own date and time design...like samwui's xanga... :sweat:
~~thankssss~~
retrobaby
02-15-2004, 01:36 PM
style sheet is where you put your link colors and stuff.... <style type="text/css"> under here
for the own date and time design you're talking about...i think this should be what you want
[code:1:d0eb20e69e]div.blogheader, .caption {
/* edits the dates */
font: bold 17px Verdana;
text-transform: capitalize;
color: #000;
letter-spacing: 0px;
background-image: url(URL OF PIC);
text-align: right;
}
[/code:1:d0eb20e69e]
this also goes in the style sheet. in sawmui's xanga there's a heart and you can also do something like that by adding your own background image. put the url of your image in place of URL OF PIC.
sawmui13
02-15-2004, 03:36 PM
<script type="text/javascript">
document.write('<style type=text/css></style> ' + ' <no' + 'script>');
</script>
<script>
document.write("<!--");
</script>
thats another ad removal code thats working for me now, we'll see how long this one lasts
why does the comments page always get messed up and shifts?? is there a way to prevent that?
For remove spacing left of your entries
[code:1:53009cb777]
<!-- begin code provided by createblog.com -->
<style type='text/css'>
.blogbody td { width:0px; padding-left:0px; }
</style>
<!-- end code provided by createblog.com -->[/code:1:53009cb777]
samwui, the ad remover doesn't work for me :oops:
err, how to upload MIDIs so i can use it for my backsound??like sinny's xanga and wacky's xanga, i've downloaded some MIDIs from JIM's site but i don't know how to upload it..where?? :sweat:
retrobaby
02-16-2004, 08:28 AM
here's a new ad remover code
[code:1:f4355ea00e]<!-- ad remover - xanga.com/godofphotoshop - distributed by xanga.com/add_ons -->
<script language="javascript" defer>
var cn=document.getElementsByTagName('table')[0];
if (cn.outerHTML.indexOf("a.xanga.com") >= 0) cn.outerHTML = "";
document.scripts[document.scripts.length-1].text = "";
</script> [/code:1:f4355ea00e]
wackycashew
02-19-2004, 04:24 PM
aina, you can upload midis onto www.webpost.net cuz the files should be small enough. :happy: you can upload any kind of files to webpost.net as long as it's within 1MB. =) btw, off topic for a sec, what is the song you have playing on your xanga right now??? it is sooo good!!
[code:1:085a78e88e]table.blogbody {
/* this edits the other the place where the blog is */
border: 1px solid FFFFF;
width: 370px;
}[/code:1:085a78e88e]
Just wondering if this would work for every single post instead of 1. Thanks ^^
Yep, Aina. Azn_xoxo is indeed moi~ hehe
Edit: The boxed posts work for every post. Thanks so much adee~ ^^
Lisa, it's shinhwa's song "First Love" :happy:
thx for the information... :flowers:
retrobaby
02-25-2004, 10:31 AM
anyone have a code for showing only one entry on the page?
I didn't think there was one. I think you just have to keep deleting your posts. But somehow, people can keep their comments from a previous post on a new post. I think it has something to do with yours...
~*Love Jay*~
02-26-2004, 04:05 AM
Ai ya! I put the code in xanga for the ad to go away. Now my site is just BLANK with onli my background on it! Is there a way to change it bak so I can see everything on the site???
Smonkkey
02-26-2004, 04:10 AM
all you do is just take out the code that you put in, and it should be back to normal.
~*Love Jay*~
02-26-2004, 04:14 AM
How do i do that? I can't see anything on my whole xanga site except the my background.................
I right clicked and selected "view source" which came up with the code of the whole thing, I found that code and deleted it, it still doesn't work...........itz still blank.........
see for urself:
www.xanga.com/Sweet_Lemon_Tea
Smonkkey
02-26-2004, 04:23 AM
well first make sure you're logged in, than click this (http://www.xanga.com/CLAF/default.asp). It should take you to the screen.
~*Love Jay*~
02-26-2004, 04:31 AM
:excited: :) :laughing: :bleh: :wink2: :yeah: :happy: :D
Thanx!! You are a life saver!! I almost thought that I had to create another xanga!! ^__^ Thanx! Luv u lots!!! Hehe~!~ Wow, it realli does work!!!
Smonkkey
02-26-2004, 04:38 AM
anyone have a code for showing only one entry on the page?
retrobaby Try this site right here (http://www.dangit.org/forum/index.php?showtopic=3282&st=0) I'm not exactly sure which one you should use. Just read through the posts first, cuz from the posts, it may not work, but theres like 5 different codes, just choose the one that works best for you. :wink2:
retrobaby
02-26-2004, 08:14 AM
thanks for the link smonkkey! it's exactly what i've been looking for!
but unfortunately none of them work for me i dunno why...
it says to put the code right before anything in website stats and i only have that code in there but nothing happens...
I read the link that smonkkey posted too retrobaby and if you continue reading, they say that the code doesn't work and you have to continue reading to find the actual code. Unless you've done that and it still didn't work. I didn't read all the way to the end. Hope that helps~ ^_^
retrobaby
02-27-2004, 01:32 PM
i've tried every single code they had...there were like 5 :cry:
GuArDiAn AnGeL
02-29-2004, 11:28 AM
does neone know....
how to make ur xanga look centered...
instead of all spread out..
example...
http://www.xanga.com/home.aspx?user=sil3ntxecho
like that...^^*
thnx
oh and one more question...
does neone know why...like when i enter certain xangas...it says that page has error...and just shuts off....it happens to me a lot ....
does neone know y....?
and is there nething to prevent it?
For the centered one, I think you'll need to change the pixels of your site in the Look and Feel section.
Not sure about the shutting down thing though... it's been happening to me too. Maybe their page has a bad code or something...
GuArDiAn AnGeL
03-03-2004, 02:18 PM
yea Viv..i was suspecting that it was a code problem too...hmm...but newayz..thnx for helping out ^^
I'm just wondering if anyone knows how to make text slashed through. Like with a line through the middle. Thanks. ^^
cici bebe
03-08-2004, 04:01 AM
Click edit HTML or something and insert:
[code:1:b8bfe93703]<s> TEXT </s>[/code:1:b8bfe93703]
Hopefully that works? =)
Woohoo! It worked~ Thanks so much cici~!
GuArDiAn AnGeL
03-21-2004, 06:38 AM
does neone know how to center your xanga site? so that everything is in the center and on the left and right side there are space? if it was to adjust something in the look and feel...wut should i adjust?
Go to look and feel and then at the very first section, you'll see 'Width'. Click on 'Enter # Pixels' and put in 600 (since that's the lowest you can go). And then it's pretty centered after that. But make sure the 'Alignment' part on top of that is set on 'Middle Aligned'. Hope that helped. :happy:
denise88
03-22-2004, 07:34 AM
just wondering, what code will you put in if you want a song to play in the background of your site? let's say.. jay chou's an jing :D
the one
03-22-2004, 09:50 AM
just wondering, what code will you put in if you want a song to play in the background of your site? let's say.. jay chou's an jing :D
all you need to do is to place the url of the song you want to use on the space beside "Music URL" in Look & Feel whether it's in mp3 format, real player, wav or wma.. ^ ^
GuArDiAn AnGeL
03-22-2004, 01:20 PM
thnx ViV ^^*...
finally got it centered lol....gosh its so obvious and i didn't see it +_+....need new contacts lol...thnx neway girL!
No problem Guardian Angel. ^^
denise88: Do you mean how do you get the URL or how do you get it to play?
denise88
03-23-2004, 05:07 AM
the one: thanks for the help, but i don't use xanga and i don't have the look&feel section :oops:
viv: actually, i need the code and the URL and how ill get it to play. hope you can help me out, thanks a bunch! :D
Denise88 this is actually a Xanga codes thread. I don't think anything we'll have will help...
I don't know anything that would help because I don't have my own website but if your patient enough, people with website's might check this and help you. ^^
GuArDiAn AnGeL
03-24-2004, 12:01 PM
Denise88 sorri...im not really familiar with those things either +_+
for xanga pple....herez a code to make the ad a lil bit transparent lol..but u can still see it a bit ^^;;;...if u want to have a look at how this script workz....feel free to see my xanga...yep...
<!-- Translucent Xanga Ad : By Blogring.net -->
<script>
function opaque(){
banner = document.body.firstChild.firstChild.getElementsByT agName('table')[0];
banner.style.filter = "alpha(opacity=5)"
}
setTimeout("opaque()",1);
</script>
<!-- End Script : By Blogring.net -->
the one
03-24-2004, 12:18 PM
the one: thanks for the help, but i don't use xanga and i don't have the look&feel section :oops:
try this then; it might work...
[code:1:3b3abbbcb7]<embed src="yourmusicfile.mid" autostart="true" loop="true"
width="2" height="0">
</embed>[/code:1:3b3abbbcb7]
there are a lot of jay chou mp3s on this webpage: (look for 'jay chou' in pages 2 & 3)
http://www.pragard.com/default.aspx?browse=J
denise88
03-24-2004, 05:55 PM
oh, thanks for the help the one!!
one question tho, does the music have to be in .mid form?
Smonkkey
03-25-2004, 02:00 AM
it doesn't need to be in .mid form, just thats the easiest way to something on your site. For other music files, you'll have to uploaded it from a place that allows such big files. Practically if you don't have your own website or anything to upload mp3's to, you'll have to look around at the sites where they offer mp3s to put on your xanga. Although if the mp3 is small enough you could probably upload it to webpost, but it would probably be bad quality.
Denise88 sorri...im not really familiar with those things either +_+
for xanga pple....herez a code to make the ad a lil bit transparent lol..but u can still see it a bit ^^;;;...if u want to have a look at how this script workz....feel free to see my xanga...yep...
<!-- Translucent Xanga Ad : By Blogring.net -->
<script>
function opaque(){
banner = document.body.firstChild.firstChild.getElementsByT agName('table')[0];
banner.style.filter = "alpha(opacity=5)"
}
setTimeout("opaque()",1);
</script>
<!-- End Script : By Blogring.net -->
Thanks alot guardian angel~ This is a great code but I guess it'll only work well with darker backgrounds? Well mines light... but I'll use it anyways. ^_^
EDIT: Nvm... it worked great. Thanks again~! ^^
the one
03-25-2004, 10:18 AM
oh, thanks for the help the one!!
one question tho, does the music have to be in .mid form?
no prob, denise. doesn't have to be in midi format. can be mp3 as well. you can upload your mp3s to geocities or tripod. that's what i use and it works a-ok. :happy:
GuArDiAn AnGeL
03-28-2004, 08:02 AM
anyone here have livejournal?
cuz i was wondering if its good...if it is....i feel like registuring ^^
LJ is apparently very fun and addicting as well as xanga. I'm not registered though. One xanga is just enough for me. Plus all these forums... :wacko: But if you join, don't forget to tell us about it. ^^
~*Love Jay*~
04-17-2004, 11:37 PM
Are there any free image hosting sites to enable non-premium xanga ppls to upload pix? Coz itz hard to find free ones these days, most of them cost money.
I used to use Imagestation.com until it started to block me from being able to put pix on my xanga using their service since it was one of their terms & agreements. :dry:
I then used webpost.net but it has so little space, 1 Megabyte is so little. So everytime, my account is just full, I have to create another one since I can't find any other image hosting sites. And gawd! I have so many accounts now that I can't even count them all!!!! :oops:
Does nyone have any recommendations?
wackycashew
04-18-2004, 03:18 AM
Does nyone have any recommendations?
try www.photobucket.com :wink2: the limit per file is 250K, but overall, i think it's up to 100MB or something like that. :D
en_en
04-18-2004, 06:30 PM
Does anyone know whats been up with blogring? i had an image from one of their themes on my xanga and its gone now...when i went back to blogring to check for that theme the themes gone. have they decided to throw out a lot of the themes? or are they no longer hosting the images, is that why? >_<
~*Love Jay*~
04-22-2004, 09:55 AM
For non-premium users, is there a way to prevent other users from stealing ur pix??
Sumtimes when I like a pic on another person's site, I right click it, it pops up a lil grey box and with a caption in it that doesn't let the person download his/her pix on the site.
Is it onli premium users that can do it only?
en_en
04-22-2004, 02:44 PM
Nope, theres actually a lot of different codes for that, my personal favorite is the one where you right click and it logs you out, but anyhoo, the codes are either at blogring.net or createblog.com. if you cant find any, ill post some of the scripts up when i get back from school. hope that helped!
retrobaby
04-30-2004, 08:53 AM
is there any way i can add a divider (a pic) between each post? thanks
retrobaby: You can try to make it part of your date... I've seen some other people do it. ^^
Ugh. Tons of codes aren't working on my xanga anymore and the same codes are still working on my friends xanga's. *dies*
retrobaby
05-01-2004, 04:00 AM
er...sorry but, how do i add it to the date? :oops:
sawmui13
05-03-2004, 05:45 AM
adee, i think modifying the date code would work
div.blogheader, .caption {
/* edits the dates */
font-family: arial;
text-transform: lowercase;
font-size: 20px;
font-weight: bold;
line-height: 60px; (make this extra big so that your image could fit)
color: #HEX;
width: 345px;
background-color: #HEX;
text-align: center;
background-image: url(link to your image);
background-repeat: no-repeat;
background-position: center top; (this placement would put your "divider pic" in the center and above the date)
}
try to play around with that? good luck!
GuArDiAn AnGeL
05-03-2004, 07:54 AM
do we have links to jay songs here that we can directly link to our xangas? not exactly midis....like ones that u can actually hear jay's voice?
the one
05-03-2004, 07:59 AM
here you go, blackpearly:
http://www.pragard.com/default.aspx?browse=J
pages 3, 4, and 5 has most of jay's songs..
Miss_gun
05-03-2004, 08:26 AM
The one, thanks for recommending those site for the uploading of MP3.. I signed up for Tripod, but I can't seemed to find the tool or where to go to upload my songs.. :?
GuArDiAn AnGeL
05-03-2004, 08:47 AM
thnx the one ^^
im searching thru it right now....thnx thnx thnx again
the one
05-03-2004, 02:15 PM
thnx the one ^^
im searching thru it right now....thnx thnx thnx again
bu ke qi. :wink2:
The one, thanks for recommending those site for the uploading of MP3.. I signed up for Tripod, but I can't seemed to find the tool or where to go to upload my songs.. :?
i can't access the tripod website right now. [server's prolly too busy at the moment..] but i think it's pretty similar to angelfire, since they both are part of lycos.. anyway, if you can find 'web shell', from there, you can start uploading your files, i think.
let me know if you're successful or not. :happy:
edit: oh wait. i got in. here's the procedure..
1] point your cursor to 'Build & Edit' ;
2] click on 'Site Builder';
3] then somewhere on the upper right corner, you will see 'File Manager';
4] click on it and you can start uploading.
good luck!!
Miss_gun
05-03-2004, 03:10 PM
Heya! The one! Thanks a lot! :)
Now my files are uploading.. ^_^
the one
05-03-2004, 03:22 PM
great to hear that, miss_gun.
it's been my pleasure helping you out. :shiny:
qrrbrbirlbel
06-05-2004, 08:22 AM
i have a question about xanga... the buttons that u click to post a comment... or how many comments there r, how do u edit them to make them say something different? i've been wondering that for a while...
wackycashew
06-05-2004, 04:58 PM
i have a question about xanga... the buttons that u click to post a comment... or how many comments there r, how do u edit them to make them say something different? i've been wondering that for a while...
you mean changing the EPROPS and COMMENTS to some other word, right? the code was posted in the very first post of this thread, but a lot of the older posts aren't correct anymore with the forum software conversion since some of them are different symbols now. here's the code. you can make up your own name for the eprop and comment by inserting what you want to name them in the quotation marks.
<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, "make up your own name here");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "make up your own name here");
}
//-->
</script>
qrrbrbirlbel
06-06-2004, 08:01 AM
where would i put that so that it changes? like where do i type that all?
the one
06-06-2004, 10:15 AM
where would i put that so that it changes? like where do i type that all?
in the Website Stats.
in Look & Feel. :wink2:
hope that helps!
qrrbrbirlbel
06-06-2004, 07:32 PM
yes.. thanx soooooooooooo much people!!! i've been wanting to change that for a while!
sawmui13
06-07-2004, 05:53 AM
i always have a problem with creating layouts that will look good for both 800x600 and 1000...you know...the bigger screen. everything always ends up shifting. how can you center the background image and place the blog area in a specific place on the image instead of with reference to the screen? would using tables help? but i'm unfamiliar with using tables ...
~*Love Jay*~
10-07-2004, 11:14 AM
I found this code where you can prevent people from stealing things from your xanga without the use of Xanga premium.....
EG: Somebody tries to steal a picture from my site, and as soon as they right click it a message box that says "whatever I wanted to say" comes up.
BUT....................when I put it in the "YOUR HTML" box in the Look and Feel Section it doesn't work......
www.xanga.com/Sweet_Lemon_Tea
zhy378
11-24-2004, 07:27 PM
oh here's another site for some songs fo yo xanga, www.xanga.com/xanga_music
Mystickiised
11-28-2004, 05:11 AM
Hey guys. ^^ i was wondering if any of you html guyz know how to create sort of a front page for your xanga site? Like have an image or link on one page when you type in your url to xanga, and than click on that image and be at the rest of your site? Ive seen it done before, and Ive always wondered how to do it. Thanks guys! You can AIM me at the same screen name as Im registered here under. Mystickiised
Squall
11-28-2004, 08:55 AM
I got a very weird problem with my xanga..
it work when i am using microsoft internet explorer
http://img28.exs.cx/img28/6866/15007.jpg
but when i switch to firefox
this happen
http://img28.exs.cx/img28/7826/15009.jpg
look at the part i circle
i am wondering if this is the problem with my firefox or with my xanga??
i think that part is the search post part..can i remove that part?
azndragon1987
11-29-2004, 12:14 AM
It's neither. Use proper HTML and Firefox will be fine. Internet Explorer is too lenient on poor HTML. Don't be bashing Firefox in your Xanga because it doesn't look right. Asianavenue used to look horrendous on Firefox, but they fixed their HTML. Now, it's just the member's pages that look messed up.
I look at your HTML:
<option value="20">8th dimension remix by Jay Chou</option>
<option value="21">Bao Chi Wei Xiao by S.H.E</option>
<input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">
</form>
You are missing the </select> tag, and soon after, you have more <option> for the calendar. Close your tag. See how that goes.
Squall
11-29-2004, 01:01 AM
It's neither. Use proper HTML and Firefox will be fine. Internet Explorer is too lenient on poor HTML. Don't be bashing Firefox in your Xanga because it doesn't look right. Asianavenue used to look horrendous on Firefox, but they fixed their HTML. Now, it's just the member's pages that look messed up.
I look at your HTML:
<option value="20">8th dimension remix by Jay Chou</option>
<option value="21">Bao Chi Wei Xiao by S.H.E</option>
<input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">
</form>
You are missing the </select> tag, and soon after, you have more <option> for the calendar. Close your tag. See how that goes.
thanks for your help
i added the </select> and now the xanga works.
1 more question..how to make the firefox be able to listen to the songs?
is there any thing wrong with the coding again???
NikeSwooshIn
11-29-2004, 01:20 AM
Does anyone know the code to make interests and occupation dissapear? some people have it gone.. hmp. Thanks!
azndragon1987
11-29-2004, 01:53 AM
Firefox does not handle playing of .mp3 files, probably some sort of security precaution, because when you play an MP3 file in HTML, the user is essentially downloading the file to their hard drive, and any malicious code could be executed at will.
Smonkkey
11-29-2004, 02:02 AM
Nike, this might help... Just its kinda complicated, and if you have a lot of subscriptions, you'll have to add them into the code which can be time consumming. I'm sure theres a better code out there, just i can't find it right now. =\
I think if you edit your profile and leave the area blank, the things that you don't want will disappear.
<!-- begin code provided by createblog.com -->
<style type=text/css>
/* remove regular modules */
texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none}
table.blogbody tr td {width:0px; padding: 0px;}
/* edit to your liking */
table.module { border: 1px solid #000000; width:160px; background-color:f2f2f2; }
table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF; border: none; }
table.module td {color: #000000; text-align: left; border: none; background-image: none; }
</style>
<!-- add this below all the CSS -->
<table border=0 width="660"><tr><td valign="top" width="160">
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>About Me</b></th></tr><tr><td valign="top" class="module">
<center><img src="http://p.xanga.com/USERNAME/profile.jpg"></center><p>
<b>name:</b> uhhhh..<br>
<b>gender:</b> errr<br>
<b>hobbies:</b> blah blah<br>
</td></tr></table><br>
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Subscriptions</b></th></tr><tr><td valign="top" class="module">
<!-- Add your subscriptions here -->
<a href="http://www.xanga.com/SOMEONE">someone</a><br>
<a href="http://www.xanga.com/SOMEONE2">someone 2</a>
</td></tr></table><br>
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Bloggies</b></th></tr><tr><td valign="top" class="module">
<!-- Add your blogrings here -->
<a href="http://www.xanga.com/blogrings/blogring.asp?id=200537">Xangans.com</a>
</td></tr></table><br>
<!-- Here's your CUSTOM MODULE.. copy and paste as needed -->
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>CUSTOM MODULE</b></th></tr><tr><td valign="top" class="module">
La la la =]
</td></tr></table><br>
</td><td width="500" valign="top" align="left">
<!-- end code provided by createblog.com -->
en_en
11-29-2004, 02:35 PM
Is xanga accepting javascripts now? I saw a friend's xanga got disabled and now it's back so...anyone know?
azndragon1987
11-29-2004, 08:21 PM
Javascript apparently works on Squall's page, although there are probably terms on the TOS that your friend broke, resulting in the disabling of his page.
NikeSwooshIn
11-29-2004, 09:25 PM
Nike, this might help... Just its kinda complicated, and if you have a lot of subscriptions, you'll have to add them into the code which can be time consumming. I'm sure theres a better code out there, just i can't find it right now. =\
I think if you edit your profile and leave the area blank, the things that you don't want will disappear.
<!-- begin code provided by createblog.com -->
<style type=text/css>
/* remove regular modules */
texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none}
table.blogbody tr td {width:0px; padding: 0px;}
/* edit to your liking */
table.module { border: 1px solid #000000; width:160px; background-color:f2f2f2; }
table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF; border: none; }
table.module td {color: #000000; text-align: left; border: none; background-image: none; }
</style>
<!-- add this below all the CSS -->
<table border=0 width="660"><tr><td valign="top" width="160">
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>About Me</b></th></tr><tr><td valign="top" class="module">
<center><img src="http://p.xanga.com/USERNAME/profile.jpg"></center><p>
<b>name:</b> uhhhh..<br>
<b>gender:</b> errr<br>
<b>hobbies:</b> blah blah<br>
</td></tr></table><br>
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Subscriptions</b></th></tr><tr><td valign="top" class="module">
<!-- Add your subscriptions here -->
<a href="http://www.xanga.com/SOMEONE">someone</a><br>
<a href="http://www.xanga.com/SOMEONE2">someone 2</a>
</td></tr></table><br>
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Bloggies</b></th></tr><tr><td valign="top" class="module">
<!-- Add your blogrings here -->
<a href="http://www.xanga.com/blogrings/blogring.asp?id=200537">Xangans.com</a>
</td></tr></table><br>
<!-- Here's your CUSTOM MODULE.. copy and paste as needed -->
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>CUSTOM MODULE</b></th></tr><tr><td valign="top" class="module">
La la la =]
</td></tr></table><br>
</td><td width="500" valign="top" align="left">
<!-- end code provided by createblog.com -->
will that erase my privite one? the one that shows look and feel, that stuff?
Smonkkey
11-29-2004, 11:22 PM
Yeah it kinda will, if you check out my xanga (xanga.com/wafflefalaffle) You can see what i did to make up for it. This is a nice code, just if you're a lazy person you might not want to use it. I don't know how i got myself to use this code. Each time someone subscribes you have to edit the html and gets really :rasp: I'll try and look for a better code.
reminisce89
12-05-2004, 03:19 AM
does anyone no any jay chou music codes?? to put on ur sites????????????? to listen to his music :worry:
JianDan[Ai]
12-05-2004, 03:23 AM
does anyone no any jay chou music codes?? to put on ur sites????????????? to listen to his music :worry:
I know its a lot, but I guarentee that within these 19 pages there are something. Please post something thoughtful other than "gimme this????????????????"
Don't make me label you a leech, cuz thats all you appear to be right now. :dry:
~*Love Jay*~
12-23-2004, 10:46 AM
Is there a coding which lets u put a lil image next to the dates of ur entries?
i was wondering whether it was possible to upload mp3 files onto a yahoo briefcase and then use a link to play the mp3 on my xanga...i've tried it a few times but it hasn't worked. am i doing something wrong or using the wrong link or is it actually impossible to do this? any help will be really appreciated!! ^_^
HarmonyCloud
01-01-2005, 05:31 PM
Does anyone know how to maybe highlight text or put a box around the areas that have text cause I kinda really like my background and would like to keep it, but the text is hard to see with it on ><
NikeSwooshIn
01-06-2005, 11:54 PM
Is ther a new add blocking code? Xanga seems to have blocked my code.
x_La_paix_De_Lame_x
08-22-2005, 09:32 PM
i was wondering whether it was possible to upload mp3 files onto a yahoo briefcase and then use a link to play the mp3 on my xanga...i've tried it a few times but it hasn't worked. am i doing something wrong or using the wrong link or is it actually impossible to do this? any help will be really appreciated!! ^_^
hmm...I never thought about it, but you could probably go to;
uploadhut (http://www.uploadhut.com)
uploadengine (http://www.uploadengine.com/)
blogupload (http://www.blogupload.com/)
I personally like uploadhut, and blogupload. (best thing you could do is convert them to WMV. and than upload them. but u could use the MP3 version. lol. hope it helps.
junnleenfaah
08-23-2005, 11:38 PM
hmm...I never thought about it, but you could probably go to;
uploadhut (http://www.uploadhut.com)
uploadengine (http://www.uploadengine.com/)
blogupload (http://www.blogupload.com/)
I personally like uploadhut, and blogupload. (best thing you could do is convert them to WMV. and than upload them. but u could use the MP3 version. lol. hope it helps.
so those links you provided can be used as music codes to use to play songs on your xanga? [i would try it now, but i'm not at my home computer at the moment]. cuz if they are, then thats awesome because i've been trying to find a place where i can do that!
b^la, if i'm not mistaken, you cant use yahoo briefcase links as music codes to use to put music on your xanga.
ftlouiea
08-24-2005, 05:20 PM
If you want to upload your own songs, without any hassle, you should try out www.sitesled.com coz it's free and very easy to use with direct links for you. However, you have to set up your "webpage" that you went there to make in the first place... :shifty: and they do check if you have done so.
x_La_paix_De_Lame_x
08-25-2005, 10:42 PM
so those links you provided can be used as music codes to use to play songs on your xanga? [i would try it now, but i'm not at my home computer at the moment]. cuz if they are, then thats awesome because i've been trying to find a place where i can do that!
nope, the links I provided are uploaders. u have a certain song u want or have on ur computer u should upload them. (but I really think u should convert ur files so they'll go faster...seriously.... :happy: )
or you guys could just go to these site that have a buttload of songs and stuff.
Azn_p0p_techno (http://www.xanga.com/azn_p0p_techno)
or
All types of music (http://www.xanga.com/home.aspx?user=numba1_music_source)
korean music (http://www.xanga.com/home.aspx?user=music4krns) (that place is awesome...even has downloads)
by the way! I think if u go to the site and u like it u should totally vote for it! (most of the sites that use to totally rock! shut down because there weren't enough support and rating and stuff.).
For now peace....i'll try to post some other sites that have some jay links and stuff. for Xanga. :D
junnleenfaah
08-27-2005, 07:43 PM
nope, the links I provided are uploaders. u have a certain song u want or have on ur computer u should upload them. (but I really think u should convert ur files so they'll go faster...seriously.... :happy: )
or you guys could just go to these site that have a buttload of songs and stuff.
Azn_p0p_techno (http://www.xanga.com/azn_p0p_tecno)
or
All types of music (http://www.xanga.com/numba1musicsource)
korean music (http://www.xanga.com/home.aspx?user=music4krns) (that place is awesome...even has downloads)
by the way! I think if u go to the site and u like it u should totally vote for it! (most of the sites that use to totally rock! shut down because there weren't enough support and rating and stuff.).
For now peace....i'll try to post some other sites that have some jay links and stuff. for Xanga. :D
the first two xanga links dont work for me =/ but thanks for the other link!
also, CPOP4U [thats the xanga username] is a good place to get chinese music URLs. it has a long list of songs. and practically all of jay's songs (=
cow2go
04-24-2006, 02:03 AM
is there a code that removes the caldendar search on public mode? or some script that doesnt let past entries being looked up or searched?
-thanks
x_La_paix_De_Lame_x
06-07-2006, 11:18 PM
is there a code that removes the caldendar search on public mode?
For that I think u might want to try this here? (http://www.createblog.com/scripts/download.php?id=199)
or some script that doesnt let past entries being looked up or searched?
and for that the only thing I kno about that is just making all of ur posts private or protected.
hope i could help :oops:
darksilent
04-27-2007, 03:59 AM
ooo thanks for the code, my xanga was really bad but now its kinda better lol ^^
pianochic250
01-09-2008, 10:27 PM
if my xanga is a photoblog, is there a way to change it back to a weblog? like when ppl click on your site, it automatically goes to the weblog part not the photo album part???
vBulletin® v3.8.1, Copyright ©2000-2010, Jelsoft Enterprises Ltd.