View Full Version : Quick Registration
Sulaiti
01-16-2005, 10:00 PM
What does this hack do?
It allows people to register at your forum as quick registration.
It provides a much quick method of registration, compared to the usual way
Only Guests can see this registration form.
Horizontal and vertical
Bugs
Found a bug? Please reply back and let me know!
Instructions
Please be sure to place the attached contain code wherever you want the quick registration form to show up.
Regards,
Erwin
01-17-2005, 10:12 AM
This mods has been floating around. :) Just a forewarning - spambots will be able to create accounts to spam since this bypasses the image verification system in place.
Sik Micz Tech
01-17-2005, 01:34 PM
true to that.
Sulaiti
01-17-2005, 04:50 PM
That is true, but for small forum can be good
AN-net
01-17-2005, 06:03 PM
it is simple to add image verf back to the form by simply using code from functions_register.php and thus making it more secure. this would not make it a template mod anymore;)
Sik Micz Tech
01-17-2005, 10:51 PM
nice idea. but i still think i agree for a smaller forum it would be a good idea but for bigger forums its not such a good idea.
Tony G
01-18-2005, 12:09 AM
it is simple to add image verf back to the form by simply using code from functions_register.php and thus making it more secure. this would not make it a template mod anymore;)
And it's probably been done already with the image verification system in place.
Nice mod, thanks for sharing. :)
MajorFm.com
01-18-2005, 04:38 PM
If a spam bot was to register, what would it do? post up a advert?
If a spam bot was to register, what would it do? post up a advert?
It could do a number of things.
Most register with a name such as !aaa to get at the top of the memberlist. The reason they do this is traffic, most have p0rn links and such as their homepage, and begin at the top of your member list means there is a better chance for spiders/people to click their links.
I encourage you to use image verification.
MajorFm.com
01-18-2005, 05:04 PM
Thanks for that... appreciate the explanation
Sulaiti
01-20-2005, 11:46 AM
For adding image verification to this modification its need to modify index.php, I believe it will make the forum home slower
But its need image verification for security reason
It's an idea; we can say its first step to create Quick Registration Hack.
Regards,
Yasodaran
01-20-2005, 12:59 PM
Hi,
Quick Register Box Horizontal.txt contains the vertical formatting code or at least that is what I keep getting.
Could someone post the Horizontal code please
dung1412
01-23-2005, 08:09 AM
very good, thank you!!
Dean N Steve
01-24-2005, 11:42 AM
Nice mod, but as said already, be cautious of spambots :)
kadafi_alive
02-16-2005, 01:49 PM
Hi,
I've one additional required field (which is gender). How do I add it to to the quick-registration form. Because everytime someone uses that form, it directs them to the registration page saying you have to select a gender.
Big-K
02-16-2005, 07:30 PM
how can i install this?
mholtum
02-17-2005, 05:32 AM
When I first implemented my site I didnt use image verification and I had numerous spambots register and it was horrible... I wouldnt recommend this mod.
RVSmarter
02-18-2005, 08:50 PM
When i install the mod and i try to log in it tells me to enter both paswords. It thinks that im trying to register when i just want to log in.
Am i doing something wrong?
ok when i put it on it worked when i tryed to join as a test after submit it has a blank page
try it www.oh-twadi.com/forum
email me waksnme@hotmail.com with help
Chris@TSE
08-15-2005, 06:41 PM
I had the same problem. I installed this hack, went to test it, and it simply went to a blank page when directed to submit the info to register.php
anyone have a fix for this ?
v3.0.8 btw
b65ran
09-15-2005, 07:33 AM
anyone has a working version of it or got this working? please help
is there any other hack that creates a popup window with the similar quick registration and a sign in option togahter?
wolfyman
09-15-2005, 05:53 PM
I like the popup idea
b65ran
09-16-2005, 12:17 AM
To show it on forum home where do u add the code?
Please refer to the screenshot provided with the hack.
https://vborg.vbsupport.ru/attachment.php?attachmentid=30892
T3MEDIA
09-23-2005, 01:24 AM
same this wasnt done up more. I would love to see this have a avatar additon.
why not make a quick registration that is a pop up or quick 3 page reg.
myspace is set up like that. need to get people to upload a pic in the registration.
sellbuydomain
09-24-2005, 08:06 PM
this hack doesnot work, with bud, blank page after test register, anyone fix it?
Evil X
10-12-2005, 02:51 AM
please update to 3.5
portalimiz
10-30-2005, 10:53 AM
wondeful thanks
Stone Cold 3:16
10-30-2005, 03:44 PM
Looks pretty cool! Thanx.
funfone
11-15-2005, 07:55 AM
Any plans on updating this for 3.5 ?
Snoop-It
11-26-2005, 11:14 PM
Any plans on updating this for 3.5 ?
no need, works perfectly with 3.5.x
> www.dholaholic.com/forum
lexx27
12-01-2005, 12:48 PM
same problem here with 3.5.1
Redirects to a blank page tha points to register.php
lexx27
12-01-2005, 01:18 PM
OK, i found something!
The horizontal doesnt work and the vertical is woriking!
I dont know why though...
I have a problem with age, How can I make age optional?
BlackHawk1994
12-08-2005, 04:17 AM
I'm getting the same problem with the horizontal too. Also, when trying to enter the U/P in the login boxes it says fill in both password boxes.
Just tried vertical.. same thing.
Lexx, did you put the vertical somewhere different in the layout?
lexx27
12-08-2005, 11:40 AM
Well for some reason vertical was working to me but I needed horizontal for my site. It was very strange because sometimes it worked and sometimes it didnt. I tried to copy the code from other's sites with 3.5.1 with not any result. I did some changes and finally made it work. Here is the code:
<!-- / Quick Register Box -->
<thead>
<tr>
<td class="tcat" colspan="6"><div align="center">Quick
Register </div></td>
</tr>
<tr>
<td class="alt1" colspan="6"> <div align="center">
<span class="smallfont"><script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<script type="text/javascript">
function verify_passwords(password1, password2)
{
// do various checks, this will save people noticing mistakes on next page
if (password1.value == '' || password2.value == '')
{
alert('Fill out both password fields');
return false;
}
else if (password1.value != password2.value)
{
alert('Entered passwords do not match');
return false;
}
else
{
md5hash(password1, document.forms.register.password_md5);
md5hash(password2, document.forms.register.passwordconfirm_md5);
return true;
}
return false;
}
</script>
<form action="register.php" name="register" method="post" onsubmit="return verify_passwords(password, passwordconfirm);">
<input name="s" value="" type="hidden">
<input name="do" value="addmember" type="hidden">
<input name="url" value="index.php" type="hidden">
<input name="agree" value="" type="hidden">
<input name="password_md5" type="hidden">
<input name="passwordconfirm_md5" type="hidden">
User Name:
<input class="bginput" name="username" maxlength="15" value="" style="width: 70px;" type="text">
Password:
<input class="bginput" name="password" maxlength="15" value="" style="width: 70px;" type="password">
Confirm Password
<input class="bginput" name="passwordconfirm" maxlength="15" value="" style="width: 70px;" type="password">
Email
<input class="bginput" name="email" maxlength="50" value="" style="width: 70px;" type="text">
Confirm Email
<input class="bginput" name="emailconfirm" maxlength="50" value="" style="width: 70px;" type="text">
<br><input name="agree" id="cb_rules_agree" value="1" type="checkbox"><strong>Check to Agree with <a href="register.php?">forum
rules </a></strong><br>
<input class="button" value="Submit" accesskey="s" type="submit">
</form></span>
</div></td>
</tr>
</thead>
</table>
<!-- / Quick Register Box -->
BlackHawk1994
12-08-2005, 10:43 PM
How do I get this to only show up for unregistered users?
lexx27
12-08-2005, 11:27 PM
Just put <if condition="$show['guest']"> ...code... </if>
BlackHawk1994
12-09-2005, 03:31 AM
Thanks lexx, everything is working!
lexx27
12-09-2005, 10:06 AM
Welcome ;)
fyjpm
01-19-2006, 08:03 PM
Can someone help me get image verification working on this? Here's what I have so far:
you need to add the following code to index.php
require_once(DIR . '/includes/functions_regimage.php');
$imagehash = fetch_regimage_hash();
then this should display the image on the template page you want the quick registration to display on:
<img src="image.php?$session[sessionurl]type=regcheck&imagehash=$imagehash" alt="$vbphrase[registration_image]" width="201" height="61" border="0" />
then you would just need this text box below the image for the person to fill in:
<input type="text" class="bginput" name="imagestamp" size="50" maxlength="6" /><input type="hidden" name="imagehash" value="$imagehash" />
the problem I've come across is that I'm unable to get the proper image to display because the $imagehash variable seems to be unavailable on the homepage template (I'm using vBA CMPS for my homepage - but that shouldn't matter).
Can anyone help me get this done?
Thanks you in advance,
John
Spencer F.
01-28-2006, 05:04 AM
Does this work for 3.5.3?
cd1986
01-28-2006, 03:36 PM
Does this work for 3.5.3?
I'm using the horizontal bar with vB3.53 (http://forum.oioplus.com) and it seems to work well. It integrates nicely with the guest welcome message too.
Stangsta
01-28-2006, 03:43 PM
I have a copy of this as a CPMS module (vertical).
djjeffa
02-25-2006, 11:09 PM
anybody get this to work with 3.5 and image veracation
djjeffa
03-03-2006, 10:40 AM
bump??????????????
shanemcse
03-28-2006, 07:56 PM
Anybody using this with 3.5.4? reply with your site so i can check it out.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.