| Business Forum | Buy, Sell & Trade | Search Engine Forum | Domains & Webhosting |
| |||||||
| REMOVE the ads below ! |
![]() |
| | LinkBack | Thread Tools |
| ||
| [ZB] fake board statistics -
12-04-2007
written for zetaboards Wrote this code for IF and MyBB aswell, its basic and using it has risks as members might stop trusting you, but it also can make ur board look more active Code: <script>
/*Zb Fake statistics
by Godkillah
phantom-designs.net*/
var posts=503
var members=123
var records=74
a=document.getElementsByTagName("td")
for(i=0;i<a.length;i++){
if(a[i].className=='c_mark' && a[i].parentNode.getElementsByTagName("td")[1].innerHTML.match(/Total Forum Posts:/i)){
o=a[i].parentNode.getElementsByTagName("td")[1]
o.getElementsByTagName("strong")[0].innerHTML=parseInt(o.getElementsByTagName("strong")[0].innerHTML)+parseInt(posts)
o.getElementsByTagName("strong")[1].innerHTML=parseInt(o.getElementsByTagName("strong")[1].innerHTML)+parseInt(members)
o.getElementsByTagName("strong")[3].innerHTML=parseInt(o.getElementsByTagName("strong")[3].innerHTML)+parseInt(records)
break
}}
</script> Code: var posts=503 var members=123 var records=74 members=how many members get added records=how many members get added to the records PREVIEW: Godkillah Codes enjoy | ||
|
| |||
| Re: [ZB] fake board statistics -
12-08-2007
By the way how to use this code Directory forum| Webmaster Zone| Directory Point | Dierctory Blog PR4Bidding Directory | Blog of India If Shadab is solution....I need my question back... | |||
|
| |||
| Re: [ZB] fake board statistics -
12-11-2007
Thanks. Will try soon Directory forum| Webmaster Zone| Directory Point | Dierctory Blog PR4Bidding Directory | Blog of India If Shadab is solution....I need my question back... | |||
|
![]() |
| Thread Tools | |