Search found 16 matches

by WoWoX
05 May 2015, 17:58
Forum: SmartFoxServer 1.x Discussions and Help
Topic: server quit working out of the blue
Replies: 3
Views: 8503

Re: server quit working out of the blue

You haven't really provided an adequate amount of information relating to your issue.
Are you receiving any errors in the console?
by WoWoX
01 Mar 2015, 01:14
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Help Implementing ban an offline user in a button
Replies: 2
Views: 6097

Re: Help Implementing ban an offline user in a button

You cannot ban an offline user using the admin extension.
I would recommend to make a database with a users table. For each user, have a banned column. Create an extension to check upon login for the value of this column and refuse the login if they are banned.
by WoWoX
01 Mar 2015, 01:00
Forum: Job offers and requests
Topic: Coding Certain Extentions and Classes..
Replies: 1
Views: 9261

Re: Coding Certain Extentions and Classes..

I could do this for you, if you still need it.
by WoWoX
31 Jan 2015, 22:59
Forum: Server Side Extension Development
Topic: Error in my login extension
Replies: 3
Views: 7572

Re: Error in my login extension

I used one of rjgtavs .fla files he posted in a thread to resolve a similar issue, and it fixed my problem.
by WoWoX
30 Jan 2015, 12:02
Forum: Server Side Extension Development
Topic: Error in my login extension
Replies: 3
Views: 7572

Re: Error in my login extension

The login is working, but my avatar does not appear when it goes to the chat frame, and the exit + send buttons do nothing. If the login works then you should investigate the code that displays your avatar. The problem is not the login. I have not modified the avatar chat example at all, besides ad...
by WoWoX
30 Jan 2015, 04:45
Forum: Server Side Extension Development
Topic: Error in my login extension
Replies: 3
Views: 7572

Error in my login extension

Hello, I am using a java login extension along with the avatarchat example to login to the avatarchat with a username and password. The login is working, but my avatar does not appear when it goes to the chat frame, and the exit + send buttons do nothing. Here is the onextensionresponse code I have ...
by WoWoX
26 Jan 2015, 17:21
Forum: Server Side Extension Development
Topic: Could not create JAXB context for com.ext.wowox.job
Replies: 3
Views: 7685

Re: Could not create JAXB context for com.ext.wowox.job

Thanks for getting back to me, Lapo. I have added all of the .jar files to SFS and I still receive the same error. Could someone who is experienced with JAXB help me? The main cause of this error is: Caused by: javax.xml.bind.JAXBException: "com.ext.wowox.job" doesnt contain ObjectFactory....
by WoWoX
26 Jan 2015, 06:24
Forum: Server Side Extension Development
Topic: Could not create JAXB context for com.ext.wowox.job
Replies: 3
Views: 7685

Could not create JAXB context for com.ext.wowox.job

I have been trying all day to resolve this issue, and I just can't seem to fix it. java.lang.IllegalArgumentException: Could not create JAXB context for com.ext.wowox.job at com.ext.wowox.util.JAXBUtil.getContext(JAXBUtil.java:59) at com.ext.wowox.util.JAXBUtil.loadXml(JAXBUtil.java:41) at com.ext.w...
by WoWoX
28 Feb 2014, 17:07
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Admin messages
Replies: 1
Views: 4406

Admin messages

Hello, I am having an issue. "Hackers" are able to use a packet editing program to send the admin message packet: <msg t='sys'><body action='dmnMsg' r='0'><user id='177252' /><txt><![CDATA[admin message]]></txt></body></msg>. They can put any user's ID in there and it will send the admin m...
by WoWoX
15 Feb 2014, 18:20
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Auto login?
Replies: 1
Views: 4472

Auto login?

Hello, i'm trying to figure out how to automatically login.

Example: Let's say the game is on Facebook, and the login information (_root.username and _root.password) are already set.
How would I login to the account automatically without having to click a login button? Thanks.
by WoWoX
20 Oct 2013, 15:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: sfs start --> wrapper syntax error "(" unexpect
Replies: 6
Views: 11399

Re: sfs start --> wrapper syntax error "(" unexpect

I am having this issue also. Does anyone know a solution?
by WoWoX
06 Oct 2013, 19:41
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to ban/kick people
Replies: 4
Views: 8823

Re:

With user being a 'moderator', you can manually ban a user by doing something like this: var dataObj = {} dataObj.id = userId.toString() dataObj.msg = "Your msg" smartFox.sendXtMessage("$dmn", "ban", dataObj) //ban a user smartFox.sendXtMessage("$dmn", "...
by WoWoX
16 Sep 2013, 15:53
Forum: Server Side Extension Development
Topic: java.lang.NullPointerException - NEED HELP!
Replies: 1
Views: 6223

java.lang.NullPointerException - NEED HELP!

Hi, i am receiving this error : [ WARNING ] > Exception in ExtensionHandler:ava.lang.NullPointerException. I will try to provide as much information as i can. Ok so im trying to make it so when you click the male button, it makes your gender "1" in the database, and if you click the female...
by WoWoX
06 Jul 2013, 20:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Not logging in, someone please help me
Replies: 1
Views: 5009

Not logging in, someone please help me

Hi, I followed Rjgtav's tutorial at http://sfs-tutor.blogspot.com/ on how to make a Database Login. My server is starting like normal. When I try to login, it shows a grey shadow over everything (screenshot is at the bottom of my post). I know that it is connected to the database and it is logging i...
by WoWoX
05 Jul 2013, 13:28
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server not starting
Replies: 1
Views: 4235

Server not starting

I am trying to connect my avatarchat to a database and am getting these errors when starting my server.
Image
Image
Image
Any suggestions?

Go to advanced search