Closed Thread
Results 1 to 15 of 15

Thread: Login Script

  1. #1
    FWS Addict raversworld is a jewel in the roughraversworld is a jewel in the rough raversworld's Avatar
    Join Date
    Oct 2006
    Location
    Philadelphia, Pennsylvania, Un
    Posts
    782

    Login Script

    On my new site I want to have it where users can log in to cpanel via the main page. they can input thier username and password and click login and it logs in cpanel. How do i do this take a look at my code if you would like. http://raversworld.com

    Thanks in advance,
    John

  2. #2
    Pro Cam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to behold
    Join Date
    Jan 2007
    Location
    New Zealand
    Posts
    2,495
    Here Ya Go:


    <form action="http://www.raversworld.com:2082/login/" method="post">
    <input name="login_theme" value="cpanel" type="hidden">
    <table class="login" cellpadding="0" cellspacing="0" width="200">
    <tbody><tr>
    <td align="left"><b>Login to cPanel</b></td>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>Username</td>
    <td><input name="user" size="16" type="text"></td>
    </tr>
    <tr class="row2">
    <td>Password</td>

    <td><input name="pass" size="16" type="password"></td>
    </tr>
    <tr>
    <td colspan="2" align="center"><input value="Login" class="input-button" type="submit"></td>
    </tr>
    </tbody></table>
    </form>


    Just copy and paste it where you want it.

    Btw, Your site is down
    Last edited by Cam.; October 26th, 2007 at 02:53.

  3. #3
    FWS Addict raversworld is a jewel in the roughraversworld is a jewel in the rough raversworld's Avatar
    Join Date
    Oct 2006
    Location
    Philadelphia, Pennsylvania, Un
    Posts
    782
    Works perfectly thanks a lot netx

    this is secure right?

  4. #4
    The Hosting Tool JonnyH is a name known to allJonnyH is a name known to allJonnyH is a name known to allJonnyH is a name known to allJonnyH is a name known to allJonnyH is a name known to allJonnyH is a name known to all JonnyH's Avatar
    Join Date
    Oct 2006
    Location
    UK
    Posts
    2,616
    Yeap. Secure as can be.
    ~ The Hosting Tool ~ cPanel WHM/DA Support! cP Creator Importer! Post 2 Host! Fully Automated! ~ thehostingtool.com

  5. #5
    #anonymous Decker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond repute Decker's Avatar
    Join Date
    Dec 2003
    Location
    West Yorkshire, Englandshire
    Posts
    10,145
    Quote Originally Posted by NetXHosting View Post
    Here Ya Go:
    That's very nice of you and very usefull (took a copy of that myself )

    +rep
    /\__/\ We Do Not Forgive!
    (- o *) We Do Not Forget!
    (")_(") Expect Us!
    IT Help for everyone @ Scotia-IT.com - when it's finished

  6. #6
    Pro Cam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to behold
    Join Date
    Jan 2007
    Location
    New Zealand
    Posts
    2,495
    Thanks

  7. #7
    FWS Addict raversworld is a jewel in the roughraversworld is a jewel in the rough raversworld's Avatar
    Join Date
    Oct 2006
    Location
    Philadelphia, Pennsylvania, Un
    Posts
    782
    Hey sorry to bother again but when i embed it, it doesn't fit right anyway you can make the login spaces smaller?

  8. #8
    #anonymous Decker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond repute Decker's Avatar
    Join Date
    Dec 2003
    Location
    West Yorkshire, Englandshire
    Posts
    10,145
    Cough!
    <td><input name="pass" size="16" type="password"></td>
    Edit the size parts (2 of them) to say 10 if it's too big
    /\__/\ We Do Not Forgive!
    (- o *) We Do Not Forget!
    (")_(") Expect Us!
    IT Help for everyone @ Scotia-IT.com - when it's finished

  9. #9
    Pro Cam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to beholdCam. is a splendid one to behold
    Join Date
    Jan 2007
    Location
    New Zealand
    Posts
    2,495
    Oops, I should have fixed that, It looked fine on my site though...

  10. #10
    #anonymous Decker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond repute Decker's Avatar
    Join Date
    Dec 2003
    Location
    West Yorkshire, Englandshire
    Posts
    10,145
    Not your fault - bet ravers banging thier head on a wall right now
    /\__/\ We Do Not Forgive!
    (- o *) We Do Not Forget!
    (")_(") Expect Us!
    IT Help for everyone @ Scotia-IT.com - when it's finished

  11. #11
    FWS Addict raversworld is a jewel in the roughraversworld is a jewel in the rough raversworld's Avatar
    Join Date
    Oct 2006
    Location
    Philadelphia, Pennsylvania, Un
    Posts
    782
    How do I get it to go like this:
    Username
    **********
    *input user *
    **********
    Password
    ***********
    * input pass *
    ***********
    so that way they are not right next to each other I tried putting <br> everywhere and still can seem to find out where to make it one below the other.
    Last edited by raversworld; October 27th, 2007 at 20:46.

  12. #12
    #anonymous Decker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond repute Decker's Avatar
    Join Date
    Dec 2003
    Location
    West Yorkshire, Englandshire
    Posts
    10,145
    What, you just need it spaced out better?
    Not sure I'm picking up what you need.
    /\__/\ We Do Not Forgive!
    (- o *) We Do Not Forget!
    (")_(") Expect Us!
    IT Help for everyone @ Scotia-IT.com - when it's finished

  13. #13
    FWS Addict raversworld is a jewel in the roughraversworld is a jewel in the rough raversworld's Avatar
    Join Date
    Oct 2006
    Location
    Philadelphia, Pennsylvania, Un
    Posts
    782
    like this:





    instead of this:

    btw my site was down due to a ram upgrade. only about 15 mins
    Last edited by raversworld; October 27th, 2007 at 20:52.

  14. #14
    #anonymous Decker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond repute Decker's Avatar
    Join Date
    Dec 2003
    Location
    West Yorkshire, Englandshire
    Posts
    10,145
    Can you email the page and I'll look at the code - probably just an nbsp not there
    /\__/\ We Do Not Forgive!
    (- o *) We Do Not Forget!
    (")_(") Expect Us!
    IT Help for everyone @ Scotia-IT.com - when it's finished

  15. #15
    FWS Addict raversworld is a jewel in the roughraversworld is a jewel in the rough raversworld's Avatar
    Join Date
    Oct 2006
    Location
    Philadelphia, Pennsylvania, Un
    Posts
    782
    I got but thanks for all of your help
    Please Close this thread now

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts