Today I finally had my site compromised, or as the script kitties say - I r pwnd.
It feels pretty good to know that a even with being able to browse the source code of a my site it still took two years for a cracker to break into it. Actually, it is kind of sad it took so long.
Anyway, that just brightoned my day to see my site finally reach cracked status.
I just wanted to share another code snippet that I found! This is useful for handling the common "Hello World" test most programmers start of with.
<?php
//ya! we did it!
print 'Hello World';
?>