<?php $tmpname = $vbulletin->db->query_first("SELECT email FROM " . TABLE_PREFIX . "user WHERE username = '" . $username . "'"); $useremail = $tmpname['email']; ?>
<?php \$tmpname = \$vbulletin->db->query_first("SELECT email FROM " . TABLE_PREFIX . "user WHERE username = '" . \$username . "'"); \$useremail = \$tmpname['email']; ?>
<?php $HTML_header_t = <<< TEOL <meta http-equiv="Content-Type" content="text/html; charset={\$stylevar[charset]}" /> <html> <head> \$css </head> <body> ....etc