Login   Register  
PHP Classes
elePHPant
Icontem

File: constant.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of mahabub  >  webstat  >  constant.php  >  Download  
File: constant.php
Role: Configuration script
Content type: text/plain
Description: constant file
Class: webstat
Get statistics of users accessing a site
Author: By
Last change:
Date: 2008-10-29 10:36
Size: 568 bytes
 

Contents

Class file image Download
<?php
/* Datbase configuration */
define("DB_SERVER""");   // DB HOST
define("DB_USER""");     // DB USER
define("DB_PASS""");     // DB USER PASS
define("DB_NAME""");     // DB NAME



/*---- Table List */
define("TBL_LOGIN""tbl_users");
define("TBL_IP""tbl_country");
define("TBL_URL""tbl_refer_url");
define("TBL_SEARCH""tbl_search");
define("TBL_DETAILS""tbl_additional_details");
define("TBL_COLOR""tbl_color");
define("TBL_VISITORS""tbl_visitors");
define("TBL_IP2C""ip2country");
define("TBL_RELOAD""tbl_reload");
?>