Hi.I have a 5165 source with mysql.Its good source for learning.But i have one problem who i can`t fix.When i make account my password in database are saved in another format
ex. i put my password:12
in database write:?A??i??
?M?g?s
How to fix it?
Sounds like it's storing your password in an encrypted format.
To fix it just remove the section of code in your source that encrypts the password before saving it to database as well as the code that decrypts it when reading from database.
Boom: Your problem is then solved.
Keep in mind that you'll have to either batch convert the passwords currently saved in the database or clear all accounts. Batch conversion would be very simple though.
Homepage mit Regi,Rangliste,Password ändern,Password vergessen 04/06/2010 - Metin2 Private Server - 2 Replies Hallo kann mir jemand diese Homepage http://www.elitepvpers.com/forum/metin2-pserver-gui des-strategies/451847-homepage-release-exklusiv-de sign-ranking-etc-etc.html ändern damit dort nurnoch Regiseite,Rangliste,Password ändern,Password vergesen machen kann wäre sehr nett
thx ist klar
[Help Request] Saving a Custom System (5165) 03/08/2010 - CO2 Private Server - 10 Replies Hey you guys, I need help. =\
http://i746.photobucket.com/albums/xx110/brokentw ilight91/cute.png
I know that sounds lame but it's really hard for me and I've been trying for days.
My goal is to save a variable M and D to a character file in a folder called "example" (Like the Flower System's save system).
http://i746.photobucket.com/albums/xx110/brokentw ilight91/Capture-7.png
This is what I have for the System's cs (located in Features called Example.cs):
using System;
I need a 5165 non-hamachi change password page! 02/22/2010 - CO2 Private Server - 0 Replies Hello,
what the title said really I need a 5165 non-hamachi change password page! I want a reg page that will change the users password in a good format
EX:
Username:
Password:
New Password:
Retype new password:
My reg uses a $Co3Key to connect with the database.cs so please make one for me!
Saving things on 5165 02/15/2010 - CO2 Private Server - 14 Replies Where can I add this in my 5165 source? (what it does is it saves everything every 60 seconds and on the console it says "Game Saved Automatically")
Thread.Sleep(60 * 1000);
Database.SaveKOs();
Database.SaveEmpire();
Features.Guilds.SaveGuilds();
Features.SkillsClass.Save();
Console.WriteLine("Game Saved automatically.");