BackTrack |
Latest news: BackTrack 4 available - BackTrack Downloads {php} $url = 'https://www.remote-exploit.org/?page_id=160'; $start = 'The BackTrack distribution originated';
$end = '......';
$html = file_get_contents($url);
$pos_start = stripos($html, $start);
$pos_end = stripos($html, $end, ($pos_start + strlen($start)));
if ( ($pos_start !== false) && ($pos_end !== false) )
{
$length = $pos_end - $pos_start;
$result = substr($html, $pos_start, $length);
}
echo $result . '..... ';
{/php}
Screenshots: |