whopub
07-04-2007, 06:23 AM
Hi,
I'm not sure if this belongs here or on the Perl/CGI section...
I'm designing a site that will have a section that only members can access. Nothing new there, I'll just use htaccess. The thing is, it's all done through CPANEL and the person running that area of the site has to be able to add, edit and delete users WITHOUT loging in to CPANEL.
Basically what I need is a script that taps into the password database and allows that person to manage the user logins. All without messing CPANEL. Meaning that both CPANEL and the script will show an up to date list of active logins whenever they're used.
Stuff like allowing users to register, sending password reminder, etc, is not needed. The person in charge of managing the users will insert the new logins as they come along. It's just a matter of allowing someone to add users without using the CPANEL.
Here's some info about my account:
Apache version 1.3.37 (Unix)
PERL version 5.8.7
Path to PERL /usr/bin/perl
PHP version 4.4.7
MySQL version 4.1.21-standard
cPanel Build 10.9.0-RELEASE 10737
I used to have a script that worked great (it was a different site, almost 10 years ago), but that was when .htacess stuff was installed manually. I'm not sure if the way CPANEL uses to store the logins is 'tap-able'...
Can it be done?
Is there any free off-the-shelf script I can use instead?
Thanks in advance.
I'm not sure if this belongs here or on the Perl/CGI section...
I'm designing a site that will have a section that only members can access. Nothing new there, I'll just use htaccess. The thing is, it's all done through CPANEL and the person running that area of the site has to be able to add, edit and delete users WITHOUT loging in to CPANEL.
Basically what I need is a script that taps into the password database and allows that person to manage the user logins. All without messing CPANEL. Meaning that both CPANEL and the script will show an up to date list of active logins whenever they're used.
Stuff like allowing users to register, sending password reminder, etc, is not needed. The person in charge of managing the users will insert the new logins as they come along. It's just a matter of allowing someone to add users without using the CPANEL.
Here's some info about my account:
Apache version 1.3.37 (Unix)
PERL version 5.8.7
Path to PERL /usr/bin/perl
PHP version 4.4.7
MySQL version 4.1.21-standard
cPanel Build 10.9.0-RELEASE 10737
I used to have a script that worked great (it was a different site, almost 10 years ago), but that was when .htacess stuff was installed manually. I'm not sure if the way CPANEL uses to store the logins is 'tap-able'...
Can it be done?
Is there any free off-the-shelf script I can use instead?
Thanks in advance.