Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
pat_reqlib.php
Package: Generateur_v13.rar [view]
Upload User: feiyaoda
Upload Date: 2016-11-21
Package Size: 9556k
Code Size: 2k
Category:
WEB Mail
Development Platform:
PHP
- <?php
- include ('config.php');
- send_execute_header('Required Librairies');
- echo "<body bgcolor='#E1E4FA'><p>In order to have complete access to the whole features of PAT, you should hav installed :</p>";
- echo "<hr>n";
- echo "<p class="big_text">Zip Creation</p>n";
- echo "<p>This librairy is used in PAT for Creating Zip files, as they are different from Gzip files</p>n";
- echo "<p><b>On this server : </b> ";
- if (is_file('./extensions/zip.class.php'))
- echo "<font color=green>";
- else
- echo "<font color=red>Not ";
- echo "Installed</font></p>n";
- echo "<hr>n";
- echo "<p class="big_text">Zip Compression & Decompression</p>n";
- echo "<p>This librairy is used for Decoding zip files (for informations of zip files) and extract a folder structure</p>n";
- echo "<p><b>On this server : </b> ";
- if ($_PHP_EXT['gzip'])
- echo "<font color=green>";
- else
- echo "<font color=red>Not ";
- echo "Installed</font></p>n";
- echo "<hr>n";
- echo "<p class="big_text">BZip2 Compression & Decompression</p>n";
- echo "<p>This librairy is used for managing compressed bz2 files.</p>n";
- echo "<p><b>On this server : </b> ";
- if ($_PHP_EXT['bzip2'])
- echo "<font color=green>";
- else
- echo "<font color=red>Not ";
- echo "Installed</font></p>n";
- echo "<hr>n";
- echo "<p class="big_text">GD</p>n";
- echo "<p>This librairy is used for creating thumbnails of images for specific view</p>n";
- echo "<p><b>On this server : </b> ";
- if ($_PHP_EXT['gd'])
- echo "<font color=green>";
- else
- echo "<font color=red>Not ";
- echo "Installed</font></p>n";
- echo "<hr>n";
- echo "<p class="big_text">Upload</p>n";
- echo "<p>It's not a librairy, but you can affect ini values, which may be used in upload script</p>n";
- echo "<p><b>On this server : </b> ";
- if ($_PHP_EXT['gd'])
- echo "<font color=green>";
- else
- echo "<font color=red>Not ";
- echo "Authorised</font></p>n";