
12-12-2005, 08:11 PM
|
|
|
Join Date: Jan 2005
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
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']);
|
Thanks.
|