Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 12 of 12 FirstFirst ... 2 10 11 12
Results 166 to 179 of 179
  1. #166
    Member
    Join Date
    Jan 2007
    Posts
    7

    Default

    So we will just wait for cPanel to solve the bug?

  2. #167
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by vincentcvincent View Post
    So we will just wait for cPanel to solve the bug?
    You should add yourself as CC to that bug report so you are informed of when it is resolved. Voting for it wouldn't hurt either.

  3. #168
    Registered User
    Join Date
    Jan 2007
    Posts
    2

    Default

    Hi just wanna ask if there's any updates regarding this issue? thanks.

  4. #169
    Member Zepplin's Avatar
    Join Date
    Oct 2006
    Location
    Blue Mountains, Australia
    Posts
    84
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by sherwinaval View Post
    Hi just wanna ask if there's any updates regarding this issue? thanks.
    http://bugzilla.cpanel.net/show_bug.cgi?id=6111

    Tested and Confirmed fixed in 11.16.0-E18964

    According to the above from bugzilla it is fixed!

  5. #170
    Registered User
    Join Date
    Feb 2008
    Location
    Trnava, Cacak, Serbia
    Posts
    2

    Red face a shy question

    I'm a bit shy to ask this since all of you are far ahead of me in this business and php\cPanel surrounding's.
    When I saw the first page of this topic I got my answer, and for me its sufficient. I kept on reading until page #4 but when I realized I haven't slept for 36h, you seem to drift off.

    Only question I have is, can it be corrected that after wrong login (unsuccessful) it dose not redirect to cPanel login page, but stays on the same page, and displays something like JavaScript alert() function with message?

    I was thinking on removing the line
    Code:
    print "<input type=hidden name=failurl value=\"http://" .  $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?failed=1\">";
    but then its better to ask.

  6. #171
    Member
    Join Date
    Jan 2005
    Posts
    38

    Default

    Anyone have a way to post to a login.php page and have the login.php page redirect to the cpanel/whm/webmail urls, WITHOUT passing the variables via the URL?

    For example:

    http://domain.com:2082/login/?user=myusername&pass=mypassword

    is not a secure way of doing this...

    Anyone who views the browser history will be able to see the username and password for the client's cpanel.

  7. #172
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by BobbyDouglas View Post
    Anyone have a way to post to a login.php page and have the login.php page redirect to the cpanel/whm/webmail urls, WITHOUT passing the variables via the URL?

    For example:

    http://domain.com:2082/login/?user=m...ass=mypassword

    is not a secure way of doing this...

    Anyone who views the browser history will be able to see the username and password for the client's cpanel.
    Note that you can use POST instead of GET for /login/.

  8. #173
    Registered User
    Join Date
    Mar 2008
    Posts
    1

    Default

    ok well i saw this code for the webmail and hosting login, i was wondering which parts of the code do i need to modify before the script will work on my server, e.g. whats links need ot be changed. thanks


    PHP Code:
    <table align="center" border="0" cellpadding="25" cellspacing="0">
    <tr><td align="left">
    <p align="left">
    <font size="+1" color="#0000a0">cPanel Login</font></p>
    <?php
    if ($_GET['cfailed'] == "1") {
    ?>
    <p align="left">
    <font color=#ff0000><b>Your login attempt failed!</b></font></p>
    <?php
    }
    print 
    "<form action=\"https://" $_SERVER['HTTP_HOST'] . ":2083/login/\" method=\"post\">";
    ?>
    <p align="left">
    <b>Username: </b><input type="text" name="user" size="10"><br>
    <b>Password: </b><input type="password" name="pass" size="12"><br>
    <?php
    print "<input type=\"hidden\" name=\"failurl\" value=\"http://" .  $_SERVER['HTTP_HOST'] .
     
    $_SERVER['PHP_SELF'] . "?cfailed=1\">";
    ?>
    <input type="submit" value=" Login ">
    </form></p>
    </td><td align="left">
    <p align="left">
    <font size="+1" color="#0000a0">Webmail Login</font></p>
    <?php
    if ($_GET['mfailed'] == "1") {
    ?>
    <p align="left">
    <font color=#ff0000><b>Your login attempt failed!</b></font></p>
    <?php
    }
    print 
    "<form action=\"https://" $_SERVER['HTTP_HOST'] . ":2096/login/\" method=\"post\">";
    ?>
    <p align="left">
    <b>Username: </b><input type="text" name="user" size="10"><br>
    <b>Password: </b><input type="password" name="pass" size="12"><br>
    <?php
    print "<input type=\"hidden\" name=\"failurl\" value=\"http://" .  $_SERVER['HTTP_HOST'] .
     
    $_SERVER['PHP_SELF'] . "?mfailed=1\">";
    ?>
    <input type="submit" value=" Login ">
    </form></p>
    </td></tr>
    </table>

  9. #174
    Member
    Join Date
    Jan 2007
    Posts
    7

    Default

    Quote Originally Posted by Zepplin View Post
    http://bugzilla.cpanel.net/show_bug.cgi?id=6111

    Tested and Confirmed fixed in 11.16.0-E18964

    According to the above from bugzilla it is fixed!
    I got two different web hosting, one using 11.18.3-STABLE 21703 -- does not work, will direct to cpanel webmail sign in page if i key in the wrong password; the other one using 11.17.0-RELEASE 19434 -- it works perfectly. What was happening?

  10. #175
    Member worldcom's Avatar
    Join Date
    Feb 2006
    Posts
    15

    Default

    Is there any confirmation that this is fixed yet??

    We are setting up a new service and I used the same script as our old one and it still redirects to the :2082 port page instead of back to the site with the failurl.

    I was thinking our old site was working ....... but nope ..... same thing.
    Shouldn't we be going forward here ...... or is this the new Microsoft division ...... hehe

  11. #176
    cPanel Development cpanelkenneth's Avatar
    Join Date
    Apr 2006
    Posts
    3,788
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    It's fixed in EDGE.

  12. #177
    Registered User
    Join Date
    Apr 2008
    Posts
    2

    Default BUG 6478 - Selectable WebMail Interface

    In the 1st few pages of this thread, it was obvious that others are trying to do what I want to do......

    I want my users to have a direct login to their webmail interface (WITHOUT getting the CPanel options)

    I've posted a Bug 6478 that is a feature request for a radio button when you first create a new email account that will allow you to select what webmail interface this email user will get.... http://bugzilla.cpanel.net/show_bug.cgi?id=6478

    The point of including the solution at email account creation is that it allows you to resolve the issue without the user going to any special webpage location or even if you don't have a website up and running.... You only need to have a mysite.com/webmail pointer (or webmail.mysite.com) and the settings you made at time of creation will control what interface they actually see....

    Please review this Bug 6478 with the link above... post here your thoughts and vote on the bug page.......

    Ken
    (1st post)
    Last edited by User101; 04-21-2008 at 12:43 PM.

  13. #178
    Member
    Join Date
    Jan 2007
    Posts
    7

    Default

    Quote Originally Posted by cpanelkenneth View Post
    It's fixed in EDGE.
    I don't unsderstand that, what is EDGE? Which version of cPanel was fixed?

  14. #179
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,894
    cPanel/Enkompass Access Level

    Root Administrator

    Lightbulb

    EDGE is the very latest and shouldn't probably be run on a production server if you're not comfortable fixing bugs.
    http://changelog.cpanel.net/
    http://layer2.cpanel.net/

Similar Threads & Tags
Similar threads

  1. Firefox - Generic Popup Login Box instead of cPanel/WHM login pages
    By Nathan D. in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 02-01-2009, 08:27 AM
  2. Problem with non SSL login to WHM, CPANEL and WEBMAIL
    By mailo in forum cPanel and WHM Discussions
    Replies: 6
    Last Post: 10-15-2008, 01:27 PM
  3. Adding webmail to your site
    By nileshwarade in forum E-mail Discussions
    Replies: 10
    Last Post: 01-18-2006, 06:41 AM
  4. cPanel/WHM/WebMail login box to your site
    By sfera in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 07-20-2005, 01:40 PM
  5. adding a login feature for webmail
    By Darnell30 in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 07-18-2003, 08:06 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube