Top

Naked Auth System - Updated 4/22/06


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  6.5
Scores Submitted  2
Date Added  Jun 15, 2005
Last Updated  Apr 22, 2006
Tags  account  auth  authentication 
  Bookmark and Share

Introduction

This is a basic auth system with lots of aliases to make implementation easy. It is very flexible and has all of the core functions done for you; it is designed to be a scripter's resource for when they need a log in/log out system.<BR>It stores account info in a hash table called Accounts and keeps track of logins trough a separate hash table called Logins. Includes a bunch of popups to for the auth functions including toggling whether or not new accounts may be freely registered and an /authhelp command that tells you all of the aliases and such that are usable.

Grab the Code

Comments

  (5)  RSS
supergeo
Comments: 256
 
mIRC Snippet:  Naked Auth System - Updated 4/22/06
Posted on Jun 16, 2005 9:33 am
Nice job :)
scottyB
Comments: 1
 
mIRC Snippet:  Naked Auth System - Updated 4/22/06
Posted on Jun 16, 2005 8:21 pm
where do i copy it to?
xDaeMoN
Comments: 696
 
mIRC Snippet:  Naked Auth System - Updated 4/22/06
Posted on Jun 16, 2005 9:04 pm
You need to put it on your remote section. ( ALT-R -> FILE -> NEW )
F*U*R*B*Y*
Comments: 567
 
mIRC Snippet:  Naked Auth System - Updated 4/22/06
Posted on Jun 26, 2005 10:55 pm
like geo said Nice job :)
Clouds
Comments: 9
 
mIRC Snippet:  Naked Auth System - Updated 4/22/06
Posted on Oct 6, 2007 10:39 am
It's bugged.

I tried making a new account, and I get this:

* /hadd: no such table 'Accounts' (line 91, script5)

Please Register or Login to start posting comments.
Bottom