Mutliple Registrations

Started by krisddd, April 01, 2010, 02:28:56 AM

Previous topic - Next topic

krisddd

Is it possible to disable the block that prevents someone from registering for multiple accounts from the same computer? The reason is because many of my users share computers on a school campus and 50% of the time they cannot register because smf would not let them.

SlammedDime

create a PHP file called temp.php with the following contents:

<?php

require('SSI.php');

updateSettings(array('disableRegisterCheck' => 1));

unlink(__FILE__);

redirectexit();

?>


and upload it to the same location where SSI.php is, then navigate to it like so: http://www.myforum.com/temp.php

Once the script runs, it should delete itself and then redirect you to your main forum... if not, manually delete the file.  This will disable the registration check.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     


Kill Em All

krissddd, was SlammedDime's post able to help you?


My Site: KEAGaming.com

Manual Installation of Mods
Prevent Spam and Forum Attacks
Please do not PM or email me for support unless offered, help should be publicly displayed to others.

vbgamer45

Looks like a nice feature for SMF or a  mod something that a lot of people don't know about.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Kill Em All

Quote from: vbgamer45 on April 11, 2010, 12:53:32 AM
Looks like a nice feature for SMF or a  mod something that a lot of people don't know about.
Looks very simple to incorporate to.


My Site: KEAGaming.com

Manual Installation of Mods
Prevent Spam and Forum Attacks
Please do not PM or email me for support unless offered, help should be publicly displayed to others.

Road Rash Jr.

I don't understand why he was having this problem, I have 5 personal user accounts from the same computer on my forum and non of them are admins or moderator, just regular user accounts.
Never argue with an Idiot like myself, they just drag you down to their level then beat you with experience.

Kill Em All

Dynamic IP possibly. He might have a static.


My Site: KEAGaming.com

Manual Installation of Mods
Prevent Spam and Forum Attacks
Please do not PM or email me for support unless offered, help should be publicly displayed to others.

krisddd

Yes it was. I will mark this as solved.

Advertisement: