Skip to content

teamzindexsolutions/server-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Server Actions

Different "exec" PHP commands for download, zip, unzip and directory permission. Sometimes we don't have access to cPanel then we can use below commands.

Pull Request

Full free to send your pull request

Note

First check "exec" funcation anable or not using below code. Becuase some server disabled.

if(exec('echo EXEC') == 'EXEC')
{
    echo 'exec works';
}

About

Different "exec" PHP commands for download, zip, unzip and directory permission. Sometimes we don't have access to cPanel then we can use below commands.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages