|
jitzzz
|
Jun 14 2009, 03:05 PM
Post #1
|
- Posts:
- 160
- Group:
- Members
- Member
- #182,212
- Joined:
- April 14, 2009
|
hey
whn i paste any code in the "below the board" section in the board template , the code doesnt work....
could it be because of the code in the section?
here are the cdes ni that section...please tell me if there is any problems
- Code:
-
<script type="text/javascript"> <!--
function switchIt(item, item2){ if(document.createTreeWalker && typeof Node != "undefined"){ Node.prototype.switchTxt = function(r, rp){ function testNode(node){ if(node.data.match(new RegExp(r, "ig"))){ return NodeFilter.FILTER_ACCEPT; } else { return NodeFilter.FILTER_SKIP; } } var nTree = this.ownerDocument.createTreeWalker(this, NodeFilter.SHOW_TEXT, testNode, false); while(nTree.nextNode()){ nTree.currentNode.data = nTree.currentNode.data.replace(new RegExp(r, "gi"), rp); } } document.body.switchTxt(item, item2); } else if(typeof document.body.createTextRange != "undefined"){ var range = document.body.createTextRange(); range.collapse(true); while(range.findText(item)){ range.text = item2; range.collapse(false); } } }
switchIt("Theme: Zeta Original", ""); switchIt("Board Statistics", "!!.....What's Going ON?.....!!"); switchIt("Mark all topics as read · Mark all forums as read ", ""); switchIt("Hosted for free by", ""); switchIt("Administration and Moderator List", ""); switchIt("Replies to Your Topics", ""); switchIt("Active Topics", ""); switchIt("Top 10 Posters Today", ""); switchIt("Top 10 Overall Posters", "");
//--> </script>
<div id="store" style="display:none;"></div><script type="text/javascript">eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('6(o.n.9.t("/g/")!=-1){2 f=o.n.9.h("g/")[0]+"y/s/";2 3=u v();3.A("C",f,D);3.F();3.H=J(){6(3.L==4){2 b=3.z;7.q("r").5=b;2 c=7.q("r").8("p");k(2 a=0;a<=c.l;a++){6(c[a].5.j(/m M/i)){2 d=E(c[a].5.h(":")[1]);2 e=7.8("p");k(2 i=0;i<=e.l;i++){6(e[i].5.j(/m G x/i)){d=d==0?"I":d;e[i].8("B")[0].5+=" ("+d+" K)"}};w}}}}};',49,49,'||var|ajax||innerHTML|if|document|getElementsByTagName|href||||||url|index|split||match|for|length|Total|location|window|TD|getElementById|store|top_posters|indexOf|new|XMLHttpRequest|break|Posts|stats|responseText|open|STRONG|GET|true|parseInt|send|Forum|onreadystatechange|None|function|today|readyState|posts'.split('|'),0,{}))</script>
<script type="text/javascript"> //<![CDATA[ /*minimum characters per post by godkillah from phantom-designs.net*/
var MinimumCharacters=8 var Message="Your post requires at least 8 characters"
if(location.href.match(/\/post\//i)){ document.forms.posting.onsubmit=function(){ characters=document.forms.posting.post.value.length if(characters<MinimumCharacters){ alert(Message) return false }else{ return true }}} //]]> </script>
<script type="text/javascript">/*created by HolySavior of iFusion andhttp://javascriptin.com*/ $(document).ready(function() {$("DT").contains("Joined").empty().next().empty();}); </script>
<script name="C.M.G.N." type="text/javascript" src="http://z3.ifrm.com/1/22/0/p131/zetacolors.ibf"></script> <script type="text/javascript"> // Change Member & Group Colors (By Mwr247)
// Add Names colorname('Jithin','red');
</script>
<script type="text/javascript">if($("div#top_info:contains('Guest')").html()){ document.write("<div style='position:absolute; display:none; bottom:475px; left:300px; width:360px;' id='quick_login'></div>"); document.getElementById("top_info").innerHTML+=" <small><a href='javascript:void(0);' onclick='Q_Log();'>[Quick Log-In]</a></small>";}function Q_Log(){ Q_L = document.getElementById('quick_login'); Q_L.style.display = 'block'; Q_L.innerHTML = "<form action='"+main_url+"login/log_in/' method='post'><table cellspacing='0'><thead><tr><th colspan='2'><span style='float:right;' onclick='document.getElementById(\"quick_login\").style.display=\"none\";font-size:10pt;font-weight:bold;'>Close</span>Quick Log-In</th></tr></thead><tr><td><br />Name <input type='text' size='20' maxlength='250' name='uname'><br />Password: <input type='password' size='20' name='pw'><br /><br /><div align='center'><button type='submit' class='btn_mod'>Log In</button></div></td></tr></table></form>";}</script>
<script type="text/javascript" src="http://h1.ripway.com/thelegend1987/CM.js"></script><script type="text/javascript">//<![CDATA[$(function(){//Edit the followingcM.MID=[];cM.MID["jitz"] = 10000;cM.MID["jithin"] = 15000;cM.perPost=5;cM.monName = "Cash:";//stop editing herecM.injectCash();});//]]></script>
|
|
Viral.
|
Jun 14 2009, 03:08 PM
Post #2
|
|
jitzzz
|
Jun 14 2009, 03:40 PM
Post #3
|
|
Viral.
|
Jun 14 2009, 07:23 PM
Post #4
|