MyBB Community Forums

Full Version: How can i cheat members and Thread number ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I would like to show the visitor a fake number of members and fake number of threads in the footer .
How can i do that ?
I want 2000 members and 1000 threads
And is there any cheat to make fake online members ? I don't like to use Java script
To change amount of threads goto mysql database...
Then goto
Table: mybb_stats

Then goto the last one on the list and click edit then set them how you want them
numusers (Number Of Users) numthreads (Number Of Threads) numposts (Number Of Posts)

Set them how ever you like Smile

I just searched the mysql database for it.. i will try this now on my local host.!

That doesn't seem to work just going to try another idea..
Okayyy bro
Lol i dno :\ I made it say 0 registered users and newest user no-one XD lmfao
Lol
So any other way ?
I guess you could edit the language files but then it would be stuck on a certain number (i think)
You can't edit the stats in the language files.
(2010-05-06, 01:57 PM)darkly Wrote: [ -> ]You can't edit the stats in the language files.

lol you can i just did XD
but it says the real number then some extra digits or i can put a static number so it always says 10,000 or w.e i want
public html/inc/languages/english/index.lang
<?php
/**
 * MyBB 1.4 English Language Pack
 * Copyright © 2008 MyBB Group, All Rights Reserved
 * 
 * $Id: index.lang.php 4304 2009-01-02 01:11:56Z chris $
 */

$l['boardstats'] = "Board Statistics";
$l['new_posts'] = "Forum Contains New Posts";
$l['no_new_posts'] = "Forum Contains No New Posts";
$l['forum_locked'] = "Forum is Locked";
$l['forum_unapproved_posts_count'] = "There are currently {1} unapproved posts in this forum.";
$l['forum_unapproved_post_count'] = "There is currently 1 unapproved post in this forum.";
$l['forum_unapproved_threads_count'] = "There is currently {1} unapproved threads in this forum.";
$l['forum_unapproved_thread_count'] = "There is currently 1 unapproved thread in this forum.";
$l['markread'] = "Mark All Forums Read";
$l['forumteam'] = "Forum Team";
$l['forumstats'] = "Forum Statistics";
$l['todays_birthdays'] = "Today's Birthdays";
$l['birthdayhidden'] = "Hidden";
$l['quick_login'] = "Quick Login:";
$l['index_logout'] = "Log Out";
$l['private_messages'] = "Private Messages";
$l['pms_new'] = "You have {1} new messages since your last visit.";
$l['pms_unread_total'] = "(You have {1} unread messages and {2} total messages in all of your folders.)";
$l['stats_posts_threads'] = "Our members have made a total of {1} posts in {2} threads.";
$l['stats_numusers'] = "We currently have {1}00 members registered.";
$l['stats_newestuser'] = "Please welcome our newest member, <b>{1}</b>";
$l['stats_mostonline'] = "The most users online at one time was {1} on {2} at {3}";
$l['whos_online'] = "Who's Online";
$l['complete_list'] = "Complete List";
$l['online_online_plural'] = "users";
$l['online_online_singular'] = "user";
$l['online_member_plural'] = "members";
$l['online_member_singular'] = "member";
$l['online_anon_plural'] = "are";
$l['online_anon_singular'] = "is";
$l['online_guest_plural'] = "guests";
$l['online_guest_singular'] = "guest";
$l['online_note'] = "{1} {2} active in the past {3} minutes ({4} {5}, {6} of whom {7} invisible, and {8} {9}).";
$l['subforums'] = "<strong>Sub Forums:</strong>";
$l['click_mark_read'] = "Click to mark this forum as read";
?>

$l['stats_numusers'] = "We currently have {1}00 members registered.";
Why the heck would you want to fake your stats at all?? It's not smart and gets you no members.
(2010-05-06, 03:23 PM)Gaara Wrote: [ -> ]Why the heck would you want to fake your stats at all?? It's not smart and gets you no members.

Maybe because people see a high members list and register... Wink
Well that's what people think
Pages: 1 2