Written for IPB1.3 / invisionfree
this code simply makes the statistics higher, like you got 400 members, this code will make it appear at 600 members (it won't replace it so the number will still increase)
the same with the total boards members in the board statistics
Quote:
|
Originally Posted by footers <script>
/* Fake board statistics
by godkillah from phantom-designs.net */
AddPosts=500
AddMembers=500
a=document.getElementsByTagName("b");o=0
for(i=0;i<a.length;i++){
if(a[i].parentNode.innerHTML.match(/Our members have made a total of/i)){
a[i].innerHTML=parseInt(a[i].innerHTML.split(".").join("").split(",").join("") )+parseInt(AddPosts)
AddPosts=AddMembers
o++;if(o==2){
break
}}}
</script> |
soz got no preview,
enjoy