Quote:
Originally Posted by djjeffa
I have a php file some one made for me a while ago who I cant currently contact and i havent use it in a while. Now that I am tring to use it I get
this is a standolone php when i used it in the past i just uploaded it and pointed the browser to it to veiw it.
im not good with codding but im asumming the problem may be here?
Code:
if ($bbuserinfo['userid'] == 0)
{
print_no_permission();
} else {
|
$bbuserinfo['userid'] is now:
PHP Code:
$vbulletin->userinfo['userid']