I know that .92 was working on 3.7 sites before RC4
and it seems now it's not working on 3.6.10 as well so i'm
thinking this is a AJAX request problem because there were
only 5 templates that i found needing security token changes (had method=post in them)
and i have applied those. I also applied the clientscript/vbulletin_global.js fix for RC4
and finally i applied the define('CSRF_PROTECTION', true); to every instance of
define for THIS_SCRIPT in the php files.
I looked at the .72 version that someone posted earlier and really the only major difference
i see is the ajax call right after require_once('./global.php'); in casino.php
I know the casino cash donation feature is working but i would assume it's because
it doesnt use ajax.
|