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!

MuWeb Account Manager 0.1

Skilled Illusionist
Joined
May 6, 2006
Messages
330
Reaction score
1
Hi all,

I`m back to my work and i have some good news for you

MuWeb Account Manager 0.1


DESCRIPTION
What is MuWeb Account Manager? a very useful application for client side.

MuWeb Account Manager is made from 2 sides:
  1. - Client Side, wich is MuWeb Account Manager.exe connected to server side,
    What can do clients with MuWeb Account Manager.exe:
    • - They can create new accounts
    • - They can find out the lost password
    • - They can change password
    • - They can reset characters
    • - They can add stats
    • - They can clear pk status
    • - They can warp
    • - They can send client bug report to administrator (server side), wich admin can read them latter and maybe fix them ^_^
    (All those without to enter server`s website)

  2. - Server Side, are all php files wich MuWeb Account Manager Client Side need them.

On server side from Admin Area you can modify settings of MuWeb Account Manager Client Side like:
  • - Turn ON/OFF MuWeb Account Manager Client (if is OFF user can`t use it)
  • - Turn ON/OFF Client Bug Reporting (if is OFF user can`t send anymore bug reports on server side)
  • - Turn ON/OFF MD5 Ecnryption
  • - Set the reset level,reset zen,reset bonus points,pk zen,warp zen

INSTALL NOTES

MuWeb Account Manager Server Side
  1. Download arhive and extract it on you webserver root in any folder, i will use folder "muweb_account_manager" :p
  2. Change your admin username and password from www root/muweb_account_manager/admin_account/admin_account.php, open with notpad and edit vaules
  3. Go back and run MuWeb ODBC.reg
  4. Don`t make any edit or delete of config.php
  5. Admin Area URL
  6. If you use MD5 and if is your first time when you use an MuWeb product do this:
    - Download the WZ_MD5_MOD.dll from attachment, copy it in C:\Program Files\Microsoft SQL Server\MSSQL\Binn folder
    - Run this query in your sql query analizer (Select Master database)
    PHP:
    CREATE FUNCTION [dbo].[fn_md5] (@data VARCHAR(10), @data2 VARCHAR(10))
    RETURNS BINARY(16) AS
    BEGIN
    DECLARE @hash BINARY(16)
    EXEC master.dbo.XP_MD5_EncodeKeyVal @data, @data2, @hash OUT
    RETURN @hash
    END

MuWeb Account Manager Client Side
  1. Extract the files in MU Online client
  2. Go to folder _sys and open MuWeb.ini with notpad
  3. You will see there "http://server_website/muweb_account_manager/" change it with your server address and MuWeb Account Manager Server folder path like: , after change save and exit

AFTER YOU MAKE ALL THIS IMPORTANT STEPS ALL IS READY FOR USE

SCREENSHOTS


MuWeb Account Manager Client Side

=Master= - MuWeb Account Manager 0.1 - RaGEZONE Forums



MuWeb Account Manager Server Side (Admin Area)

=Master= - MuWeb Account Manager 0.1 - RaGEZONE Forums



DOWNLOADS

MuWeb Account Manager Client Side
MuWeb Account Manager Server Side


BUGS AND SUPPORT
Post here if you find any bugs,
Also for more support at: muweb dot org


CREDITS
  • =Master=,MuWeb Team
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Twilight Mu Owner
Loyal Member
Joined
Aug 8, 2005
Messages
505
Reaction score
74
Re: [Release] MuWeb Account Manager 0.1

 
Experienced Elementalist
Joined
Sep 11, 2007
Messages
257
Reaction score
0
Re: [Release] MuWeb Account Manager 0.1

Werry nice! thanks =Master=! I will use it!
 
is lovin' it
Loyal Member
Joined
Nov 26, 2005
Messages
1,154
Reaction score
2
Re: [Release] MuWeb Account Manager 0.1

Woah, I knew something great was coming from you :) Thanks!
 
Pyro Dude
Loyal Member
Joined
Jan 23, 2007
Messages
450
Reaction score
8
Re: [Release] MuWeb Account Manager 0.1

Thkans Master.
Always the Best
 
Experienced Elementalist
Joined
Jul 26, 2004
Messages
218
Reaction score
7
Re: [Release] MuWeb Account Manager 0.1

nice! this so good so that player don't have any problems making their new account ^^

edit: master i edit the MuWeb.ODBC its because its giving me a prolem with the conflict connection from odbc to mssql now its working fine ^^

error report: need to open web browser to execute correctly the account manager! if the browser is off the account manager is not connecting to the server.
 
Last edited:
Junior Spellweaver
Joined
Jan 11, 2005
Messages
109
Reaction score
5
Re: [Release] MuWeb Account Manager 0.1

Nice work, Exactly what I wanted..
 
Experienced Elementalist
Joined
Jul 3, 2007
Messages
200
Reaction score
3
Re: [Release] MuWeb Account Manager 0.1

terribly awesome release. nice codes i can learn from. i luv the bugs reporting especially!
 
Junior Spellweaver
Joined
Jul 2, 2006
Messages
117
Reaction score
0
Re: [Release] MuWeb Account Manager 0.1

wow, very nice ^^ :D
 
Account Upgraded! :P
Joined
Apr 11, 2007
Messages
193
Reaction score
3
Re: [Release] MuWeb Account Manager 0.1

wow, great, thanks you alot =Master=
 
Newbie Spellweaver
Joined
Feb 12, 2006
Messages
30
Reaction score
0
Re: [Release] MuWeb Account Manager 0.1

Very nice ! :) 10/10
 
Experienced Elementalist
Joined
Jul 19, 2007
Messages
214
Reaction score
0
Re: [Release] MuWeb Account Manager 0.1

Good one nab ;p
 
Junior Spellweaver
Joined
Sep 24, 2007
Messages
190
Reaction score
0
Re: [Release] MuWeb Account Manager 0.1

Woohoo!! Da best!
 
Junior Spellweaver
Joined
Dec 13, 2004
Messages
164
Reaction score
12
Re: [Release] MuWeb Account Manager 0.1

Very nice !! not just nice :)
 
Newbie Spellweaver
Joined
Sep 20, 2006
Messages
50
Reaction score
2
Re: [Release] MuWeb Account Manager 0.1

How about vip options?

It's possibly to add?
 
Skilled Illusionist
Joined
May 6, 2006
Messages
330
Reaction score
1
Re: [Release] MuWeb Account Manager 0.1

How about vip options?

It's possibly to add?

yea i think works, only need more modifications on server side an client side, i`ll try make it, stay tune
 
Back
Top