Server IP : 149.202.105.228 / Your IP : 216.73.216.123 Web Server : Apache System : Linux webm129.cluster030.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : atfycaf ( 116275) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/atfycaf/www/ |
Upload File : |
<?php include 'globalVars.php'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><?php echo $companyName ?>: Image CAPTCHA</title> <meta name="robots" content="index, follow"/> <meta name="revisit-after" content="1 days"/> <meta name="author" content="www.mods-net.com"/> <link rel="shortcut icon" href="<?php echo $ENurl ?>favicon.ico" type="image/x-icon" /> <link href="<?php echo $ENurl ?>css/stylesheet.css" rel="stylesheet" type="text/css" /> </head> <body class="imgCaptcha"> <img src="<?php echo $url ?>captcha/imageCaptcha.png" width="200" height="60" alt="Image CAPTCHA" title="Image CAPTCHA" border="0" /> <p><a href="javascript:location.reload(true);" target="_self"><?php echo $LANG_REFRESH ?></a></p> </body> </html>