[PHP] pobierz, plaintext function spr($www, $s){ $x=file_get_contents($www); return (strpos($x, $s) !== false) ? 1 : 0;}[PHP] pobierz, plaintext