LeChris
https://habbo.codes/
=======================================
What is Omega?
Omega is an administration panel for Habbo Retros everywhere. Even though Omega is still under development, a load of features have already been coded in, and even more have been planned to be added in for future versions. Omega will be released in one version. A free version. However, to keep our website up so people can preview Omega before downloading, and what not we rely on donations. How much you donate is up to you, and you will even get a special badge on the Omega Support Website(Coming Soon).
When will Omega be released?
Omega does not have a planned release date but it will probably be sometime in January. Make sure to tell your friends!
Some pictures of Omega in action!
Code Snippets
PHP:
<?php[/B][/B]
[B][B]/*
_ _____ _ _ ____ _
/\| |/\ | __ \ (_) | | / __ \ /\| |/\
\ ` ' / | |__) | __ ___ _ ___ ___| |_ | | | |_ __ ___ ___ __ _ __ _ \ ` ' /
|_ _| | ___/ '__/ _ \| |/ _ \/ __| __| | | | | '_ ` _ \ / _ \/ _` |/ _` | |_ _|
/ , . \ | | | | | (_) | | __/ (__| |_ | |__| | | | | | | __/ (_| | (_| | / , . \
\/|_|\/ |_| |_| \___/| |\___|\___|\__| \____/|_| |_| |_|\___|\__, |\__,_| \/|_|\/
_/ | __/ |
______ ______ ______ __|__/ ______ ______ ______ ______ ______ ___|___/_____ ______ ______
|______|______|______|______|______|______|______|______|______|______|______|______|______|
Project Started On December 12, 2013 By Chris Pettyjohn
---------------------------------------------------------
Project Omega will bring the retro world of administration to its knees begging for mercy. Loaded with dozens of ways to moderate, or administer your habbo retro Project Omega is by far the most advanced administration panel ever before seen on the retro world! With no limits, you can see how far Omega will take you!
===========================================================================================================================================================================
File's Current Version : 2.0
*/
// Check Rank And Redirect Pending On Rank
$rank = $_SESSION['user']['rank']; // Gets the rank of your user
if($rank <= '6')
{
include('storage/reporter/'.$page.'/final.php');
}
else
{
if($rank <= '7')
{
include('storage/moderator/'.$page.'/final.php');
}
if($rank <= '8')
{
include('storage/administrator/'.$page.'/final.php');
}
if($rank <= '9')
{
include('storage/technician/'.$page.'/final.php');
}
}
?>
PHP:
<?php[/B][/B]
[B][B]$page='dash';
include('alpha/header.php');
?>
PHP:
<link href="{url}/app/tpl/skins/{skin}/hk/alpha/flat/bootstrap/css/bootstrap.css" rel="stylesheet">[/B][/B]
[B][B] <link href="{url}/app/tpl/skins/{skin}/hk/alpha/flat/css/flat-ui.css" rel="stylesheet">
<script src="{url}/app/tpl/skins/{skin}/hk/alpha/flat/js/jquery-1.8.3.min.js"></script>
<script src="{url}/app/tpl/skins/{skin}/hk/alpha/flat/js/jquery-ui-1.10.3.custom.min.js"></script>
<script src="{url}/app/tpl/skins/{skin}/hk/alpha/flat/js/bootstrap.min.js"></script>
<script src="{url}/app/tpl/skins/{skin}/hk/alpha/flat/js/bootstrap-select.js"></script>
<script src="{url}/app/tpl/skins/{skin}/hk/alpha/flat/js/bootstrap-switch.js"></script>
<script src="{url}/app/tpl/skins/{skin}/hk/alpha/flat/js/flatui-checkbox.js"></script>
<script src="{url}/app/tpl/skins/{skin}/hk/alpha/flat/js/flatui-radio.js"></script>
<script src="{url}/app/tpl/skins/{skin}/hk/alpha/flat/js/jquery.tagsinput.js"></script>
<script src="{url}/app/tpl/skins/{skin}/hk/alpha/flat/js/jquery.placeholder.js"></script>
<script src="{url}/app/tpl/skins/{skin}/hk/alpha/flat/js/bootbox.min.js"></script>
<style>
body{
background: #48C9B0;
}
#left{
float: left;
width: 50%;
}
#right{
float: right;
width: 48%;
margin-left: 5px;
}
#center{
margin: 0 auto;
width: 80%;
}
</style>
<?php
$mysqli = new mysqli("localhost", "leader_pass", "password_leaked_not", "leader_rev");
if ($mysqli->connect_errno) {
printf("OmegaASE Mysqli Connection Failed: %s\n", $mysqli->connect_error);
exit();
}
/* Dashboard For Technicians : Version 1.0 */
include ('first.php');
include ('navigation.php');
echo '<div class="jumbotron" style="margin:0 auto;margin-top:5%;width:98%;border-radius: 7px;background:#ecf0f1;overflow:hidden;">';
include ('left/updates.php');
include ('right/information.php');
echo '</div>';
?>
PHP:
<div id='left'>[/B][/B]
[B][B]<div class="well">
<div class="alert alert-success" style="color:white;background:#c0392b;font-weight:bold;padding:2px;text-align:center;">
Important updates
</div>
<?php
$update_1 = "SELECT* FROM omega_updates ORDER by Id LIMIT 3";
$update_2 = $mysqli->query($update_1);
while($update = $update_2->fetch_array(MYSQLI_ASSOC)) {
echo '<div class="media"><a class="pull-left" href="#">
<img class="media-object" data-src="holder.js/64x64" alt="64x64" style="width: 64px; height: 64px;" src="'.$update["img"].'">
</a><div class="media-body"><h4 class="media-heading">'.$update["title"].'</h4>'.$update["content"].'</div>';
}
$update_2->free();
?>
</div>
</div>
</div>
</div>
PHP:
<div id='right'>[/B][/B]
[B][B]<div class="well">
<div class="alert alert-success" style="color:white;background:#c0392b;font-weight:bold;padding:2px;text-align:center;">
General Information
</div>
<?php
$info_1 = "SELECT* FROM omega_info";
$info_2 = $mysqli->query($info_1);
while($info = $info_2->fetch_array(MYSQLI_ASSOC)) {
echo 'Version '.$info["version"].'<br>Licensed To '.$info["license"].'<br>License Type: '.$info["license_type"].'<br>Installed On '.$info["date_installed"].'';}
$info_2->free();
?>
</div>
You must be registered for see links
Omega Changelog
-Started Project
-Started Ranking System (Security Mainly/Organization)
-Finished Ranking System (1.0)
-Started, and finished Omega updates. (1.0) (Technician)
-Started, and finished Omega Information. (1.0) (Technician)
-Started on Omega database structure (0.5) (Not Done)
Current Activity
Nothing (Paused)
Last edited: