Search found 19 matches

by jz87
22 Dec 2010, 21:58
Forum: SFS2X Questions
Topic: Is checkSecurePassword broken?
Replies: 3
Views: 7353

Is checkSecurePassword broken?

I'm using getApi().checkSecurePassword to verify user passwords but let's say the password is 2, but I type in 4 as the password. checkSecurePassword returns true anyway. Is this a known issue?

For reference I'm using
(ISession)event.getParameter(SFSEventParam.SESSION)
to get the session info.
by jz87
22 Dec 2010, 21:43
Forum: SFS2X Questions
Topic: Non-user extension requests
Replies: 1
Views: 4651

Non-user extension requests

How come non-users can't make extension requests? I'm trying to implement an user registration facility, so I need people to be able to register themselves before becoming users.

Is there any way to do this with SFS?
by jz87
22 Dec 2010, 20:54
Forum: SFS2X Questions
Topic: crossdomain.xml
Replies: 3
Views: 7078

Ah ok, I contacted my hosting service and they told me you need to start the server as root to listen on ports < 1024.
by jz87
21 Dec 2010, 23:28
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Cant connect from remote computer
Replies: 2
Views: 5382

I just figured it out. It turns out I needed to add the following line to my server.xml file on the server side:

<socket address="127.0.0.1" port="843" type="TCP"/>

That was incredibly non-obvious. I stumbled on this by chance when some documentation passingly referred to port 843 in conjunction ...
by jz87
21 Dec 2010, 23:06
Forum: SFS2X Questions
Topic: crossdomain.xml
Replies: 3
Views: 7078

crossdomain.xml

By default there is a crossdomain.xml in the config folder with the following:

<?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 all,none,master-only -->
<site-control ...
by jz87
21 Dec 2010, 22:59
Forum: SFS2X Questions
Topic: Error 2036
Replies: 5
Views: 9385

I'm using Ubuntu 10.04 LTS. Basically the included jre folder have all these executable files but they did not have execute permission. So I just typed chmod u+x * in the jre folder and that fixed it.
by jz87
20 Dec 2010, 23:31
Forum: SFS2X Questions
Topic: Admin password
Replies: 3
Views: 8533

Admin password

I was wondering, are the admin password I enter in the server configuration transmitted in the clear? It shows up as plain text instead of the **** in the Remote admin datagrid.
by jz87
20 Dec 2010, 23:29
Forum: SFS2X Questions
Topic: Error 2036
Replies: 5
Views: 9385

I think I fixed it now. It was due to some server permission issues.
by jz87
20 Dec 2010, 23:27
Forum: SFS2X Questions
Topic: Installation problems
Replies: 5
Views: 9584

NVM, I figured it out. I didn't have execute permissions.
by jz87
20 Dec 2010, 23:25
Forum: SFS2X Questions
Topic: Installation problems
Replies: 5
Views: 9584

I get this error even when I'm running as root. Is there an error log or diagnostic log somewhere so I can see exactly what it's trying to do? I have no idea what command it's trying to execute and which folder it's reading/writing from.

I did install OpenJDK on this machine, but it should still be ...
by jz87
20 Dec 2010, 02:44
Forum: SFS2X Questions
Topic: Error 2036
Replies: 5
Views: 9385

Error 2036

When I log into my admin console, I get the following error. What does it mean and what can I do to fix it?

The following error occurred while loading the selected module:

Error #2036
by jz87
20 Dec 2010, 02:41
Forum: SFS2X Questions
Topic: Installation Troubles
Replies: 13
Views: 20624

Here's my server.xml


<serverSettings>
<socketAddresses>
<socket address="173.255.206.61" port="9933" type="TCP"/>
<socket address="127.0.0.1" port="9933" type="TCP"/>
</socketAddresses>
<ipFilter>
<addressBlackList></addressBlackList>
<addressWhiteList></addressWhiteList ...
by jz87
20 Dec 2010, 01:16
Forum: SFS2X Questions
Topic: Installation Troubles
Replies: 13
Views: 20624

Ok, so I fixed the socket problems and got it to log in. But then I get this error message:

The following error occurred while loading the selected module:

Error #2036
by jz87
20 Dec 2010, 01:12
Forum: SFS2X Questions
Topic: Installation Troubles
Replies: 13
Views: 20624

Oops, I fixed that but that didn't help. I still can't connect.
by jz87
20 Dec 2010, 00:55
Forum: SFS2X Questions
Topic: Installation Troubles
Replies: 13
Views: 20624

I have the same problem as you. Here's my server.xml


<serverSettings>
<socketAddresses>
<socket address="127.0.0.1" port="9933" type="TCP"/>
<socket address="173.255.206.61" port="9333" type="TCP"/>
</socketAddresses>
<ipFilter>
<addressBlackList></addressBlackList>
<addressWhiteList ...