Hi everyone,
I was wondering how I could get my vbulletin information on a PHP file that's not connected to my site. I want to use it for an update sort of thing. Basically have:
PHP Code:
<!--CUSTOM MESSAGE-->
<if condition="$vbulletin->options['testproduct_active']">
<div class=smallfont>
$post[username]
<em id="testproduct_$post[postid]">
$post[testproduct]
</em>
</div>
</if>
<!--END CUSTOM MESSAGE-->
But somehow have it outside of the Vbulletin site. To me it looks impossible, though I wante to check with other people before I gave up.