Name: Anonymous 2009-07-25 18:49
It got updated?! LOL, WUT
+// abbc changes \x01\x02 to <>
+// (i guess all other php using it is exploitable)
+// mrvacbob 04-2009
+$_POST[mesg] = str_replace(array("\x01","\x02"),"", $_POST[mesg]);