Ctrl+f "GetHabbo().Rank < 6" & "GetHabbo().Rank <= 6", see if you find anything suspicious, if not check permission tables. Failing that, consider trying a fresh copy of plus or a fresh database if you've fucked around with things.
It uses the web-sockets when available but if the server for the websockets is down, the websocket/xhr server, it'll use post/get API's instead of everything not working without the websocket server being up :cool:
IMO it works out better in the long run to buy a DDoS protected dedicated server or VPS.
If funds are tight, small ddos protected linux vps' can be bought cheap and you could setup your own reverse proxy / load balancer, saves being hosted on the same proxy as other users.
Purchasing proxies...
I'll c+p you my mus function once I've finished backing up all of my files, give me a few
Completely forgot about this.
function sendMUS($command, $data = '') {
$MUSdata = $command . chr(1) . $data;
$socket = socket_create(AF_INET, SOCK_STREAM, getprotobyname('tcp'))...
$result = mysql_query("SELECT title, author, published, id FROM cms_news WHERE id != '" . $engine->secure($_GET['id']) . "' ORDER BY id DESC");
while($news1 = mysql_fetch_array($result))
{
$template->setParams('newsList', '<p><a class="newsListElement"<a...
Cleaned/Edited the PHP code, just preference in-case anybody wants to use it.
(Haven't tested, quickly did this in notepad without even saving it + I'm tired af so yolo)
Bottom of client.php:
<?php
if(isset($_SESSION['user']['id'])) {
$database_connection = null;
try {...
IMO it was shit purely because I personally think frameworks are shit but that's just my opinion!
OT; Nice release, could be useful to some with some work. +1