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

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
genius
Forum Newbie
Posts: 1
Joined: Tue Apr 14, 2009 5:18 pm

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

Post 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!
User avatar
it2051229
Forum Contributor
Posts: 312
Joined: Tue Dec 25, 2007 8:34 pm

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

Post 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.
Post Reply