<? /* ################# STAR RATING SYSTEM ################## ############################################################ CWB PRO $Name: $ Revision $Revision: 1.4 $ Author $Author: webmaster $ Created 03/01/02 $Date: 2004/01/06 10:16:59 $ Writed by GraFX (hide@address.com) Scripts Home: http://www.grafxsoftware.com ############################################################ File purpose CONFIG FILE ############################################################ */ // START EDITING HERE $DB_USR = ""; $DB_PWD = ".."; $DB_NAME = ""; $DB_HOST = ""; // always close your URL with ending slash / //default URL path like http://www.yourdomain.com/ $DEFAULT_URL = ""; // default template path where template_articol.html and // template.confirmare.html can be found. $TEMPLATE_PATH = ""; // rate directory, we suggest rate/ // always close the path with ending slash / // like /home/path/to/your/files/rate/ $RATE_PATH = ""; // rate URL, // always close your URL with ending slash / // like http://www.yourdomain.com/rate/ $RATE_URL = ""; // END EDITING HERE // en (English), ro (Romanian) 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 = 120; ?>