Файл: faq.php
Строк: 99
<?php
error_reporting(0);
$p=trim($_GET['p']); include_once("cnfg.php");
$home=$_SERVER['HTTP_HOST'];
include("inc/in_head.php");
if (($p<1)||($p>12)) {$p=NULL;}
if ($p==NULL) {
echo("<p align="left"><small>
use this script on your own risk!!<br/>- - -<br/>
<a href="faq.php?p=10">exit (!!)</a><br/>
<a href="faq.php?p=1">folders</a><br/>
<a href="faq.php?p=2">files</a><br/>
<a href="faq.php?p=3">create files/folders</a><br/>
<a href="faq.php?p=4">file editing</a><br/>
<a href="faq.php?p=5">CHMOD</a><br/>
<a href="faq.php?p=6">list</a><br/>
<a href="faq.php?p=7">import</a><br/>
<a href="faq.php?p=8">Upload</a><br/>
<a href="faq.php?p=12">ZIP, RAR, TAR archives</a><br/>
you can enter to ftp client: $dftp/index.php?server=FTP_server&login=login&pass=password&v=*&d=**&s=***&i=****<br/>
* - objects in a page;<br/>
** - folder<br/>
*** - view file size (1-yes, 0-no);<br/>
**** - viw icons (1-yes, 0-no).<br/>
If you are using our service, add this link on your main page:<br/>
<a href="http://ocwteam.com">BWap.ORG</a><br/>
<anchor>back<prev/></anchor>
</small></p>");
} elseif ($p==1) {
echo("<p align="left"><small>
folders<br/>
at the bottom of the page there is menu for this folder.<br/><br/>
add to list(copy)<br/>
add to list(move)<br/>
- add to archive zip, tar,max size 3 mb.<br/>
- move.<br/>
- rename.<br/>
- delete.<br/>
</small></p>");
} elseif ($p==2) {
echo("<p align="left"><small>
files<br/>
click on file name and choose:<br/><br/>
- open(only for zip, tar archives, max 700 kb) view<a href="faq.php?p=12">zip archives FAQ</a>.<br/>
- unzip- only for archives jar zip tar.<br/>
- edit.<br/>
- symbols per field.<br/>
- encoding.<br/>
- save as.<br/>
- add to list copy.<br/>
- add to list move.<br/>
- add to list zip<br/>
- create archive.<br/>
- copy.<br/>
- move.<br/>
- rename.<br/>
- delete.<br/>
</small></p>");
} elseif ($p==3) {
echo("<p align="left"><small>
creating file/folder<br/>
select file name and addpermissions CHMOD.<br/><br/>
you can select templates.<br/>
</small></p>");
} elseif ($p==4) {
echo("<p align="left"><small>
file editing<br/>
you can edit utf8, win1251, unicode, koir8 files.<br/>
max file size: 200ЉџЉ+.<br/>
save.<br/>
save without saving on server.<br/>
you can undo last change by clicking undo.<br/>
option:<br/>
- replace text.<br/>
- delete empty lines.<br/>
- delete all tags.<br/><br/>
</small></p>");
} elseif ($p==5) {
echo("<p align="left"><small>
CHMOD<br/>
you can chmod files anf folders.<br/>
</small></p>");
} elseif ($p==6) {
echo("<p align="left"><small>
list<br/>
max filesin list:100<br/>
[Љs] - copy;<br/>
[Љz] - move;<br/>
[ZIP][TAR][..] - create ZIP[TAR][..].<br/><br/>
maz archive size 3 mb, max files in archive: 50
- make an action!.<br/>
- clear list.<br/>
</small></p>");
} elseif ($p==7) {
echo("<p align="left"><small>
import<br/>
max file size: 5Љ?Љ+.<br/>
max imported files: 25.<br/><br/>
link must be in this symbols "<" and ">".<br/>
example: <http://$home/englogo.gif><http://$home/index.php><http://url3> ...<br/><br/>
you can save file as by writing this symbol after link and file name "*".<br/>
example: <http://url/dir/file*file_name><br/>
if yu want save file to another director:<br/>
<http://url/dir/file*/dir/file_name><br/>
</small></p>");
} elseif ($p==8) {
echo("<p align="left"><small>
Upload<br/>
for uploading files on server.<br/><br/>
max 7 files, max size 7 mb.<br/>
</small></p>");
} elseif ($p==10) {
echo("<p align="left"><small>
exit<br/>
bu pressing exit all cookies will be deleted<br/>
</small></p>");
} elseif ($p==12) {
echo("<p align="left"><small>
open an archive<br/>
you can open archive and view all files in archive!
</small></p>");
}
include("inc/foot.php");
?>