♣[DEV]SnugCMS[DEV]♣Project Snug♣

Status
Not open for further replies.

AlexFallen

Developer
Jul 19, 2011
490
64
SPgZkXg1PmKz.png


Introduction:
Project Snug, for those who never read the original thread by Nike, is a brand new project for a Habbo Retro CMS and Emulator. So far, the the Snug Team is Nike and I (TheFallen123). Project Snug is going to be a dedicated Project and will have their BETA Release out ASAP. But as you may know, developing a CMS takes time, and time means hard work.

Features:
  • An Original Snug Theme
  • Implemented Habbo Theme
  • Housekeeping (Obviously)
  • TheHabbos API
  • Exploit - FREE
  • Easy Config
  • Clean Code
Wanna Help Project Snug?
You can help us by Donating (I'll post a link soon).
You can also help us by helping us make a template system and adding them below, we will look through them and see what we like, and will use that, don't worry, we'll keep your credits!

Donate To Snug:

Snippets Of Code:
PHP:
<?php
/*=====================================================================\
SnugCMS - Brand New Content Management System For Habbo Private Servers
| ======================================================================|
Version: 1.0 - [BETA RELEASE]
Developed by: Nike and The Snug Team
| ======================================================================|
Attention: Do not Remove the Official Credits of The Developer.
| ======================================================================|
Copyright (c) 2012 - Nike and The Snug Team. - All Rights Reserved.
\======================================================================*/
?>

Thanks for Reading!
Remember To Check Back Every Now and Then For Any Updates!

Sorry About The Huge Logo!
 

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
Snippets Of Code:
PHP:
<?php
/*=====================================================================\
SnugCMS - Brand New Content Management System For Habbo Private Servers
| ======================================================================|
Version: 1.0 - [BETA RELEASE]
Developed by: Nike and The Snug Team
| ======================================================================|
Attention: Do not Remove the Official Credits of The Developer.
| ======================================================================|
Copyright (c) 2012 - Nike and The Snug Team. - All Rights Reserved.
\======================================================================*/
?>

You taking the piss? any noob could type this up.
Release more snippets or thread will be closed, also add screenshots
 

AlexFallen

Developer
Jul 19, 2011
490
64
Yeah IK Kaz. We are still working on making pages, we have just started, I just wanted everyone to know about it.
 

Nike

#MGK
Jun 9, 2012
545
107
Possibly, shoot me a PM and we will chat.

Edit:
Update:
Snippet of Template/Config file
PHP:
$_CONFIG['mysql']['Connection Type'] = 'Connection Type'; //This is the type of connection. Choose either connect or pconnect for a persistant connection.
 
$_CONFIG['mysql']['hostname'] = 'host'; //MySQL Host most likely "localhost"
 
$_CONFIG['mysql']['username'] = 'Mysql Username' //MySQL Username most likely "root"
 
$_CONFIG['mysql']['password'] = 'Mysql Password' //MySQL Password whatever you set up for MySQL access
 
$_CONFIG['mysql']['database'] = 'Your Mysql db' //MySQL Database what you named it
 
$_CONFIG['mysql']['port'] = '3306' //Mysql's Port
 

Jian

Resident Weeb
Contributor
Sep 2, 2011
687
437
What kind of MySQL connection will be established? Procedural? OOP MySQLi? MySQL PDO?
 
Status
Not open for further replies.

Users who are viewing this thread

Top