profile views today
Collapse
X
-
If u have it,just post it for us,cause it looks like u knew the code
Leave a comment:
-
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:
-
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&sid=$sid& 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:
-
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:
-
profile views today
anyone has this code can share please?Tags: None
Leave a comment: