postlister not working with register_globals=off
Brought to you by:
xzilla
Hello,
the latest PHP versions have register_globals=off by
default, in order to improve security.
Unfortunately postlister doesn't seem to work with that
setting.
Is anyone going to update the script to work with
register_globals=off?
Thanks,
Marco.
Logged In: NO
If you ISP allows...
In the postlister directory create a file named ".htaccess" and put the
following line in it (without the quotes):
"php_value register_globals 1"
For more information, see: http://us3.php.net/register_globals