Jump to content

kirill578

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

Everything posted by kirill578

  1. First of all there is the proof of ownership http://woenti.comxa.com/kirill578.html http://woenti.comxa.com I'd like you to test my website for any security holes like changing permission level of users, XSS and even spamming. In case you have succeeded to hack the web site please comment here. * the only different between normal users and admins is that admins can edit and delete any problem. * "O" and "0" are quite similar in the CAPCHA.
  2. Thank you, your answer helped me a lot. I created form for each star with hidden inputs and it is working quite well. there is the CODE: <form action="problem.php?problem_id=42" METHOD="POST"> <input type="hidden" name="client_rate" value="1"> <input type="image" src="disbluestar.jpg" DISABLED alt="1"> </form> <form action="problem.php?problem_id=42" METHOD="POST"> <input type="hidden" name="client_rate" value="2"> <input type="image" src="disbluestar.jpg" DISABLED alt="2"> </form> <form action="problem.php?problem_id=42" METHOD="POST"> <input type="hidden" name="client_rate" value="3"> <input type="image" src="disbluestar.jpg" DISABLED alt="3"> </form> <form action="problem.php?problem_id=42" METHOD="POST"> <input type="hidden" name="client_rate" value="4"> <input type="image" src="disbluestar.jpg" DISABLED alt="4"> </form> <form action="problem.php?problem_id=42" METHOD="POST"> <input type="hidden" name="client_rate" value="5"> <input type="image" src="disblackstar.jpg" DISABLED alt="5"> </form>
  3. I have no a clue what is doctype.. I started programming with php / HTML about week ago so i don't really understand everything... There is a link, maybe it'll answer your questions http://woenti.mypressonline.com/problem.php?problem_id=23
  4. <img src=theproblem.gif><br><br> <IMG SRC="qut.gif" BORDER=0> <a href='problem.php?problem_id=81'> <b>Test Test Test Test Test Test Test Test Test</b></a> <IMG SRC="qut.gif" BORDER=0><br> <form action="problem.php?problem_id=81" METHOD="POST"> <input type="image" src="bluestar.jpg" name="client_rate" value="1" alt="1"/> <input type="image" src="blackstar.jpg" name="client_rate" value="2" alt="2"/> <input type="image" src="blackstar.jpg" name="client_rate" value="3" alt="3"/> <input type="image" src="blackstar.jpg" name="client_rate" value="4" alt="4"/> <input type="image" src="blackstar.jpg" name="client_rate" value="5" alt="5"/><br> <EM>1</EM> </form> IE doesn't submit This form but firefox does. What is the problem and how can I fix it?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.