i see a lot of talk about changing 127.0.0.1 to localhost, but what is the difference? the only difference is that localhost has to processed by the DNS which will still give you 127.0.0.1
on topic: are you getting any errors in your logs? 87% can mean a few different things. any errors in...
works beautifully! just needs some css touchup. another thing for r63b users:
change
$q = "SELECT * FROM cms_news WHERE published >= " . $sectionCutoffMin . " AND published <= " . $sectionCutoffMax . " ORDER BY published DESC";
to
$q = "SELECT * FROM site_news WHERE timestamp >= " ...
have a good hotel ^-^
but i agree with the above posts. also, whenever i check in on a retro, the first thing i always look for is creativity. if it's your standard 'straight from the tutorial' retro... on to the next one!
EDIT: i just checked out your hotel, it looks nice! i love the cms and...
No not really, since most of my code appears already filtered and I can always just google. But since Google doesn't like specific queries, I was asking what would happen specifically to a habbo retro/cms if I didn't have that code, but @Zodiak answered.
How do I end thread? :P
just delete it from the structure.
if you keep getting errors, it is incompatible, although you can probably make it compatible with some simple edits.
(more information would be nice, like if you're using the db that came with the emu?)
Hey everyone, just wanted to say this is my first post on any forum ever, so don't hurt my feelings.
^-^
While working on my retro that I started a couple months back, I've learned a good bit about PHP, but I'm still far from an expert. I'm fairly advanced with HTML and CSS, so I'm not a noob...