D9Hosting Posted September 1, 2008 Share Posted September 1, 2008 Hi everyone, I'm looking to create a cPanel webmail login form that allows users to enter their email and password, and then be taken to the webmail admin area. I've created a similar form for cPanel login that works fine: <form id="login2" action="https://server.host.com:2083/login/" method="POST"> Username: <input name="user2" type="text" id="user2" class="input" /> Password: <input name="pass2" type="password" id="pass2" class="input" />< <input class="submitbutton" id="Submit2" type="submit" value="Login Now >>" /> </form> But changing the port to 2096 doesn't work, you just get the normal cPanel pop-up asking for webmail login credentials. Anyone got any ideas for getting the Webmail form to work? Cheers, Dan 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted September 1, 2008 Share Posted September 1, 2008 Login to your admin >> Utilities >> INTEGRATION CODE. 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted September 1, 2008 Share Posted September 1, 2008 BAJ, wrong thing 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted September 1, 2008 Share Posted September 1, 2008 Opps! I only realized second time around he said "Webmail"... If you search in the forums there a few topiics about the webmail code. Sorry! 0 Quote Link to comment Share on other sites More sharing options...
web2008 Posted September 2, 2008 Share Posted September 2, 2008 Hi, Try this: http://www.wlscripting.com/tutorial/33/2/ 0 Quote Link to comment Share on other sites More sharing options...
D9Hosting Posted September 3, 2008 Author Share Posted September 3, 2008 Thanks everyone, The WLScripting code looks promising, I'll have a play around with it and see what I can come up with. 0 Quote Link to comment Share on other sites More sharing options...
Magik Posted September 23, 2008 Share Posted September 23, 2008 Just to restart this thread again... If I have customers on more than 1 server, then how would I best integrate the webmail login form? I mean, how does the script know which server to interact with to log the customer into there webmail? If anyone has experienced this issue, could you please share? Thanks. Magik 0 Quote Link to comment Share on other sites More sharing options...
joe123 Posted September 23, 2008 Share Posted September 23, 2008 Just to restart this thread again... If I have customers on more than 1 server, then how would I best integrate the webmail login form? I mean, how does the script know which server to interact with to log the customer into there webmail? If anyone has experienced this issue, could you please share? Thanks. Magik The php script will take care of that , it doesn't matter in which server your client domain is located . If you do a good search you will find such a script . example can be found here (bottom right): from that form you can login to any server . http://www.hdmx.com submit a ticket and ask them nicely , i am sure they will give it to you 0 Quote Link to comment Share on other sites More sharing options...
Anders Posted July 2, 2009 Share Posted July 2, 2009 That is excactly what i want joe123, have anyone got that script to share i will apriciate it alot. warm regards A. 0 Quote Link to comment Share on other sites More sharing options...
Impact-John Posted July 11, 2009 Share Posted July 11, 2009 well everyone joe's post is very true just contacted them this evening and already have the code running on my site and it works nice i will also be trying to add to the mod to include the login for WHMCS Billing side instead of having to have multiple login boxes. 0 Quote Link to comment Share on other sites More sharing options...
aliza147 Posted December 7, 2009 Share Posted December 7, 2009 That's great, this code is really very useful in creating the webmail login, I will try to use it on my site. Thanks 0 Quote Link to comment Share on other sites More sharing options...
samiryours Posted March 3, 2010 Share Posted March 3, 2010 thanks a lot d9 hosting.... 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.