php forum
php mysql forum
php mysql smarty
 
Topic Options
#233464 - 01/18/03 06:36 PM 6.2.1 - Disable New User Registration
Dave_L_dup1 Offline
Addict

Registered: 04/23/02
Posts: 1929
Loc: Virginia, USA

   6.2.1 - Disable New User Registration to Del.icio.us Add to del.icio.us
  Digg 6.2.1 - Disable New User Registration Digg it
Here's a trivial hack for adding a config setting to disable new user registration. <br /> <br />newuser.php <br /> <br />Find: <br /> <br />// ------------------------------------------------------ <br />// If we are checking ages, the we need to do this first <br /> if ( ($config['checkage']) && ($p != "y") ) { <br /> <br />Insert before: <br /> <br />if ($config['registration_off']) { <br /> $html -> not_right("We are not accepting new user registrations at this time. Please try again later.",$Cat); <br />} <br /> <br />That's it. <img src="/forum/images/graemlins/laugh.gif" alt="" /> <br /> <br />---------------------------- <br /> <br />To turn off new user registration, add the following line in Admin -> Edit config settings -> "The following variables are unknown ...": <br /> <br />$config['registration_off'] = '1'; <br /> <br />To reenable registration, either change the '1' to '0', or delete that line. <br /> <br />---------------------------- <br /> <br />P.S. This is my 1000th post. <img src="/forum/images/graemlins/cool.gif" alt="" />
_________________________
UBB.threads beta tester / threadsdev.com moderator
Software consulting services including UBB.threads problem resolution / installs / upgrades / customization.

Top


Top Posters Last 30 Days
AllenAyres 18
Gizmo 12
sirdude 6
GEN 3
tackaberry 2
Philipp 2
willing 2
Who's Online
0 Registered (), 35 Guests and 11 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Team UBBDev Rides Again!
by Gizmo
08/28/08 11:45 PM
Multiple Identity Detector
by MattUK
08/28/08 04:10 PM
[7.3.x] ubb.links
by AllenAyres
08/26/08 09:57 AM
Installing FlashChat with 7.3
by Gizmo
08/23/08 05:36 AM
[7.2.1] - Naked shoutbox
by Iann128
08/22/08 07:27 PM
Nice Ajax Chat
by M4D
08/21/08 10:02 PM
51-card NVIDIA folding rig cranks out 265,200 ppd
by AllenAyres
08/13/08 10:10 PM
New Mods
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.x] AddThis - Social Networking
by Gizmo
08/01/08 01:30 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.3] Dissallow quotes more then 3 levels deep
by blaaskaak
06/09/08 09:01 AM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
Newest Members
welcomeback1, Paug, Tim Keating, anscers, Murphdog
13324 Registered Users

 

 

 
fusionbb message board php hacks