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!
Help! Trying to install PHPcow at my webhost ...
Moderator: General Moderators
Re: Help! Trying to install PHPcow at my webhost ...
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.