| QUOTE |
| <body bgcolor='#FFFFFF' leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink='#000000' vlink='#000000'> <% BOARD HEADER %> <table width="100%" border="0" cellpadding="2" cellspacing="0" class="tableborder"><tr> <td width="90%" valign="top"> <div class='maintitle' align='left'>Alohomora_X</div> <table width="100%" border="0" cellspacing="1" cellpadding="4"> <tr> <td class="row2" width="33%" height=”65” valign="top"><center><font color=black> <!-- Code done and edited by Kamakzee, Preview at http://s9.invisionfree.com/lrp com. This is my second Verison of the code. Please leave this Copyright attached to the code. Thank you and enjoy. Do not repost without asking please. v2.0 --> <b>Site Infomation</b></font></center><hr color="000000"><center> <!-- START LEFT SIDE NEWS --> We are now Online! <!-- END LEFTSIDE NEWS --> </center></td> <td class="row2" width="33%" valign="top"><center> <font color=black><b>ANNOUNCEMENTS</b></font></center> <hr color="000000"><center><marquee height="65" width="300" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="1" style="Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=0);"><font face="verdana" color="000000"></center><center><u></u><font color="black"> <!--START SCROLLING CENTER --> Welcolme to Alohomora_X !! If you need any help or information, feel free to post in the help section situated <A HREF="http://z9.invisionfree.com/Alohomora_x/index.php?showforum=4">here</A>Some helpfull RP'ing tips can be found <A HREF="http://z9.invisionfree.com/Alohomora_x/index.php?showforum=65">here</A>. Make sure to read the <A HREF="http://z9.invisionfree.com/Alohomora_x/index.php?showforum=1">rules</A>, and most of all, HAVE FUN! That's what RP'ing is all about!! - Alohomora_X Staff <!--END SCROLLING CENTER --> </font></center></marquee></center></td> <td class="row2" height=”65” width="40%" valign="top"> <center><font color=black><b>Useful Links</b></font></font></center> <hr color="000000"> <center> <!-- START RIGHT SIDE LINKS --> <A HREF="http://z15.invisionfree.com/RpUnlimited/index.php?act=idx">The Realm Of Alagaësia</A> <!-- END RIGHT SIDE LINKS --> </td></tr></table></div></td></tr><br> <table align="center" border="0" width="92%" cellspacing="0" cellpadding="0" class="tableborder"> <tr><td><table cellpadding="1" cellspacing="1" border="0" width="100%"><tr> <td class=align=”center" colspan="3"></td></tr><tr><td width="70%" valign="middle" class="row4"> <marquee scrollamount="4" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=3"> <!-- START AFFILATES LINKS --> <a href="http://z9.invisionfree.com/Alohomora_x/index.php?"><img src="http://i250.photobucket.com/albums/gg247/RP-Eragon/jpg.jpg" width="88" height="31" border="0"></a> <img src="http://www.img.photobucket.com/albums/v231/ShinLi/RPG%20Life/RPGDirectoryMiniBanner2.gif" alt="RPG-Directory"></a> <!-- END AFFILATES LINKS --> <% BOARD %> <% NAVIGATION %> <% STATS %> |
| QUOTE |
| <script language="javascript" type="text/javascript"> <!--//Improved Money Hack - by Markup moneyName="Galleons" moneySign="" postMoney=5 document.write("<span id=login></span>") if(document.getElementById("userlinks").innerHTML.match("admin.php")&&document.cookie.match("user=")) isAdmin=true else isAdmin=false home="http://"+location.hostname+location.pathname c=0 form=document.forms for(i=0;i<form.length;i++) for(n=0;n<form[i].elements.length;n++) if(form[i].elements[n].name=="UserName") { UserName=form[i].elements["UserName"] PassWord=form[i].elements["PassWord"] form[i].onsubmit=function(){document.cookie="user="+escape(UserName.value)+"; expires="+new Date("01/01/2010").toGMTString();document.cookie="pass="+escape(PassWord.value)+"; expires="+new Date("01/01/2010").toGMTString()} break break } if(location.href.match("showuser")) { memNo=location.href.match(/showuser=(\d+)/)[1] td=document.getElementsByTagName("TD") for(i=0;i<td.length;i++) if(td[i].className=="row3"&&td[i].innerHTML.match("Total Cumulative Posts")) { posts=parseInt(td[i+1].getElementsByTagName("B")[0].innerHTML.replace(/,/g,"")) nRow=td[i].parentNode.parentNode.parentNode.insertRow(td[i].parentNode.rowIndex+2) nCell=nRow.insertCell(0) nCell.className="row3" nCell.align="left" nCell.innerHTML="<b>"+moneyName+"</b>" nCell=nRow.insertCell(1) nCell.className="row1" nCell.vAlign="top" nCell.innerHTML="<b>"+moneySign+posts*postMoney+"</b>" isAdmin?nCell.innerHTML+=" <a href='javascript:adjust(false)'><img src=http://i250.photobucket.com/albums/gg247/RP-Eragon/-.gif alt=Minus></a> <a href='javascript:adjust(true)'><img src=http://i250.photobucket.com/albums/gg247/RP-Eragon/1.gif alt=Plus></a>":false break } } span=document.getElementsByTagName("SPAN") for(i=0;i<span.length;i++) if(span[i].className=="postdetails"&&span[i].innerHTML.match("Posts: ")) { posts=parseInt(span[i].innerHTML.match(/Posts: (-*[\d,]+)/)[1].replace(/,/g,"")) nCont="<P>"+moneyName+": "+moneySign+posts*postMoney if(isAdmin) { tr=span[i].parentNode.parentNode memNo=tr.parentNode.parentNode.rows[tr.rowIndex-1].cells[0].innerHTML.match(/showuser=(\d+)/)[1] nCont+=" <a href='javascript:adjust(false,"+memNo+","+posts+")'><img src=http://webpost.net/ma/markup/minus.GIF alt=Minus></a> <a href='javascript:adjust(true,"+memNo+","+posts+")'><img src=http://webpost.net/ma/markup/plus.GIF alt=Plus></a>" } span[i].innerHTML+=nCont } function adjust(mode,no,pMon) { if(no&&pMon) { memNo=no posts=pMon } change=mode?prompt("Amount to add:",postMoney):prompt("Amount to remove:",postMoney) if(!mode) change="-"+change change=parseInt(change) change=posts+Math.ceil(change/postMoney) if(!isNaN(change)) { loading() document.getElementById("login").innerHTML="<iframe name=adminCP src="+home+"?act=UserCP style=display:none></iframe>" } } function loading() { message="Connecting to Admin CP...Please Wait..." c++ status=message.substr(0,c) if(c==message.length) c=0 setTimeout("loading()",100) } if(self!=top&&location.href==home+"?act=UserCP") { document.write("<form action="+location.href.substr(0,location.href.lastIndexOf("/"))+"/admin.php method=post name=theAdminForm><input type=hidden name=adsess><input type=hidden name=login value=yes><input type=hidden name=username value="+unescape(document.cookie.match(/user=([^;]*)/)[1])+"><input type=hidden name=password value="+unescape(document.cookie.match(/pass=([^;]*)/)[1])+">") parent.wait(1) document.forms['theAdminForm'].submit() } function wait(rep) { ACP=document.frames['adminCP'] if(rep==1) { if(!ACP.location.href.match("admin.php")) setTimeout("wait(1)",10) else { ACP.location+="&act=mem&code=doform&MEMBER_ID="+memNo wait(2) } } if(rep==2) { if(!ACP.document.forms['theAdminForm']) setTimeout("wait(2)",10) else { ACP.document.forms['theAdminForm'].elements['posts'].value=change ACP.document.forms['theAdminForm'].submit() wait(3) } } if(rep==3) if(ACP.location.href.match("code=doform&MEMBER_ID="+memNo)) setTimeout("wait(3)",10) else location.reload() } //--> </script><script type='text/javascript'> <!-- // remove member no by ticlo/Stefan e = document.getElementsByTagName('SPAN') for (n = 0; n < e.length; n++) { if (e[n].className == 'postdetails') { for (c = e[n].firstChild; c; c = c.nextSibling) { if ((c.nodeName == '#text') && (c.nodeValue.indexOf('Member No.:') != -1)) { c.parentNode.removeChild(c.nextSibling); c.parentNode.removeChild©; break;} }}} // --> |