Then this would give me an extra week or so to figure it out. I think I understand it for the most part. Maybe if I have any questions specific to this CMS I can ask at any time throughout? If I can't by then, I may as well just give up
Hey DevBest,
You probably recognize my voice, and remember me from posts I've written a while back.
I've been having trouble with the getting of any CMS to work. Most of the progress I've been able to make, has been because of this forum and the more experienced users who are willing to clue &...
I need to be able send a string with the identified variables through between pages. It has to be something with my script and I get syntax errors when I manually try to insert values
Hello Habbo Community of DevBest,
I'd like to be able to access the content in the ase folder included in the CMS I am using, as a more secure login for people with more valuable positions in the community. (Staff, developers, etc.)
I have read over threads where I've seen people talk about...
The thing is, this, right now, is all just for testing. There are VMs and other operating systems if I dont feel like learning how to run the app on this one. I probably would try to see that this project is successful, before I look to try it on something different. Because this is what I'm...
And so I need for my database to recognize the variable that I have set to the value of a username? I guess the ID & rank would be some of the other values I'd insert. Do I replace the default 'mysql_port' and 'mysql_host' beside the $_CONFIG for my params? Is that also where I could fix...
This was extremely helpful. Not to sound clueless, but how does the database interpret this information? And create a row out of it upon the click of a button? Do I run either of those lines of code as a query?
I have if($engine->num_rows ("SELECT * FROM users WHERE username = '" . $username . "' LIMIT 1") > 0)
This is what I've been trying to figure out. Even though the script is in place, I can't begin to get session data in post for the me page, from the form on the reg page. So I was more seeking...
Well would that mean I'd just copy a table from a different SQL? Either way, whether it's in my users or my server_status table, I need for the null content for {username} and {online} to be displayed as a unique value in a session from a post request. The other details were just for a more...
Hello Habbo Community,
After a few weeks of trying out different CMS releases, new and old, I think I am getting close to being able to direct the page forward with session data (using the provided cms variables) & successfully perform queries without syntax errors that have to do with the...
I've been trying to figure out how to replace the null content for {hotelName}, {username} and {motto}. Even when the script is correct, None of the data is being fetched from the submitted page. Has anyone set this up successfully? With the HK?