Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Disconnect Module for MuWeb

Newbie Spellweaver
Joined
Jan 27, 2007
Messages
34
Reaction score
1
Hi guys,

after some problem with my server, i decided to make this small script, which allow user to disconnect there char when they're stuck in a map. You don't need to modify anything, i have test it and it work.

If you find any bug or security issue, please report it here.

Download in attachment.


Disconnect.php => Modules/user
character.class.php => Includes

Have Fun
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jul 21, 2007
Messages
104
Reaction score
14
Re: [RELEASE] Disconnect Module for MuWeb

all it does is set connectstat=0. it was a solution to the older versions but not for the newer.
 
Newbie Spellweaver
Joined
Jan 27, 2007
Messages
34
Reaction score
1
Re: [RELEASE] Disconnect Module for MuWeb

well it's a start lol
just need to add other function for js and db.
 
Divine Celestial
Loyal Member
Joined
Aug 24, 2007
Messages
890
Reaction score
5
Re: [RELEASE] Disconnect Module for MuWeb

this is support for ss3?
 
Newbie Spellweaver
Joined
Jan 27, 2007
Messages
34
Reaction score
1
Re: [RELEASE] Disconnect Module for MuWeb

I think i have forget to put something but i dont know what. If you find it, please say it here.
 
Newbie Spellweaver
Joined
Jan 27, 2007
Messages
34
Reaction score
1
Re: [RELEASE] Disconnect Module for MuWeb

Fix : Open Disconnect.php, find Name="Submit" and change it for Name="Disconnect" (in submit button)
 
Divine Celestial
Loyal Member
Joined
Aug 24, 2007
Messages
890
Reaction score
5
Re: [RELEASE] Disconnect Module for MuWeb

yah but theres none disconnect but if i change one of the settings there like profile it work
 
Newbie Spellweaver
Joined
Oct 2, 2005
Messages
58
Reaction score
0
Re: [RELEASE] Disconnect Module for MuWeb

its useless..without disconnecting account on js this wont work...
 
Newbie Spellweaver
Joined
Jul 20, 2007
Messages
8
Reaction score
0
Re: [RELEASE] Disconnect Module for MuWeb

doesn't work...
 
Newbie Spellweaver
Joined
Nov 21, 2005
Messages
16
Reaction score
1
Re: [RELEASE] Disconnect Module for MuWeb

Code:
                $disconnect=$db->Execute("Update MEMB_STAT set [ConnectStat]=0 where memb___id=?",array($name));

omfg - its only on db .... where is disconnect on joinserver noob :p
 
Newbie Spellweaver
Joined
Jan 27, 2007
Messages
34
Reaction score
1
Re: [RELEASE] Disconnect Module for MuWeb

joinserver is coming lol
i do only one step at time.
 
Newbie Spellweaver
Joined
Apr 20, 2005
Messages
45
Reaction score
0
Re: [RELEASE] Disconnect Module for MuWeb

Doesn't work :
Fatal error: Call to undefined function: clean_var() in c:\appserv\www\desconectar.php on line 4

I didn't understand it.

What's that problem ? Somobody can help me
 
Newbie Spellweaver
Joined
Jan 27, 2007
Messages
34
Reaction score
1
Re: [RELEASE] Disconnect Module for MuWeb

do you have change somethings ?
 
Joined
Jun 6, 2006
Messages
622
Reaction score
4
Re: [RELEASE] Disconnect Module for MuWeb

the js dc code can be used together with savoys webshop, and that would be a great thing. it would make sure the user is indeed offline before making transactions. ^^
 
Newbie Spellweaver
Joined
Apr 20, 2007
Messages
34
Reaction score
0
Re: [RELEASE] Disconnect Module for MuWeb

We who use the GS-CS to Castle Siege and Crywolf events, we need something more complex.

An integration of the page and PHP JoinServer.exe to be made to disconnect the account through JoinServer.

What did you do will be of great help to lower versions 0.99 or less, but above applicable, I do not think that will have any usefulness.

Excuse the English wrong. I use a translator ^ ^
 
Back
Top