Well he asked for help, not for a big cry baby so anyhow on-topic: BrainCMS from *****.com looks neat, but um if you want custom, you can easily customize the layout at anytime, like just mess with it, yaknow. It may seem hard to code but if you at least make it look nice("Even changing a...
So, As stated before & yes I've tried a few fixes from people, I am currently using BrainCMS from @BrainCMS the latest version but for some reason when I do for example... http://playhablure.xyz/logout it does not logout but instead when I go to /logout.php "404 not found" but then after doing...
http://prntscr.com/eyemi3 having this issue. I click buy and it gets stuck. There are no errors in web console & no errors on the server/emulator ?? Using 6078 SWF's
So my website is http://litegames.tk and is going to have multiple purposes but I am using IIS & cannot afford https: (AKA SSL) and would like to know how I can make it so that my self signed certificate does not bring up ("This site is not secure, bleh bleh") when someone visits. it with...
I don't know why this happens either, I have solved it before by doing that time.nist.gov thing but that does not seem to fix it, maybe for a while, I also tried my "public_items" fix as well but for some reason, it's not a black room but the client gets stuck at 76% BUT again however I use 6078...
Oh @HolaBox I thought you were talking about the ;usersonline command lol.
@Legit 's version should work fine, soz for confusion. But if his does not work then just hit me up in PM and I will find a solution to fix your problem.
Here's your answer of why it didn't work with R2 that way he had Adapter.SetQuery: http://prntscr.com/exocoo
And let's keep this thread clean due to it being to "help" people, not gripe.
I have seen people solve this but ours is not solved.
We've used the redirect to ("forcevote.php")
But it goes straight from the voting page straight to the client instead of them actually voting.
Our find retro link/html http://prntscr.com/exnypa
<?php
staffCheck()...
Users Online Command converted for R2:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Plus.Database.Interfaces;
using System.Data;
using Plus.HabboHotel.Users;
using Plus.HabboHotel.GameClients;
namespace...
Room.SendPacket("Ass") is a way for R2 to get the message sent when a command is ran, so if it does that change SendPacket to .SendMessage if you are using R1. I've converted a few commands from R1 to R2 due to the fact R2 uses packets for messages in commands.
@HolaBox Let me know which version...