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
Top comments (0)