The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
AdminCP Plugin - Saving User Help
Fixed.
|
#2
|
|||
|
|||
A couple of things: unless your db has no password for the 'root' user, then you probably want to change this line to have the right info:
Code:
$game = @mysqli_connect('localhost', 'root', '', vbulletin'); (or maybe you just chnaged it so you wouldn't be posting your info). The other thing is that if your db has a table prefix you need to add it to the user table name in the query. Where are you putting that code? |
#3
|
||||
|
||||
Quote:
I'm executing this hook at useradmin_update_save. The execution order is 1 as well. I'll be sure to try out that table prefix as well later on, thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|