Go Back   Webmaster Forum > Development > Programming > JavaScript
REMOVE the ads below !
Reply
 
LinkBack Thread Tools
  # 1 (permalink)
Old
Junior Geek
Posts: 65
Join Date: Feb 2007
iTrader: (0)
[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>
find and edit this part:
Code:
var posts=503
var members=123
var records=74
posts=How Many Posts get added
members=how many members get added
records=how many members get added to the records

PREVIEW: Godkillah Codes

enjoy
Reply With Quote
  # 2 (permalink)
Old
Senior Geek
Posts: 559
Join Date: Nov 2007
iTrader: (0)
Location: Romania
Re: [ZB] fake board statistics - 12-06-2007

Cool dude ! Cool !
Thank's for the code.
Have something for SMF?
Reply With Quote
  # 3 (permalink)
Old
Junior Geek
Posts: 65
Join Date: Feb 2007
iTrader: (0)
Re: [ZB] fake board statistics - 12-06-2007

sorry no but if you've got any requests, SMF ain't to hard to write something for
Reply With Quote
  # 4 (permalink)
Old
Promotion Team Leader
Posts: 1,422
Join Date: Aug 2007
iTrader: (0)
Location: Sujangarh (Rajasthan,India)
Re: [ZB] fake board statistics - 12-08-2007

By the way
how to use this code


Directory forum| Webmaster Zone| Directory Point | Dierctory Blog
PR4
Bidding Directory | Blog of India
If Shadab is solution....I need my question back...

Reply With Quote
  # 5 (permalink)
Old
Newbie
Posts: 20
Join Date: May 2007
iTrader: (0)
Re: [ZB] fake board statistics - 12-08-2007

That's comparable to cheating. But wit some posts, you may use it to attract members.
Reply With Quote
  # 6 (permalink)
Old
Junior Geek
Posts: 65
Join Date: Feb 2007
iTrader: (0)
Re: [ZB] fake board statistics - 12-11-2007

Quote:
Originally Posted by Armaan143 View Post
By the way
how to use this code
simply add it to the bottem of the page

@neelesh:
i know :P
Reply With Quote
  # 7 (permalink)
Old
Promotion Team Leader
Posts: 1,422
Join Date: Aug 2007
iTrader: (0)
Location: Sujangarh (Rajasthan,India)
Re: [ZB] fake board statistics - 12-11-2007

Thanks. Will try soon


Directory forum| Webmaster Zone| Directory Point | Dierctory Blog
PR4
Bidding Directory | Blog of India
If Shadab is solution....I need my question back...

Reply With Quote
  # 8 (permalink)
Old
DON
Junior Geek
Posts: 120
Join Date: Feb 2007
iTrader: (0)
Location: Old is Gold.
Re: [ZB] fake board statistics - 12-11-2007

I like it, we may use it

Don


D O N
Reply With Quote
Reply


Thread Tools



PSD to HTML

vBulletin®, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. | SEO by vBSEO | Skin developed by vBStyles.com