mirror of
https://github.com/SabreTools/wizzardRedux.git
synced 2026-02-04 05:36:18 +00:00
Clean up CPC-GameReviews online checker
This commit is contained in:
@@ -29,7 +29,7 @@ TODO: Retool existing onlinecheck.php files to follow the new format. 3) check c
|
||||
TODO: VideopacNL uses a cookie to be able to access the board. This means you need to log in to the site and then copy the cookie as a param
|
||||
TODO: Can we run all online checks in a coherent way (in series, that is)?
|
||||
TODO: Once all checkers are certainly using the new table and found format, standardize $found and move to this file
|
||||
TODO: Last updated - CPC-Crackers
|
||||
TODO: Last updated - CPC-GameReviews
|
||||
------------------------------------------------------------------------------------ */
|
||||
|
||||
ini_set('max_execution_time', 0); // Set the execution time to infinite. This is a bad idea in production.
|
||||
|
||||
@@ -83,10 +83,7 @@ if (($handle = fopen($mainURL."00_table.csv", "r")) !== FALSE)
|
||||
}
|
||||
fclose($handle);
|
||||
}
|
||||
|
||||
echo "<td>Found new: ".$new.", old: ".$old."</tr>\n";
|
||||
|
||||
echo "</table>\n";
|
||||
echo "<td>Found new: ".$new.", old: ".$old."</tr>\n</table>\n";
|
||||
|
||||
if (sizeof($found) > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user