Search found 71 matches

by reecedogcp78
19 Apr 2012, 21:36
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Set max VM Memory?
Replies: 1
Views: 5129

Set max VM Memory?

Hello, quick question today

So I launch the server and I noticed this:

Code: Select all

System CPU(s): 4
VM Max memory: 66 MB
Im running on a 2GB linux server so Do I need to alter this or does it just go up by itself?
by reecedogcp78
02 Apr 2012, 10:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Character Rotation
Replies: 3
Views: 7489

Re: Character Rotation

Not SFS Related, however you could store the character position/rotation In a variable.
by reecedogcp78
02 Apr 2012, 10:37
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Stop user avatars from getting another avatar look?
Replies: 1
Views: 5136

Re: Stop user avatars from getting another avatar look?

You would have to check if the user is a moderator, if they are you would set a userVariable such as "char" so you could identify there type of character and on the client set the correct frame in the avatar.
by reecedogcp78
02 Apr 2012, 10:35
Forum: Server Side Extension Development
Topic: Extension Error
Replies: 1
Views: 5550

Extension Error

Hello,

Im extremely sorry to be annoying you today with my pathetic code but I just cannot see where I have gone wrong.

My extension is supposed to be called and then send a amount of coins back to the client at the moment the amount of coins is set to 10 as I have not yet added DB Functions, My ...
by reecedogcp78
23 Dec 2011, 14:55
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Can you use AS2 basic SmartFoxServer coding in AS3?
Replies: 2
Views: 6291

Re: Can you use AS2 basic SmartFoxServer coding in AS3?

Buffy1011 wrote:Hiya.
I'm working on making my game in AS3 instead of AS2 now, and I'm wondering if I can use some of the same coding techniques in AS3 as AS2? Or is there a big difference?
Thanks!
AS3 Is generally better than AS2, As for using AS2 Code in AS3 Im not sure.
by reecedogcp78
23 Dec 2011, 14:50
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server Starting then Stoping..
Replies: 3
Views: 6967

Hi,
I know Smartfoxserver doesn't like some Virtual Private Servers but I was running my Smartfoxserver game a few months ago with this company.
No, not true. You can run SFS on any VPS provided that it meets the basic requirements in terms of resources or it's not affected by strange ...
by reecedogcp78
27 Nov 2011, 00:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server Stopping
Replies: 1
Views: 4311

Server Stopping

Hey,

So I just got a new VPS Running CentOS 5 And decided to install SmartFox on it for some small projects,

I successfully installed Smartfox but when I run it after about 5 minutes its Displaying "Wrapper Stopped" and the server is Shutting down.

Any Ideas why this is Occuring?
by reecedogcp78
23 Aug 2011, 00:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Run Smartfox Multiple Times
Replies: 1
Views: 4672

Run Smartfox Multiple Times

Hello just a quick query,

Is it possible to run 2 versions of smartfoxserver pro together on seperate ports?

If it is can somebody please explain the steps to configure/set it up.
by reecedogcp78
22 Aug 2011, 01:49
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Starting VPS
Replies: 7
Views: 12306

Well I have root access And Im sure Java is installed so what could be the issues with permissions? And its 32bit ubuntu So i downloaded 32bit SmartFoxServer.
by reecedogcp78
22 Aug 2011, 00:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Starting VPS
Replies: 7
Views: 12306

This is also happening on my vps ;(
by reecedogcp78
15 Aug 2011, 22:19
Forum: SmartFoxServer 1.x Discussions and Help
Topic: New User Welcome Message
Replies: 3
Views: 6961

I Dont remember you but im @thereecedogcp ATM Also I dont often give out code but for a login use the code below:

<?php
// Connects to your Database
mysql_connect("YOUR MYSQL HOST", "USERNAME", "PASS") or die('&res=DB');
mysql_select_db("mycpgtk1_blobworld") or die('&res=DB');
$name = mysql ...
by reecedogcp78
15 Aug 2011, 19:13
Forum: SmartFoxServer 1.x Discussions and Help
Topic: New User Welcome Message
Replies: 3
Views: 6961

Well,

Create a mySql Login system and in the database have a column named new with either true or false in, then check the collum via PHP Or a serverside extension when you login Also when the user see's it for the first time use PHP Or extension to set it to false.

I have done this before I ...
by reecedogcp78
09 Apr 2011, 16:41
Forum: SmartFoxServer 1.x Discussions and Help
Topic: [HELP] Room Creation
Replies: 1
Views: 4458

[HELP] Room Creation

Okay so im coding houses for my game and I have a problem,

How do I check if a room already exists?
by reecedogcp78
07 Apr 2011, 21:09
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Double Avatars?
Replies: 5
Views: 8471

Have u cloned the avatarMC or something? Just a guess also check ur code :)
by reecedogcp78
07 Apr 2011, 20:58
Forum: SmartFoxServer 1.x Discussions and Help
Topic: [Help] Stop Multiple Connections...
Replies: 3
Views: 6949

The Incident Which Happened Last Week Does Not Need To Be Put On The Forums AiddenB I Just Want to know if there is a solution.