Beginner ~ Private Retro need help!

iDronee

New Member
Feb 2, 2019
2
0
Hee Guys :)

Habbo is almost death but for me it is nice to learn how SQL works and PHP.
So my Retro will be private and not a big hotel etc.

I have no idea where to look and what to do. So if you are a pro and want to be a jurk read the Title it says beginner:lol:
I have my Retro online now but have some issues. Thanks to @Berk it is online because other Youtube stuff didnt work really good job man.

- So my problems in the hotel are:
1) Characters are invisible.
2) furniters are invisible.
3) when I change credits in the Users table it doesnt save it.

- What are some cools stuff to try out in SQL/PHP
1) what tables are nice to look at to change some stuff
2) The page is in Spanish and i'm dutch so where can I look for .php / css files to change stuff

I hope you guys would help me around. It's already nice to learn how to run this :D
(Sorry for my bad English)
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
1 and 2 are because your swfs aren't linked properly in your external variables. A few links are wrong, probably not all. Look for technical issues like "//url" instead of "http://" and things of that nature.

3 is because if the user is online and closes the client when you are changing their credit value, the emulator saves the current state. Use commands such as :give username credits amount , don't edit the database directly. Bad habit.
 

iDronee

New Member
Feb 2, 2019
2
0

Thanks for the fast reply!
When i go trought the swf file external_variables.txt

I did changes to:
>ads.domain=localhost/swf
> dynamic.download.url=
etc. I changed everything to localhost

And here i see something like this:
> badge.image.path=//localhost/swf/c_images/album1584
is that a correct whay for a path: // ?
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398

Thanks for the fast reply!
When i go trought the swf file external_variables.txt

I did changes to:
>ads.domain=localhost/swf
> dynamic.download.url=
etc. I changed everything to localhost

And here i see something like this:
> badge.image.path=//localhost/swf/c_images/album1584
is that a correct whay for a path: // ?
My example provided that exact issue. Come on bro
 
Feb 27, 2013
140
69

Thanks for the fast reply!
When i go trought the swf file external_variables.txt

I did changes to:
>ads.domain=localhost/swf
> dynamic.download.url=
etc. I changed everything to localhost

And here i see something like this:
> badge.image.path=//localhost/swf/c_images/album1584
is that a correct whay for a path: // ?
The SWFs are going to give you a huge headache if this is your first time. Maybe find someone who knows what their doing to help you?

Alternatively you can trouble shoot by clicking F-12 (on chrome) and opening the Developers console. This will show you what files are missing marked by a little red "x" in the top right corner. This will show you exactly what links aren't working and which ones can't be found. Try and connect those with the links in the External Variables.

If you think your SWFs are all linked properly (You said you changed them all to localhost, but that doesn't necessarily mean everything will work as some files are separate) then the problem may be coming from your Client.php. If you're using RevCMS you may need to modify the client yourself or edit the config.php file and change the folder links.
 

Users who are viewing this thread

Top