That is a test function to add click event to open habboexperience (who not exists on install or Register), i will fix soon...
UPDATE:
- Now Register Translating working :D [PORTUGUESE/ENGLISH] ( Except for Alerts )
NEXT:
- Logout translate tags
- Optimize Install (mickyc94 bug)
Last edited by m.tiago; 20-12-18 at 10:05 PM.
UPDATE:
- Logout translate working
WHATS NEXT:
- Fix the instalation issues
- Translate Install
- Add new Features on Install
- Change Ads system from static to array
- - - Updated - - -
UPDATE:
- Install Issue Fixed ( i guess so )
- Translate Install ( 30%)
Still nothing happening. Step 3 on install now says this at very top but still doesnt add anything to users table upon account creation.
It says that but then when I click done it directs me to index.php but wont let me sign in and nothing created in database for that user.Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: no parameters were bound in C:\xampp\htdocs\Core\Settings\Models\HotelModel.php on line 57
![]()
Last edited by mickyc94; 21-12-18 at 12:55 AM.
Hopefully the issue can be resolved. I can manually create an account by inputting data into the users table in the database and it will stay there but still unable to create an actual account through the CMS. Also rooms table the field 'id' needs to be set to AUTO_INCREMENT otherwise users are unable to create rooms. I had to manually change mine as no idea what SQL query would be to change that. Same goes for the items table as cannot purchase furniture when in game. There will probably be others but unaware at this time.
Last edited by mickyc94; 22-12-18 at 12:48 AM.
Last edited by mickyc94; 22-12-18 at 04:17 AM.
Great work!! Just a friendly advice. It is a good practice to name everything lower case. Unix systems are case-sensitives so Index.php is different to index.php. I tried to run this on Debian and had issues with paths. For example You have:
and the actual path to this file is with lower case:Code:include "./Core/Classes/Hotel.php"; include "./Core/Models/HotelModel.php";
./core/classes/
./core/model/