Articles by firefly2442
-
Setting Up A PHP + MySQL Powered BitTorrent Tracker With RivetTracker
Author: firefly2442 • Tags: apache, linux, php • Comments: 1Setting Up A PHP + MySQL Powered BitTorrent Tracker With RivetTracker Efficient file distribution is an important process for many websites online. BitTorrent makes this easier by sharing the uploading and downloading among clients. This alleviates the bandwidth required by the content provider. This tutorial will show you how to install RivetTracker, a PHP and MySQL driven BitTorrent tracker. RivetTracker is a heavily modified version of PHPBTTracker, written by "DeHackEd". It aims to be easy to use and manage.
-
Proftpd Monitoring With phpftpwho
Author: firefly2442 • Tags: ftp, monitoring, php • Comments: 1Proftpd Monitoring With phpftpwho Proftpd is an excellent FTP server with many features. Wouldn't it be nice to see who is connected to your FTP server and what they are doing all in a convenient web-interface? phpftpwho allows you to see who is accessing your Proftpd FTP server all in a convenient web-interface. It is simple to install and only requires Proftpd, Apache, and PHP.