<tr> <td class="test_bottom" colspan="2"> 123) <b>105:Mega:202cb962ac59075b964b07152d234b70::0</b> </td> </tr>
$i=0; $str = array(); $rethash = array(); $f = fopen ('db.txt','r'); if (!($f)) { die ("Can't open $f"); } while (!feof($f)) { $str[$i] = fgets ($f,1000); $i++; } $fclose ($f); for ($s=0;$s<count($str);$s++) { if (strlen($str[$s])>36) { list($num,$user,$hash,$blokpass,$rights)=explode(":",$str[$s]); $rethash[$s] = $hash; } }