Hay. So since no one at rz seems to be competent enough to answer this, someone here might be.
I recently - and still am - creating my own cms. And during this process I've learnt alot - more specifically alot about SSO tickets. I'm generating an sso ticket the same way Rev is (exactly the same...
Logging out and in on the site, or the client (will assume site)? It would be a start if you could provide some more details than just stating what is wrong.
Not long. Only reason it's still here is Elisa. Regarding retros, I think they'll stay for a little while after, maybe long after if people actually start making their shit unique.
Why are your external variables a php file? Nevertheless, are you certain you have all the links sorted out properly in your variables? If yes, did you clear your cache? Either way, to me it sounds like you have messed up in your variables. You can also try using the console in chrome and see if...
https://devbest.com/forums/habbo-tutorials.37/
I'm not sure what you're actually asking for. Could you be more specific? Like, are you atempting to write a good tutorial or something?
That is not the direct link to the image. A direct link would end with the filetype like .gif or .png. Right click the image on imgur (or whichever service you use) and copy image path or something like that. http://i.imgur.com/VGHoi.jpg is an example of a direct link...
Found Habbo in 07 through some of my friends, and through some people I met on Habbo I found retros in 09 - or atleast started with them. @Xylo Know the feeling, bud.
Cool. Welcome! Was about your age (if it's even real) when I started to play with codes. Many years later - still shit. Either way, could be worse ways of learning C#. Like doing something legal. (and that's the joke)
Sure you could learn coding there, but not the kind of coding he is...
Do this instead
<style>
header {background-color:lightgrey;}
body {background-image: url("website.jpg");}
footer {background-color:#1C1C1C};
</style>
Because header {background-color:lightgrey}; that doesnt work.
Edit: Also, why are you using header where you should use head? :confused:
Found some files that might work, atleast they download. https://devbest.com/threads/rp-rastalulz-edition-v2-sledmore.14605/
Catch is that my local PHP version is too new to run the piece-o-shit phpretro, and I'm not very keen on uninstalling my current setup just to get some screenshots...
A lovely release! Thanks for this. <3_<3
A mirror is a couple posts above you.. The db entires are stupidly easy to create too, why not do it yourself - atleast attempt? facepalm.jpg
Never tried Iplace CMS, but as for the first error, it's merely a message so nothing wrong there. For the fatal error, I will assume that something is included twice in your file instead of once? Dunno, if it causes no harm, just turn off error reporting by adding error_reporting(0); after...