The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with auto members usergroupid
I'm just beginning with PHP/mysql... so i don't know what i'm really doing...
I'm working on this script where paying members (which would also be registered vbulletin users) would go into a password protected area on the site and be able to enter their user name and password (which would be validated) and their usergroupid would be updated to "members" (which allows them to access certain parts of the forum where plain registered users won't be able to)..... in other words.... like the vbulletin.com paying members section validation... This is what I've come up with so far: The form page which would go into a normal php/html page: Code:
<form name="updateid" method="post" action="useridupdate.php"> <input type="hidden" name="action" value="memberupdate"> <input type="text" name="username"> <input type="text" name="password"> <input type="submit" name="Submit" value="Update"> </form> PHP Code:
However, the problem is.... I can't get the script to display a confirmation or error message.... actually when it's runed it displays *nothing*, i.e. no 'echo' text... (note: I'm running this from the /admin directory simply for testing purposes, and i will definitely move it out of their after i get it working) Thank you in advance to anyone who's able to debug this script.... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|