надо использовать mysqli_real_escape_string вместо mysql_escape_string, но по вашему куску кода непонятно, перевели ли вы вообще на mysqli стресс, так как в функцию mysqli_real_escape_string надо передать объект подключения.Кто сможет помочь поправить до php 7.0 ?
Да и вообще может кому пригодится!
Насколько понял, txt файл, который качается после реги. Установите по инструкции, все рабает.Кто сможет помочь поправить до php 7.0 ?
Да и вообще может кому пригодится!
Кто сможет помочь поправить до php 7.0 ?
Да и вообще может кому пригодится!
$server = 'STREESWEB';
define('DS', DIRECTORY_SEPARATOR);
define('ROOT_DIR', realpath(dirname(__file__)));
$replacement = [
"\0" => "\\0",
"\n" => "\\n",
"\r" => "\\r",
"\t" => "\\t",
chr(26) => "\\Z",
chr(8) => "\\b",
'"' => '\"',
"'" => "\'",
'_' => "\_",
"%" => "\%",
'\\' => '\\\\'
];
$name = str_replace(array_keys($replacement), array_values($replacement), $_POST['login']);
$pass = str_replace(array_keys($replacement), array_values($replacement), $_POST['pass']);
$mail = filter_var($_POST['mail'], FILTER_VALIDATE_EMAIL);
$file = $server . "_" . $name . ".txt";
$text = "
Добро пожаловать на игровой сервер {$server}! \n
Ваш Аккаунт: {$name} \n
Ваш пароль: {$pass} \n
Ваш e-mail: {$mail} \n
Храните эти данные в надежном месте!
";
$fp = fopen(ROOT_DIR . DS . 'cache' . DS . $file, 'w');
fwrite($fp, $text);
fclose($fp);
@chmod(ROOT_DIR . DS . 'cache' . DS . $file, 0666);
if ($file) {
header("Cache-Control: public");
header("Content-Description: File Transfer");
header("Content-Disposition: attachment; filename=$file");
header("Content-Type: application/txt");
header("Content-Transfer-Encoding: binary");
readfile(ROOT_DIR . DS . 'cache' . DS . $file);
@unlink(ROOT_DIR . DS . 'cache' . DS . $file);
}
Дай бог тебе здоровья! Норм работает!PHP:$server = 'STREESWEB'; define('DS', DIRECTORY_SEPARATOR); define('ROOT_DIR', realpath(dirname(__file__))); $replacement = [ "\0" => "\\0", "\n" => "\\n", "\r" => "\\r", "\t" => "\\t", chr(26) => "\\Z", chr(8) => "\\b", '"' => '\"', "'" => "\'", '_' => "\_", "%" => "\%", '\\' => '\\\\' ]; $name = str_replace(array_keys($replacement), array_values($replacement), $_POST['login']); $pass = str_replace(array_keys($replacement), array_values($replacement), $_POST['pass']); $mail = filter_var($_POST['mail'], FILTER_VALIDATE_EMAIL); $file = $server . "_" . $name . ".txt"; $text = " Добро пожаловать на игровой сервер {$server}! \n Ваш Аккаунт: {$name} \n Ваш пароль: {$pass} \n Ваш e-mail: {$mail} \n Храните эти данные в надежном месте! "; $fp = fopen(ROOT_DIR . DS . 'cache' . DS . $file, 'w'); fwrite($fp, $text); fclose($fp); @chmod(ROOT_DIR . DS . 'cache' . DS . $file, 0666); if ($file) { header("Cache-Control: public"); header("Content-Description: File Transfer"); header("Content-Disposition: attachment; filename=$file"); header("Content-Type: application/txt"); header("Content-Transfer-Encoding: binary"); readfile(ROOT_DIR . DS . 'cache' . DS . $file); @unlink(ROOT_DIR . DS . 'cache' . DS . $file); }
Ну или подключить полифил:Вы не можете просматривать ссылку пожалуйста воспользуйтесь следующими ссылками Вход или Регистрация
Нужно установить библиотеку gd libraryЗдравствуйте, у кого-то была проблема в админ панели невидит картинку капчи*?
Вот такая проблема.Посмотреть вложение 44385
Ну к примеру GHTWEB 4 или 5, в нем тока проверки допилить и годный двиг как для бесплатного, да и функционал куда больше.Есть лучше варианты?)
reNova-Design добавил(а) новый ресурс:
(STRESS WEB 13) php 7.0 более менее адекватно рабочий - (STRESS WEB 13) php 7.0 более менее адекватно рабочий
Узнать больше об этом ресурсе...
Теперь открываем поиск и видим:DMI3Y, теперь на любую красную точку как на первом скрине (вкладка ответ/response)
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?