goddameit Posted January 17, 2013 Posted January 17, 2013 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/ 2 Quote
RyokoMVP Posted January 17, 2013 Posted January 17, 2013 nice script goddameit... i'll download the video Quote
goddameit Posted January 17, 2013 Author Posted January 17, 2013 nice script goddameit... i'll download the video download video? Quote
RyokoMVP Posted January 18, 2013 Posted January 18, 2013 nice script goddameit... i'll download the video download video? yep , the preview ~ after that try the script Quote
Patskie Posted April 4, 2013 Posted April 4, 2013 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/ Thanks for this goddameit! Quote
EriN_KillerSoul Posted April 4, 2013 Posted April 4, 2013 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/ Nice...I definitely use this script Quote
Reborn Posted October 18, 2013 Posted October 18, 2013 i cant use this script [Error]: script error on npc/custom/validation.txt line 19 parse_line: expect command, missing function name or calling undeclared function 14 : mes "Are you sure is"; 15 : mes "[ "+@mail$+" ]"; 16 : select("Yes"); 17 : next; 18 : set .@md5$,md5(@mail$+""+getcharid(3)+""+gettimetick(2)); * 19 : 'e'mail @mail$,"[ SharpienoRO : Account Validate System ]"," Validate Code : "+.@md5$+" ",""; 20 : query_sql "INSERT `validate` VALUES('"+@mail$+"','"+.@md5$+"',"+getcharid(3)+",1)"; 21 : mes "Please go to your mail box and get your code to complete this system."; 22 : break; 23 : }else if( @status == 1 ) 24 : { that was my error Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.