Quote:
Originally Posted by 92GreenGT
I should have know that also, thanks man. I got it in red like I wanted easy, thanks again.*Hits Install button thousand of times* :devious:
|
I am running 3.07 and the only hack I have installed is vBgarage. In the image.php file I cannot locate the following text:
if ($_GET['type'] == 'profile')
and
if ($_REQUEST['type'] == 'profile')
{
$data = 'profilepicdata';
$table = 'customprofilepic';
// No permissions to see profile pics
if (!$vboptions['profilepicenabled'] OR (!($permissions['genericpermissions'] & CANSEEPROFILEPIC) AND $bbuserinfo['userid'] != $userid))
{
header('Content-type: image/gif');
readfile("./$vboptions[cleargifurl]");
exit;
}
}
else
{
$data = 'avatardata';
$table = 'customavatar';
Thanks in advance for your help.