Jump to content

Validate System


goddameit

Recommended Posts


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  209
  • Reputation:   3
  • Joined:  11/28/11
  • Last Seen:  

nice script goddameit... i'll download the video :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

nice script goddameit... i'll download the video :D

download video?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  209
  • Reputation:   3
  • Joined:  11/28/11
  • Last Seen:  

nice script goddameit... i'll download the video :D

download video?

yep , the preview ~ after that try the script :D

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

Awesome SCRIPT!! /bo

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  313
  • Reputation:   23
  • Joined:  12/27/11
  • Last Seen:  

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

Link to comment
Share on other sites

  • 6 months later...

  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.03
  • Content Count:  290
  • Reputation:   3
  • Joined:  09/29/13
  • Last Seen:  

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
Link to comment
Share on other sites

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.

×
×
  • Create New...