Home > Database > Mysql Tutorial > body text

decenphp

Barbara Streisand
Release: 2024-11-20 17:31:15
Original
273 people have browsed it

decenphp

DecenPHP has reached version 1.4. Now, it is easy to search for files or links in the database using PHP and MySQL/MariaDB.

"But, what is DecenPHP?"

DecenPHP offers an easy way to search for files hosted on websites and HTTP servers. This can be done either through a MySQL database (which stores only the links and URLs) or by accessing the websites directly to retrieve their file lists (using PHP and without a database).

Other features include login, registration, statistics on the files that have received the most likes, file promotion, etc.

Users can manually enter links or provide a URL containing a list of links.

Additionally, it has various tools that do not require a database, such as temporary chat, etc.

Our project aims to build simple distributed and decentralized systems, as well as to create static pages...

Each server displays all the files it hosts in files.php (showing a list of links) or files_json.php (showing a JSON text). This enables decentralized searching by checking if the user input matches the name of a file hosted on a server using search.php or search_json.php.

The receiver.php page can receive files from any user via a POST request. The file will be saved in the 'files' directory and renamed with the file's SHA-256 hash (plus the original extension). To send a file to a server, the user can use sender.php, sender_multiple.php or sender_multiple_list.php.

https://github.com/aiodrix/2N_NoSQL
https://www.mediafire.com/file/u9e3dxiz9py75hu/decenphp1.4.zip/file
https://archive.org/details/decenphp1.4

The above is the detailed content of decenphp. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template