Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Community Cafe (http://www.bvlist.com/forumdisplay.php?f=18)
-   -   Help please ha hacking my site my mysql. (http://www.bvlist.com/showthread.php?t=12450)

onebit 14th November 2021 18:54

Help please ha hacking my site my mysql.
 
Updload torrent Hacker, torrent name null.
Please help how to fix.

Bump:

Bump: https://kepkuldes.com/images/cdd37dd...86a2f4734d.png

Bump: new write cleanup.php
$null = "Null torrents delete!";
$res = $mysqli->query("SELECT id, name FROM torrents WHERE name = ''");
while ($arr = mysql_fetch_assoc($res))
{
$id = $arr["id"];
@deletetorrent($id);
write_log("Torrent DELETE $arr[id] ($arr[name]) törölve ($null .)");
}

DND 15th November 2021 11:26

why do you say its hacking?
and what code are you using?
from what i see you have null as default and it doesnt insert nothing into that field..(thats why its null)

onebit 16th November 2021 06:23

How can I fix it, not takeupload.php
I didn't figure out which one to delete takeupload.php t still uploads null torrents.
there is no log which php could be.

Quote:

Originally Posted by DND (Post 55883)
why do you say its hacking?
and what code are you using?
from what i see you have null as default and it doesnt insert nothing into that field..(thats why its null)



All times are GMT +2. The time now is 15:03.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.