Disallow registration when cookies not enabled
This modification is in the archives.
At our site we require cookies.
Avoid support issues by turning people away at the door. In register.php find PHP Code:
if (empty($_REQUEST['do']) AND empty($_REQUEST['a']))
PHP Code:
if (empty($_REQUEST['do']) AND empty($_REQUEST['a']))
PHP Code:
if ($_REQUEST['do'] == 'signup')
Replace with PHP Code:
if ($_REQUEST['do'] == 'cookie')
https://www.google.com/cookies.html http://webmaster.info.aol.com/cookieguide.html http://www.allaboutcookies.org/manage-cookies http://www.cookiecentral.com/ Download No files for download. |
Similar Mods
Disallow Registration by Minors | vBulletin 2.x Full Releases |