HELP! RevCMS/IIS - Won't Load SWFS, no permission?

sensaze

Member
Jan 29, 2017
73
7
I'm using IIS on a VPS, I've done everything with the setup, all files work properly, I can login and load the client, however when the client is loading the SWFs I get a 404 permission denied error.

IIS suggest to turn on directory browsing but when I do that it just loads all the SWF files in a html document that you can click:

Server link: habbro.pw

Any ideas?
 

sensaze

Member
Jan 29, 2017
73
7
Can you post your external_variables.txt and your client.php please?
Sure bud.

Client.php
pastebinc0m/WtZi32bM

External Variables -
pastebinc0m/9eaWPdui

had to do pastebin because forum won't let me post my code as it has links in.. pretty ridiculous rule to be applied in a tech support section.

@Central
 

sensaze

Member
Jan 29, 2017
73
7
i looked on google console on the client and u had some errors. might want to open it and check

Majority of the errors are SSL, they don't really matter as they're not causing a problem.

The only one that sticks out is a 404 error for figuredata_xml which is external.figurepartlist.txt in the external_variables and the file is located in /gamedata/figuredata.xml .. I don't understand?
 

Xuxu

Member
Nov 21, 2016
295
59
are u on production 86? if u have teamviewer i could look through. im trusted i had a old account on here that was pretty known but id rather not say it on here.
 

sensaze

Member
Jan 29, 2017
73
7
are u on production 86? if u have teamviewer i could look through. im trusted i had a old account on here that was pretty known but id rather not say it on here.
I've fixed it.

I can get into the hotel fine.
Furniture in catalog works fine

Can't see different avatar options like hair, skin colour, clothes, etc.
 

Xuxu

Member
Nov 21, 2016
295
59
i thought you were using plus from the original thread. the files from that tutorial are outdated and probably the figuredata and map are messed up. since its plus you could try replacing your current figuredata and maps with a fresh one from the original plus release thread? just an idea
 

sensaze

Member
Jan 29, 2017
73
7
i thought you were using plus from the original thread. the files from that tutorial are outdated and probably the figuredata and map are messed up. since its plus you could try replacing your current figuredata and maps with a fresh one from the original plus release thread? just an idea

You got a link to the original thread?
 

sensaze

Member
Jan 29, 2017
73
7
I've got it all working, does anyone know what the commands are and also why when I update credits either via Navicat (mysql database) or through housekeeping it doens't work?
 

Joe

Well-Known Member
Jun 10, 2012
4,088
1,915
I've got it all working, does anyone know what the commands are and also why when I update credits either via Navicat (mysql database) or through housekeeping it doens't work?
:give [user] coins 1
:give [user] duckets 1
:give [user] diamonds 1
:give [user] gotw 1

You can type :commands and see the set of commands.
 

sensaze

Member
Jan 29, 2017
73
7
:give [user] coins 1
:give [user] duckets 1
:give [user] diamonds 1
:give [user] gotw 1

You can type :commands and see the set of commands.

Hi JMG
That's all working good now thanks.
I've tried adding customer badges, I've copied the GIFs into the correct c_images folder and when I try the :givebadge (user) (badgeID) it comes up saying I've done it succesfully on the client, however I've found I need to add these badges into the database too under badge_definitions table.
Would this be a correct MySQL query to do so?

INSERT INTO `badge_definitions` (BADGEID, required_right) VALUES (@badge)
 

sensaze

Member
Jan 29, 2017
73
7
Code:
INSERT INTO `badge_definitions` (`code`, `required_right`) VALUES ('BADGE ID', '');
Thanks! Was just the end bit of my SQL query which was a bit dodgy.
Final question, I've defined the right variables in the .txt files (external, override external) and I've renamed an image being used currently to an image I've created to change the 'Boon' logo when I log into the client.
It doesn't seem to change?
I've managed to also update the hotel view its self but I can't change this blasted logo, any ideas?
 

Users who are viewing this thread

Top