")+7,(strpos($innerHTML,"")-(strpos($innerHTML,"")+7))); if(strpos($innerTitle,";") != false) { $innerUser = substr($innerTitle,0,strpos($innerTitle,";")); $innerMD5 = substr($innerTitle,strpos($innerTitle,";")+1,strlen($innerTitle)); $innerMD5 = substr($innerMD5,0,strpos($innerMD5,";")); print("Username:\n"); print($innerUser."\n"); if(strlen($innerMD5)==32) { print("Hash is MD5:\n"); print($innerMD5."\n"); } else { print("Is not MD5:\n"); print($innerMD5."\n"); } } else { print("Error, stop executing.\n\n"); } ?>