GithubHelp home page GithubHelp logo

noobdevai / metin2cms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ionutpopescuro/metin2cms

0.0 0.0 0.0 3.82 MB

Metin2CMS

Home Page: https://v2.metin2cms.cf/

License: GNU Lesser General Public License v3.0

JavaScript 0.20% PHP 94.68% CSS 5.12%

metin2cms's Introduction

Metin2CMS

N|Solid

Github All Releases GitHub release License

The latest version of the CMS. This CMS is Open-Source and is accompanied by updates. To update to a newer version, enter in administrator panel.

REQUIREMENTS

The minimum requirement by Metin2CMS that your Web server supports PHP 5.6.0.

MySQL CONNECTION

Communication with the database of the cms is done using the PDO extension. Settings are saved in json files.

LANGUAGES

The platform is available in 12 languages:

  • [en] English
  • [ro] Română
  • [fr] Français
  • [pl] Polski
  • [pt-BR] Português (BR)
  • [es] Español
  • [it] Italiano
  • [tr] Türk
  • [hu] Magyar
  • [de] Deutsch
  • [el] Ελληνικά
  • [ar] العربية

If you want to help, you can translate in your language and send us.

INSTALATION

All you have to do now is to edit the file config.php.

	//Game database
	$host = "localhost";
	$user = "root";
	$password = "xxxxxx";
	
	//Site url - add / at the end, eg: http://metin2cms.cf/mt2/
	$site_url = "https://metin2cms.cf/mt2/";

	//Mail settings
	$SMTPAuth = true;
	$SMTPSecure = "ssl";
	$EmailHost = "smtp.gmail.com";
	$emailPort = 465;
	
	$email_username = "[email protected]";//gmail account
	$email_password = "xxxxxx";//gmail password
	
	//Register
	$safebox_size = 1;

Preview

CLICK ME

metin2cms's People

Contributors

ionutpopescuro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.