Quote:
Originally Posted by VodkaFish
If I slap your (longer) example into a blank .php page and use the shell_blank as my template (unchanged); I get an "object expected" error when the page tries to run this script:
Code:
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
* The page I wrote was in a different directory, so I used this:
PHP Code:
chdir("../forums");
|
you know i also ran into that problem(with other things) i think its somthing with the header include but im not sure >.<