profile views today

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

  • Pablo
    replied
    if i had the code i wouldnt have created this topic

    Leave a comment:


  • makvanpor2000
    replied
    If u have it,just post it for us,cause it looks like u knew the code

    Leave a comment:


  • Pablo
    replied
    thats not the code am talking am talking the code that shows how much profile views the person has gotten today or in last 24 hours

    Leave a comment:


  • newbie14
    replied
    help

    $sql = mysql_fetch_array(mysql_query("SELECT COUNT(id) FROM lastview WHERE whonick='".$whonick."'"));
    if ($sql[0]>10)
    { $sql = mysql_fetch_array(mysql_query("SELECT MAX(id) FROM lastview WHERE whonick='".$whonick."'"));
    $sql = $sql[0]-9;
    mysql_query("DELETE FROM lastview WHERE whonick='".$whonick."' AND id <'".$sql."'");
    } $lv=getnick_sid($sid);
    $a = getuid_nick($whonick);
    if($a!=$uid)
    { mysql_query("INSERT INTO lastview SET lastview='".$lv."', whonick='".$whonick."', ltime='".time()."'");
    } $sql= mysql_fetch_array(mysql_query("SELECT lastview,ltime FROM lastview WHERE whonick='".$whonick."'ORDER BY ltime DESC LIMIT 1"));
    $a = getuid_nick($sql[0]);
    $link = "<a href=\"index.php?action=viewuser&amp;sid=$sid&amp; who=$who\">$sql[0]</a>";
    echo "Last Viewed By: $link <br/>";

    can u fixed this?coz nothing appear on last viewed by:???thanks in advance..

    Leave a comment:


  • makvanpor2000
    replied
    Last top ten profile views pls, am in need of that code!

    Leave a comment:


  • bijaybd
    replied
    can anyone post last top 10 chatter by posts like in the last 24 hours who chat most or post most like IRC

    Leave a comment:


  • aftab
    replied
    plz post profile views in last 24 hours

    Leave a comment:


  • robzky
    replied
    i have this one..
    post your code and ill try to fixed it for you..

    Leave a comment:


  • aftab
    replied
    i guess that will be last 10 views

    Leave a comment:


  • Pablo
    replied
    hmmm didnt see profile views today in it

    Leave a comment:


  • riderz
    replied
    pablo the one in lava mods do work

    Leave a comment:


  • Pablo
    replied
    yeah its here but it aint working

    Leave a comment:


  • brand
    replied
    Originally posted by Pablo View Post
    anyone has this code can share please?
    the code is on here some where use the search to look for it

    Leave a comment:


  • Pablo
    started a topic profile views today

    profile views today

    anyone has this code can share please?
Working...
X