Home : Products : Links 2.0 : Installation -- Unix :

Products: Links 2.0: Installation -- Unix: Re: [DualDiesel] CGI Error: line 55 of admin.cgi <<<HELP!!!: Edit Log

Here is the list of edits for this post
Re: [DualDiesel] CGI Error: line 55 of admin.cgi <<<HELP!!!
No,

But you can do.....
Code:
#!/usr/bin/perl

print "Content-type: text/plain\n\n";

my %users = (
1 => ['USERNAME', 'PASSWORD'],
2 => ['USERNAME', 'PASSWORD'],
3 => ['USERNAME', 'PASSWORD']
);

foreach (keys %users) {
print "$users{$_}[0]:" . crypt($users{$_}[1], "salt") . "\n";
}

I just wrote that quickly but it should work.

Last edited by:

RedRum: Sep 19, 2001, 12:54 PM

Edit Log: