...nice hack, except something's not working for me.
When I go to profile.php, I get this error:
PHP Code:
Parse error: parse error, expecting `')'' in /home/quibbler/public_html/forums/profile.php on line 912
On line 912, I see:
PHP Code:
'pettype' => INT,
Around it is this code:
PHP Code:
// homepage doesn't match the [url]http://-style[/url] format in the beginning -- possible attempted exploit
$homepage = '';
}
}
//##### Begin vB3 Pets #####
globalize($_POST, array(
'pettype' => INT,
'petgender' => INT,
'petowned' => INT,
'petname' => STR_NOHTML
));
//##### End vB3 Pets #####
Additionally, on showthread.php, I get this error:
PHP Code:
Parse error: parse error in /home/quibbler/public_html/forums/includes/functions_showthread.php on line 765
Warning: Cannot modify header information - headers already sent by (output started at /home/quibbler/public_html/forums/includes/functions_showthread.php:765) in /home/quibbler/public_html/forums/includes/functions.php on line 2752
I'm following the instructions exactly as far as I can tell. Is it because I'm running vb3 RC4? Would it just be my server?
Thanks to anyone who replies. I'd really like to get this fixed. :ermm: