mobbo - The kick Ass Habbo Network
Hello, okay? Well, you already might have heard of mobbo right?
Not?, Yeah? Read this topic then.
- mobbo the kick ass network habbo?
P : What and mobbo?
R : a content management system
P : and by chance a CMS OF HABBO?
R : No, and a cms for multi-use, social-network, and habbo.
P : Used to play Habbo?
R : Yes
P : What advantages?
R : Clean Code, various functions.
P : If I do not like the template that comes with mobbo other?
R : Yes, A Template called HABBO, which has the same layout habbo.com.br, 1 Template with Illumina Bar Up, Stream and Widget System, and 1 template style Windows 8 with MetroUI
P : Really? And how do I change the template?
R : pma /navicat> db> cms_settings> template
P : What and wall?
R : system messages and posts, wall in English means "parefe"
P : Ok, what do I make with this wall?
R : Template Confire in mobbo
P : Can not send newsletter to the br?
R : Of course, in all Templates! Just activate the configuration file.
P : Can I recover my password by e-mail?
R : Yes, but only in the template Habbo.
P : Can I use beta codes? To leave so register who have code?
R : Sure, surely and simply activate the config!
P : Can I customize my templates?
R : all, and templates habbo, and has habbonovo systems addons do not need to edit the file, simply login to your dashboard and add a html code with addon: D
P : Can I use other indexs?
R : Yes the mobbo comes standard with 6 different indexs
P : What records have to mobbo?
R : Quick, preregister, mobbo, habbon
P : How do I install the mobbo?
R : The new version comes with installer. Simply create the db, and follow the steps of the installer.
P : How soon in the panel?
R : Panel /adminlogin has a system aurtenticacao encryptado HTTPD /AUTH www, secure and eficueunte.
P : Compatible with what?
R : ButterFly, ButterStorm (HLatino/At0m), Phoenix, Azure
P : How?
R : Bo config you select your emulator cms already comes equipped with auto insurance.
P : system has rules?
R : System disclaimer functional rules editable
P : What else?
R : system maintenance, with customizable text, system log errors with, among other things.
- Download CMS:
- CMS:[url=http://www.mediafire.com/download.php?gf97d0iyz9xh75g[/url] (PASSWORD: santoro11)
- DB: (If installer does not work): (Jaja Tour)
- Prints:
- Template mobbo: mobbo 1 - Imgur # 0
- Template Habbo: mobbo 2 - Imgur # 0
- Template habbonovo: (Jaja post)
- Template illumina: (Jaja post)
- Installation:
If the installer did not shut
Includes> config1.php (configure)
This Import DB that for Download
- Twitter:
www.twitter.com /mobbobr
- Crediros
Bi0s - CMS /Codes
Rashaan Zorald - Wall 99
Foundation - Styling and Javascripts
MOTION - Inspirement and UpBar and "spam"
Macyel Gomes (Remix) - Logo, Prints, Page Support
Celso Luiz - Inspire, and find jQuery plugins
CodeCanyon - Tuto Jquery, jQuery Qaptcha
Smoolk - Being faithful and reliable.
Slodive - jQuery jGrowl
Microsoft - For being colleagues, and they never paid me 1centavo.
Visit Site mobbo
mobbo - The kick-ass habbo network
The bi0s Foundation
mobbo and a trademark of The Foundation bi0s, licensed by GNU License AEFRO Master, Visa to Community
bi0s.x10.mx - 2011/2012 - All Copyrights Reserved
Customer Support: bi0s@hotmail.com.br /support@bi0s.org
Re: mobbo - The kick Ass Habbo Network
Cant install:
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\Users\Twan\Documents\Jej\xampp\htdocs\Includes\System\PAGE.php on line 5
Warning: require_once(C:/Users/Twan/Documents/Jej/xampp/htdocs/Includes/Internal/Languages/.php): failed to open stream: No such file or directory in C:\Users\Twan\Documents\Jej\xampp\htdocs\Includes\System\PAGE.php on line 8
Fatal error: require_once(): Failed opening required 'C:/Users/Twan/Documents/Jej/xampp/htdocs/Includes/Internal/Languages/.php' (include_path='.;C:\Users\Twan\Documents\Jej\xampp\php\PEAR') in C:\Users\Twan\Documents\Jej\xampp\htdocs\Includes\System\PAGE.php on line 8
Re: mobbo - The kick Ass Habbo Network
Looks Great What Emu Compatible?
Re: mobbo - The kick Ass Habbo Network
Quote:
Originally Posted by
Giles121
Looks Great What Emu Compatible?
ButterFly, ButterStorm (HLatino/At0m), Phoenix, Azure
Read fully the thread when looking for a answer.
Re: mobbo - The kick Ass Habbo Network
It looks nice. How secure is this? Any exploits?
Also I see a lot of portugeese, is it also available in English?
Re: mobbo - The kick Ass Habbo Network
Yeah its secure and , have english language. In parts but.. The rest its on portuguese..
Re: mobbo - The kick Ass Habbo Network
The source looks dreadful. It looks like you coded this with your toes.
But, I like the style.
Re: mobbo - The kick Ass Habbo Network
Quote:
Originally Posted by
Weytin
The source looks nice and neat.
This is kick-ass.
Neat my arse:
Code:
<?php// MYSQL CONFIGURATION //////////////////////////////////////////////////////////////////////////////////////////////////////////////
$mysql['host'] = $MyHost;
$mysql['user'] = $MyUser;
$mysql['password'] = $MyPass;
$mysql['database'] = $MyDB;
// MYSQL FUNCTIONS /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
function mysql_start(){
global $mysql;
if(!isset($mysql['connect'])){
$mysql['connect'] = mysql_connect($mysql['host'], $mysql['user'], $mysql['password']) or die ("<img src='./web-gallery/error1.png' alt'oi'/><br />");
if(!isset($mysql['select_db'])){
$mysql['select_db'] = mysql_select_db($mysql['database'], $mysql['connect']);
}else{
echo "<br><b>MySQL ERROR:</b> <i>database</i> is already selected.<br>";
}
}else{
echo "<br><b>MySQL ERROR:</b> <i>server</i> is already connected.<br>";
}
}
function mysql_stop(){
global $mysql;
if(isset($mysql['connect'])){
mysql_close($mysql['connect']);
$mysql = NULL;
}else{
echo "<br><b>MySQL ERROR:</b> <i>server connection</i> is already closed or not started.<br>";
}
}
function mysql_optimize($table){
global $mysql;
if(isset($mysql['connect'])){
mysql_query("OPTIMIZE TABLE `".$table."`");
mysql_query("REPAIR TABLE `".$table."`");
}else{
echo "<br><b>MySQL ERROR:</b> could not find <i>server connection</i>.<br>";
}
}
?>
Code:
<?phpfunction get_users_online(){
$sql=mysql_query("SELECT id FROM `users` WHERE `online` = '1'");
$return=mysql_num_rows($sql);
return $return;
}
function get_userinfo($get){
$id2=mysql_real_escape_string($_SESSION['id']);
$sql=mysql_query("SELECT * FROM `users` WHERE `id` LIKE '$id2'");
$return=mysql_fetch_array($sql);
return $return[$get];
}
function get_AddUserP($username = '', $password = '', $mail = '', $figure = '', $motto = '')
{
mysql_query("INSERT INTO users (username, password, mail, look, motto, account_created, last_online, ip_last, ip_reg, auth_ticket) VALUES ('".$username."', '".$password."', '".$mail."', '".$figure."', '".$motto."', UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), '".$_SERVER['REMOTE_ADDR']."', '".$_SERVER['REMOTE_ADDR']."', '')");
$user_id = mysql_insert_id();
mysql_query("INSERT INTO user_stats (id, RoomVisits, OnlineTime, Respect, RespectGiven, GiftsGiven, GiftsReceived, DailyRespectPoints, DailyPetRespectPoints) VALUES ('".$user_id."', 0, 0, 0, 0, 0, 0, 3, 3)");
mysql_query("INSERT INTO user_info (user_id, bans, cautions, reg_timestamp, login_timestamp, cfhs, cfhs_abusive) VALUES ('".$user_id."', '0', '0', UNIX_TIMESTAMP(), '0', '0', '0')");
}
function get_AddUserA($username = '', $password = '', $mail = '', $figure = '', $motto = '')
{
mysql_query("INSERT INTO `users` (`username`, `password`, `mail`, `rank`, `credits`, `belcredits`, `pixels`, `look`, `gender`, `online`, `ip_last`, `auth_ticket`, `ip_reg`, `motto`, `account_created`, `achievement_points`, `last_online`, `currentquestid`, `currentquestprogress`) VALUES ('".$username."', '".$password."', '".$mail."', '1', '".get_settings("initial_credits")."', '".get_settings("initial_credits")."', '".get_settings("initial_pixels")."', '".$figure."', 'M', '0', '0', '0', '0', '".$motto."', '0', '0', '0', '0', '0');") or die (mysql_error());
}
function get_ValidName($u_name = '')
{
if(preg_match('/^[a-zA-Z0-9._:,-]+$/i', $u_name) && !preg_match('/mod-/i', $u_name))
return true;
else
return false;
}
function get_NameTaken($u_name = '')
{
return (mysql_num_rows(mysql_query("SELECT * FROM users WHERE username = '".$u_name."'")) > 0 ? true : false);
}
function get_ValidMail($mail = '')
{
return preg_match("/^[a-z0-9_\.-]+@([a-z0-9]+([\-]+[a-z0-9]+)*\.)+[a-z]{2,7}$/i", $mail);
}
function get_MailTaken($mail = '')
{
return (mysql_num_rows(mysql_query("SELECT * FROM users WHERE mail = '".$mail."' LIMIT 1")) > 0 ? true : false);
}
function get_UserID($u_name = '')
{
$query = mysql_fetch_array(mysql_query("SELECT * FROM users WHERE username = '".$u_name."' LIMIT 1"));
return $query['id'];
}
function CheckName($name) {
$q = mysql_query("SELECT * FROM users WHERE username = '".SQLi($name)."'");
if(mysql_num_rows($q) > 0) { return true; } else { return false; }
}
function NewUser($name, $email, $pass) {
mysql_query("INSERT INTO `users` (`id`, `username`, `password`, `mail`, `rank`, `credits`, `pixels`, `look`, `gender`, `motto`) VALUES (NULL, '".SQLi($name)."', '".SQLi($pass)."', '".SQLi($email)."', '1', '1000', '500', 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62', 'M', 'Welcome to Hotel');");
}
function get_cinfo($string) {
if($string="online"){
if($emulator="azure") {
echo get_userinfo("online");
}
elseif ($emulator="phoenix") {
echo get_userinfo("online");
}
}
if($string="pixels") {
if($emulator="azure") {
echo get_userinfo("pixels");
}
elseif ($emulator="phoenix") {
echo get_userinfo("activity_points");
}
}
}
?>
As for the rest:
- Messy source
- It's slow
- No indenting
- You claim it loads in 0.1s, just... lol.
- 'Mobbo' style is sexy
- Folder structure is horrid
Re: mobbo - The kick Ass Habbo Network
Quote:
Originally Posted by
ησвяαιη
Neat my arse:
Code:
<?php// MYSQL CONFIGURATION //////////////////////////////////////////////////////////////////////////////////////////////////////////////
$mysql['host'] = $MyHost;
$mysql['user'] = $MyUser;
$mysql['password'] = $MyPass;
$mysql['database'] = $MyDB;
// MYSQL FUNCTIONS /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
function mysql_start(){
global $mysql;
if(!isset($mysql['connect'])){
$mysql['connect'] = mysql_connect($mysql['host'], $mysql['user'], $mysql['password']) or die ("<img src='./web-gallery/error1.png' alt'oi'/><br />");
if(!isset($mysql['select_db'])){
$mysql['select_db'] = mysql_select_db($mysql['database'], $mysql['connect']);
}else{
echo "<br><b>MySQL ERROR:</b> <i>database</i> is already selected.<br>";
}
}else{
echo "<br><b>MySQL ERROR:</b> <i>server</i> is already connected.<br>";
}
}
function mysql_stop(){
global $mysql;
if(isset($mysql['connect'])){
mysql_close($mysql['connect']);
$mysql = NULL;
}else{
echo "<br><b>MySQL ERROR:</b> <i>server connection</i> is already closed or not started.<br>";
}
}
function mysql_optimize($table){
global $mysql;
if(isset($mysql['connect'])){
mysql_query("OPTIMIZE TABLE `".$table."`");
mysql_query("REPAIR TABLE `".$table."`");
}else{
echo "<br><b>MySQL ERROR:</b> could not find <i>server connection</i>.<br>";
}
}
?>
Code:
<?phpfunction get_users_online(){
$sql=mysql_query("SELECT id FROM `users` WHERE `online` = '1'");
$return=mysql_num_rows($sql);
return $return;
}
function get_userinfo($get){
$id2=mysql_real_escape_string($_SESSION['id']);
$sql=mysql_query("SELECT * FROM `users` WHERE `id` LIKE '$id2'");
$return=mysql_fetch_array($sql);
return $return[$get];
}
function get_AddUserP($username = '', $password = '', $mail = '', $figure = '', $motto = '')
{
mysql_query("INSERT INTO users (username, password, mail, look, motto, account_created, last_online, ip_last, ip_reg, auth_ticket) VALUES ('".$username."', '".$password."', '".$mail."', '".$figure."', '".$motto."', UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), '".$_SERVER['REMOTE_ADDR']."', '".$_SERVER['REMOTE_ADDR']."', '')");
$user_id = mysql_insert_id();
mysql_query("INSERT INTO user_stats (id, RoomVisits, OnlineTime, Respect, RespectGiven, GiftsGiven, GiftsReceived, DailyRespectPoints, DailyPetRespectPoints) VALUES ('".$user_id."', 0, 0, 0, 0, 0, 0, 3, 3)");
mysql_query("INSERT INTO user_info (user_id, bans, cautions, reg_timestamp, login_timestamp, cfhs, cfhs_abusive) VALUES ('".$user_id."', '0', '0', UNIX_TIMESTAMP(), '0', '0', '0')");
}
function get_AddUserA($username = '', $password = '', $mail = '', $figure = '', $motto = '')
{
mysql_query("INSERT INTO `users` (`username`, `password`, `mail`, `rank`, `credits`, `belcredits`, `pixels`, `look`, `gender`, `online`, `ip_last`, `auth_ticket`, `ip_reg`, `motto`, `account_created`, `achievement_points`, `last_online`, `currentquestid`, `currentquestprogress`) VALUES ('".$username."', '".$password."', '".$mail."', '1', '".get_settings("initial_credits")."', '".get_settings("initial_credits")."', '".get_settings("initial_pixels")."', '".$figure."', 'M', '0', '0', '0', '0', '".$motto."', '0', '0', '0', '0', '0');") or die (mysql_error());
}
function get_ValidName($u_name = '')
{
if(preg_match('/^[a-zA-Z0-9._:,-]+$/i', $u_name) && !preg_match('/mod-/i', $u_name))
return true;
else
return false;
}
function get_NameTaken($u_name = '')
{
return (mysql_num_rows(mysql_query("SELECT * FROM users WHERE username = '".$u_name."'")) > 0 ? true : false);
}
function get_ValidMail($mail = '')
{
return preg_match("/^[a-z0-9_\.-]+@([a-z0-9]+([\-]+[a-z0-9]+)*\.)+[a-z]{2,7}$/i", $mail);
}
function get_MailTaken($mail = '')
{
return (mysql_num_rows(mysql_query("SELECT * FROM users WHERE mail = '".$mail."' LIMIT 1")) > 0 ? true : false);
}
function get_UserID($u_name = '')
{
$query = mysql_fetch_array(mysql_query("SELECT * FROM users WHERE username = '".$u_name."' LIMIT 1"));
return $query['id'];
}
function CheckName($name) {
$q = mysql_query("SELECT * FROM users WHERE username = '".SQLi($name)."'");
if(mysql_num_rows($q) > 0) { return true; } else { return false; }
}
function NewUser($name, $email, $pass) {
mysql_query("INSERT INTO `users` (`id`, `username`, `password`, `mail`, `rank`, `credits`, `pixels`, `look`, `gender`, `motto`) VALUES (NULL, '".SQLi($name)."', '".SQLi($pass)."', '".SQLi($email)."', '1', '1000', '500', 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62', 'M', 'Welcome to Hotel');");
}
function get_cinfo($string) {
if($string="online"){
if($emulator="azure") {
echo get_userinfo("online");
}
elseif ($emulator="phoenix") {
echo get_userinfo("online");
}
}
if($string="pixels") {
if($emulator="azure") {
echo get_userinfo("pixels");
}
elseif ($emulator="phoenix") {
echo get_userinfo("activity_points");
}
}
}
?>
As for the rest:
- Messy source
- It's slow
- No indenting
- You claim it loads in 0.1s, just... lol.
- 'Mobbo' style is sexy
- Folder structure is horrid
My bad, didn't realize it until I read the source.
Thanks, edited my post.
Re: mobbo - The kick Ass Habbo Network
There's an awful lot of credits, but where's Team Roc's?