• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn Cách fix lỗi tự thêm \ trong mtblog , code wap game

Tucuong

New Member
Đăng nhập wapftp wapFtp.TuoiTretn.Tk | 05:38:15 , FTP Mobile , Wap FTP , FTP Free , FTP Host .
Mở thư mục admin. Chúng ta cần sửa add.php và sua.php.
.
Mở ra sẽ thấy đoạn code sau

$name = addslashes(htmlspecialchars($_POST['name']));
$key = addslashes(htmlspecialchars($_POST['key']));
$mota = addslashes(htmlspecialchars($_POST['mota']));
$tags = addslashes(htmlspecialchars($_POST['tags']));

. Thay vào đoạn code sau.

$name = stripslashes(htmlspecialchars($_POST['name']));
$key = stripslashes(htmlspecialchars($_POST['key']));
$mota = stripslashes(htmlspecialchars($_POST['mota']));
$tags = stripslashes(htmlspecialchars($_POST['tags']));

. Tut tự viết. 1 top anh thắng nhá. .
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top