The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]() Quote:
$sql='SELECT * from user WHERE userid='50'' what will happen is, the php script will only register: $sql='SELECT * from user WHERE userid=' as the start and end of the SQL query. the 50'' part will cut off. So to work around, you need to do something like; $sql="SELECT * from user WHERE userid='50'" same thing with plugins hooked to global_start (not sure if it affects over hooks) instead of echo "Hello!"; you need echo 'Hello!'; sounds like i'm teaching you basic stuff lol but for some reason this is what I have noticed. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|