God is love. Love is God. heck yess.
Group: Member
Posts: 87
Joined: Feb 2004
Member No: 3,566
pipol plz help me..i wanna use the custom module code, but it wont work with the codes i have in my xanga
can someone help me with them?
heres the codes in my xanga [html header]
in website stats
CODEBOX: -> right click -> copy/paste <!-- begin code provided by createblog.com --> <object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"> <param NAME VALUE> <param NAME="ShowControls" VALUE="0"> <param NAME="ShowStatusBar" VALUE="0"> <param NAME="ShowDisplay" VALUE="0"> <param NAME="DefaultFrame" VALUE="Slide"> <param NAME="Autostart" VALUE="1"> <param NAME="Loop" VALUE="True"> </object> <form name="form"> <select name="playlist" size="1"> <!-- Add song info here --> <option value="0">Alicia Keys Feat. Kanya West-If I aint Got You</option> <option value="1">Alicia Keys feat. Usher-My Boo</option> <option value="2">Twista-Take Me Home</option> <option value="3">Nelly-I Still Love You</option> <option value="4">T.I.-Lets Get Away</option> </select> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"> </form> <script language="JavaScript"> <!-- var playstate = 1; shuffle = 1; // Set to 0 to always play first song in list // Set to 1 to randomly choose the first song to play songs=new Array(); // Add song URLs here songs[0]="http://www.thetechnet.net/myspace/alicia%20keys%20feat.%20kanye%20west%20-%20if%20i%20aint%20got%20you%20(remix)(1).mp3"; songs[1]="http://myweb.jhmi.edu/bess_mihyun/_Usher_-_My_Boo_Part_2_Feat._Alicia_Keys_.mp3"; songs[2]="http://195.161.115.251/lofi/22/228659.mp3"; songs[3]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/9626/29836_1_8_04.asf"; songs[4]="http://matrix.senecac.on.ca/~sabdulra/TI%20-%20Lets%20Get%20Away.mp3"; if (shuffle == 1) { var randsg = Math.floor(Math.random()*songs.length); document.darkplayer.FileName = songs[randsg]; document.darkplayer.scr = songs[randsg]; document.forms['form'].playlist.options[randsg].selected = true; } function play(list) { if (playstate == 2) { document.darkplayer.Play(); } else { var snum = list.options[list.selectedIndex].value document.darkplayer.FileName = songs[snum]; document.darkplayer.scr = songs[snum]; } playstate = 1; } //--> </script> <!-- end code provided by createblog.com --> <DIV align="left" valign="left" style="BORDER-Center: #ffcccc 1px solid; BORDER-TOP: #ffcccc 1px solid; BORDER-right: #ffcccc 1px solid; BORDER-LEFT: #ffcccc 1px solid; WIDTH: 400px; BORDER-BOTTOM: #ffcccc 1px solid; HEIGHT: 250px;overflow: auto; FONT-COLOR: #ffcccc; BACKGROUND-image:url(''); BACKGROUND-COLOR:ffffff"> <!-- Flooble chatterbox for xsw33tlov3x start --> <script language="javascript"> var chatterbox = 'no'; </script> <script language="javascript" src="http://chatter.flooble.com/chatter.php?js=true&id=xsw33tlov3x&sid=1865270"> </script><noscript> <a href="http://chatter.flooble.com/chatter.php?id=xsw33tlov3x&sid=1865270&popup=true&w=480&h=400" target="flooblechatterbox" onClick="window.open('about:blank','flooblechatterbox','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,re izable=no,copyhistory=no,width=480,height=400');return true;"> <img src="http://img.flooble.com/images/chatter/chaticon.gif" border="0" align="absbottom">Talk</a> in my <a href="http://chatter.flooble.com/">flooble chatterbox, a free javascript chat tag board / shoutbox / tagboard program for your xanga, diary, blogger or weblog</a> | <a href="http://www.avatarity.com/">Avatars</a> </noscript> <script language="javascript"> if (!chatterbox || chatterbox != 'ok') { document.write('This <a href="http://chatter.flooble.com/">flooble chatterbox</a> is'); document.write(' temporarily unavailable. It will be back up shortly.'); } </script> <!-- Flooble chatterbox for xsw33tlov3x end --> <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 (/eprops/i, "props'"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comments/i, "comments"); else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "=P"); var paras = document.getElementsByTagName ('p'); for (var p = 0; p < paras.length; p++) { str = paras[p].innerHTML; if (str.match (/smileys/gi)) paras[p].innerHTML = str.replace (/smileys/gi, "love your smiile");} //--> </script> <script language="javascript"> document.title ="Ovurr It...I Think..."; window.defaultStatus = "</3" </script> <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( "AIM:", "eprops", "comments"); // *** add the replacing words or fragments below var newWords = new Array( "Holla", ";D", "=]"); allTableData = document.getElementsByTagName('td'); allTableHeaders = document.getElementsByTagName('th'); var collections = new Array(allTableData,allTableHeaders); //document.write.blogring 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 = ''; //document.write.blogring 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] and this is my custom module script [CODE]<!-- 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 #ffcccc; width:160px; background-color:transparent; } table.module th { background-color: #transparent;font: bold 11px arial; text-transform: uppercase;color: #008000; border: none; } table.module td {color: #FFC0cb; 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">Betta Recognize!</b></th></tr><tr><td valign="top" class="module"> <DIV align="left" valign="left" style="BORDER-Center: #ffcccc 1px solid; BORDER-TOP: #ffcccc 1px solid; BORDER-right: #ffcccc 1px solid; BORDER-LEFT: #ffcccc 1px solid; WIDTH: 160px; BORDER-BOTTOM: #ffcccc 1px solid; HEIGHT: 250px;overflow: auto; FONT-COLOR: #008000; BACKGROUND-image:url(''); BACKGROUND-COLOR:FFFFFF"><center><img src="http://img.photobucket.com/albums/v146/dreamingxpnai/smiling-1.gif"></center><p> <b>This Dork</b> goes by Daneva. A.K.A <b>Fake Smile</b> =] this plain ole' dorksturr has been livin her life since <b>081091</b> years reppin' da <b>209</b>.She loves her <b>family</b>,<b>friends</b> and <b>God</b>.She enjoys <b>kicken'</b> it with her homiez and juss being herself.You'll always see her <b>smiling</b>,even if it's not real.she's <b>loven'</b> no boi, but is saving her <b>heart</b> for a <b>special someone</b>. </td></tr></table><br> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Homiez</b></th></tr><tr><td valign="top" class="module"> <!-- Add your subscriptions here --> <DIV align="left" valign="left" style="BORDER-Center: #ffcccc 1px solid; BORDER-TOP: #ffcccc 1px solid; BORDER-right: #ffcccc 1px solid; BORDER-LEFT: #ffcccc 1px solid; WIDTH: 160px; BORDER-BOTTOM: #ffcccc 1px solid; HEIGHT: 250px;overflow: auto; FONT-COLOR: #008000; BACKGROUND-image:url(''); BACKGROUND-COLOR:FFFFFF"> <a href="http://www.xanga.com/ooswtliloneoo">»</A> KELSEY<br> <a href="http://www.xanga.com/EVILAZHUNEYEZ">»</A> CHANDA <BR> <a href="http://www.xanga.comDIZ_KAWAII_BOI">»</A> DAVIE<BR> <a href="http://www.xanga.com/P3EKAXBO0">»</A> STEPHANIE<BR> <a href="http://www.xanga.com/rockonpeaceout">»</A> AZIZA<BR> <a href="http://www.xanga.com/StOcCtOwN_XpLiCiTLyLaDi">»</A> LEIZEL<BR> <a href="http://www.xanga.com/EM_JAY">»</A> MARYJANE<BR> <a href="http://www.xanga.com/DLM_DUSTIN">»</A> DUSTIN<BR> <a href="http://www.xanga.com/KLUTZ_209">»</A> ANTHONY<BR> <a href="http://www.xanga.com/kraziee1n3v3ryway">»</A> NANCY<BR> <a href="http://www.xanga.com/DeNiEcY">»</A> DENICE<BR> <a href="http://www.xanga.com/TRUEJANGALIAN">»</A> DIEGO<BR> <a href="http://www.xanga.com/SIMPLEXSMILE_X3">»</A> DIANA<BR> <a href="http://www.xanga.com/ADING_BEMI">»</A> BEMI<BR> <a href="http://www.xanga.com/YOUiDONTiKNOEiME">»</A> ADELLE<BR> <a href="http://www.xanga.com/featuredxbab1e3xgrl">»</A> QUEWANI<BR> <a href="http://www.xanga.com/MSZBABiiEGiRLxSHiNES">»</A> MICAH<BR> <a href="http://www.xanga.com/DeZeInFaMoUsLaDiEz">»</A> LATICIA & VEEK<BR> [CLICK ARROWS] </td></tr></table><br> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>NAVIIGATION</b></th></tr><tr><td valign="top" class="module"> <!-- Add your blogrings here --> <DIV align="left" valign="left" style="BORDER-Center: #ffcccc 1px solid; BORDER-TOP: #ffcccc 1px solid; BORDER-right: #ffcccc 1px solid; BORDER-LEFT: #ffcccc 1px solid; WIDTH: 160px; BORDER-BOTTOM: #ffcccc 1px solid; HEIGHT: 250px;overflow: auto; FONT-COLOR: #008000; BACKGROUND-image:url(''); BACKGROUND-COLOR:FFFFFF"> <!-- Flooble chatterbox for xsw33tlov3x start --> <script language="javascript"> var chatterbox = 'no'; </script> <script language="javascript" src="http://chatter.flooble.com/chatter.php?js=true&id=xsw33tlov3x&sid=1865270"> </script><noscript> <a href="http://chatter.flooble.com/chatter.php?id=xsw33tlov3x&sid=1865270&popup=true&w=480&h=400" target="flooblechatterbox" onClick="window.open('about:blank','flooblechatterbox','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,re izable=no,copyhistory=no,width=480,height=400');return true;"> <img src="http://img.flooble.com/images/chatter/chaticon.gif" border="0" align="absbottom">Talk</a> in my <a href="http://chatter.flooble.com/">flooble chatterbox, a free javascript chat tag board / shoutbox / tagboard program for your xanga, diary, blogger or weblog</a> | <a href="http://www.avatarity.com/">Avatars</a> </noscript> <script language="javascript"> if (!chatterbox || chatterbox != 'ok') { document.write('This <a href="http://chatter.flooble.com/">flooble chatterbox</a> is'); document.write(' temporarily unavailable. It will be back up shortly.'); } </script> <!-- Flooble chatterbox for xsw33tlov3x end --> </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>CHISS MISS</b></th></tr><tr><td valign="top" class="module"> <DIV align="left" valign="left" style="BORDER-Center: #ffcccc 1px solid; BORDER-TOP: #ffcccc 1px solid; BORDER-right: #ffcccc 1px solid; BORDER-LEFT: #ffcccc 1px solid; WIDTH: 160px; BORDER-BOTTOM: #ffcccc 1px solid; HEIGHT: 250px;overflow: auto; FONT-COLOR: #008000; BACKGROUND-image:url(''); BACKGROUND-COLOR:FFFFFF"> PLACES <a href="http://www.xanga.com/Private/SubscribeTo.aspx?user=CrZyLiLdOrKsTuRr">»</a> SUBSCRIBE<BR> <a href="http://www.xanga.com/CLAF">»</a> FIX IT UP<BR> <a href="http://www.xanga.com/logout.aspx">»</a> LEAVE<BR> <a href="http://www.xanga.com/private/home.aspx?">»</a> YOUR HOME<BR> <a href="http://www.xanga.com">»</a> XANGA<BR> <a href="http://www.xanga.com/CRZYLILDORKSTURR">»</a> REFRESH <P> BLOGRINGS <a href="http://www.xanga.com/groups/group.aspx?id=30385">»</A> !_-FiLiPiNo PrIdE-_! <BR> <a href="http://www.xanga.com/groups/group.aspx?id=44660">»</A> -- Tidus & Yuna -- <BR> <a href="http://www.xanga.com/groups/group.aspx?id=241039">»</A> !((kiss me i`m a dork))<BR> <a href="http://www.xanga.com/groups/group.aspx?id=280735">»</A> wEbStEr MiDdLe sChOoL ~2oo4~<BR> <a href="http://www.xanga.com/groups/group.aspx?id=489414">»</A> i love someone i cant have<BR> [CLICK ARROWS] </td></tr></table><br> </td><td width="500" valign="top" align="left"> <!-- end code provided by createblog.com -->
someone plz help me and figure out wats wrong
thnx <3