Page 1 of 1

Help! Trying to install PHPcow at my webhost ...

Posted: Tue Apr 14, 2009 5:23 pm
by genius
I'm at the stage where I have to install the database details, and I get the following message:

Parse error: syntax error, unexpected '{' in /home/vladbour/public_html/yourtopstory/phpcow/cowadmin/siteconfig/commons.php on line 1

The script commons.php itself reads as follows:

<?phpif (eregi("commons.php", $PHP_SELF)) { Header("Location: ../index.php"); die();}define('_HOST', 'localhost');define('_USER', 'vladbour_genius');define('_PASS', 'Tamaris');define('_DBNAME', 'vladbour_PHPcow');
?>

Where is the problem? I'm not computer literate at all, so any help would be brilliant - many thanks!

Re: Help! Trying to install PHPcow at my webhost ...

Posted: Tue Apr 14, 2009 8:19 pm
by it2051229
hello "genius"... you know I think PHPcow has there own forum for that.. You might want to ask it there because I myself doesn't have any idea how it was made.