The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
i've got a bit of a problem with a php script i'm working on:
PHP Code:
thanks. |
|
#2
|
||||
|
||||
|
First, make sure this bit of code isn't stopping the execution:
Code:
if ($uinfo[password]!=$PASS) exit; |
|
#3
|
||||
|
||||
|
Use: $uinfo=$DB_site->query_first
|
|
#4
|
|||
|
|||
|
here's what i've got:
PHP Code:
|
|
#5
|
||||
|
||||
|
Shouldn't be this:
PHP Code:
PHP Code:
Where is $PASS coming from? |
|
#6
|
|||
|
|||
|
oops! yeah, thanks for pointing that out.
but $PASS is already md5()'ed |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|