Recent content by cofka

  1. C

    :) My [Journey] AI Blogging Sites (Yes, another one). Display ads [ Goal 5000$ USD a month with 500 000 Pageviews ] :)

    That was very inspiring, thx for sharing! Do you btw leave a contact section on your websites, or else how that buyer for site2 could contact you?
  2. C

    Ask.Fm Gift Bot -

    lease post more details. I can create one
  3. C

    Fake User for my phpbb3 forum

    this won't work because php uses str_replace function on it, which only replaces text and does not make any calculations here if you are aware of changing your ./index.php file you may also try runing this query UPDATE phpbb_config set `config_value` = '1000' where `config_name` = 'num_users'
  4. C

    fake users online mod for phpbb3?

    If you only care about the number of users (and not about their nicknames displayed in the "Identified users" line) then go to ./includes/functions.php and look around line 4139 which looks like $online_users['total_online'] = $online_users['guests_online'] + $online_users['visible_online'] +...
  5. C

    Fake User for my phpbb3 forum

    Actually if you don't need to have those users in database and you only want to change the displayed number in the mainpage then go to your index.php file and look around line 120 which looks like: 'TOTAL_USERS' => sprintf($user->lang[$l_total_user_s], $total_users), and change to...
  6. C

    IPtorrents.com Invite please?

    Can I have an invite?
  7. C

    Fake User for my phpbb3 forum

    run a mysql INSERT query 880 times
Back
Top