sql?[/b]
Top Online..
Collapse
X
-
the code from hypeype only stay in zero why? i even make row in ibwf_usersFailure is not when a girls leaves you, its only when you let her go virgin. heheh!!
<span style="color:#9ACD32"><span style="font-size:36pt;line-height:100%">BEST MOBILE ADVERTISER</span></span>
Comment
-
any idea why my total online not work in rw?Failure is not when a girls leaves you, its only when you let her go virgin. heheh!!
<span style="color:#9ACD32"><span style="font-size:36pt;line-height:100%">BEST MOBILE ADVERTISER</span></span>
Comment
-
Guest
any idea why my total online not work in rw?[/b]
put your code here...i have that code if you need ;)
Comment
-
<div class='quotetop'>QUOTE (hypetype @ Mar 20 2008, 06:03 PM) <{POST_SNAPBACK}></div>this is my version
Code:if($action=="onmembers") { addonline(getuid_sid($sid),"Longest Online Members List",""); $view = $_GET["view"]; if($view=="")$view="date"; echo "<card id=\"main\" title=\"Longest Online Members List\">"; echo "<p align=\"center\">"; echo "<img src=\"images/bdy.gif\" alt=\"*\"/> "; echo "</p>"; //////ALL LISTS SCRIPT << if($page=="" || $page<=0)$page=1; $num_items = regmemcount(); //changable $items_per_page= 10; $num_pages = ceil($num_items/$items_per_page); if(($page>$num_pages)&&$page!=1)$page= $num_pages; $limit_start = ($page-1)*$items_per_page; //changable sql if($view=="name") { $sql = "SELECT id, name, regdate FROM ibwf_users ORDER BY name LIMIT $limit_start, $items_per_page"; }else if ($view=="date"){ $sql = "SELECT id, name, tottimeonl FROM ibwf_users ORDER BY tottimeonl DESC LIMIT $limit_start, $items_per_page"; }else{ $sql = "SELECT id, name, proviews FROM ibwf_users ORDER BY regdate DESC LIMIT $limit_start, $items_per_page"; } echo " "; $items = mysql_query($sql); if(mysql_num_rows($items)>0) { while ($item = mysql_fetch_array($items)) { $jdt = date("d-m-y", $item[2]); $lnk = "<a href=\"index.php?action=viewuser&who=$item[0]&sid=$sid\">$item[1]</a> - "; echo "$lnk "; //Add this where ever you want to show the total time online: $totaltimeonline = mysql_fetch_array(mysql_query("SELECT tottimeonl FROM ibwf_users WHERE id='".$item[0]."'")); $num = $totaltimeonline[0]/86400; $days = intval($num); $num2 = ($num - $days)*24; $hours = intval($num2); $num3 = ($num2 - $hours)*60; $mins = intval($num3); $num4 = ($num3 - $mins)*60; $secs = intval($num4); echo "Total Time Online: "; if(($days==0) and ($hours==0) and ($mins==0)){ echo "[b]$secs[/b] seconds "; }else if(($days==0) and ($hours==0)){ echo "[b]$mins[/b] mins, "; echo "[b]$secs[/b] seconds "; }else if(($days==0)){ echo "[b]$hours[/b] hours, "; echo "[b]$mins[/b] mins, "; echo "[b]$secs[/b] seconds "; }else{ echo "[b]$days[/b] days, "; echo "[b]$hours[/b] hours, "; echo "[b]$mins[/b] mins, "; echo "[b]$secs[/b] seconds "; } } } echo "</p>"; echo "<p align=\"center\">"; if($page>1) { $ppage = $page-1; echo "<a href=\"lists.php?action=onmembers&page=$ppage&sid=$sid&view=$view\">«PREV</a> "; } if($page<$num_pages) { $npage = $page+1; echo "<a href=\"lists.php?action=onmembers&page=$npage&sid=$sid&view=$view\">Next»</a>"; } echo " $page/$num_pages "; if($num_pages>2) { $rets = "Jump to page<input name=\"pg\" format=\"*N\" size=\"3\"/>"; $rets .= "<anchor>[GO]"; $rets .= "<go href=\"lists.php\" method=\"get\">"; $rets .= "<postfield name=\"action\" value=\"$action\"/>"; $rets .= "<postfield name=\"sid\" value=\"$sid\"/>"; $rets .= "<postfield name=\"page\" value=\"$(pg)\"/>"; $rets .= "<postfield name=\"view\" value=\"$view\"/>"; $rets .= "</go></anchor>"; echo $rets; } echo "</p>"; ////// UNTILL HERE >> echo "<p align=\"center\">"; echo "<a href=\"index.php?action=stats&sid=$sid\"><img src=\"images/stat.gif\" alt=\"*\"/>"; echo "Site Stats</a> "; echo "<a href=\"index.php?action=main&sid=$sid\"><img src=\"images/home.gif\" alt=\"*\"/>"; echo "Home</a>"; echo "</p>"; echo "</card>"; }
mysql_num_rows doent exist
Comment
-
Originally posted by rukiya View Posthow can you claim to fix errors without having basic knowledge about php and mysql where you are just copier and paster?
add a new row in ibwf_users sql table
Code:tottimeonl int(100) default'0' NOT NULL
Code:echo "<a href=\"lists.php?action=longon&sid=$sid\">TopOnline<a/>";
Comment
-
that mite be sever errorVisit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
Comment