<?php
set_time_limit(180);
$url="https://www.r10.net/";// URL
$k = file_get_contents($url);
echo $k;
?>