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 (15040 posts)
Feb 25, 2008, 8:33 AM
Post #2 of 8
Views: 127
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.com
Merry Xmas and a Happy New Year!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates
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.com
Merry Xmas and a Happy New Year!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates
Feb 25, 2008, 8:55 AM
Novice (9 posts)
Feb 25, 2008, 8:55 AM
Post #3 of 8
Views: 126
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 (15040 posts)
Feb 25, 2008, 8:57 AM
Post #4 of 8
Views: 124
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.com
Merry Xmas and a Happy New Year!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates
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.com
Merry Xmas and a Happy New Year!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates
Feb 25, 2008, 9:14 AM
Novice (9 posts)
Feb 25, 2008, 9:14 AM
Post #5 of 8
Views: 122
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 (15040 posts)
Feb 25, 2008, 9:20 AM
Post #6 of 8
Views: 119
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.com
Merry Xmas and a Happy New Year!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates
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.com
Merry Xmas and a Happy New Year!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates
Feb 25, 2008, 9:43 AM
Veteran / Moderator (15040 posts)
Feb 25, 2008, 9:43 AM
Post #8 of 8
Views: 115
Hi,
No problem - glad its working
Cheers
Andy (mod)
andy@ultranerds.com
Merry Xmas and a Happy New Year!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates
No problem - glad its working
Cheers
Andy (mod)
andy@ultranerds.com
Merry Xmas and a Happy New Year!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates


