Re: Changing source code. -Hack this site level 4-
Quote:
Originally posted here by thesecession
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.
take a look at this line in your source:
<form action="http://www.hulla-balloo.com/hack/level4/level4.php" method="post">
it should have the path & filename of the file which will accept the POST.
Thanks.