View Single Post
  #1  
Old 7th March 2010, 22:28
xviperx1989 xviperx1989 is offline
Member
 
Join Date: Sep 2009
Israel
Posts: 2
Default Help in change tables and filenames
Hello all..
i have a tracker...but what i want to do is to add something like new tracker to this one that i already have i mean add another section of torrents..
so what i did is to add another tables to the db lets say i have a table called "peers", so just add something like this "music_peers", i create new pages taking the codes from the source and changed the SQL codes to the new db name..

everything working fine, i can upload and download files from the website, and posting them into torrent software..but here something really weird
every one who uploads some music and try to seed it, no body can connect them..only my internet connection connection and downloading the files.

every body can connect to me and i can connect to everybody but if i'm not downloading the file, most of time no body can connect or download.

in db everything look correct ..
but i notice that i have another weird thing..
if some one seed some music when i'm adding the torrent file to my utorrent when the Seed string, it's shows Connected to 0 from 0,
but after some seconds it's connectin to Leecher (he is the seeder it's just dont showing this), and downloading again only if its my internet connection.

now i guess it's some wrong code in one of my new pages.
(in the source tracker, everything works fine, for all connections).

i guess that do something wrong in musictracker.php (tracker.php) or in musicannounce.php (announce.php),
i not really understood the code in the tracker page, so i just guessed what i need to change to get this work..

if some one can show me exactly what i need to change in tracker.php page to get the announce to musicannounce page, it will be great to see if i done this correct ...

and if some one hear about this problem or may be know the solution ...it even be better :)

thanks alot, sorry for my poor english.


i just found out that i can add more then 1 announce url.
but how to tell tracker.php to select the second announce or the original?

Last edited by xviperx1989; 7th March 2010 at 22:56.
Reply With Quote