Jump to content

Recommended Posts

Posted

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/

  • Upvote 2
  • 1 month later...
  • 1 month later...
Posted

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 :

attachicon.gifValidate System.txt

Source : ( Must install it !! )

http://rathena.org/b...ail-to-someone/

Thanks for this goddameit! /thx

Posted

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 :

attachicon.gifValidate System.txt

Source : ( Must install it !! )

http://rathena.org/b...ail-to-someone/

Nice...I definitely use this script /ok

  • 6 months later...
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...