cacti
+ Reply to Thread
Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 97

Thread: My Site

  1. #46
    Join Date
    Sep 2006
    Posts
    1,649
    Well, there's nothing better to do on this site besides answer stupid questions/hack requests and expose lame scammers.

  2. #47
    Join Date
    Nov 2006
    Posts
    39

    Arrow Ya

    and plus they are really helping me upgrade my security even tho they may not kno it and im still str***ling with tis PHP script can u tell me whats wrong
    <?php

    /**
    *
    *
    * @version $Id$
    * @copyright 2006
    */

    $password = 'letmein';


    if ($password == $_post['pass']) {

    print 'logged in';
    }else{

    print <<<_html_

    <form method="post" action=" $_server[PHP_SELF] ">
    <input type="text" value="password" name="pass">
    <input type="submit" Value="LOGIN">
    </form>

    _html_;
    }
    ?>
    ty

  3. #48
    Join Date
    Sep 2006
    Posts
    1,649
    Instead of using

    Code:
    <form method="post" action=" $_server[PHP_SELF] ">
    I think action should be changed to the name of your php page that validates input, like

    Code:
    <form method="post" action="login.php">

  4. #49
    Join Date
    Nov 2006
    Posts
    39

    Ty

    THANKS ill try it

  5. #50
    Join Date
    Nov 2006
    Posts
    39
    all it did was say login.php when i tried it in my editor should i upload it and try??

  6. #51
    Join Date
    Nov 2006
    Posts
    39
    IT Didnt work OMG lol im confused thats what me book said to do

  7. #52
    Join Date
    Nov 2006
    Posts
    178

    hmmm...

    Location: Find out and I'll give you $*00
    Really? Are you sure?

  8. #53
    Join Date
    Sep 2006
    Posts
    1,649
    trinoid, if you didn't upload your login.php (or whatever your login page is called) to the same directory as the page where the person logs in, then it worn't work. You could just write it full like this

    Code:
    action="http://www.yoursite.com/login.php">
    @Troll, I'm talking about exact address, not just my location. You can easily find out what city I'm in.

  9. #54
    Join Date
    Nov 2006
    Posts
    39

    hey omg

    i got it to work i just had to make some things varriables so ya and i have a good editor now i like it

  10. #55
    Join Date
    Nov 2006
    Posts
    178
    I'm talking about exact address, not just my location. You can easily find out what city I'm in.
    Oh ok...

    i got it to work i just had to make some things varriables so ya and i have a good editor now i like it
    I can't wait to hac... i mean, test the security of your website.

  11. #56
    Join Date
    Nov 2006
    Posts
    39
    lol im not useing that for a password entry thing its just for testing but ya let me change the password then u can try and oh ya dont cheat by looking at it by loggin into my t*5 account

  12. #57
    Join Date
    Nov 2006
    Posts
    178
    dont cheat by looking at it by loggin into my t*5 account
    Anyone reading this will have the same information as me, therefore if i can log into your t*5 account anybody can.

    All hackers cheat.. you need to make your site *00% secure so nobody (including me and moonbat) can hack it

  13. #58
    Join Date
    Nov 2006
    Posts
    39
    well i dont know how you got my new password i just dont

  14. #59
    Join Date
    Nov 2006
    Posts
    178
    It's difficult to explain, (or i'm rubbish at explaining things)...

    You use the same password for everything, so i only had to find out the new password for one thing (your gmail account) then i can access everything.

  15. #60
    Join Date
    Nov 2006
    Posts
    39

    Arrow

    oh ok ic then im gunna go change all my passwords once more
    starting with my gmail this time!

+ Reply to Thread

Similar Threads

  1. Web site
    By Unregistered in forum Proxies and Firewalls
    Replies: 2
    Last Post: 01-13-2005, 06:35 PM

Posting Permissions

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