Idea : http://goo.gl/83liA
Preview :
This script can supply a way to retrieve your account passwords.
Download :
SQL : ( Must install it !! )
CREATE TABLE IF NOT EXISTS `validate` (
`email` varchar(255) NOT NULL default '',
`md5` varchar(255) NOT NULL default '',
`account_id` int(11) unsigned NOT NULL default '0',
`status` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`account_id`)
) ENGINE=MyISAM;
Script :
Validate System.txt
Source : ( Must install it !! )
http://rathena.org/b...ail-to-someone/