Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: SMS Sistema

Parašė CyTaS· 2010 Lap. 20 20:11:44
#1

Man ant cs sms vip/admin sistemos meta taip

 
Warning: mysql_num_rows(): supplied argument is not a valid <span style="border-bottom: 1px dotted black;">MySQL</span> result resource in /home/cytas/domains/playcs.wu.lt/public_html/sms1/index.php on line 9
 
Warning: mysql_num_rows(): supplied argument is not a valid <span style="border-bottom: 1px dotted black;">MySQL</span> result resource in /home/cytas/domains/playcs.wu.lt/public_html/sms1/index.php on line 12
 
Warning: mysql_num_rows(): supplied argument is not a valid <span style="border-bottom: 1px dotted black;">MySQL</span> result resource in /home/cytas/domains/playcs.wu.lt/public_html/sms1/index.php on line 15
 
Warning: mysql_num_rows(): supplied argument is not a valid <span style="border-bottom: 1px dotted black;">MySQL</span> result resource in /home/cytas/domains/playcs.wu.lt/public_html/sms1/index.php on line 18

va net paziuret galit http://playcs.wu.lt/sms1/

O cia tas index.php failas

<link rel="stylesheet" type="text/css" href="css.css">
<?php
include "config.php"; 
include "remover.php";
 
$dabar = date("Y-m-d");
 
$result = mysql_query("SELECT * FROM amx_amxadmins WHERE nupirko = '1'");
$num_rows = mysql_num_rows($result);
 
$result2 = mysql_query("SELECT * FROM amx_amxadmins WHERE access = '$useraccess' AND nupirko = '1'");
$num_rows2 = mysql_num_rows($result2);
 
$result3 = mysql_query("SELECT * FROM amx_amxadmins WHERE access = '$vipaccess' AND nupirko = '1'");
$num_rows3 = mysql_num_rows($result3);
 
$result5 = mysql_query("SELECT * FROM amx_amxadmins WHERE regtime = '$dabar' AND nupirko = '1'");
$num_rows5 = mysql_num_rows($result5);
 
echo "
<table width='300' height='150' border='0' cellpadding='0' cellspacing='0' >
<tr>
<td style='background-image:url(img/info.png); padding:4px 20px 4px 20px;'>
<b>Aktyvios paslaugos: </b>$num_rows<br />
<br />
<b>Aktyvus Admin: </b>$num_rows2<br />
<br />
<b>Aktyvus VIP &#382;aid&#279;jai: </b>$num_rows3<br />
<br />
<b>&#352;iandiena pirkta paslaug&#371;: </b>$num_rows5</td></tr></table>
<table width='500'>
";
 
?>
 
<?php include "links.php"; ?>
<?php include "copyright.php"; ?>