You could help by actually providing information about how you solved this problem. And I don't mean "fix your variables", I rather mean that you provide information about what you changed to make it work.
Modern or not, I need to keep it "habboish" to a certain level, if I could design it with a modern design I would rather do that, it's been really hard for me to try to design "for habbo". But this will be the default theme that comes with the cms, if someone wants to create a new theme they can...
I have a list of things that I'm gonna go through, and one of these are just that, I haven't really been consistent, and this is due to me working on this cms for such a long period of time, on and off, this cms has had 3 really extensive changes overall. But I decided that when I'm done with...
I would really like for you to tell me what parts so I can look at them. I'm currently re-designing the whole cms since the design presented in the main post isn't that good.
Yeah, I mean, I could do it so that only HTML is written in the HTML files and that every piece of data needs to be set using presets, but I didn't wanna do it that way because it just complicates stuff, instead it's more of a mix, you can use parameters and raw php aswell
[UPDATE 2017-02-19...
There should be a mysql folder in your xampp folder. In that mysql folder there should be a mysql-config or something, program that you can exectute. With it you can change the password. But after you've done that you would have to restart the service so that the changes take place.
When using cloudflares SSL certificate u can't just check if HTTPS is on or off. Thats why you have to check for headers + I was using that function for more than just SSL
I mean, I might be interested, I'm not super reputable here yet since I haven't been that active although I've been here since 2012. But as @JynX said, that might just be a fake saldo aswell. However, if you think I'm qualified or if you want to know something else, or if you want to find out if...
You can't use web.config to go to HTTPS and PHP wont know that you are on HTTPS or not because of the fact that the certificate is not on the server or so. I did get around this by writing some PHP code tho.
public function thisFullURL($enableSSL = NULL) {
$serverName =...