Which CMS are you using? On the surface it doesn't appear to be an issue, but I've tried setting up Brain before and had the same issue. Switched to the good ol Rev and fixed the issue entirely. Not sure if I missed a step or not on the Brain config, but was a headache.
Sold my Xbox some time back, so I play mobile games quite frequently. As I avoid playing games on PC as a mean to not procrastinate as much.
Last game I played is Clash Royale. I used play very competitively when it first came out. Now not so much.
While I've considered this, a web-based project isn't as feasible. And it's not what I'm currently learning. I'm making this for myself. Figured I'd be kind enough to release it.
And I agree. It's not noob friendly. It isn't meant to replace all the work. It's just meant to automate the more...
Google using php to disable hrefs.
Basically as Rush said,
https://stackoverflow.com/questions/21090707/disable-a-href-links-using-php
If you use this code but do an if statement for $_GET['id'] == $row['id']
Sublime is probably the most lightweight code editor next to NP++. It's very hackable too as seen in this tutorial. Honestly Sublime is a great median between a full on IDE and a basic text editor. Really offering the best of both worlds.
On Google Chrome entering chrome://cache in your address bar can be extremely helpful sometimes. It will show you every GET request that is cached, and the url / path it came from!
Can't exactly help you in the graphics department, but have you been on https://www.freepik.com/index.php?goto=2&k=polygon&order=2&vars=1? They have a lot of items similar to the one you're looking for.
Hello,
After seeing many hotels struggling to update their clothing themselves, I decided to create a tool which grabs all of the latest clothing from Habbo. But, I decided I shouldn't stop there. With this tool you will be able to import your current figuremap to allow the tool to only...
Damien has a comprehensive tutorial to adding new clothing, as well as getting the proper furni if you want them to be sellable.
Edit: https://devbest.com/threads/diy-add-new-clothing-catalog-clothing-for-plus.78789/
It appears you're trying to load a RevCMS template, without RevCMS. Therefore it won't work, because it's not initializing core rev files, such as the users class, and engine class.
As for the actual issue. It's hard to say without more details. It could be a variety of things, from your URL...
It would be found in your Habbo.swf. it's possible to add more, but not feasible. (Actually so infeasible Sulake hasn't even paid their small team of professional developers to do so).
You could edit that image in your Habbo.swf, to be more generic. But most trophies are gold, especially on retros.
EDIT: Overthought it, wasn't the code: for anyone else having issue the error is you need to make your header location: https://findretros.com/servers/YOURHOTEL/vote?minimal=1&return=1 (the old API system doesn't pass the return parameter to the new system)
It's looking for voted, and you're...
I made a simple SQL query that will update all of your catalog_items catalog_name to match the furni's public name. This specific code should work fine with MySql
Arcturus
Plus R2
For the newbies:
Run this SQL using Navicat/phpmyadmin, go to your hotel and type :update catalog
Not quite sure if you figured this out yet, but the problem seems to have occurred from changing all selectable "0" to selectable "1". If you're adding clothing and using Habbo's figuremap and figuredata files you only change buyable "1" to buyable "0". If you want to add the extra colors to the...