I need to know if there is anyway to add the username and password into a URL when logging into cpanel...like instead of entering it, and shit all what i have to do is give you the URL and it instantly logs you in...something like how FTP does Basically: http://www.YourWebsite.com:2082/user...+password=blah It must work with a domain name(NO IP ADDRESS). Is there any way i can do this or no?
No, I can't. I'm making a C# Program and for some reason it won't login with "http://userassword@domain.com" so I'm just looking for another way I can do this. This isn't really a programming question, its a question on cpanel...
This is the way it works: http://username:password@host.com:2082, you cant do it from browser, as there is a cgi restriction in cpanel to do that. It only can be used remotely. Like in php you can use this command by file_get_content() function.
Look what i have said in my reply: , i thought it works for all browsers, looks like it only works for IE
It works with IE7, I've tried it. Only problem is that with FF It pops that warning box!! Thanks everyone.