Hey, All my members are given the same IP address for some odd reason when they login, I can't prevent account sharing! They are all given the server IP. Any ideas?
Are they all at a single location (ie. school / business) where they might be sharing a common proxy server? If not, this may be an issue with your host blocking the information.
Add this line to the top of config.inc.php : PHP: $_SERVER['REMOTE_ADDR'] = $_SERVER[ 'HTTP_X_FORWARDED_FOR' ]; Let me know if this will not help.