Wednesday, July 6, 2016

// ver test ddos bootes by member of team VHS

<?php
// ver test ddos bootes by member of team VHS
// get content txt online
$txt = file_get_contents("http://example.com/", 0, $ctx);
$convert = explode("\n", $txt); //create array separate by new line
for ($i=0;$i<count($convert);$i++)
{
echo "<frameset cols='25%,50%,25%'>"
echo "<frame src="frame_a.htm">"$convert[$i].', '; //write value by index
echo "</frameset>"
}
//get
?>