PHP Classes

File: php/defined.php

Recommend this page to a friend!
  Classes of Nick Asenov   PHP Ajax Voting system   php/defined.php   Download  
File: php/defined.php
Role: Configuration script
Content type: text/plain
Description: Configuration
Class: PHP Ajax Voting system
Manage a vote polling system
Author: By
Last change:
Date: 15 years ago
Size: 630 bytes
 

Contents

Class file image Download
<?php

/*
  author Nickolay Asenov
  http://url2seo.com/
  ICQ: 172789242
  version 1.0
*/
define('DBUSER','root'); //your DB user name
define('DBPASS',''); //your DB password
define('DBNAME','test'); //your Data Base name
define('ERROR','DataBase Engine Error!!!'); //error message
define('DBHOST','localhost'); //your DB host IP or name
define('VOTING_SYSTEM_FOLDER','/vote/'); //www folder, if it is your server root, replace by '/'
/* your domain
Uncomment to set it up or leave it undefined depending on your domain configuration or for testing on localhost
define('COOKIES_HOST','.url2seo.com');
*/
?>