Quote:
Originally Posted by lazyseller
Thanks for the help.
Im getting "Parse error: syntax error, unexpected $end in /home/log/public_html/beta/misc.php(97) : eval()'d code(983) : eval()'d code on line 5
"
Attempted to fill the form out anyhow and it wasnt able to redirect or link to the right page. (broken link)
|
Double check you have the right php code and then try putting the code in both form hooks
PHP Code:
$form['where'] = $vbulletin->input->clean_gpc('g', 'threadid', TYPE_UNIT);
if(!$form['where'])
{
$errormessage = "Add &threadid=92 to your url to make it work.";
eval('print_output("' . fetch_template('STANDARD_ERROR') . '");');
}