<?php /******************************************************************* this is file that contain all setting as:database,... ********************************************************************/ //default setting $lang="vi"; $weburl=""; $cookie="TTF"; //database info $db_host="localhost"; $db_user="root"; $db_pass="341987"; //$db_pass=""; $db_prefix=""; $db_name="vshop"; //absolute path $boardurl="http://localhost/vshop/"; $pagedir="d:/www/vshop"; $uploadbasedir=$pagedir."/data"; //$pagedir="/var/www/htdocs/vietcolor"; ?>