Search found 83 matches

by jamieyg3
16 Jul 2012, 16:57
Forum: SFS2X C# API
Topic: crossdomain policy hell
Replies: 14
Views: 23213

Re: crossdomain policy hell

The request to the BlueBox fails because your not using regular HTTP: you must pass a valid HTTP GET request. In fact if you point the browser to your bluebox add:port you will obtain it. Default example: http://localhost:8080/crossdomain.xml The webplayer is supposed to do that correctly. I will a...
by jamieyg3
15 Jul 2012, 23:35
Forum: SFS2X C# API
Topic: crossdomain policy hell
Replies: 14
Views: 23213

Re: crossdomain policy hell

Just some extra info in case its needed: telnet <ip> 80: Escape character is '^]'. <request-policy-file /> <?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <!-- This is a master-policy file. site-control can be ...
by jamieyg3
15 Jul 2012, 23:12
Forum: SFS2X C# API
Topic: crossdomain policy hell
Replies: 14
Views: 23213

Re: crossdomain policy hell

I was able to run some more tests and my problem seems to be with Security.PrefetchSocketPolicy This is pretty confusing but i'll try to explain it... SFS is listening on 9932, 80, and 443... bluebox is on 8080... The server is in a remote location... my firewall blocks port 9932... ----------------...
by jamieyg3
15 Jul 2012, 22:05
Forum: SFS2X C# API
Topic: crossdomain policy hell
Replies: 14
Views: 23213

Re: crossdomain policy hell

Also, if i switch unity to PC Standalone build everything works.. PC Standalone build: - connecting to port 443 (and all other ports) works fine... - also Bluebox works fine in standalone mode... it is only the web player that is giving me problems... Web Player Build: - can't connect to port 443 (p...
by jamieyg3
15 Jul 2012, 21:52
Forum: SFS2X C# API
Topic: crossdomain policy hell
Replies: 14
Views: 23213

Re: crossdomain policy hell

I'm not running it from home I turned off apache on the remote server, port 80 seems to work fine. (port 443 does not for some reason). port 80 seems to work but bluebox is not working, that is the current problem. Ideally i'd like to run the server on port 443 and bluebox on port 80... but if i can...
by jamieyg3
15 Jul 2012, 20:56
Forum: SFS2X C# API
Topic: crossdomain policy hell
Replies: 14
Views: 23213

Re: crossdomain policy hell

No the policy file is found under the SFS2X/config/ folder. Typically it will look like this: <!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <!-- MY POLICY --> <site-control permitted-cross-domain-policies="all"/> <!-- Instead of ...
by jamieyg3
13 Jul 2012, 20:10
Forum: SFS2X C# API
Topic: crossdomain policy hell
Replies: 14
Views: 23213

Re: crossdomain policy hell

is there a way to check my crossdomain policy? i just went to the website root... i dont know how to check it any other way
by jamieyg3
13 Jul 2012, 20:00
Forum: SFS2X C# API
Topic: crossdomain policy hell
Replies: 14
Views: 23213

Re: crossdomain policy hell

I'm just using a standard one i think <?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <allow-access-from domain="*" /> </cross-domain-policy>
by jamieyg3
13 Jul 2012, 01:26
Forum: SFS2X C# API
Topic: crossdomain policy hell
Replies: 14
Views: 23213

crossdomain policy hell

Hi I'm trying to change the smartfox port on my remote server to port 443... this works fine in standalone builds... as soon as i switch to web player i run into problems... In fact, i've tried a few different ports (443, 80, 9932) and they all give problems, port 9933 gives no problem at all. Here ...
by jamieyg3
03 Nov 2011, 21:34
Forum: SFS2X ActionScript 3 API
Topic: SFSArray bad performance
Replies: 2
Views: 5672

SFSArray bad performance

I'm trying to check if a value is contained inside an array.... With a SFSArray, on my slow-ish laptop, this code takes 374968ms!! That's over 6 minutes! var arr:ISFSArray=new SFSArray(); for(var i:int=0; i< 30000; i++) arr.addInt(i); arr.contains(25000); //this line ...
by jamieyg3
04 Aug 2011, 17:31
Forum: SFS2X Questions
Topic: Extension Request refused. Sender is not a User
Replies: 24
Views: 37557

As you can see there has been a loss of connection from one of the users, so, not being a User anymore he cannot send an extension request. You must pay attention to the fact that, if you activate the reconnection system, you have to listen for events and make your GUI react to it. Otherwise you wi...
by jamieyg3
22 Jul 2011, 01:22
Forum: SFS2X Questions
Topic: Extension Request refused. Sender is not a User
Replies: 24
Views: 37557

I had this same problem today... not sure what exactly happened but here is the info I do have... I am running SmartFoxServer 2X (2.0.0-RC2a) I am just running in a development environment, i think there was 2-3 users connected when the problem happened... First I got this........... 21 Jul 2011 18:...
by jamieyg3
22 Jun 2011, 01:51
Forum: SFS2X Questions
Topic: Mysql Problem: unsigned int
Replies: 1
Views: 3945

Mysql Problem: unsigned int

In MySQL, i have an unsigned integer with the value of 3,000,000,000. The IDBManager tries to put this value into an Integer. Obviously this is a problem, any way to get this fixed? String sql="select * from User"; ISFSArray res=dbManager.executeQuery(sql); //MySQLDataException: '3...
by jamieyg3
29 Jun 2009, 03:11
Forum: Server Side Extension Development
Topic: creating rooms with more than 1 extension
Replies: 3
Views: 6159

creating rooms with more than 1 extension

With java can I create a room and give it more than 1 extension? If so how? I'm using helper.createRoom() but i think it only lets me put in 1 extension.

Thanks.
by jamieyg3
13 Jun 2009, 19:12
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Error in windows.
Replies: 1
Views: 3701

Error in windows.

My dev server crashed, so i installed the latest smartfox 1.6.6 on another windows machine, but i'm getting this error: Error loading: C:\Program Files (x86)\SmartFoxServerPRO_1.6.6\jre\bin\msvcr71.dll This new machine is running vista, 64bit. I installed I guess it's jdk1.6.0_14 and copied everythi...

Go to advanced search