Quote:
Originally Posted by DiesellMinded
This is Killin Me How Do i Rectify this
|
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();