b374k
m1n1 1.01
Apache
Linux webd001.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
uid=2234(oyaide) gid=100(users) groups=100(users)
server ip : 213.186.33.18 | your ip : 216.73.216.159
safemode OFF
 >  / home / oyaide / www / astrovega.be / admin /
Filename/home/oyaide/www/astrovega.be/admin/upload_form.php
Size2.18 kb
Permissionrw-r--r--
Owneroyaide : users
Create time03-Nov-2008 15:18
Last modified03-Feb-2006 13:26
Last accessed13-Apr-2009 22:18
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?
session_start();
if ($_SESSION['auth']!="yes")
{
include("index.php");
session_destroy();
unset($_SESSION);
exit();
}
echo "
<html>
<head>
<title>Zone d'adminitration</title>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
<link href='../style.css' rel='stylesheet' type='text/css'>
<link href='../logo.ico' rel='shortcut icon'>
<meta name='author' content='Max Richir'>
</head>

<body>
<div align='center'>
<table width='165' border='0' cellpadding='10' cellspacing='0' bgcolor='#FFFFFF'>
<tr>
<td><table width='165' border='0' cellpadding='1' cellspacing='0'>
<tr>
<td><table width='165' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td><img src='../images/banner_top.jpg' width='700' height='108'></td>
</tr>
<tr>
<td align='right' valign='top' background='../images/banner_bottom.jpg'><img src='../images/admin.png' name='forums' width='168' height='29' border='0' align='absmiddle'></td>
</tr>
</table></td>
</tr>
<tr>
<td>"; ?><? include ("menu.php"); ?><? echo "</td>
</tr>
<tr>
<td height='18' align='left' valign='top'><form action='upload_new.php' method='post' enctype='multipart/form-data'>
<table width='700' border='0' cellspacing='0' cellpadding='3'>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td width='114'>Fichier:</td>
<td width='586'><input type='hidden' name='MAX_FILE_SIZE' value='20000'><input name='uploadedfile' class='form' type='file' id='picture' maxlength='200'>
(image jpg de 50x50px et 20Ko maximum)</td>
</tr>
<tr>
<td>&nbsp;</td>
<td><span class='star'>Attention!</span> Le fichier image doit imp&eacute;rativement avoir un nom identique au fichier que vous avez entr&eacute; pr&eacute;c&eacute;demment &agrave; partir de la page Ajouter news, Ajouter agenda ou Ajouter membre. </td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input type='submit' class='form' name='Submit' value='Envoyer'></td>
</tr>
</table>
</form></td>
</tr>
</table></td>
</tr>
</table>
</div>
</body>
</html>";
?>