timeout error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    timeout error

    Am using youngbuzz script but after 6min the user is removed from online list can anyone help me fix this error.

    #2
    edit the session expiry time in the general settings
    Wapchat4u


    Topsites4u

    Comment


      #3
      i have it at 999 and it still time out and i use this in core.php

      Added after 8 minutes:

      //////////////////////////////////////////////is online
      function isonline($uid)
      {
      $timeout=time()-9999;
      $uon = mysql_fetch_array(mysql_query("SELECT
      COUNT(*) FROM ibwf_online WHERE userid='".
      $uid."' AND actvtime>$timeout"));
      if($uon[0]>0)
      {
      return true;
      }else
      {
      return false;
      }
      }
      Last edited by wap-lord; 22.07.10, 19:08.

      Comment


        #4
        have u checked its actually updating the database. .
        Wapchat4u


        Topsites4u

        Comment


          #5
          what the session expiration

          how can i set it for 3hrs

          Comment


            #6
            What i notice is that when the idle time reaches 6min it set the user offline and when the user re-loads the page it sets the user back online. but after 6min it dont show the user on the online list.

            Comment


              #7
              Oh i got it all i had to do was to edit core.php at
              ///////////////////////////user online list time out
              and change it to what ever i want eq:1800 1hrs lol but thanks anyway.

              Comment

              Working...
              X