Quote:
Originally Posted by master85
Hi to all,
I've replaced the code line 35 in admincp/gas3_install.php:
Code:
globalize($_REQUEST,array('do'=>STR_NOHTML,'m'=>INT,'h'=>INT,'un'=>INT));
with the new method:
Code:
$vbulletin->input->clean_array_gpc($_REQUEST, array('do'=>STR_NOHTML,'m'=>INT,'h'=>INT,'un'=>INT));
But the install don't go on.
Any ideas ?
Thank you all for the answers,
Giuseppe Leone
|
Theres a lot more than just changing globalize functions in order to make a port to vb3.5
This is made for vb3.0x series and will not work on vb3.5
THere is a newer version called GARS for vb3.5 however its a commercial script now.
Sorry