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...


All times are GMT. The time now is 08:40 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.01232 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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