���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/public_html/nasa/index.php
���ѧ٧ѧ�
<style> @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); html, body { background: #1a1a1a !important; } body { display: flex; flex-direction: column; align-items: center; padding-bottom: 50px; } * { font-family: 'Montserrat', sans-serif; color: #fff; } p { width: 70%; text-align: center; margin-left: 20px; margin-right: 20px; } img { margin: 15px; } a { } p { color: #8a8a8a; background: #151515; padding: 20px; border-radius: 20px; width: fit-content; } a:link { color: #b2b2b2; } p:first-child { background: transparent; padding: 0; } /* width */ ::-webkit-scrollbar { width: 10px; } /* Track */ ::-webkit-scrollbar-track { background: transparent; } /* Handle */ ::-webkit-scrollbar-thumb { background: #88888821; border-radius: 5px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #8f8e8e42; } </style> <?php $url = "https://apod.nasa.gov/apod/"; if(isset($_GET['id'])) { $url = "https://apod.nasa.gov/apod/ap" . $_GET['id'] . ".html"; } $curl = curl_init($url); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); //for debug only! curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, false); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); $resp = curl_exec($curl); curl_close($curl); $resp = str_replace('image/', 'https://apod.nasa.gov/apod/image/', $resp); $resp = str_replace('<h1> Astronomy Picture of the Day </h1> <a href="archivepix.html">Discover the cosmos!</a> Each day a different image or photograph of our fascinating universe is featured, along with a brief explanation written by a professional astronomer.', '', $resp); $resp = str_replace('<h1> Astronomy Picture of the Day </h1>', '', $resp); $resp = str_replace('Each day a different image or photograph of our fascinating universe is featured, along with a brief explanation written by a professional astronomer.', '', $resp); $resp = str_replace('<a href="archivepix.html">Discover the cosmos!</a>', '', $resp); $resp = str_replace('Each day a different image or photograph of our fascinating universe is featured, along with a brief explanation written by a professional astronomer.', '', $resp); $resp = str_replace('"> <IMG', '" style="display: flex; justify-content: center;"> <img', $resp); $resp = str_replace('Each day a different image or photograph of our fascinating universe is featured, along with a brief explanation written by a professional astronomer. ', '', $resp); $resp = str_replace('<p> <p>', '', $resp); $resp = str_replace('<p><p>', '', $resp); $resp = str_replace('Each day a different image or photograph of our fascinating universe is', '', $resp); $resp = str_replace('featured, along with a brief explanation written by a professional astronomer.', '', $resp); $out = preg_replace('/<p> <center>[\s\S]+?<\/center>/', '', $resp); //$out2 = preg_replace('/Astronomy[\s\S]+?astronomer\./', '', $out); echo $out; ?> <p> Better NASA photo of the day lookup.<br> <span style="color: #b2b2b2;">Created by @elir#0001, funded by <a href="https://rickard.co">TRG</a></span><span style="color: #646464;"> © 2022</span> </p>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.29 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�