| View previous topic :: View next topic |
| Author |
Message |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Sun Mar 19, 2006 11:01 am Post subject: AutoHotkey.net file manager |
|
|
First little problem on www.AutoHotkey.net: I see no link to log in on the home page.
Second problem: the File Manager link points to the http://www.autohotkey.net/file/ address, which logically ask for login.
The problem is that, for me at least, it always asks again to log in, without error message. The new URL for login is: http://autohotkey.net/file/index.php?act=list
Here, login works.
Of course, I bookmarked the second address, but perhaps you can directly point to the correct address from the home page.
Thank you. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5382 Location: /b/
|
Posted: Sun Mar 19, 2006 12:23 pm Post subject: Re: AutoHotkey.net file manager |
|
|
| PhiLho wrote: | | First little problem on www.AutoHotkey.net: I see no link to log in on the home page. | Are you saying you'd like a mini login field on the index page? That's a really good idea.
By default you'll have to log in every time for each session unless you tick the box that says 'keep me logged in'. If you checked this box before logging in then http://www.autohotkey.net/file/ should take you to your control panel automatically.
| PhiLho wrote: | | Of course, I bookmarked the second address, but perhaps you can directly point to the correct address from the home page. | file/ is correct because it lets the file manager show the right page. Using file/index.php?act=list would force the file manager to assume the user has logged in and display the contol panel, in which case it would give an error message and redirect to the login screen for those with no login session.
On another related note there is free FTP access for your file manager account. You will need to send a querie via the contact page for your FTP login details. _________________
 |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 6264
|
Posted: Mon Mar 20, 2006 7:43 am Post subject: |
|
|
| Titan wrote: | | On another related note there is free FTP access for your file manager account. You will need to send a querie via the contact page for your FTP login details. |
Dear Titan,
I am not used to FTP and want to give it a try.
Can you suggest me a light weight & freeware FTP client?
Please....
Regards,  _________________
 |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3841 Location: Bremen, Germany
|
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3841 Location: Bremen, Germany
|
Posted: Mon Mar 20, 2006 7:54 am Post subject: |
|
|
At Titan,
When I go to ahk.net and click file manager, I get to a login page. After I login I get to the same looking page. There I login a second time. Only then I get to my user page. This is 100% reproduceable, it happens every time. I guess that is what PhiLho described. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3841 Location: Bremen, Germany
|
Posted: Mon Mar 20, 2006 8:05 am Post subject: |
|
|
Dear Titan,
I just used the new login fields on the home page of ahk.net.
It works, but I when I use tab to get from the user to the password field, it doesn't highlight the password. So I have to delete it manually. Is it possible to set up the fields without any initial data? Or to select the data on entry, so that it gets erased on typing? _________________ Ciao
toralf  |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 6264
|
Posted: Mon Mar 20, 2006 9:05 am Post subject: |
|
|
Thanks for recommending LeechFTP , Regards. _________________
 |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Mon Mar 20, 2006 9:52 am Post subject: |
|
|
@Goyyah: LeechFTP is a fine software, althought I believed it was no longer free. The freeware version is probably old (last time I checked) but functionnal.
You may want to check also FileZilla: free, open source, works well.
SmartFTP wasn't bad, but alwyas on the fringe of going commercial, I don't know if it is still freeware.
@toralf: that's exactly what I wanted to describe: we have to type login name and password twice each time we want to log in. The page accessed from the home page fails silently to log in and redirects to the act=list page, where the login works. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 6264
|
Posted: Mon Mar 20, 2006 10:03 am Post subject: |
|
|
Dear PhiLho,
Have downloaded FileZilla & installed it. Looks nice!
It will take me some time to understand & evaluate between LeechFTP & Filezilla.
Thanks for the help. Regards,  _________________
 |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5382 Location: /b/
|
Posted: Mon Mar 20, 2006 5:55 pm Post subject: |
|
|
| toralf wrote: | | When I go to ahk.net and click file manager, I get to a login page. After I login I get to the same looking page. There I login a second time. Only then I get to my user page. This is 100% reproduceable, it happens every time. I guess that is what PhiLho described. | Ok, I made some changes and tested it myself on Firefox 1.5 and IE7, it works fine for me. Please let me know if you notice any difference.
| toralf (and PhiLho) wrote: | | when I use tab to get from the user to the password field, it doesn't highlight the password. So I have to delete it manually. | I have changed the property from onclick to onfocus, this should work.
| Goyyah wrote: | | Can you suggest me a light weight & freeware FTP client? | I use Dreamweaver 8, it's by far the best web page editor in my opinion. Windows XP has a built in FTP client (which isn't so great), it's in 'My Network Places'. There are many good FTP programs on download.com.
| PhiLho wrote: | | The page accessed from the home page fails silently to log in and redirects to the act=list page, where the login works. | The change I made should overcome this. If not, please let me know. _________________
 |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 6264
|
Posted: Tue Mar 21, 2006 6:32 am Post subject: |
|
|
Dear Titan,
| you wrote: | | I use Dreamweaver 8, it's by far the best web page editor in my opinion. Windows XP has a built in FTP client (which isn't so great), it's in 'My Network Places'. There are many good FTP programs on download.com. |
I did not know Windows XP has a built in FTP client. I will give it a try.
As I dont use FTP much, basic features should be sufficient.
Thanks for the help.
Regards,  _________________
 |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Tue Mar 21, 2006 10:04 am Post subject: |
|
|
| Titan wrote: | | Ok, I made some changes and tested it myself on Firefox 1.5 and IE7, it works fine for me. Please let me know if you notice any difference. |
Perfect with Firefox 1.5, both with the direct login or the click on the File Manager link.
Thank you very much!
| Goyyah wrote: | I did not know Windows XP has a built in FTP client. I will give it a try.
As I dont use FTP much, basic features should be sufficient. |
Well, it is more than basic, it is command line only...
Type ftp on the command line prompt (or in the Run box), type ? to get a primitive help, type quit to abandon it definitively out of disgust... _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5382 Location: /b/
|
Posted: Tue Mar 21, 2006 10:13 am Post subject: |
|
|
| PhiLho wrote: | | Well, it is more than basic, it is command line only... | There is a GUI version too. _________________
 |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Tue Mar 21, 2006 11:07 am Post subject: |
|
|
I never saw it, perhaps it is specific to XP. How do you run it? _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5382 Location: /b/
|
Posted: Tue Mar 21, 2006 12:03 pm Post subject: |
|
|
It's called 'My Network Places' which can be found directly from the start menu or from the Control Panel > Network and Internet Connections (under the 'see also' links). I use XP Pro, it might be on the home version but I'm not sure. _________________
 |
|
| Back to top |
|
 |
|