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!

[Release] WebJM New CMS

Newbie Spellweaver
Joined
Aug 12, 2012
Messages
34
Reaction score
12
This web was developed exclusively for the Xteam / Muemu servers, but if you have knowledge it is easy to adapt to any version of MuOnline, the code is simple and easy to understand.

WARNING:
The code is all over the place, multiple files, and possible sql injection risks. PLEASE TAKE CAUTION.


* Anyone who already uses the web, I recommend trying to do everything from scratch to avoid problems of incompatibility, spatially with the JOBS that have all been redone in a simpler way.

Sites that use the web:




(Modified)
. Br (Soon)

Images of the site at the link:


Web Systems:
- System of medals
- Patent
system - System of Top Monthly, Weekly, Sophisticated diary
- Weekly events top (Devil Square, Blood Castle, Chaos Castle, Duel, Custom Arena)
- Advanced rankings (General, Guilds, Medals, Devil Square , Blood Castle, Chaos Castle, Duel, Custom Arena, Gens, Castle Siege)
- Email registration and password recovery
- 4 types of vip
- VIP bonus on the register
- Advanced system to show character information
- System To show information about guild
- Contirbuitem of the Month

Panel Functions:
- All basic systems
- Disclosure system
- Transfer account character (HOT)
- Confirm payment - Exclusive messaging
system (HOT)
- Reset Master Skill
- Quest system by the exclusive site (HOT)
- Search Character
- Search Guild
- Move Character
- Change Patent
- Reputation
system - Nationality system (flag)
- System of missions (HOT)
- System to transfer credits (WCOINC)
- Account statement .
- Change E-mail
- System of tips
- System to put password in bau and recover.
- System to change the name of the character
- System to change the order of the character (order that shows them in the select char within the game) (HOT)

Administrative functions:
- Manage Payments (HOT)
- Financial Manager (
Ban ) User
- Edit accounts and characters (HOT)
- News system
- Send ScrrenShots that appear on the site.
- Track IP
- Track Email
- Track Serial ITEM
- Add Event Points
- View Server Logs
- Last Logged In (HOT)
- Manage Staff (HOT)

Projects in progress:
- System of statistics of online players (by hour and month)
- System to create the personal code
- Add new languages ​​to the site


Website Requirements:
PHP 5.4 or Later
MSSQL 2008 or Later
XAMPP OR WAMP

o5xii8G - [Release] WebJM New CMS - RaGEZONE Forums

tdrGidm - [Release] WebJM New CMS - RaGEZONE Forums

WWBac21 - [Release] WebJM New CMS - RaGEZONE Forums

J44Ic4H - [Release] WebJM New CMS - RaGEZONE Forums

9rN43VH - [Release] WebJM New CMS - RaGEZONE Forums


Double Check:
Edit the php.ini file, look for the line

:; extension = php_mssql.dll

and remove the; In front of the extension, so:

extension = php_mssql.dll

Save and restart apache.

Download:




Troubleshooting:
Q:English Translation?
A:Yes, i know it is in Spanish. I'm working on it

Q:Fatal error: Call to undefined function mssql_connect () in C: \ xampp \ htdocs \ include \ config_index.php on line 32

then this line and email $ CONFIG_MAIL_SENHA = "SUA_SENHA"; // Email password

A: Make sure you setup XAMPP correctly, or try downloading this.


Credit:
Luis_br
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Dec 27, 2015
Messages
101
Reaction score
3
Owwww.
Without a license?

 
Junior Spellweaver
Joined
Dec 27, 2015
Messages
101
Reaction score
3
PHP 7 missing extension php_mssql.
Work with php_sqlsrv or php_pdo?

 
Newbie Spellweaver
Joined
Aug 12, 2012
Messages
34
Reaction score
12
Ok bro! let me try this one but one question do you have any installation guide of this?

BACKUP BEFORE DOING SO

1 - Change the files:
Include / config.php

2-Create a Mysql database and execute the query that is in that folder.

3-Define an administrator, create a character within the game,
Then run the command in sql:

UPDATE CHARACTER SET LEVEL_GM = 5 WHERE NAME = 'CHAN_NAME_ADM'

4 - Restore the included DB in the package or execute the scripts in the SQL Scripts folder
To create the tables and columns for the site.
 
Junior Spellweaver
Joined
Aug 26, 2012
Messages
197
Reaction score
19
BACKUP BEFORE DOING SO

1 - Change the files:
Include / config.php

2-Create a Mysql database and execute the query that is in that folder.

3-Define an administrator, create a character within the game,
Then run the command in sql:

UPDATE CHARACTER SET LEVEL_GM = 5 WHERE NAME = 'CHAN_NAME_ADM'

4 - Restore the included DB in the package or execute the scripts in the SQL Scripts folder
To create the tables and columns for the site.

I'll try this one :D thanks bro
 
Junior Spellweaver
Joined
Nov 22, 2006
Messages
167
Reaction score
19
I can not make it work on sql 2008...
the php_mssql.dll not work!

não consigo fazer funcionar com sql 2008...
o php_mssql.dll nao funciona!
 
Back
Top