Search found 35 matches

by no-one
27 Dec 2009, 20:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: odd Casting problem
Replies: 5
Views: 8712

odd Casting problem

i am currently trying to create a new multi-player game and things where going quite well until i suddenly started to get these casting issues. in order to have easy access to a game object i put a reference into each player, now when i want to use this object i extract it from the player.properties...
by no-one
21 Aug 2009, 08:23
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SFS pro license
Replies: 2
Views: 5327

The license is bound to your IP address and not your computer, so all you need to do is to copy your license file over to your new computer. Or at least that’s how my 500 Pro license works.

If you change your IP simply contact support and they will probably help you with that =)
by no-one
20 Aug 2009, 15:21
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Trying to connect to the server several times.
Replies: 0
Views: 3703

Trying to connect to the server several times.

Hi I am trying to write some AS2 code that will try to connect to the server until it manages to get a connection. My problem is that SFS won’t give me any feedback (onConnection) after it fails to connect the second time. It works something like this, I call connect then a few moments later my on...
by no-one
14 Jan 2009, 17:49
Forum: SmartFoxServer 1.x Discussions and Help
Topic: delayed kick by flood filter
Replies: 12
Views: 16520

just a sugestion but you could block the user from sending more messages once the kick delay starts, and once oyur at it its pretty easy to ad a custom length limit : private final static MAX_LENGTH =200; public void init(){ StaticObjects.zone.setPubMsgInternalEvent(true); Stati...
by no-one
14 Jan 2009, 17:41
Forum: SmartFoxServer 1.x Discussions and Help
Topic: IpFilter blocking bluebox logons ?
Replies: 1
Views: 4033

IpFilter blocking bluebox logons ?

Due to a few flooders i have been forced to limit the amount of connections per ip by using the IpFilter setting, my corrent setting is 3. after i changed that i have gotten alot of reports from people connecting trough bluebox saying that they have been unable to connect from time to time. now my q...
by no-one
13 Oct 2008, 15:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: multiple ip problem
Replies: 6
Views: 10411

well my apache server is set to only listen to one ip ( Listen 208.75.86.5:443 ) and when i check my second ip (208.78.100.172) there's nothing using that port and i have used 208.78.100.172 as ip in the SFS config file so there souldnt really be any problems, right ? Active Internet connections ...
by no-one
10 Oct 2008, 22:40
Forum: SmartFoxServer 1.x Discussions and Help
Topic: multiple ip problem
Replies: 6
Views: 10411

multiple ip problem

Hi i have a server with 2 ip addresses, i use one of them for my apache server and it use both port 80 and 443 but only one of my two ip addresses. this should allow smartfox to use the other one on whatever port it wants right ? now i want to use my second ip with smartfox and use port 80 for blueb...
by no-one
23 Mar 2008, 00:53
Forum: SmartFoxServer 1.x Discussions and Help
Topic: jvm crash
Replies: 1
Views: 4531

jvm crash

hi i got a bit annoying problem with my sfs installation. once in a while smartfox restarts itself because of some jvm error. whats odd is that sfs dont report any error or strange behavior, everything seems to work fine and then suddenly out of nowhere it restarts. what should i do to prevent this ...
by no-one
11 Mar 2008, 21:24
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to add ulimit -n to sfs script
Replies: 8
Views: 11683

thx :D
by no-one
10 Mar 2008, 21:30
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to add ulimit -n to sfs script
Replies: 8
Views: 11683

ok heres the start command: start() { echo "Starting $APP_LONG_NAME..." getpid if [ "X$pid" = "X" ] then # The string passed to eval must handles spaces in paths correctly. COMMAND_LINE="$CMDNICE \"$WRAPPER_CMD\" \"$WRAPPER_CONF\" w...
by no-one
08 Mar 2008, 14:05
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to add ulimit -n to sfs script
Replies: 8
Views: 11683

how to add ulimit -n to sfs script

hi

recently i have got a few error reports from my server saying that there where to may open files, i checked the docs and found the solution but i don't know how to apply it :P

i want to change the ulimit inside the sfs script but i don't know how to.
can anyone tell me how to do this ?
by no-one
24 Feb 2008, 15:42
Forum: Features Wish List
Topic: please ease up on the language filter
Replies: 12
Views: 23128

just a suggestion.

use a client side word filter like mine.
it wont ban or kick but it will remove a lot more bad words, and its has a ignore word list (ignore grape but remove rape)

checkout the link bellow for source
http://m0rkeulv.net/showsource.php?file=/code/filter.as
by no-one
24 Feb 2008, 15:29
Forum: Features Wish List
Topic: public banDate in bannedUser
Replies: 3
Views: 9862

correct :D
by no-one
07 Jan 2008, 23:58
Forum: Server Side Extension Development
Topic: SMTP problem( 501 Syntax: HELO hostname)
Replies: 6
Views: 16839

i wrote my own emailer and i figured out the problem :) the server was unable to determin my localhost so i had to add this line: props.put("mail.smtp.localhost", yourIP); so it wasn't replacing that was needed, both lines where needed: props.put("mail.smtp.host", smtpServer); pr...
by no-one
07 Jan 2008, 12:56
Forum: Server Side Extension Development
Topic: SMTP problem( 501 Syntax: HELO hostname)
Replies: 6
Views: 16839

i got no such thing, just a plain installation of my OS ,SFS, and mySQL. that's all and as far as i know my server is directly connected to the Internet without any proxies or anything else that could block my connection. when i searched for solutions i found that people have solved it by replacing ...

Go to advanced search