hungryfrankie
Results
2
comments of
hungryfrankie
on the 1.2.2.2 this problem is caused because it is only checking with the filename and it dose not have the path. `if (!isset($_GET['fromfile']) || !isset($_GET['auction_id']) || !is_numeric($auction_id)) { ErrorPNG($ERR_716);...
the solution is to put it in backtick I changed the querry to this ``` $query = "INSERT INTO " . $DBPrefix . "users (nick, password, hash, name, address, city,...