Author Topic: Users Question  (Read 3732 times)

0 Members and 1 Guest are viewing this topic.

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Users Question
« on: September 28, 2010, 05:12:47 AM »
Hi i have a qucik question underneath 4images gallery it shows like

Currently active users: 80 


Can i also like temper with this I mean if iwant to like add deafult number as 809 or something and then it adds more as visitor comes so it will show like currently gues 880 can i do that ?

Offline a6504150

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: Users Question
« Reply #1 on: September 28, 2010, 05:45:46 AM »
funny question :)

you have to find two files:

admin\home.php
includes\sessions.php

Search there for "$num_total_online = " and add your 800 / 1000 / 9000 / whatever-you-want


hope it helps :D
greetz

Rembrandt

  • Guest
Re: Users Question
« Reply #2 on: September 28, 2010, 05:46:10 AM »
hi!
search in includes/session.php:

$num_total_online 
0;
$num_visible_online 0;
$num_invisible_online 0;
$num_registered_online 0;
$num_guests_online 0;

here can you write numbers, instead "0". :)

mfg Andi

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Re: Users Question
« Reply #3 on: September 28, 2010, 07:37:11 PM »
Thank you so much ................. >:D<