Web Hosting Talk







View Full Version : loging thru url problem


vision3
06-22-2004, 09:40 PM
I didnt know if i should post this under programing or technical section but if im in the wrong one please mods move me to the correct one. Thanks in advance.

Im writing a script and i need to access my control panel (Cpanel) in this form: http://user:pass@host.com:2082 but when i try it it wont load the page. It this something that i have to set on the server?

zupanm
06-22-2004, 10:24 PM
if you are using the latest version of IE that is fully patched.. then that will not work. There was a url spoof that uses the user:pass@host technique and MS couldn't fix it so they pretty much said users cannot login like that anymore.. it should work with a good browser like firefox

Bashar
06-23-2004, 02:29 AM
the new way is to use <form action="http://your.server.com:2082" method="post>

search the forum for cpanel login i've posted it somewhere here :)