PHP Classes

File: config.cfg.php

Recommend this page to a friend!
  Classes of Tim M   cUser   config.cfg.php   Download  
File: config.cfg.php
Role: Configuration script
Content type: text/plain
Description: Example Configuration File
Class: cUser
User management and authentication system
Author: By
Last change:
Date: 20 years ago
Size: 728 bytes
 

Contents

Class file image Download
<?
/*
# cUser.class.php Config File
#
#################################################################
# DB Settings
##########################
#
    host = 'localhost'
    port = ''
    username = 'username'
    password = 'password'
    database = 'database'
    table = 'cUser_table' # The user table
#
#################################################################
# Modules
##########################
#
    modules_db = 'cMySQL.module.php' # The DB module - Make your own for not supported db's
#
#################################################################
# Encryption Key
##########################
#
    enc_key = 'A_1|°44sdf86516879sdf156' # Key used for password encryption
*/
?>