Jump to content

help with shell_exec


herghost

Recommended Posts

Hi Guys

 

I cant seem to get unzip to work via php shell_exec

 

this is what I have:

 

$rworld = $_GET['restore'];
$connect->call('remotetoolkit.stopServer',Array());
sleep(12);
$nrworld = substr($rworld, 0,-15);
$sftp = new Net_SFTP($host);
$sftp->login($root_user, $root_pass);
$sftp->delete('/root/minecraft/'.$nrworld.'/', true);


echo shell_exec("unzip -jo /root/minecraft/saves/$rworld -d /root/minecraft/$nrworld");

sleep(5);
$connect->call('remotetoolkit.startServer',Array());

 

Nothing is returned, it doesn't echo and the command is not executed. If I execute via terminal and change the $variables to the actual names it works fine, and I can ls with shell_exec successfully?

 

Any ideas?

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.