| Server IP : 208.122.213.31 / Your IP : 216.73.216.185 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/lust-hero.net/public_html/ |
Upload File : |
<?php
//delimeters
$dels[1]='<TD WIDTH="50%" VALIGN="TOP"><P CLASS="listL"><!-- 1-st row -->'."\n";
$dels[2]='</TD><TD WIDTH="50%" VALIGN="TOP"><P CLASS="listR"><!-- 2-nd row -->'."\n";
//number of rows in column
$rows=30;
$strings[]='<!-- Page date: '.date("d F Y H:i ").' -->'."\n";
;
$urls=file("!!_ALL_Gals.html");
shuffle($urls);
$temp_rows=1;
foreach($dels as $del)
{
$row_count=1;
$strings[]=$del;
for ($i=$temp_rows ; $i<count($urls) ; $i++)
{
if(trim($urls[$i])=='') continue;
$strings[]=$urls[$i];
if($row_count>=$rows) break;
$row_count++;
}
$temp_rows=$i+1;
}
copy('yest.txt','after.txt');
copy('today.txt','yest.txt');
$fp=fopen('today.txt','w');
foreach($strings as $str)
{
fwrite($fp,$str,10000);
}
fclose($fp);
echo "Done !";
?>