Martin
Thu 20th Apr '00, 5:52am
I put a link up at my site to get user feedback on switching to this proggie and on of them reported this:
There's a flaw in the program: If you log in with a user name that has a space in it, it will give you an error that says "invalid URL"
That's easily fixed by adding this line to the login script:
$username =~ s| |%20|g;
Added to original: Assuming that it's a PERL script.
His username here (and there) is Lord Raven. I know he uses Nutscrape 4.7
There's a flaw in the program: If you log in with a user name that has a space in it, it will give you an error that says "invalid URL"
That's easily fixed by adding this line to the login script:
$username =~ s| |%20|g;
Added to original: Assuming that it's a PERL script.
His username here (and there) is Lord Raven. I know he uses Nutscrape 4.7