[DEV] ProjectET 3.0 [PHP/HTML/CSS]

Status
Not open for further replies.

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
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';
 
 
 
?>
I Know its not much, but i started on the 25th
 

Jonty

Active Member
Aug 7, 2010
194
65
The hell is this at the top? Parse error line 1

PHP:
[COLOR=#007700][FONT=monospace]{die([/FONT][/COLOR][COLOR=#dd0000][FONT=monospace]'Sorry, You Cant Access {fileName} Because Its Exlucive To Owners'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]); }[/FONT][/COLOR]
[COLOR=#007700][FONT=monospace]
[/FONT][/COLOR]
 

DaLightz

See ya'll in the afterlife.
May 19, 2012
1,136
262
I think this is a rev rip? Or, atleast the config is. It even shows "//hotelname" on it.
Trala.
But good luck son. 
PHP:
$_CONFIG['site']['desc'] = 'Best Blogging System'; //Hotel's description
 

Khalil

IDK
Dec 6, 2011
1,642
786
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
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';
 
 
 
?>
I Know its not much, but i started on the 25th
I should agree with CookieMonsta on this one,as your config is 100% just like Rev's,and why that line has "Hotel's description" on it ?! facepalm.jpg
and do you have any screens or live test for the CMS ?!
i really suggest you fill in this thread with more informations about this CMS & try to be original ;)
Good Luck :)
 
Jan 17, 2012
649
166
I should agree with CookieMonsta on this one,as your config is 100% just like Rev's,and why that line has "Hotel's description" on it ?! facepalm.jpg
and do you have any screens or live test for the CMS ?!
i really suggest you fill in this thread with more informations about this CMS & try to be original ;)
Good Luck :)
This is dead. He can't code.
 

Sledmur

Web-Developer
Nov 29, 2011
459
98
didnt realise that o.o,
ill fix it.
I personally don't think you realize what your doing, nor have the knowledge of a single thing your doing... First off a config file isn't a code snippet, secondly what the fuck was the thing about die at the top? For god sakes I hope you didn't put that in their.
 

Leader

github.com/habbo-hotel
Aug 24, 2012
1,009
271
I personally don't think you realize what your doing, nor have the knowledge of a single thing your doing... First off a config file isn't a code snippet, secondly what the fuck was the thing about die at the top? For god sakes I hope you didn't put that in their.
Its for when you go to app>management>config.php it says you cannot access this copy of rev fucker
 

Khalil

IDK
Dec 6, 2011
1,642
786
anyways, to avoid spamming and avoid people killing them selfs while taking a look at this rev rip, this thread should be closed or deleted !
 
Status
Not open for further replies.

Users who are viewing this thread

Top