vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Quick Registration Hack v1.0 (any location!) (https://vborg.vbsupport.ru/showthread.php?t=40663)

Ember 01-17-2003 06:52 AM

Very cool hack - I am sure this will boost new users :)

Gutspiller 01-18-2003 07:27 PM

Can I get some help? I stripped my version down because I don't want the retyping of the password or the email. I got rid of the actual fields to type them in, but when I create a new test user it says that all the fields weren't filled.

How do I make it so the system isn't looking for those retype fields?

I was also wondering if a hack like this could be applied to the login information as well. So that way if they are registered you are providing the means to login as well.

Can anybody help me please?

maxxxxxx 02-20-2003 09:14 AM

Hello....

I use this hack and its very cool....
but i hav a little problem, i want this hack also in the showthread.php like the links below...

i want this link:

http://www.phonecity.de/forum/showth...&threadid=1368

shows the same as this link:

http://www.phonecity.de/forum/forumd...p?s=&forumid=6

If the user is not registred or logged in...

pls help

thx
maxxxxxx

WEForums 04-17-2003 03:11 AM

Sorry for the bump and all, but I was a little curious.

All quick registered users have all their options set to NO. This causes a lot of e-mails to the webmaster. The hack definitely boosts members, but we'd like to know how we can alter the settings so some of the options are turned on yes and a select few are on no.

This hack is great. Thanks for it. Hope you can modify this if you have the time. :D

(I am using 2.3.0 of course)

gmarik 05-24-2003 07:11 AM

Is it all ok on 2.3.0 too?

TheLab 05-24-2003 11:50 AM

Hello there.

I have installed this hack but i have a small problem. When users register with the quick reg form ALL options are by default disabled. Do i have the choice to decide WHICH options are enabled and which not by default? e.g. Enable Private Messaging?

Thanx in advance

TheLab 05-27-2003 07:56 AM

Bump for help....? :o

MrNase 06-06-2003 10:25 PM

aaaah! please update your instructions... i couldn't run that query because you are using a ' for the description... and mysqladmin thinks ' is used to mark the query's end :D

my opinion: nice hack but TheLab got it... due to the missing of hidden fields all options are turned off... and turning off the "new message popup" can cause that users don't see your messages ;)



found the solution for all "turned off" problems ;)
@ TheLab: have a look at all the templates that belong to the "normal login"... in at least one of them should be hidden fields like
Code:

<input type="hidden"...
(don't now exactly)...

/edit:
have a look at register_adult...
you'll find something like:
Code:

        <input type="radio" name="allowmail" value="yes" checked>
copy that to this hack's template and change it to
Code:

        <input type="hidden" name="allowmail" value="yes">
and your user allow you to send them emails, if they want to or not ;)
everything clear?

Logikos 06-07-2003 06:53 AM

After attemping to install this hack. I get a SQL Error when i try and run tyhe Query that you have provided. In your instrustions it says to run this query:

Quote:

INSERT INTO setting VALUES (NULL, 6, 'Quick Registration Enabled?', 'QRenabled', '1', 'Allows unregistered users to use the Quick Register Option (Notice: This option doesn't use the coppa function!)', 'yesno', 18)
And when i do so i get this error


Quote:

Database cporg_vb running on localhost
Error

There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem

ERROR: Unclosed quote @ 208
STR: '
SQL: INSERT INTO setting VALUES (NULL, 6, 'Quick Registration Enabled?', 'QRenabled', '1', 'Allows unregistered users to use the Quick Register Option (Notice: This option doesn't use the coppa function!)', 'yesno', 18)
SQL-query :

INSERT INTO setting VALUES (NULL, 6, 'Quick Registration Enabled?', 'QRenabled', '1', 'Allows unregistered users to use the Quick Register Option (Notice: This option doesn't use the coppa function!)', 'yesno', 18)

MySQL said:


You have an error in your SQL syntax near 't use the coppa function!)', 'yesno', 18)' at line 1

MrNase 06-07-2003 07:55 AM

the first error ist because that ' in doesn't ... this should be (as i said) removed...

use
Code:

INSERT INTO setting VALUES (NULL, 6, 'Quick Registration Enabled?', 'QRenabled', '1', 'Allows unregistered users to use the Quick Register Option (Notice: This option doesnt use the coppa function!)', 'yesno', 18)
instead...

Matt 08-09-2003 07:48 PM

Hmmm, this doesn't work if you have image verification switched on...

Megadeuce 09-04-2003 09:00 PM

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.

TheLab 09-17-2003 04:47 PM

Quote:

Originally Posted by TheLab
Hello there.

I have installed this hack but i have a small problem. When users register with the quick reg form ALL options are by default disabled. Do i have the choice to decide WHICH options are enabled and which not by default? e.g. Enable Private Messaging?

Thanx in advance

Still no answer for this.. anyone please?

dave777 09-25-2003 04:09 AM

Is there anyway to make this quick registration hack track referrals? I've tried adding $referrer but that doesn't seem to work.

noppid 10-04-2003 04:39 PM

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>

There are 9 hidden values added (blue) and set for the user.

ChronosX 10-25-2003 01:03 AM

Nice hack ! Thx


All times are GMT. The time now is 04:21 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01121 seconds
  • Memory Usage 1,774KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete