ProLegitZ
Jacob is here bitch !
- May 11, 2012
- 606
- 56
Hey Guys, Im Back.
With ProjectET 3.0...
Ive Only Just Started This Project. :]..
Version 2.0 Had 108 Downloads :],
So I Hope This Will Be As Good As v2.0
Code Snippets:
-Configuration
I Know its not much, but i started on the 25th
With ProjectET 3.0...
Ive Only Just Started This Project. :]..
Version 2.0 Had 108 Downloads :],
So I Hope This Will Be As Good As v2.0
Code Snippets:
-Configuration
PHP:
<?php
{die('Sorry, You Cant Access {fileName} Because Its Exlucive To Owners'); }
// MySQL management
$_CONFIG['mysql']['hostname'] = 'Host'; //MySQL host [Mostly localhost]
$_CONFIG['mysql']['user'] = 'UserName'; //MySQL username [Mostly root]
$_CONFIG['mysql']['pass'] = 'PasswordHere!'; //MySQL password
$_CONFIG['mysql']['database'] = 'YourDatabase'; //MySQL database
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port [Mostly 3306]
// Site Managment
$_CONFIG['site']['server_ip'] = '127.0.0.1'; //IP Of Website.
$_CONFIG['site']['url'] = 'http://localhost'; //Does not end with a "/"
$_CONFIG['site']['name'] = 'ProjectET'; // Site Name
$_CONFIG['site']['desc'] = 'Best Blogging System'; //Hotel's description
$_CONFIG['site']['email'] = ''; //Where the help queries from users are emailed to.
// Templating management - Pick one of our default styles or make yours by following our examples!
//ProjectET Has 2 Themes [Original & Legit]
$_CONFIG['template']['style'] = 'Original';
?>