goddameit Posted January 17, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share 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 Link to comment Share on other sites More sharing options...
RyokoMVP Posted January 17, 2013 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 209 Reputation: 3 Joined: 11/28/11 Last Seen: May 2, 2019 Share Posted January 17, 2013 nice script goddameit... i'll download the video Quote Link to comment Share on other sites More sharing options...
goddameit Posted January 17, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted January 17, 2013 nice script goddameit... i'll download the video download video? Quote Link to comment Share on other sites More sharing options...
RyokoMVP Posted January 18, 2013 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 209 Reputation: 3 Joined: 11/28/11 Last Seen: May 2, 2019 Share Posted January 18, 2013 nice script goddameit... i'll download the video download video? yep , the preview ~ after that try the script Quote Link to comment Share on other sites More sharing options...
Drakkus Posted February 22, 2013 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 386 Reputation: 15 Joined: 11/17/11 Last Seen: September 13, 2024 Share Posted February 22, 2013 Awesome SCRIPT!! Quote Link to comment Share on other sites More sharing options...
Patskie Posted April 4, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 46 minutes ago Share 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 Link to comment Share on other sites More sharing options...
EriN_KillerSoul Posted April 4, 2013 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 313 Reputation: 23 Joined: 12/27/11 Last Seen: August 21, 2021 Share 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 Link to comment Share on other sites More sharing options...
Reborn Posted October 18, 2013 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 290 Reputation: 3 Joined: 09/29/13 Last Seen: December 28, 2024 Share 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 Link to comment Share on other sites More sharing options...
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.