include "simple_html_dom.php";
include_once 'Snoopy.class.php';
$base = 'http://58.77.151.211/Dropbox/html/2024-08-15.php';
header('Content-Type: text/xml; charset=utf-8');
echo '';
?>
$curl = curl_init();
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($curl, CURLOPT_HEADER, false);
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($curl, CURLOPT_URL, $base);
curl_setopt($curl, CURLOPT_REFERER, $base);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, TRUE);
$str = curl_exec($curl);
curl_close($curl);
// Create a DOM object
$html_base = new simple_html_dom();
// Load HTML from a string
$html_base->load($str);
$a01 = $html_base->plaintext;
$lines = explode("\n", $a01);
$b01 = implode("\n", array_slice($lines, 1, 5));
// ÇöÀç ³¯Â¥¿Í ½Ã°£À» ±¸ÇÔ
$dateTime = date("Y-m-d H:i:s");
?>
-
Warning: Undefined variable $lines in C:\laragon\www\Dropbox\html\a01.php on line 46
Warning: Trying to access array offset on value of type null in C:\laragon\www\Dropbox\html\a01.php on line 46
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in C:\laragon\www\Dropbox\html\a01.php on line 46
Warning: Undefined variable $dateTime in C:\laragon\www\Dropbox\html\a01.php on line 46
Warning: Undefined variable $lines in C:\laragon\www\Dropbox\html\a01.php on line 49
Warning: Trying to access array offset on value of type null in C:\laragon\www\Dropbox\html\a01.php on line 49
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in C:\laragon\www\Dropbox\html\a01.php on line 49
Warning: Undefined variable $lines in C:\laragon\www\Dropbox\html\a01.php on line 50
Warning: Trying to access array offset on value of type null in C:\laragon\www\Dropbox\html\a01.php on line 50
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in C:\laragon\www\Dropbox\html\a01.php on line 50
Warning: Undefined variable $lines in C:\laragon\www\Dropbox\html\a01.php on line 51
Warning: Trying to access array offset on value of type null in C:\laragon\www\Dropbox\html\a01.php on line 51
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in C:\laragon\www\Dropbox\html\a01.php on line 51
Warning: Undefined variable $lines in C:\laragon\www\Dropbox\html\a01.php on line 52
Warning: Trying to access array offset on value of type null in C:\laragon\www\Dropbox\html\a01.php on line 52
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in C:\laragon\www\Dropbox\html\a01.php on line 52
Warning: Undefined variable $lines in C:\laragon\www\Dropbox\html\a01.php on line 53
Warning: Trying to access array offset on value of type null in C:\laragon\www\Dropbox\html\a01.php on line 53
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in C:\laragon\www\Dropbox\html\a01.php on line 53
]]>
?>