Дата: Вс, 09.09.2012, 11:24:39 | Сообщение # 1
|
Разрабатываю по не могу делаю онлайн игрой (браузерной) и столкнулся с ошибкой.
Ошибка в самой шапке: Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/a5226321/public_html/l2/bank.php on line 223
Вот PHP. <? include_once("inclydings/sesi.php"); include_once("mysql.php"); Error_Reporting(E_ALL & ~E_NOTICE); include_once("inclydings/antixak.php"); include_once("inclydings/ini.php"); $_title = 'Lineage2'; include 'inclydings/header.php'; $log = htmlspecialchars(stripslashes($log)); $pas = htmlspecialchars(stripslashes($pas)); ///////////////////////////////////////////////////// $text = @file("L2dbnam/esql2db/reg/$log.dat"); if ($text!=""){ $udata = explode(":||:",$text[0]); $login=trim($udata[0]); $password=trim($udata[1]); $aden=trim($udata[8]);} ////////////////////////////////////////////////////////
if(empty($go)){$action="index";}
if (isset($user)) { include_once("inclydings/udata.php"); $gold=stripslashes($gold); $gold=htmlspecialchars($gold); $gold=str_replace("\\","",$gold); $gold=str_replace("/","",$gold); $gold=str_replace("|","",$gold); $gold=str_replace("$","",$gold); $gold=str_replace("&","",$gold); $gold=str_replace("<","",$gold); $gold=str_replace(">","",$gold); ////////////////////////////////// $oper=stripslashes($oper); $oper=htmlspecialchars($oper); $oper=str_replace("\\","",$oper); $oper=str_replace("/","",$oper); $oper=str_replace("|","",$oper); $oper=str_replace("$","",$oper); $oper=str_replace("&","",$oper); $oper=str_replace("<","",$oper); $oper=str_replace(">","",$oper); //////////////////////////////////
Помогите разобраться с проблемой за ранее спасибо и не забуду :D.
╔════════════════════════════════╗ ║Продажа качественных дедиков в ЛС║ ╚════════════════════════════════╝
Сообщение отредактировал stasuk27 - Вс, 09.09.2012, 11:26:33
|
|