Shath Posted June 10, 2008 Share Posted June 10, 2008 Hello, im looking for the cpanel button code, the button that opens up cpanel when you press it. i see {$serverclientarea} in clientareaproductdetails this means that it runs another script right ? where is that script,where can i go and edit it ? please help me with this, i cant find it! The thing is that i wanna make another button, for example to my cpaddons, and the link is this: http://67.19.146.74:2082/frontend/x3/addoncgi/cpaddons.html but i want it to automatically login to the site, so i changed it to http://{$username}:{$password}@67.19.146.74:2082/frontend/x3/addoncgi/cpaddons.html but this only works in firefox, not in iexplorer.. anyone knows what to write for it to work in iexplorer also ? i know the cpanel button has the right code, thats why im looking for it. Thanks! Robin 0 Quote Link to comment Share on other sites More sharing options...
Shath Posted June 12, 2008 Author Share Posted June 12, 2008 Anyone ? anyone know where i can find the {$serverclientarea} atleast ? where there are cpanel and check webmail button? if id liked to add more buttons. 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted June 12, 2008 Share Posted June 12, 2008 IE no longer allows direct logins on the URL line (part of their anti hack/anti phishing stuff) so you wont be able to get it to work. 0 Quote Link to comment Share on other sites More sharing options...
Shath Posted June 12, 2008 Author Share Posted June 12, 2008 But it works on the cpanel button in iexplorer ? if i pres that i automatically logins into cpanel, so there must be a way. 0 Quote Link to comment Share on other sites More sharing options...
Adam Posted June 13, 2008 Share Posted June 13, 2008 http://67.19.146.74:2082/frontend/x3/addoncgi/cpaddons.html but i want it to automatically login to the site, so i changed it to http://{$username}:{$password}@67.19.146.74:2082/frontend/x3/addoncgi/cpaddons.html Robin, Use this url format. http://67.19.146.74:2082/login/?user={$username}&pass={$password} Thanks, Adam 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.