PeerTracker
   HOME

TheInfoList



OR:

PeerTracker is a
free Free may refer to: Concept * Freedom, having the ability to do something, without having to obey anyone/anything * Freethought, a position that beliefs should be formed only on the basis of logic, reason, and empiricism * Emancipate, to procur ...
(licensed as GPL) BitTorrent peer tracker software written in PHP that is designed to be fast and to have a low consumption of system resources.


Details

The focus of this project is to create a tracker in PHP that is fast, uses minimal server resources meanwhile providing full scale tracking capabilities. PeerTracker does not concern itself with the indexing or uploading of torrents, nor with share ratio monitoring or any other form of user management. It has been designed from the ground up to be easily deployed and operated from any shared or dedicated hosting environment.


Features

* Operates unde
BEP
additionally supportin

* Code is fully PHP 5+ E_STRICT & E_DEPRECATED compliant. * profiled and optimized for extremely fast execution and minimal cpu/memory/database usage


Requirements

*
HTTP Server An HTTP server is a computer (software) program (or even a software component included in an other program) that plays the role of a server in a client–server model by implementing the ''server part'' of the HTTP and/or HTTPS network protocol ...
(
Apache The Apache () are a group of culturally related Native American tribes in the Southwestern United States, which include the Chiricahua, Jicarilla, Lipan, Mescalero, Mimbreño, Ndendahe (Bedonkohe or Mogollon and Nednhi or Carrizaleño an ...
, Nginx, lighttpd, Hiawatha, Cherokee etc...) * PHP 5 ''(Recommend PHP 5.3+)'' * Access to one of the below Databases ** SQLite3 ''(Integrated in PHP 5.3+)'' ** MySQL 4.1 ''(Recommend MySQL 5.1+)'' **
PostgreSQL PostgreSQL (, ), also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. It was originally named POSTGRES, referring to its origins as a successor to the In ...
''(Coming Soon)'' ** txtSQL ''(Coming Soon)''


External links


Official PeerTracker Development Site

Code Mirror at Github
{{DEFAULTSORT:Peertracker Free network-related software BitTorrent tracker Free software programmed in PHP BitTorrent tracker for Linux