Jump to content

Recommended Posts

  • Premium

Hello Guys, today I bring you a simple CMS for your metin2 server.


User features:

  • Register
  • Login
  • Player and Guild ranking
  • Downloads
  • Change email
  • Change password
  • Warehouse password
  • Character password
  • Unbugg character
  • Recover account password

Admin features:

  • Add post
  • Edit post
  • Delete post
  • Ban user permanent
  • Ban user for days
  • Unbann user
  • Add coins to players
  • Remove coins from players

Some others things:

  • Enable/Disable Lycan in Ranking (disabled  by default)
  • Enable and set max accounts per email (disabled by default)
  • Enable/disable register
  • Block user login on site if banned
  • option to change website language easily
  • Send emails with SMTP(PHPMailer)
  • and more...

Its made with slim framework v2 and raintpl, supports PHP 7.0.0+
All changes can be made in 'vendor/init.php'.

Required PHP Modules:

  • session
  • json
  • pdo
  • pdo_mysql
  • filter
  • sockets - optional

If you use apache its necessary to activate mod_rewrite for friendly url or you get a 404 error. (for others web servers you can check slim framework documentation to fix possible errors)

For localhost tests:
I've found in levmud website a link for localhost tests, it contains some modifications to not call google recaptcha and some small changes in index.php

 

Demo user: admin | password: !Admin1!

You can change server responses to english in init.php (SERVER_LANG, 'en') but all HTML files are in portuguese.
Its free to use, share and modify. I'm not the owner.

Hope its useful for someone 🙂

 

Update - new version!

## [1.2.1] - 2022-03-01
### Changed
- Account creation and Login moved to individual pages.
- Improved 'TopClass' ranking.

### Added
- New option 'ENABLE_CAPTCHA' in /vendor/init.php. (set to false for localhost tests)

### Fixed
- Fixed error when trying to login with BLOCK_LOGIN_SITE_USER_BAN enabled.
- Fixed the possibility to access "deleted" posts.

Edited by Zahel
v1.2.1
  • Metin2 Dev 113
  • Eyes 2
  • Angry 3
  • Sad 1
  • Cry 1
  • Smile Tear 2
  • Think 2
  • Scream 1
  • Good 34
  • Love 6
  • Love 71
Link to comment
Share on other sites

  • 3 months later...
  • Premium

New version is out: 2.4.1

Changed:

  • Changed how database connection work and queries were executed.

Added:

  • New option to enable/disable the page Header and Footer templates.
  • New page for when the connection to the database has failed. (You can edit in: /template/default/offline.html)
  • Timer to resend emails.(5min default, change in /vendor/init.php)
  • Captcha verification in change password and email pages.

Fixed:

  • Fixed template path when the CMS were used in subfolders.

 

Github download link: 

This is the hidden content, please

  • Metin2 Dev 51
  • kekw 2
  • Eyes 4
  • Dislove 3
  • Cry 1
  • Think 3
  • Scream 2
  • Good 15
  • muscle 1
  • Love 5
  • Love 38
Link to comment
Share on other sites

  • 1 year later...

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.