Quote:
Originally Posted by Dorin1
if u dun need it stfu :) if u need it download it
no one asked about ur oppinion
Printable View
Quote:
Originally Posted by Dorin1
if u dun need it stfu :) if u need it download it
no one asked about ur oppinion
its amazing package but, some errors.. look
when i open admin page > index
BUG01
BUG02Code:Notice: Undefined variable: AdminCpIp1 in c:\inetpub\wwwroot\admin\index.php on line 61
BUG03Code:Character Information..
Notice: Use of undefined constant Offline - assumed 'Offline' in c:\inetpub\wwwroot\admin\admin1.php on line 55
Notice: Undefined variable: pklevel in c:\inetpub\wwwroot\admin\admin1.php on line 60
Notice: Undefined variable: msquery in c:\inetpub\wwwroot\admin\admin1.php on line 85
Notice: Undefined variable: msquery in c:\inetpub\wwwroot\admin\admin1.php on line 86
Warning: mssql_query(): Query failed in c:\inetpub\wwwroot\admin\admin1.php on line 86
SEE SCREENSCode:Notice: Undefined variable: Pkcount in c:\inetpub\wwwroot\admin\admin2.php on line 38
Tara's stats have been changed successfully!
Notice: Undefined variable: fdate in c:\inetpub\wwwroot\admin\admin2.php on line 59
Notice: Undefined variable: current_ip in c:\inetpub\wwwroot\admin\admin2.php on line
Quote:
Originally Posted by foxfirediego
this is the first bug ..i suggest u setPHP Code:$AdminCpIp1= "127.0.0.1"; // To view logs
in php.iniPHP Code:display_errors = OFF
mmmm.. k!... only reporting... i think maybe a fail... themad.. u know where i find a script of reset, what run individual methods of reset?..Quote:
Originally Posted by themad
let me explain.. i hav too many pages of reset in PHP, but all do the same... i need one with this code:
[CODE]
<?php if (!isset($index_checking)) die("Server error!!! This page is not available..."); ?>
<table width="100%" height="5%" border="0.5">
<tr>
</tr>
<tr>
<th scope="col">
<?php
$name = stripslashes($_POST['name']);
$login = stripslashes($_COOKIE['login']);
anti_injection( $name );
anti_injection( $login );
$sql_username_check = mssql_query("SELECT memb___id FROM MEMB_INFO WHERE memb___id='$login'");
$username_check = mssql_num_rows($sql_username_check);
$sql_name_check = mssql_query("SELECT Class,Resets FROM vResets WHERE Name='$name' and AccountID = '$login'");
$name_check = mssql_num_rows($sql_name_check);
$row = mssql_fetch_row($sql_name_check);
$class_check = $row[0];
$mResets = $row[1];
if (empty($mResets)) $resets_check = 0;
else $resets_check = min(($Level_Reset + ($mResets * $Level_Up_Once)) , 350);
$sql_level_check = mssql_query("SELECT cLevel FROM Character WHERE Name = '$name' and cLevel >= '$resets_check'");
$level_check = mssql_num_rows($sql_level_check);
$sql_level_check = mssql_query("SELECT Money FROM Character WHERE Name = '$name' and Money >= '$Reset_Fee'");
$money_check = mssql_num_rows($sql_level_check);
$sql_user_online = mssql_query("SELECT memb___id FROM MEMB_STAT WHERE memb___id = '$login' and ConnectStat = '0'");
$user_online_check = mssql_num_rows($sql_user_online);
if (empty($name) || ($username_check <= 0) || ($name_check <= 0) || ($level_check <= 0) || ($money_check <= 0) || ($user_online_check <= 0))
{
echo "LỖI: <br>";
if (empty($name))
{
echo "Bạn phải đi
i dont like it :P
is sux :D