Hacked By AnonymousFox

Current Path : /home/allslyeo/.system-php/conf/logistics.allstuffweb.com/
Upload File :
Current File : /home/allslyeo/.system-php/conf/logistics.allstuffweb.com/7.2.json

{"sourceguardian":{"description":"SourceGuardian is commercial software which allows you to securely encode, compile and encrypt php scripts. In this way you will protect your source code from viewing and editing. You can lock your files based on the server IP where they will be opened, based on the domain name, the MAC address or a defined time period. In this way the files can not be used on a different computer, under a different domain or outside of a defined time interval","state":"disabled","category":"Others","name":"sourceguardian"},"fileinfo":{"name":"fileinfo","category":"Others","state":"disabled","description":"This module functions try to determine a file content type and encoding by means of analyzing certain magic bytes sequences at certain positions of the file. This is not truly reliable method but for most situations that will do"},"propro":{"state":"disabled","name":"propro","category":"Others","description":""},"spl":{"category":"Others","name":"spl","state":"build-in","description":"Set of interfaces and classses for solving standard problems"},"xdebug":{"description":"The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following: stack and function traces in error messages with full parameter display for user defined functions, function name, file name and line indications, support for member functions; memory allocation; protection for infinite recursions. Xdebug also provides: profiling information for PHP scripts; code coverage analysis; capabilities to debug your scripts interactively with a debug client","state":"disabled","name":"xdebug","category":"Others"},"gnupg":{"state":"disabled","name":"gnupg","category":"Others","description":""},"imap":{"description":"These functions enable you to operate with the IMAP protocol, as well as the NNTP, POP3 and local mailbox access methods","state":"enabled","name":"imap","category":"Others"},"imagick":{"description":"Imagick is a native php extension to create and modify images using the ImageMagick API","state":"enabled","name":"imagick","category":"Others"},"sysvsem":{"category":"Others","name":"sysvsem","state":"disabled","description":"System V semaphore support"},"tokenizer":{"description":"The tokenizer functions provide an interface to the PHP tokenizer embedded in the Zend Engine. Using these functions you may write your own PHP source analyzing or modification tools without having to deal with the language specification at the lexical level","state":"build-in","name":"tokenizer","category":"Others"},"eio":{"state":"disabled","name":"eio","category":"Others","description":"This extension provides asyncronous POSIX IO by means of libeio C library"},"xsl":{"description":"The XSL extension implements the XSL standard, performing XSLT transformations using the libxslt library","category":"Others","name":"xsl","state":"enabled"},"tideways":{"description":"","name":"tideways","category":"Others","state":"disabled"},"gender":{"state":"disabled","category":"Others","name":"gender","description":"Port of the gender.c program to find out the gender of firstnames. The actual database contains more than 40000 firstnames from 54 countries"},"session":{"description":"Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications and increase the appeal of your web site","category":"Others","name":"session","state":"build-in"},"odbc":{"description":"In addition to normal ODBC support, the Unified ODBC functions in PHP allow you to access several databases that have borrowed the semantics of the ODBC API to implement their own API. Instead of maintaining multiple database drivers that were all nearly identical, these drivers have been unified into a single set of ODBC functions","name":"odbc","category":"Others","state":"disabled"},"yaml":{"description":"","name":"yaml","category":"Others","state":"disabled"},"hash":{"category":"Others","name":"hash","state":"build-in","description":"Messages hashing framework. Allows to handle arbitrary length messages by using different hashing algorithms in direct or incremental way"},"uuid":{"name":"uuid","category":"Others","state":"disabled","description":"A wrapper around libuuid from the ext2utils project"},"swoole":{"state":"disabled","category":"Others","name":"swoole","description":""},"curl":{"description":"Interface to a powerful library for making HTTP, FTP and other requests and handling the output","category":"Others","name":"curl","state":"build-in"},"date":{"state":"build-in","category":"Others","name":"date","description":"These functions allow you to get the date and time from the server where your PHP scripts are running. You can use these functions to format the date and time in many different ways. The date and time information is internally stored as a 64-bit number so all conceivably useful dates (including negative years) are supported. The range is from about 292 billion years in the past to the same in the future"},"exif":{"category":"Others","name":"exif","state":"build-in","description":"Provides access for images EXIF metadata"},"pcre":{"description":"Perl Compatible Regular Expressions support","state":"build-in","category":"Others","name":"pcre"},"uploadprogress":{"state":"enabled","category":"Others","name":"uploadprogress","description":"It is only known to work on Apache with mod_php, other SAPI implementations unfortunately still have issues. At least PHP 5.2 is needed"},"raphf":{"state":"disabled","name":"raphf","category":"Others","description":""},"tidy":{"state":"enabled","category":"Others","name":"tidy","description":"The interface for cleaning and recovering utility Tidy HTML, which apart from the cleaning and recovering allows HTML documents manipulation and document tree traverse"},"openssl":{"state":"build-in","name":"openssl","category":"Others","description":"This module uses the functions of OpenSSL for generation and verification of signatures and for sealing (encrypting) and opening (decrypting) data"},"pgsql":{"name":"pgsql","category":"Others","state":"enabled","description":"Driver implementing access from PHP to PostgreSQL"},"vips":{"description":"","name":"vips","category":"Others","state":"disabled"},"dom":{"name":"dom","category":"Others","state":"enabled","description":"The DOM extension allows you to operate on XML documents through the DOM API with PHP 5"},"trader":{"name":"trader","category":"Others","state":"disabled","description":"The trader extension is a free open source stock library based on TA-Lib. It's dedicated to trading software developers requiring to perform technical analysis of financial market data. Alongside many indicators like ADX, MACD, RSI, Stochastic, TRIX the candlestick pattern recognition and several vector arithmetic and algebraic functions are present"},"sockets":{"description":"The socket extension implements a low-level interface to the socket communication functions based on the popular BSD sockets, providing the possibility to act as a socket server as well as a client.","state":"enabled","category":"Others","name":"sockets"},"timezonedb":{"state":"enabled","name":"timezonedb","category":"Others","description":"This extension is a drop-in replacement for the builtin timezone database that comes with PHP. You should only install this extension in case you need to get a later version of the timezone database than the one that ships with PHP"},"simplexml":{"description":"The SimpleXML extension provides a very simple and easily usable toolset to convert XML to an object that can be processed with normal property selectors and array iterators","category":"Others","name":"simplexml","state":"build-in"},"mbstring":{"state":"enabled","category":"Others","name":"mbstring","description":"Provides multibyte specific string functions that help you deal with multibyte encodings in PHP. In addition to that, mbstring handles character encoding conversion between the possible encoding pairs. mbstring is designed to handle Unicode-based encodings such as UTF-8 and UCS-2 and many single-byte encodings for convenience"},"ftp":{"description":"This module functions provide remote servers access by FTP protocol.","state":"build-in","category":"Others","name":"ftp"},"bcmath":{"description":"Binary Calculator for arbitrary precision mathematics which supports numbers of any size and precision, represented as strings","state":"enabled","category":"Others","name":"bcmath"},"mongodb":{"state":"disabled","category":"Others","name":"mongodb","description":""},"pcntl":{"description":"Process Control support in PHP implements the Unix style of process creation, program execution, signal handling and process termination. Process Control should not be enabled within a web server environment because unexpected results can happen","state":"build-in","name":"pcntl","category":"Others"},"sqlsrv":{"state":"disabled","category":"Others","name":"sqlsrv","description":""},"libxml":{"category":"Others","name":"libxml","state":"build-in","description":"XML functionality"},"sqlite3":{"state":"build-in","category":"Others","name":"sqlite3","description":"Support for SQLite version 3 databases"},"intl":{"description":"Internationalization extension is a wrapper for ICU library, enabling PHP programmers to perform UCA-conformant collation and date, time, number, currency formatting in their scripts","state":"disabled","name":"intl","category":"Others"},"mailparse":{"description":"Mailparse is an extension for parsing and working with email messages. It can deal with RFC 822 and RFC 2045 (MIME) compliant messages","state":"disabled","name":"mailparse","category":"Others"},"geoip":{"description":"This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type","state":"disabled","name":"geoip","category":"Others"},"xmlwriter":{"state":"enabled","category":"Others","name":"xmlwriter","description":"This extension is non-cached, one-direction way for generating streams of files for XML data"},"mcrypt":{"description":"This is an interface to the mcrypt library, which supports a wide variety of block algorithms such as DES, TripleDES, Blowfish (default), 3-WAY, SAFER-SK64, SAFER-SK128, TWOFISH, TEA, RC2 and GOST in CBC, OFB, CFB and ECB cipher modes. Additionally, it supports RC6 and IDEA which are considered non-free. CFB and OFB are 8bit by default","name":"mcrypt","category":"Others","state":"disabled"},"sysvshm":{"description":"System V shared memory support","state":"disabled","category":"Others","name":"sysvshm"},"oauth":{"description":"This extension provides OAuth consumer and provider bindings. OAuth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords","name":"oauth","category":"Others","state":"disabled"},"brotli":{"description":"","state":"disabled","name":"brotli","category":"Others"},"pdo":{"description":"The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. Each database driver that implements the PDO interface can expose database-specific features as regular extension functions. Note that you cannot perform any database functions using the PDO extension by itself; you must use a database-specific PDO driver to access a database server","state":"enabled","name":"pdo","category":"Others"},"soap":{"description":"The SOAP extension can be used to write SOAP Servers and Clients. It supports subsets of SOAP 1.1, SOAP 1.2 and WSDL 1.1 specifications.","category":"Others","name":"soap","state":"enabled"},"shmop":{"description":"Shmop is an easy to use set of functions that allows PHP to read, write, create and delete Unix shared memory segments","name":"shmop","category":"Others","state":"build-in"},"bz2":{"description":"Functions for transparent reading and writing BZIP2 archives","category":"Others","name":"bz2","state":"build-in"},"gmagick":{"description":"","category":"Others","name":"gmagick","state":"disabled"},"igbinary":{"description":"Igbinary is a drop in replacement for the standard php serializer. Instead of time and space consuming textual representation, igbinary stores php data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data","name":"igbinary","category":"Others","state":"disabled"},"filter":{"category":"Others","name":"filter","state":"build-in","description":"This extension filters data by either validating or sanitizing it. This is especially useful when the data source contains unknown (or foreign) data, like user supplied input. For example, this data may come from an HTML form."},"nd_pdo_mysql":{"description":"","state":"disabled","name":"nd_pdo_mysql","category":"Others"},"pdf":{"state":"disabled","category":"Others","name":"pdf","description":""},"sysvmsg":{"name":"sysvmsg","category":"Others","state":"disabled","description":"System V messages support"},"snmp":{"description":"The SNMP extension provides a very simple and easily usable toolset for managing remote devices via the Simple Network Management Protocol","name":"snmp","category":"Others","state":"disabled"},"reflection":{"state":"build-in","name":"reflection","category":"Others","description":"This package functionality includes full-fledged Reflection API which gives possibility for reverse-engineering of classes, interfaces, function, methods and modules"},"ctype":{"state":"build-in","category":"Others","name":"ctype","description":"This extension functions allow to check if a symbol or a string belongs to a certain set of symbols while taking into account regional settings"},"pdo_odbc":{"description":"driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to databases through ODBC drivers or through the IBM DB2 Call Level Interface (DB2 CLI) library","state":"disabled","category":"Others","name":"pdo_odbc"},"phar":{"state":"enabled","category":"Others","name":"phar","description":"The phar extension provides a way to put entire PHP applications into a single file called a phar (PHP Archive) for easy distribution and installation. In addition to providing this service, the phar extension also provides a file-format abstraction method for creating and manipulating tar and zip files through the PharData class, much as PDO provides a unified interface for accessing different databases"},"pdo_oci":{"state":"disabled","name":"pdo_oci","category":"Others","description":""},"pspell":{"description":"These functions allow you to check the spelling of a word and offer suggestions","name":"pspell","category":"Others","state":"disabled"},"dba":{"category":"Others","name":"dba","state":"disabled","description":"These functions build the foundation for accessing Berkeley DB style databases. This is a general abstraction layer for several file-based databases. As such, functionality is limited to a common subset of features supported by modern databases such as Oracle Berkeley DB"},"enchant":{"description":"Enchant is the PHP binding for the Enchant library. Enchant steps in to provide uniformity and conformity on top of all spelling libraries, and implement certain features that may be lacking in any individual provider library","state":"disabled","name":"enchant","category":"Others"},"apcu":{"category":"Others","name":"apcu","state":"enabled","description":""},"core":{"description":"PHP interpreter body","name":"core","category":"Others","state":"build-in"},"ssh2":{"name":"ssh2","category":"Others","state":"disabled","description":""},"lzf":{"name":"lzf","category":"Others","state":"disabled","description":"This package handles LZF compression and decompression"},"gd":{"category":"Others","name":"gd","state":"enabled","description":"Functions for working with images including images streaming"},"sodium":{"description":"","name":"sodium","category":"Others","state":"disabled"},"iconv":{"description":"This extension provides interface to encodings conversion library iconv","state":"build-in","name":"iconv","category":"Others"},"opcache":{"description":"","category":"Others","name":"opcache","state":"enabled"},"oci8":{"state":"disabled","name":"oci8","category":"Others","description":""},"luasandbox":{"description":"","name":"luasandbox","category":"Others","state":"disabled"},"json":{"description":"Allows work with text data interchange format with parser built on JSON_checker","name":"json","category":"Others","state":"enabled"},"stats":{"description":"This is the statistics extension. It contains few dozens of functions useful for statistical computations","name":"stats","category":"Others","state":"disabled"},"xmlrpc":{"description":"These functions can be used for XML-RPC servers and clients writing","state":"enabled","category":"Others","name":"xmlrpc"},"pdo_mysql":{"name":"pdo_mysql","category":"Others","state":"enabled","description":"Driver implementing access from PHP to MySQL"},"mysqli":{"name":"mysqli","category":"Others","state":"enabled","description":"This extension gives a user access to functionality provided by MySQL server 4.1 and above"},"zmq":{"description":"","state":"disabled","name":"zmq","category":"Others"},"readline":{"description":"","state":"build-in","name":"readline","category":"Others"},"inotify":{"description":"The inotify extension exposes the inotify functions","name":"inotify","category":"Others","state":"disabled"},"wddx":{"description":"Functions to work with The WDDX, Web Distributed Data Exchange, a free, open XML-based technology that allows Web applications created with any platform to easily exchange data with one another over the Web","state":"enabled","name":"wddx","category":"Others"},"geos":{"description":"","state":"disabled","category":"Others","name":"geos"},"pdo_firebird":{"name":"pdo_firebird","category":"Others","state":"disabled","description":""},"standard":{"description":"Standard PHP Libpary","name":"standard","category":"Others","state":"build-in"},"pdo_pgsql":{"state":"disabled","name":"pdo_pgsql","category":"Others","description":"Driver implementing access from PHP to PostgreSQL"},"pdo_sqlsrv":{"state":"disabled","name":"pdo_sqlsrv","category":"Others","description":""},"http":{"name":"http","category":"Others","state":"disabled","description":""},"grpc":{"description":"","state":"disabled","name":"grpc","category":"Others"},"interbase":{"description":"","state":"disabled","category":"Others","name":"interbase"},"ioncube_loader":{"name":"ioncube_loader","category":"Others","state":"disabled","description":"Introduces tools to protect software written using the PHP programming language from being viewed, changed, and run on unlicensed computers"},"xml":{"description":"This PHP extension implements support for expat in PHP. This toolkit lets you parse, but not validate, XML documents","state":"build-in","name":"xml","category":"Others"},"gmp":{"state":"build-in","name":"gmp","category":"Others","description":"This module functions use GNU MP library to calculate integers of arbitrary length"},"calendar":{"description":"API for building Calendar data structures","category":"Others","name":"calendar","state":"build-in"},"pdo_sqlite":{"description":"Driver implementing access from PHP to SQLite","state":"enabled","name":"pdo_sqlite","category":"Others"},"zip":{"state":"enabled","name":"zip","category":"Others","description":"This extension lets reading compressed ZIP archives and writing into them easily"},"redis":{"description":"","state":"disabled","category":"Others","name":"redis"},"nd_mysqli":{"description":"","state":"disabled","name":"nd_mysqli","category":"Others"},"phalcon3":{"category":"Others","name":"phalcon3","state":"disabled","description":""},"xmlreader":{"category":"Others","name":"xmlreader","state":"enabled","description":"This is a syntactic analyzer for XML. It acts as a cursor moving along the document stream and pauses at every node on the way"},"dbase":{"name":"dbase","category":"Others","state":"disabled","description":"These functions allow you to access records stored in dBase-format (dbf) databases. dBase files are simple sequential files of fixed length records. Records are appended to the end of the file"},"yaf":{"description":"Yaf is a PHP framework similar to zend framework, which is written in c and built as PHP extension","state":"disabled","name":"yaf","category":"Others"},"posix":{"state":"enabled","name":"posix","category":"Others","description":"This module provide access to functions defined in IEEE 1003.1 (POSIX.1) that are not accessible with other means"},"mysqlnd":{"description":"","state":"enabled","name":"mysqlnd","category":"Others"},"newrelic":{"description":"","state":"disabled","name":"newrelic","category":"Others"},"zlib":{"description":"This extension enables transparent reading GZIP archives and writing into them in file system access manner","name":"zlib","category":"Others","state":"build-in"},"ldap":{"description":"Functionality to work with lightweight directory access protocol servers","name":"ldap","category":"Others","state":"disabled"},"pdo_dblib":{"name":"pdo_dblib","category":"Others","state":"disabled","description":""},"gettext":{"name":"gettext","category":"Others","state":"build-in","description":"This module functions implement Native Language Support API for applications internationalization"}}

Hacked By AnonymousFox1.0, Coded By AnonymousFox