
11-09-2007, 08:40 PM
|
 |
|
|
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Andrew Green
in slots_ajax.php find this:
Code:
else if($slotsgame == 3)
$query = "
SELECT cs1.switch1 AS gameid, cs2.switch2 AS gameactive
FROM casino_settings AS cs1, casino_settings AS cs2
WHERE cs1.settingname='gamefile'
AND cs1.switch2='bar7slots'
AND cs1.switch1=cs2.switch1
AND cs2.settingname='gameactive'
";
and under it add this:
Code:
else print_no_permission();
|
Applied your fix No error but page is funky
http://dieselbombers.com/casino/slots_ajax.php
|