Page 1 of 6 123 ... LastLast
Results 1 to 10 of 58

Thread: Changing source code. -Hack this site level 4-

  1. #1

    Changing source code. -Hack this site level 4-

    I have a quick question about changing source code with IE first of all heres an example www.hulla-balloo.com/hack/level4/index.php password for level 3 is bubbleboy so you can view level 4. Anyways what you have to do for the password for level 4 is change the source code and replace it with your own email address. But what i want to know is what do you do after you plug in your email address? Do you save the file somewhere and refresh the browser or what? This kind of tripped me up.

  2. #2
    It's a gas!
    Join Date
    Jul 2002
    Posts
    699
    You save the notepad file as a .html file.

    So when saving just name it filename.html and then open the file and BINGO!

    Pretty basic stuff

  3. #3
    Priapistic Monk KorpDeath's Avatar
    Join Date
    Dec 2001
    Posts
    2,628
    Remember to quote the filename when saving or notepad, in it's infinite wisdom, will append a .txt extension onto the end.
    Mankind have a great aversion to intellectual labor; but even supposing knowledge to be easily attainable, more people would be content to be ignorant than would take even a little trouble to acquire it.
    - Samuel Johnson

  4. #4
    But now after i do that and save it, when i open the file and click send password to sam (with my email instead) it sends me to page not found and the password never sent.

  5. #5
    It's a gas!
    Join Date
    Jul 2002
    Posts
    699
    You have to change the following code
    Code:
    <center>
    <form action="level4.php" method="post">
    <input type="hidden" name="to" value="webmaster@hulla-balloo.com">
    <input type="submit" value="Send password to Sam">
    </form>
    </center>
    to

    Code:
    <center>
    <form action="http://www.hulla-balloo.com/hack/level4/level4.php" method="post">
    <input type="hidden" name="to" value="youremailaddress@whatever.com">
    <input type="submit" value="Send password to Sam">
    </form>
    </center>

  6. #6
    Junior Member
    Join Date
    Apr 2003
    Posts
    18
    Arrghh, I missed the fact that the form action was a relative not the actual one. I have been beating my head on this for 3 days.


  7. #7
    alternatively, you can just enter the url http://www.hulla-balloo.com/hack/level4/level4.php?to="your.email@address" and save yourself all the file saving/renaming/reopening issues

  8. #8
    Junior Member
    Join Date
    Jun 2003
    Posts
    2
    strange thing
    for the 2nd level i've just clicked on submit and reached the 3rd level
    if it 's all like that won't be late to see last level

    hmm
    can't understand the following level
    could i get some help
    thanks

  9. #9
    Senior Member
    Join Date
    May 2002
    Posts
    344
    i feel really stupid say this...what is the password for level 1? I am serious, i cant figure it out
    Support your right to arm bears.


    ^^This was the first video game which i played on an old win3.1 box

  10. #10
    White Eskimo, no need to be embarassed. Here's a hint, sometimes things are hidden in the code. See the source and look for something out of place.

    And now for my little embarassment. I cannot figure out how to get level 5 to work. I've been kicking around the basic Windows version of Telnet, and it won't let me in, so I can only assume I'm either doing something wrong or I'm looking at this the entirely wrong way. In either case a couple hints or tips would be greatly appreciated.

    EDIT: WAIT! I got connected. But now I have no idea how to get past the logon screen. Or maybe I'm looking at this the wrong way too?

    Hmm . . .
    Do not meddle in the affairs of hackers, for they are subtle and quick to anger.
    I am what I am and I do what I can.

Posting Permissions

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