|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming | |
Implementing a torrent tracker on my site?
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
Hi, i'm Barry Scott!
![]() |
I am doing a project at University and i'm in the stage of scaling and working out what is feasible.
How simple is it to implement a bittorrent tracker on my website. All I want it to do is track downloads, ratios, uploads etc... simple stuff. The only other option is to use a 3rd party tracker, but i'd rather have control myself. I believe I saw some tracker software in PHP called TBSource, anyone know about this?
__________________
Winamp FLAC > Xonar D2 > Optical Zero DAC > Little Dot MKIII > Sony MDR XB700 ![]() British Overclockers Club ![]()
|
|||||||||||||
|
|
|
|
#2 (permalink) | |||||||||||
|
4.0ghz
![]() |
It's easy. You can do it in pure PHP and MySQL, since BT clients connect to trackers via HTTP.
Look for a simple BT tracker in PHP and see how they implemented it. You probably don't want some massive project because it'll just be a headache reading.
__________________
When asking for help: state the goal, not the step.
|
|||||||||||
|
|
|
|
#3 (permalink) | |||||||||||||
|
Hi, i'm Barry Scott!
![]() |
Hmm, OK, I found some PHP coded stuff. Looks quite complex, but using their instructions I should be able to work it. However, can't work out the difference between Btit V1.0 and Xbtit V2.0
__________________
Winamp FLAC > Xonar D2 > Optical Zero DAC > Little Dot MKIII > Sony MDR XB700 ![]() British Overclockers Club ![]()
|
|||||||||||||
|
|
|
|
#4 (permalink) | |||||||||||||
|
Hi, i'm Barry Scott!
![]() |
I fear I may have issues as my database server and webserver are separate and it cant pull the necessary database files :/
__________________
Winamp FLAC > Xonar D2 > Optical Zero DAC > Little Dot MKIII > Sony MDR XB700 ![]() British Overclockers Club ![]()
|
|||||||||||||
|
|
|
|
#5 (permalink) | |||||||||||
|
4.0ghz
![]() |
Your database server probably restricts access to local only. You need to allow remote machines to connect.
Next time, use more specific terms instead of "database server".
__________________
When asking for help: state the goal, not the step.
|
|||||||||||
|
|
|
|
#6 (permalink) | |||||||||||||
|
Hi, i'm Barry Scott!
![]() |
I mean, the MySQL database is on a separate server to where my website is hosted. My University locks down the files so i'll need to ask for permission to access them :/
__________________
Winamp FLAC > Xonar D2 > Optical Zero DAC > Little Dot MKIII > Sony MDR XB700 ![]() British Overclockers Club ![]()
|
|||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|