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 Form on a non-vB page (https://vborg.vbsupport.ru/showthread.php?t=53070)

Gary King 02-11-2004 07:41 PM

Quote:

Originally Posted by 9baller
Will this work for vB3?

I haven't tried it with vB 3 yet, but I'm not 100% it will work completely with vB 3. Although maybe someone could try and let me know ;)

glo 03-08-2004 09:30 AM

Quote:

Originally Posted by Elvis
Any idea how to set the new user to require email confirmation, and also set them to be put in the moderated group once they validate the email address?


Any comments on this Gary?

glo 03-08-2004 10:52 AM

Hi Gary,

I have loaded it up to my test board, but after completing the quick registration form the form doesnt add the user to my board or even give me any confirmation.

What can i do?

Thanks in advance.

Gary King 03-09-2004 01:07 AM

Quote:

Originally Posted by glo
Hi Gary,

I have loaded it up to my test board, but after completing the quick registration form the form doesnt add the user to my board or even give me any confirmation.

What can i do?

Thanks in advance.

All I can say is, make sure you follow instructions carefully and change the variables at top of quickreg.php

glo 03-09-2004 01:43 AM

Quote:

Originally Posted by Gary W
All I can say is, make sure you follow instructions carefully and change the variables at top of quickreg.php

Are you refering to this instruction??
Quote:

Originally Posted by Gary W
Instructions
Be sure to place the attached code wherever you want the quick registration form to show up.

Simple, I created a page called quickreg.php (with your code only) and called it to the browser.
It opened correctly, but wont submit!

and my variables are
// board information
$config="localhost/forum/admin/config.php";
$groupid="2";
$redirect="yes";
$registeredmessage = "Welcome back ".$bbuserinfo['username']."!";

What else could go wrong?

Gary King 03-09-2004 06:51 PM

What version of vBulletin?

glo 03-09-2004 07:52 PM

Quote:

Originally Posted by Gary W
What version of vBulletin?

vB2.3.0

Gary King 03-09-2004 07:54 PM

Quote:

Originally Posted by glo
vB2.3.0

I have no idea what's wrong , it should be working just fine and unless you changed something, etc. then I'm not sure what's wrong.

glo 03-09-2004 08:06 PM

Its got me bewildered!

I uploaded the quickreg.php on its own without any additional code (for testing)
and i amended my $config location to suit!

I cant see anything that could go wrong.

I am testing it on my PC using Tecks "how to run vB on your PC" guide.

All my other hacks i am testing have worked, ie Lesanes store Hack, Quick reply, stats/level hack etc.

Its really buggin me now, becuase your hack doesnt interact with any of the others and its the simplest to load!

So to answer your question, there is nothing to change in your hack that i can see that would stop it from working.

note: when i forst installed it, i got the stream error, but that was fixed when i amended the $config location.

Still hoping to rectify this. (i used the file from your 1st page, not the other version further in the thread, would this be the problem??)

glo 03-17-2004 09:50 PM

Gary, i am going to give this a try again!

Could you also tell me if you can enable the quick registration with image verification???

I hope you reply to this!

Gary King 03-17-2004 10:39 PM

I'm not really going to work much on this anymore because it's old, no one else wants it and I'm busy with vBulletin 3, work and life :)

glo 03-18-2004 03:55 AM

Hi Gary,

Thanks for letting me know what is and isnt happening with this thread!

Could you at still tell me whether it will work with image verification or not??
You may already know the answer or a quick fix.

Note: I am not asking you to research this, just asking you politely to delve into your knowledge and share some of it with me if it can handle the image verification.

If you are not able to support it anymore like you say, you probably best amend it where it says "The Author agreed to give support for this hack!"

Gary King 03-18-2004 01:17 PM

You could copy the code for image verification from register.php :)

glo 03-25-2004 10:38 AM

Hi Gary,

I did get this working finally. Thought i would let you know that there are some security issues such as guests can register with a user name and no password or email address.

Were you aware of this?

Regards
GLO

Osterling 03-25-2004 11:22 AM

any pic so i can see what it looks like first?

glo 03-25-2004 12:15 PM

<a href="http://www.glo-racing.com" target="_blank">www.glo-racing.com</a> then go to Account Info, then create account, and you can see it there!

Hazzo 04-08-2004 05:55 PM

Quote:

Originally Posted by Gary W
I haven't tried it with vB 3 yet, but I'm not 100% it will work completely with vB 3. Although maybe someone could try and let me know ;)


User account gets created, but the password varable doesnt seem to work right..

Gary King 04-08-2004 07:07 PM

Quote:

Originally Posted by Hazzo
User account gets created, but the password varable doesnt seem to work right..

Yeah that's because of the new salt and higher encryption methods in vB3.

LoOnEyToOnZ 05-18-2004 02:33 AM

Someone port it to VB 3 please ! :)

roxics 09-07-2004 10:15 PM

Well I installed it and it works well. The only problem is that it doesn't detect if someone is already a member. It just gives them the form anyway and they can register as many times as they like. It would also be nice if the script logged them in.

MeTaL_oRgY 09-18-2004 12:15 PM

this could be a heck of a hack if just someone could work more on it... I wish I knew more php than I currently do... but damn, I need this hack X_X!!! someone plz HELP!! I would love to have this hack along with the following features:

* REQUIRE the 3 fields before accepting the registration.
* After someone register, don't print the form again.
* A flood protection so users can't register more than once a day (this would discourage people from being stupid and register a thousand times....

MeTaL_oRgY 09-18-2004 03:40 PM

well, as I said.. the script could be a great thing if only someone could work on it a little.. so I started searching and I finally made it!!! This fixed version will:

* Print the "Welcome back [username]" message if they are already logged in when visiting the form page. (optional)

* Won't allow a username that already exists to register again. (I know this one was there before, but then gary posted an html form that had this bug)

* Force all 3 fields to be filled before registering user.

* Optional menu after registration, so they can go to your forum, homepage, their usercp, etc. etc., anything you want.

* Two files on the zip, one for people who want the "Welcome back" message and one for those who don't want it OR will put the form on a html page.

It's not a very big modification, but helped me a LOT

LIVE EXAMPLE: www.ingosranch.ifobos.com/registro.php (SPANISH)

GREAT HACK!

and.. LONG LIVE vB 2.3.x!!!!!!!!! :banana:

EDIT
Sorry, I forgot to add a small little exit;..(well, actually 3 of them :P) .. this causes that if they didn't fill a field, they would get the error message, but the username woudlb e registered anyways.... hmmm.. aaanyways.. File updated :P


All times are GMT. The time now is 06:54 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.01279 seconds
  • Memory Usage 1,766KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (22)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