Chmod Degiştirici Php !

Bu dosya sayesinde cpanel girmeden uzaktan istediginiz klasöre chmod verebileceksiniz <font face="trebuchet ms"><b><font color="#FF0000">Simple Idea By</font> : rOx<br /><font...

Bu dosya sayesinde cpanel girmeden uzaktan istediginiz klasöre chmod verebileceksiniz

Kod:
<font face="trebuchet ms"><b><font color="#FF0000">Simple Idea By</font> : rOx<br /><font color="#FF0000">Done By</font> : Mr.Exit - Abo Ghazi.<br /><font color="#FF0000">Visit Us</font> : http://s3c-k.com</b></font><br />
<form action="" method="post">
<input type="text" name="file" placeholder="Path to Change mode">
<input type="submit" name="Change mode" value="go">
</form>
<?
if($_POST)
{
$r0x = $_POST['file'];
$ch = @chmod($r0x,'0755');
if($ch)
{
echo "Successfuly to Change mode";
}
else
{
echo "Sorry , We Can't Change mode";
}
}
?>
 
131,754Konular
3,271,030Mesajlar
316,095Kullanıcılar
ambicioso310Son Üye
Üst Alt