The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Quick Registration Hack v1.0 (any location!) Details »» | |||||||||||||||||||||||||||
Quick Registration Hack v1.0 (any location!)
Developer Last Online: May 2008
As required [ Here ] by Reverend
What does this hack do? Allows for quick registration of users! When doing usergroup permissions and restricting access to alot of things you can use this little hack to call a quick register instead of Showing No Permission! It allows for you to also disable the option in the Registration Settings For instance if you restrict viewing in thread for guests they will get the normal empty forum with no threads and also they'll get a quick registration form! Enjoy! Suggestions? Questions? Comments? [ g-force2k2 ] *Notice: This hack doesn't include Coppa users. So if you rather have users join as Coppa if they're suppose to be then probably this isn't the hack for you What to do: +++++++++++++++++++++++++++++++++++++++++++++++++ // +++++++ Queries to Run (1) +++++++ // +++++++ File Modifiactions ( ? ) +++++++ // +++++++ Template Modifications ( ? ) +++++++ // +++++++ Templates To Add (1) +++++++ +++++++++++++++++++++++++++++++++++++++++++++++++ I tested this hack on the forumdisplay.php but you can use it anywhere Instructions in the php file attached just open it in notepad... sorry but once again no screenshots... would appreciate if someone could attach some thanks... Enjoy... g-force2k2 Edit: Zip updated thanks to Reverend for showing me an error in instructions Show Your Support
|
Comments |
#92
|
||||
|
||||
Hmmm, this doesn't work if you have image verification switched on...
|
#93
|
|||
|
|||
Thanks matt. Mine didn't work until I used your solution.
The hack works, but not on all of my forums. It seems to stop on subforums 2 deep. After that, the hack doesn't show up. |
#94
|
|||
|
|||
Quote:
|
#95
|
|||
|
|||
Is there anyway to make this quick registration hack track referrals? I've tried adding $referrer but that doesn't seem to work.
|
#96
|
|||
|
|||
IMHO the default options set in this quick registration form will not give the user the best possible experience on a board. We have added several more hidden options so that the user may enjoy more of the vbulletin features by default.
register_quick template Code:
<form action="register.php" method="post"> <input type="hidden" name="s" value="$session[sessionhash]"> <table cellpadding="4" cellspacing="1" border="0" bgcolor="{tablebordercolor}" align="center" width="100%"><tr> <td bgcolor="{tableheadbgcolor}" align="{center}" colspan=2><normalfont color="{tableheadtextcolor}">Not Registered? Quick Registration Form - All Fields Below Are Required!</td></tr><tr> <td bgcolor="{secondaltcolor}"><normalfont><b>User Name:</b></normalfont></td> <td bgcolor="{secondaltcolor}"><normalfont><input type="text" class="bginput" name="username" size="25" maxlength="$maxuserlength"></normalfont></td></tr><tr> <td bgcolor="{firstaltcolor}"><normalfont><b>Password:</b></normalfont></td> <td bgcolor="{firstaltcolor}"><normalfont><input type="password" class="bginput" name="password" size="25" maxlength="15"></normalfont></td></tr><tr> <td bgcolor="{firstaltcolor}"><normalfont><b>Enter Password Again:</b></normalfont></td> <td bgcolor="{firstaltcolor}"><input type="password" class="bginput" name="passwordconfirm" size="25" maxlength="15"></td></tr><tr> <td bgcolor="{secondaltcolor}"><normalfont><b>Email:</b></normalfont><br><smallfont>Please enter a valid email address.</smallfont></td> <td bgcolor="{secondaltcolor}"><normalfont><input type="text" class="bginput" name="email" size="25" maxlength="50"></normalfont></td></tr><tr> <td bgcolor="{secondaltcolor}"><normalfont><b>Enter Email Again:</b></normalfont></td> <td bgcolor="{secondaltcolor}"><normalfont><input type="text" class="bginput" name="emailconfirm" size="25" maxlength="50"></normalfont></td></tr><tr> <td align="center" bgcolor="{tableheadbgcolor}" colspan=2><normalfont> <input type="hidden" name="url" value="$url"> <input type="hidden" name="allowmail" value="yes"> <input type="hidden" name="nosessionhash" value="yes"> <input type="hidden" name="receivepm" value="yes"> <input type="hidden" name="pmpopup" value="yes"> <input type="hidden" name="cookieuser" value="yes"> <input type="hidden" name="showsignatures" value="yes"> <input type="hidden" name="showavatars" value="yes"> <input type="hidden" name="showimages" value="yes"> <input type="hidden" name="vbcode" value="yes"> <input type="hidden" name="action" value="addmember"> <input type="submit" class="bginput" name="Submit" value="Submit"><input type="reset" class="bginput" name="Reset" value="Reset"></normalfont></td></tr></table></form> |
#97
|
|||
|
|||
Nice hack ! Thx
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|