The staff at Gossamer Threads just finished an install for me last week but I do not have a password and login to the admin cgi. Is there anyway I can reset it through the file manager, so that I can access my admin panel.
Feb 25, 2008, 8:33 AM
Veteran / Moderator (18436 posts)
Feb 25, 2008, 8:33 AM
Post #2 of 8
Views: 4744
Hi,
The easiest way, is to go into FTP, and goto your /cgi-bin/links/admin (or wherever your admin.cgi script is), and type:
..and then:
If you have SSH, you can do it with:
rm .htaccess
rm .htpasswd
Hope that helps.
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
The easiest way, is to go into FTP, and goto your /cgi-bin/links/admin (or wherever your admin.cgi script is), and type:
Code:
DELE .htaccess..and then:
Code:
DELE .htpasswdIf you have SSH, you can do it with:
Code:
cd /path/to/glinks/admin rm .htaccess
rm .htpasswd
Hope that helps.
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Feb 25, 2008, 8:55 AM
Novice (9 posts)
Feb 25, 2008, 8:55 AM
Post #3 of 8
Views: 4737
Ok now that I deleted these files I need to create them.
I went to http://www.htaccesstools.com/...cess-authentication/
but what do I use for a file path. I do not think I can use the path /cgi-bin/links/admin/
thanks
I went to http://www.htaccesstools.com/...cess-authentication/
but what do I use for a file path. I do not think I can use the path /cgi-bin/links/admin/
thanks
Feb 25, 2008, 8:57 AM
Veteran / Moderator (18436 posts)
Feb 25, 2008, 8:57 AM
Post #4 of 8
Views: 4760
Hi,
Go to your admin panel, and click on the link in the main frame, when it loads :) Think it says something like "protect now" ... or very similar
Hope that helps.
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Go to your admin panel, and click on the link in the main frame, when it loads :) Think it says something like "protect now" ... or very similar

Hope that helps.
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Feb 25, 2008, 9:14 AM
Novice (9 posts)
Feb 25, 2008, 9:14 AM
Post #5 of 8
Views: 4734
Hi Andy
I did jus that here
Warning: It appears that the admin directory has not yet been password protected. If you are on an Apache server, you can do it directly from admin panel, otherwise you should contact your ISP to protect this directory.
that but it says the file htaccess does not exsist.
A fatal error has occured:
So I replaced the file htaccess file in the admin directory but then it locks up my admin panel.
I did jus that here
Warning: It appears that the admin directory has not yet been password protected. If you are on an Apache server, you can do it directly from admin panel, otherwise you should contact your ISP to protect this directory.
that but it says the file htaccess does not exsist.
A fatal error has occured:
Could not open '/var/home/xxxxxxx/xxxxxxx.com/cgi-bin/links/admin/.htpasswd': No such file or directory at /var/home/xxxxxxxx/xxxxxxxx.com/cgi-bin/links/admin/Links/Tools.pm line 1592.Please enable debugging in setup for more details.
So I replaced the file htaccess file in the admin directory but then it locks up my admin panel.
Feb 25, 2008, 9:20 AM
Veteran / Moderator (18436 posts)
Feb 25, 2008, 9:20 AM
Post #6 of 8
Views: 4738
Hi,
Do you have SSH?
If so, do this:
htpasswd -c .htpasswd USERNAMER_TO_MAKE
...then in your admin .htacces file, put this in it:
AuthGroupFile /dev/null
AuthType Basic
AuthName Protected
require valid-user
That should do it :)
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Do you have SSH?
If so, do this:
Code:
cd /path/to/admin htpasswd -c .htpasswd USERNAMER_TO_MAKE
...then in your admin .htacces file, put this in it:
Code:
AuthUserFile /path/to/your/admin/.htpasswd AuthGroupFile /dev/null
AuthType Basic
AuthName Protected
require valid-user
That should do it :)
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Feb 25, 2008, 9:43 AM
Veteran / Moderator (18436 posts)
Feb 25, 2008, 9:43 AM
Post #8 of 8
Views: 4754
Hi,
No problem - glad its working
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
No problem - glad its working

Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!