Client is sending me to /me

vultex

New Member
Oct 17, 2019
2
0
Hello, I have an problem.

When I join the client then I see it 1 sec loading and then it sends me to the /me page...
I checked every /swfs/ location...

If you want to see the bug itself. ->

I cencored the IP of the client.
Code:
FIXED - THANKS FOR HELPING!

Thanks!
 
Last edited:

Higoka

Active Member
Dec 16, 2018
174
74
change
JavaScript:
Client.addVariable("flash.client.url", "https://cdn.nabbohotel.nl/swfs/");

Client.addParam('base', 'https://cdn.nabbohotel.nl/swfs/');
to
JavaScript:
Client.addVariable("flash.client.url", "https://cdn.nabbohotel.nl/swfs/gordon/mixed/");

Client.addParam('base', 'https://cdn.nabbohotel.nl/swfs/gordon/mixed/');
 

vultex

New Member
Oct 17, 2019
2
0
change
JavaScript:
Client.addVariable("flash.client.url", "https://cdn.nabbohotel.nl/swfs/");

Client.addParam('base', 'https://cdn.nabbohotel.nl/swfs/');
to
JavaScript:
Client.addVariable("flash.client.url", "https://cdn.nabbohotel.nl/swfs/gordon/mixed/");

Client.addParam('base', 'https://cdn.nabbohotel.nl/swfs/gordon/mixed/');
Thanks alot! that helped for me, sorry I didnt know I made that mistake :)
 

Users who are viewing this thread

Top