Online users

Results 1 to 5 of 5
  1. #1
    Novice Orbimix is offline
    MemberRank
    Aug 2014 Join Date
    PortugalLocation
    3Posts

    ! Online users



    Someone know how to fix this problem of online users?


  2. #2
    o/ Konquer is offline
    MemberRank
    Apr 2014 Join Date
    464Posts

    Re: Online users

    Go to your staff.php file and check if the php code matches the database table names, or look for anything that doesn't seem to be right.

    You could also post a part of the code here so we can look at it :)

  3. #3
    Proficient Member ProducerMark is offline
    MemberRank
    Jul 2010 Join Date
    Middle EarthLocation
    176Posts

    Re: Online users

    Edit the method which requests the number of online users from the db. If your emulator does not update the users online number in the db use this:

    SELECT COUNT(*) FROM users WHERE online ='1';

  4. #4
    Novice Orbimix is offline
    MemberRank
    Aug 2014 Join Date
    PortugalLocation
    3Posts

    Re: Online users

    Quote Originally Posted by ProducerMark View Post
    Edit the method which requests the number of online users from the db. If your emulator does not update the users online number in the db use this:

    SELECT COUNT(*) FROM users WHERE online ='1';
    Still dont work... 0 users online :\

  5. #5
    Proficient Member ProducerMark is offline
    MemberRank
    Jul 2010 Join Date
    Middle EarthLocation
    176Posts

    Re: Online users

    Did you put the query like $usersonline = mysql_query("the select statement i posted before");
    Also try if manually executing the mysql query returns a value greater than 0



Advertisement