Quote:
Originally Posted by MrZeropage
** IMPORTANT **
Please notice that Security-Fix and apply it to your ibProArcade.
This Fix will be included in the next Update to ibProArcade 2.5.4+ but you should react on your own
open /arcade.php
search for
Code:
$tid = $_COOKIE['tidstarted'];
and replace with
Code:
$tid = intval($_COOKIE['tidstarted']);
|
Can you modify the archive with the modification ?