Search found 322 matches

by coolboy714cp
27 Feb 2013, 21:51
Forum: SFS2X Questions
Topic: External Zone Count?
Replies: 6
Views: 7581

Re: External Zone Count?

Okay I see what you're saying, but in theory, would it also be possible, for example, to examine all the packets sent to the server, then just replicate it by sending the same data to the server to get the same response as one would get with using the API, just by using simple socket functions in ot...
by coolboy714cp
27 Feb 2013, 13:03
Forum: SFS2X Questions
Topic: External Zone Count?
Replies: 6
Views: 7581

Re: External Zone Count?

Oh okay thanks! I didn't think about using the HTML5 API.

Is it possible to do the same thing using a language that doesn't have the API built for it? Such as PHP, for example?
by coolboy714cp
27 Feb 2013, 06:49
Forum: SFS2X Questions
Topic: External Zone Count?
Replies: 6
Views: 7581

External Zone Count?

Hey guys, I was just wondering if there is some way to do an external zone count in SFS2X, like you can do in SFS Pro?
And if so, could someone tell me how one would go about doing this?

Any help would be greatly appreciated! Thanks!:)
by coolboy714cp
24 Feb 2013, 01:24
Forum: SFS2X Questions
Topic: Java Server Not Implemented Feature Arrival Date(s)?
Replies: 11
Views: 11408

Re: Java Server Not Implemented Feature Arrival Date(s)?

Hi, sorry for not making my objective clear. What I'm basically wanting to do is to make a mutual buddy add system, but lets say User A sends User B a friend request, and before User B can accept the request, User A disconnects from the server. So User A (who is now offline) will be added to User B'...
by coolboy714cp
23 Feb 2013, 02:58
Forum: SFS2X Questions
Topic: Java Server Not Implemented Feature Arrival Date(s)?
Replies: 11
Views: 11408

Java Server Not Implemented Feature Arrival Date(s)?

I've started making the buddy list for my game now, but I have encountered a few crucial parts of the game that are needed for it to function the way I have in mind. The problem is specifically in the buddy list system, which I am needing to add buddies to a user's buddy list even if they are offlin...
by coolboy714cp
21 Mar 2012, 00:26
Forum: SFS2X Questions
Topic: Word Filter Isn't Active?
Replies: 10
Views: 12721

Re: Word Filter Isn't Active?

That is one of the ways I've been testing. How do I enable the word filter in public messages?
by coolboy714cp
20 Mar 2012, 23:03
Forum: SFS2X Questions
Topic: Word Filter Isn't Active?
Replies: 10
Views: 12721

Re: Word Filter Isn't Active?

Yes, I checked the admin tool. It says the word filter is active, but in all my tests, it appears to be inactive.
by coolboy714cp
20 Mar 2012, 17:09
Forum: SFS2X Questions
Topic: Word Filter Isn't Active?
Replies: 10
Views: 12721

Re: Word Filter Isn't Active?

I'm trying to get the word filter working. With those settings above, after I login to the game, I type a word that is in the filter, but SFS doesn't filter the word. The word shows up in the chat message not blocked out or anything. The word filter just isn't working.
by coolboy714cp
19 Mar 2012, 21:33
Forum: SFS2X Questions
Topic: Word Filter Isn't Active?
Replies: 10
Views: 12721

Word Filter Isn't Active?

Hey everyone, I don't know if this is a bug, or if it's something I'm doing wrong, but this is the coding I have in my extension: SFSBannedUserManager bannedUM = new SFSBannedUserManager(); IWordFilter wF = new SFSWordFilter(bannedUM); trace("Is it active? - " + wF.isActive()); The above c...
by coolboy714cp
01 Mar 2012, 01:36
Forum: SFS2X Questions
Topic: Send an Extension Response with room.getUserList() ?
Replies: 4
Views: 6236

Re: Send an Extension Response with room.getUserList() ?

I'm wanting to send the room's user list to one user.
by coolboy714cp
28 Feb 2012, 04:59
Forum: SFS2X Questions
Topic: Send an Extension Response with room.getUserList() ?
Replies: 4
Views: 6236

Send an Extension Response with room.getUserList() ?

I was just wondering how I can send an extension reponse with the room's user list, as an array, back to the client to be handled on the EXTENSION_RESPONSE handler. I've been trying to do this for a while now and just can't get the coding correct. I'm still learning Java, so any help would be greatl...
by coolboy714cp
20 Feb 2012, 06:06
Forum: SFS2X Questions
Topic: user.setVariables Question
Replies: 1
Views: 3348

user.setVariables Question

I recently tried using user.setVariables(uVars) on the server-side and found that it worked, but it didn't fire the USER_VARIABLES_UPDATE event. I was just wondering, is it supposed to fire the event?

After about half an hour I finally decided to use getApi().setVariable(user, uVars) and that worked.
by coolboy714cp
14 Feb 2012, 22:57
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Null Error in SmartFoxServer?
Replies: 2
Views: 5121

Nevermind about this post, I recoded the config file in a whole new document and took out all the example zones, and it worked fine. Strange. I'm guessing the old config file got corrupted somehow. :)
by coolboy714cp
14 Feb 2012, 02:40
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Null Error in SmartFoxServer?
Replies: 2
Views: 5121

Null Error in SmartFoxServer?

Hello everyone. I am trying to help a friend setup SmartFoxServer with a few extensions that contain database related requests, but when the database manager is activated, the server spits out an error. Me and him are using the same exact zone settings for simpleChat (which is where the error is occ...
by coolboy714cp
14 Feb 2012, 02:30
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SFS Turn on error?
Replies: 3
Views: 5870

Did you try completely uninstalling SmartFoxServer, then reinstalling it in a more easily accessible location (such as My Documents)?

Go to advanced search