The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
2 major reasons for such behaviour:
- Variable scope as Lynne mentioned - Code that depends on the current user. (if you run with Run Now it will run under your admin account, if it gets ran automatic it can be triggered by any user/guest visiting your board) |
#12
|
|||
|
|||
i still cant figure it out..
my code is independent of vbulletin, i even made sure there is a connection to the database from my script, there are no globals in use as far as i know. my script could run standalone without vbulletin installed so its user independent..... the complete code is listed above (first post in the thread). any other ideas? |
#13
|
||||
|
||||
Quote:
Code:
function startTag($parser, $name, $attrs) { global $stack; $tag=array("name"=>$name,"attrs"=>$attrs); array_push($stack,$tag); } |
#14
|
|||
|
|||
ah.....gotcha ... im gonna see what i can do
--------------- Added [DATE]1202587096[/DATE] at [TIME]1202587096[/TIME] --------------- thanx for pointing me in the right direction guys.... the problem was with the globals |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|