Jump to content

Recommended Posts

  • Bronze

Update v2.10

  • Permissions on site
  • Select the donation currency
  • Invitation system
  • Code recovery system
  • Vote4Coins Improved
  • The administration panel was reorganized
  • Possibility to give in-game degrees on the player's edit page
  • Possibility to add coins
  • Fixed an issue with the system update
  • Metin2 Dev 3
  • Dislove 1
  • Good 2
  • Love 3

spacer.png

Link to comment
Share on other sites

  • 1 month later...
  • Bronze
La 11.01.2018 la 4:47, 3bd0 a spus:

is it possible to make an option for RTL writing, because I need it with Arabic


send me te translation and I will add RTL feature.

 

Tutorial: how to add login with Google reCAPTCHA: https://metin2cms.cf/tutorials

  • Metin2 Dev 4
  • Dislove 1
  • Good 1
  • Love 1
  • Love 1

spacer.png

Link to comment
Share on other sites

  • 3 weeks later...
  • 5 months later...
  • 3 months later...
  • 2 years later...
  • 2 months later...
  • 1 month later...
  • 2 weeks later...
  • 8 months later...
  • 2 months later...

Hello, I have an issue.

I installed the CMS, I created an account, it says "Account created successfully..." dar in Navicat in baza de date nu apare contul in "account" table.

Do you have any ideea why? And if is because I missing some columns, please help me, what columns in account and player tables this CMS use? 

Please help me? 😄 

Link to comment
Share on other sites

  • 5 months later...
  • Bronze

Update v2.12

  • Fixed XSS injection in donation list and player search, thanks to Xniveres.
  • Rewrote the checks at Vote4Coins. It is completely solved.
  • Remove extra files and unused functions. Fixed performance issues in existing functions.
  • Fixed a serious issue on the admin side: in old versions, language/module/theme links were in the form, so they could be changed by someone with admin rights to upload any zip file to the site.
  • Introduced default values for the columns that are created in the account during the first installation.
  • Removed the query that excluded banned players. The method was a very bad poor, and on a server with a lot of players it would use a lot of mysql.
  • Rewrote the function that checks for updates in administration. Now it is checked only once a day, so the official Metin2CMS website is no longer accessed.
  • Fixed captcha, the problem was occurring when the site was not on the main domain.
  • Now the character deletion code is a number.
  • Updated PHPMailer and PCLZip libraries.
  • Added a new language: Arabic.

spacer.png

Link to comment
Share on other sites

  • Bronze
5 minutes ago, vinkogyorgy said:

Dear Support!

Your cms system is really great, but my mysql uses sha1 password, how can I change it to store sha1 password instead of md5 on the registration page?

Thank you in advance for your answer!

Hi! Just go in include/functions/basic.php and edit getHashPassword function.

spacer.png

Link to comment
Share on other sites

2 minutes ago, IonutRO said:

Hi! Just go in include/functions/basic.php and edit getHashPassword function.

very kind of you to reply so quickly, but this is sha1 I see. Or am I mistaken?

function getHashPassword($password)
    {
        $hash = "*".sha1(sha1($password, true));
        return strtoupper($hash);
    }

Link to comment
Share on other sites

  • Bronze
Just now, vinkogyorgy said:

very kind of you to reply so quickly, but this is sha1 I see. Or am I mistaken?

function getHashPassword($password)
    {
        $hash = "*".sha1(sha1($password, true));
        return strtoupper($hash);
    }

That is the equivalent of mysql PASSWORD() function. If you use sha1, just update it:

function getHashPassword($password)
{
    return sha1($password);
}

 

spacer.png

Link to comment
Share on other sites

  • Bronze
Just now, vinkogyorgy said:

thank you very much!

It works perfectly, I just can't log in to webadmin. Can you help me with that too?

In database (I think that you use navicat) got to account -> account and at the row of your account, set the value 9 on the column named "web_admin".

spacer.png

Link to comment
Share on other sites

  • Bronze
8 minutes ago, vinkogyorgy said:

thanks again! just one question, the registration page has no blank page how did this happen?

 

I think that GD library is not enabled. Check this: https://stackoverflow.com/questions/2283199/enabling-installing-gd-extension-without-gd

spacer.png

Link to comment
Share on other sites

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.