View Single Post
  #1  
Old 14th November 2021, 18:54
onebit onebit is offline
Member
 
Join Date: Oct 2021
Posts: 10
Default Help please ha hacking my site my mysql.
Updload torrent Hacker, torrent name null.
Please help how to fix.

Bump:

Bump: Click the image to open in full size.

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 .)");
}
Reply With Quote