Spiga

PHP空间在线解压方法

PHP空间在线解压方法

一、了解在线解压
1、什么是 在线解压?
在线解压:把大量的文件压缩成压缩包,上传到空间后直接在远程空间上进行解压。
2、在线解压的优点:
比较FTP工具,快速方便、大大节约等待时间。
二、在线解压方法一览
1、CP后台控制面板的File Manager 的在线解压功能
目前常见的免费空间8成吧,使用的是商业模板,这些空间大部分都自带在线解压功能。
方法是进入CP-File Manager-选择zip文件-选择解压功能
主流CP的解压的字眼:
Cpanel extact
LP 、H球 uncompress
VistaPanel unzip (net2ftp的壳子)
另外DirectAdmin只支持gz\tar的压缩文件
2、自力更生,自己创造解压功能
经常遇到一些活的很长的空间,它的后台是非英语,或则是自主编写的,本身没有带在线压缩的功能。
这个时候改怎么办呢,难道还是用FTP传通宵,或则YY,其实办法是有的,都写在下面了。
【注意】下面提到的工具,使用前必须修改下密码,记事本打开修改即可,另存为UTF8编码。具体说明阅读说明文件。
(1) Webshell 命令解压
目前常见的shell有phpspy、phpshell等。
方法是选择 Webshell 输入:
upzip *.zip -d dir
dir为需要解压的路径,根目录留空哦 -w 为覆盖文件
screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://crsky.pytalhost.net/pic/zip/1.JPG');}" onmousewheel="return imgzoom(this);" alt="" border="0">
(2) webadmin 【推荐】
这款Webshell的块头是所有shell中最大的,由于它的功能十分的强大,集成了在线解压、FTP等功能。所以就单独讲了。
方法:进入管理页面后点击zip文件,进入如图:
screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://crsky.pytalhost.net/pic/zip/2.JPG');}" onmousewheel="return imgzoom(this);" alt="" border="0">
注意,这个工具在有些空间运行有问题,大家可以去作者主页留言,应该有问必回的说。
http://www.reddragonfly.org/guestbook/index.php
(3) phpZip 【推荐】
本机运行phpZip.exe
screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://crsky.pytalhost.net/pic/zip/3.JPG');}" onmousewheel="return imgzoom(this);" alt="" border="0">
远程运行:unzip.php
screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://crsky.pytalhost.net/pic/zip/5.JPG');}" onmousewheel="return imgzoom(this);" alt="" border="0">
(4)纯粹空间的faisun_unzip -在线解压ZIP文件程序 【推荐】
screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://crsky.pytalhost.net/pic/zip/7.JPG');}" onmousewheel="return imgzoom(this);" alt="" border="0">
(5) CMSware在线解压,只支持zip压缩包的解压,不介绍了
(6) 最后是杀手锏了 net2ftp
登陆 www.net2ftp.com ,跟使用FTP一样,不过速度有点慢的说~,希望有国内的空间提供net2ftp
screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://crsky.pytalhost.net/pic/zip/6.JPG');}" onmousewheel="return imgzoom(this);" alt="" border="0">
三、注意:1、在线解压调用的是 UNIX的unzip命令,所以大多数运行安全模式的虚拟主机或则禁用以下函数的空间没有办法使用,这时只好考虑 net2ftp 了,因为它可以在运行安全模式的虚拟主机工作。
禁用以下函数的空间没有办法使用
system
exec
shell_exec






0 评论: