Is this correct or a typo -
PHP Code:
<?php
require_once('/path/to/your/login_inc2.php');
?>
Do you mean login_inc.php?
Where do we put the login_inc file included with this hack? Any special directory, or whichever directory we are running the script?
Thanks.
*Edit -
Also, do these statements work with the new VB code?
PHP Code:
<?php
if ($vbulletin->userinfo['usergroupid'] == '6' )
{
echo "This is only visible to people in usergroup 6";}
?>