Help. Location of the User.

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

    Help. Location of the User.

    how to know what page this user is currently browsing in my site.
    example he is at the download section.
    i will put in his profile

    Where: Download Section.

    #2
    if u using lava script (lol wht else)

    PHP Code:
      $place mysql_fetch_array(mysql_query("SELECT place FROM ibwf_online WHERE userid='".$who."'"));
      
    $uact .= $plc[0];
      if(
    isonline($who))
    {
    echo 
    "Where's the (L)user: $uact<br/>";
    }else{
    echo 
    "offline...<br/>";

    sigpiceeeeerrr....

    Comment


      #3
      re

      addvisitor();
      addonline(getuid_sid($sid),"Xhtml-Main Menu","index.php?action=$action");
      //saveuinfo($sid);
      $nick = getnick_sid($sid);
      tells database in the online section where your user is located already lol









      Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
      Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

      Comment


        #4
        its not a premade script. its my own script. as a newbie to php.
        http://armada.biz.nf

        Comment

        Working...
        X