|
Hi, having trouble with this section of supersurf script:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING
on "THIS LINE"
<?
require 'require.inc.php';
if (@$adminpass) {
mysql_query("INSERT INTO $user_table (username, realname, email, password, verified, activationcode, type, points, joindate) values ('admin','Administrator', '$contact_email','$adminpass', 'y', $acode, 'admin', 9999, ".time().")");
THIS LINE die "Admin account should have been created with username 'admin'. Log in to test."
)
?>
<form action=install.php method=post><input type=text name=adminpass value='password'><input type=submit value='Create admin account with this password'></form>
I think it may just be a ; missing but i cant figure it.
If anyone can help i'd appreciate it
cheers
derek
|