Problems with new member registration and broken images.

Started by Tradition, January 06, 2005, 06:45:35 PM

Previous topic - Next topic

Tradition

I am setting up SMF 1.0 for a gaming clan that I'm in. Before I officially open it up for registration, I am running through everything to make sure everything actually works. When attempting to register a new test account, I get pointed to /index.php?action=register2, and get the following error message:

You are not allowed to access this section

I have tried registering a new account by changing the admin settings for all types of registration (immediate registration, member approval, etc.), yet I keep getting that error. What could be the problem?

Also, I have noticed some broken images, even though all images were uploaded correctly. hxxp:img.photobucket.com/albums/v462/miltonare/broken_smf.jpg [nonactive] shows the broken images in question.

What can I do to fix these errors? Thanks in advance.

Jerry

It says you are not allowed to register because SMF doesn't allow 2 people to register from the same PC / IP. try reuploading the images :)


- Jerry
Find me on:
Facebook
Twitter
PlanetSMF

"If all you look for is the negative in things, you will never see the positive."

bgt

Quote from: Jerry on January 06, 2005, 07:28:27 PM
It says you are not allowed to register because SMF doesn't allow 2 people to register from the same PC / IP.

How do I unset this functionality from the system? My forum might get a group of people to go to a libary and decide to register one after another.

CapriSkye

open Sources/Sub-Members.php
Remove:
      // If you're an admin, you're special ;).
elseif ($regOptions['interface'] == 'guest')
     {
                spamProtection('register');

                // You cannot register twice...
            if (empty($user_info['is_guest']))
                       redirectexit();

                // Make sure they didn't just register with this session.
               if (!empty($_SESSION['just_registered']))
                       fatal_lang_error('register_only_once', false);
       }


Advertisement: