ok im trying to configurate.....i download every files in my database, but i dont know if im right in configutation....
When i enter to my Admin tools, this is the message:
phpMyAdmin - Error
phpMyAdmin was unable to read your configuration file!
This might happen if PHP finds a parse error in it or PHP cannot find the file.
Please call the configuration file directly using the link below and read the PHP error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.
If you receive a blank page, everything is fine.
This is the code:
<?php
/*
################# STAR RATING SYSTEM ##################
################################################## ##########
CWB PRO $Name: $
Revision $Revision: 1.10 $
Author $Author: webmaster $
Created 03/01/02 $Date: 2005/02/14 17:48:46 $
Writed by GraFX (it@grafx.ro)
Scripts Home:
http://www.grafxsoftware.com
################################################## ##########
File purpose CONFIG FILE
################################################## ##########
*/
// START EDITING HERE
$DB_USR = "Administrator";
$DB_PWD = "*********";
$DB_NAME = "puertoricanmusiconline.com";
$DB_HOST = "yahoo.com";
// always close your URL with ending slash /
//default URL path like
http://www.yourdomain.com/
// where test.php is or your PHP file with rating file
$DEFAULT_URL = "http://site.puertoricanmusiconline.com/rate/";
// default template path where template_test.html and
// template.confirmare.html can be found.
// always close the path with ending slash /
// /home/path/to/your/files/rate/
$TEMPLATE_PATH = "/home/www/puertoricanmusiconline.com/rate/";
// rate directory, we suggest rate/
// always close the path with ending slash /
// like /home/path/to/your/files/rate/
$RATE_PATH = "/home/www/site.puertoricanmusiconline.com/rate/";
// rate URL,
// always close your URL with ending slash /
// like
http://site.puertoricanmusiconline.com/rate/
$RATE_URL = "http://site.puertoricanmusiconline.com/rate/";
// END EDITING HERE
// en (English), ro (Spanish) etc.
$LANG = "en";
// time expire (Should be in secs!!! 1 min = 60 sec; 1 hour = 3600 sec; 1 day = 24*3600; 3 days =3*24*3600 )
$TIME_EXPIRE = 3600;
// the type of rating listing
// (choose: option->drop down menu or radio -> radio buttons)
$RATE_TYPE="radio";
// How many stars? full=10 stars half=5 stars
$RATE_STAR_OPTION="full";
?>
What the error?