Skip to content

Files

Latest commit

 

History

History
81 lines (63 loc) · 2.2 KB

README.md

File metadata and controls

81 lines (63 loc) · 2.2 KB

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 = "metin2cms.cf@gmail.com";//gmail account
	$email_password = "xxxxxx";//gmail password
	
	//Register
	$safebox_size = 1;

Preview

CLICK ME