.php symlink tool mini (1 Viewer)

*** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***

View hidden content is available for registered users!

Kod:
<?php
$dt = @fopen("/düzenle/burayı", "r");
if ($dt) {
while (!feof($dt)) {
$tampon = fgets($dt, 4096);
echo $tampon;
}
fclose($dt);
}
?>
 
Yanıt yazmak için giriş yapmalısınız
Forum özelliklerini kullanmak ve Level 2 üyelik satın almak için hesabınıza giriş yapın.

Users who are viewing this thread

133,373Konular
3,281,940Mesajlar
320,574Kullanıcılar
brokenjeanSon Üye
Üst Alt