cant eprop, comment or sign questbook |
cant eprop, comment or sign questbook |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Dec 2004 Member No: 76,443 ![]() |
my friend imed me and told me that no one can eprop, comment or sign his guestbook for some reason....but i cant seem to find the problem
![]() header <script language="JavaScript"> document.title = "__________waiting for my bby qrl to sign on in the early AMs"; </script> <style type=text/css><!-- body{border-right:#cccccc 18px outset;border-left:#cccccc 18px outset;border-top:#000000 18px outset;border-bottom:#000000 18px outset} //--></style> <style type="text/css"> .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD {display: none;} </style> <style type=text/css> table.navigation, table.footer, table.left, .blogheader {display: none;} .smalltext {font-size: 8pt;} .button {font-family: arial;} .mainleft {width:0px;} HR{height: 0%;} </style> <style type="text/css"> #rblEprops, #pnlEnabled table, #pnlEprops table { width: auto !important; } table.header, table.main, table.footer, table.navigation{ /* edit width */ width:400; } table.blogbody{ /* edit width of blog */ width:200; } div.blogheader, .caption{ width:100%; } table.left{ /* edit width of left modules */ width:130; } td.maincenter { text-align:center; } body { /* edits body background and scrollbars */ background:#gray url() fixed; scrollbar-Arrow-Color: #000000; scrollbar-Track-Color: #ffffff; scrollbar-Shadow-Color: #gray; scrollbar-Face-Color: #FFFFFF; scrollbar-Highlight-Color: #black; scrollbar-darkshadow-color: #gray; scrollbar-3dLight-Color: #black; } table.navigation, table.footer { /* remove default navigation and footer */ display: none; } center, font{ font-family: Arial; font-size: 8pt; font-color: #000000; line-height: 12px;} table.left { background-color: transparent; border:0px; } table.left th { background-color: transparent; font: 12px arial; text-transform: none; color: #gray; text-align: left; font-weight:bold; padding-top:0; padding-bottom:0; border-bottom: 1px solid #000000; } table.left TD { background-color: transparent; color: #000000; border: 0px; text-align:left; } .blogheader{ background-color: transparent; font: 12px arial; text-transform: none; color: #000000; border: 0px; text-align: left; font-weight:bold; padding-left:4px; padding-top:0; padding-bottom:0; } .blogbody{ border-top: 1px solid #000000; color: #000000; background-color: #transparent; } .blogbody td{ width: 0px; padding-left: 0px} input, select, menu, #htmleditor, textarea, .textfield, .button{ border: none; font-family:"arial"; font-size:8pt; font-color: #gray; line-height:12px; background-color: transparent; letter-spacing:0px; text-align: center; } .module, .module, .blogbody, table.footer, .standard, .modulemodulefontcolor, td, p, .content, .smalltext{ font:normal 11px arial; color: #gray; text-align:left; } STRONG{ COLOR: #gray; letter-spacing: 0pt; cursor: crosshair;} A:link{ text-transform: none; font-family:"arial"; text-decoration:none; font-weight:normal; font-size:8pt; color: #black; filter: none; height: 0; letter-spacing: 0px; } A:visited{ text-decoration:none; text-transform:none; font-family:"arial"; font-weight:normal; font-size:8pt; filter: none; height: 0; color:#gray; letter-spacing: 0px; } a:active{ color: #black;} A:hover{ font-family:"arial"; font-sie:8pt; color:#black; filter: none; height: 0; font-weight: normal; letter-spacing: 0px; text-decoration: none; } b, strong {font: 11px/11px arial; color:000000; font-weight:bold;} } hr, table.footer, table.navigation, table.search, #SearchBar1_pnlYouAreHere{ display: none;} </style> <div style="width: 520px; border: 1px solid #000000; background-color: #transparent;"> <div style="border: 1px solid #000000;"> <img src="http://img.photobucket.com/albums/v226/deviLxiciOus/latenightchats.gif" width="646" height="547" border="0" alt="" usemap="#dream_Map"> <map name="dream_Map"></div></div> <p> <div style="width: 536px; border: 1px solid #000000; background-color: #FFFFFF;"> <div style="border: 1px solid #000000;"><center> <a href="http://www.xanga.com">2am</a> <b><3</b> <a href="http://www.xanga.com/private/">3am</a> <b><3</b> <a href="http://www.xanga.com/CLAF/default.asp">4am</a> <b><3</b> <a href="http://www.xanga.com/Private/Subscribeto.aspx?user=H011a_AtchA_boi_TedD">chats</a> <b><3</b> <a href="http://www.xanga.com/private/subscriptions.aspx">in</a> <b><3</b> <a href="http://www.xanga.com/guestbook.aspx?user=H011a_AtchA_boi_TedD">da</a> <b><3</b> <a href="http://xanga.com/logout.asp">late nights</a> </center> <script language=JavaScript> <!-- //blink boxes - xanga.com/add_ons //by sean f http://www.xanga.com/seanmeister //fixed to work with new security measures by //hotaru_01 http://www.xanga.com/hotaru_01 // customize by changing the values below // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#000000","#cccccc","#c0c0c0"); // the border color var blinkBorderColor = "#ffffff" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 40; // the width of the entire box, in pixels or % var blinkWidth = 470; // the height of each row, in pixels var blinkRowHeight = 10; // speed of blinking, in milliseconds var blinkRate = 8; // do not edit below this line st=setTimeout; document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>"); for (r = 0; r < blinkRows; r++){ document.write("<TR>"); for (c = 0; c < blinkCols; c++){ document.write("<TD height='" + blinkRowHeight + "'></TD>"); } document.write("</TR>"); } document.write("</table>"); // ... and this makes it blink function blinkIt() { changecell = Math.floor(Math.random() * (blinkCols * blinkRows)); changecolor = Math.floor(Math.random() * blinkColors.length); bb = document.getElementById("blinkbox"); bbtd = bb.getElementsByTagName("td"); bbtd[changecell].style.backgroundColor = blinkColors[changecolor]; st('blinkIt()', blinkRate); } blinkIt(); //--> </script> <script>window.status="» waiting at 2. . .chatting it up at 3. . .cookin at 4. . .all in the early AMs foo my bby "</script> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="center" class="module"> <3 late night chats est 122304 <3 </th></tr><tr><td valign="top" class="module"> <B>waiting for you to sign on after midnight, chatting it up till the crack of dawn, cooking in the early AM's even tho im half dead, but anythin for you, your just o so irresistible. foo all da ladies out there this lil scrumptious toddy bear is takin...by his bby qrl. loving him for being him, the late night chats nd the little things that matter [[yum cha promise nd the shopping spree - all paid for]] forever, your bby qrl<BR> </td></tr></table><br> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="center" class="module">blogrings <3</th></tr><tr><td valign="top" class="module"> <a href="http://www.xanga.com/groups/group.aspx?id=375235">~.:!Fanny Lovers!:.~ </a> <BR>- - - - - - - - - -<BR> <BR><a href="http://www.xanga.com/groups/group.aspx?id=559434">F0_d@_yUN_n_SeXX1 </a> <BR>- - - - - - - - - -<BR> <BR><a href="http://www.xanga.com/groups/group.aspx?id=655800">Smile like a Retard </a> <BR>- - - - - - - - - -<BR> <BR><a href="http://www.xanga.com/groups/group.aspx?id=369264">~aLex is2 k0ol~ </a> <BR>- - - - - - - - - -<BR> <BR><a href="http://www.xanga.com/groups/group.aspx?id=388883">we love kim x3 </a> </td></tr></table><br> </td><td width="650" valign="top" align="center"> <!-- end code provided by createblog.com -- website stats <!-- begin code provided by createblog.com --> <script LANGUAGE="JavaScript"> // Right Click Infinate Warning document.onmousedown=click var times=0 var times2=10 function click() { if ((event.button==2) || (event.button==3)) { if (times++) { bye() } alert("NO JOGGERZ"); times>=1 } } function bye() { alert("NOW YOU GOTTA STAY FO` A WHiLE."); bye() } </script><!-- end code provided by createblog.com --> <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 (/smileys/i)) links[l].innerHTML = str.replace (/smileys/i, "smileys"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "yum "); else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "yum "); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "cha "); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "cha "); else if (str.match (/xanga/i)) links[l].innerHTML = str.replace (/xanga/i, "2am"); else if (str.match (/join/i)) links[l].innerHTML = str.replace (/join/i, " in da"); else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "[[promised]]") else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "late night"); else if (str.match (/signin/i)) links[l].innerHTML = str.replace (/signin/i, "early mornings"); else if (str.match (/previous/i)) links[l].innerHTML = str.replace (/previous/i, "late"); else if (str.match (/random/i)) links[l].innerHTML = str.replace (/random/i, "night"); else if (str.match (/next/i)) links[l].innerHTML = str.replace (/next/i, "chats"); else if (str.match (/sign my guestbook/i)) links[l].innerHTML = str.replace (/sign my guestbook/i, "taq it up"); else if (str.match (/events/i)) links[l].innerHTML = str.replace (/events/i, "3am"); else if (str.match (/reviews/i)) links[l].innerHTML = str.replace (/reviews/i, "2am"); else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "4am"); else if (str.match (/click here/i)) links[l].innerHTML = str.replace (/click here/i, "click3rz"); else if (str.match (/view entire profile/i)) links[l].innerHTML = str.replace (/view entire profile/i, "411"); else if (str.match (/Subscribe to h011a atcha boi T3dD/i)) links[l].innerHTML = str.replace (/Subscribe to h011a atcha boi T3dD/i, "h011a atcha boi T3dD"); else if (str.match (/Suggest a link/i)) links[l].innerHTML = str.replace (/Suggest a link/i, "waiTin at 2"); else if (str.match (/Recommend to friend/i)) links[l].innerHTML = str.replace (/Recommend to friend/i, "chatTing it uP at 3"); else if (str.match (/Create a site/i)) links[l].innerHTML = str.replace (/Create a site/i, "coOkin at 4"); else if (str.match (/Get trial subscription/i)) links[l].innerHTML = str.replace (/Get trial subscription/i, "TRiAL"); } //--></script> once again thank you so much ![]() |
|
|
![]() ![]() |