Members   Search      Help    Register    Login    Home
Home » Support Forums for PMBT 2.X » Bug Reports for V2.X » Seeds and Leechers not available
Seeds and Leechers not available [message #3129] Thu, 05 November 2009 12:01 Go to next message
dophert is currently offline dophert  Netherlands
Messages: 16
Registered: November 2009
Leecher
Hey guys,

I found a bug, when i have uploaded an "External" torrent.
It has no Seeds either leechers.
BUT when I download it It has MANY seeds(as it should be!)also leechers! Shocked
Its really stupid because No one will download a Dead torrent!
Crying or Very Sad

so what to do with this bug! It's a kind of a problem for a public site so... any ideas? Confused

Kind regards,

***Doppie***
Re: Seeds and Leechers not available [message #3132 is a reply to message #3129] Thu, 05 November 2009 13:12 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
from what tracker?

http://a.imageshack.us/img831/5562/mybikes.png
Re: Seeds and Leechers not available [message #3134 is a reply to message #3129] Thu, 05 November 2009 18:38 Go to previous messageGo to next message
dophert is currently offline dophert  Netherlands
Messages: 16
Registered: November 2009
Leecher
You mean the External tracker?

http://tracker.thepiratebay.org/announce


Additional Trackers



http://tracker.thepiratebay.org/announce


udp://tracker.thepiratebay.org:80/announce


udp://tracker.openbittorrent.com:80/announce


http://tracker.openbittorrent.com/announce


these are the external trackers! Very Happy
My own tracker is:

http://thesmokingbanana.nl/announce.php Cool
Re: Seeds and Leechers not available [message #3137 is a reply to message #3134] Thu, 05 November 2009 22:47 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
http://tracker.thepiratebay.org/announceno responce from tracker


Additional Trackers



http://tracker.thepiratebay.org/announceno responce from tracker


udp://tracker.thepiratebay.org:80/announcepmbt dose not suport udp://


udp://tracker.openbittorrent.com:80/announcepmbt dose not suport udp://


http://tracker.openbittorrent.com/announcedose not suport scrape



http://a.imageshack.us/img831/5562/mybikes.png
Re: Seeds and Leechers not available [message #3140 is a reply to message #3129] Fri, 06 November 2009 07:14 Go to previous messageGo to next message
dophert is currently offline dophert  Netherlands
Messages: 16
Registered: November 2009
Leecher
Well, I can download when open the torrent (it has much seeders and leechers)This is a big problem... Confused because no one would ever download a unseeded torrent Very Happy

Any idea why it has no response?

BTW, thank you Joe for registering my site!(have you seen the .gif ?) Surprised

regards,

***Doppie***
Re: Seeds and Leechers not available [message #3142 is a reply to message #3129] Fri, 06 November 2009 09:31 Go to previous messageGo to next message
Threedays is currently offline Threedays  Australia
Messages: 79
Registered: January 2009
Location: Australia
Seeder
Most torrents use a extra list of trackers which is termed backup trackers. So a torrent contains a main tracker, which PMBT only uses in scrapes, and maybe contain a list of others which are used in torrent clients to get extra peer sources. Maybe a future addition of PMBT will use these backups.

What could be happening is your main tracker is dead, but the backups are possible peer producers.

You could manually edit the SQL records for that torrent at put a working tracker in the field 'tracker'. Make sure there is also an entry in the tracker database so the tracker can be included in cleanup.php based scrapes.

You can somewhat control which is the main tracker when you create torrents.


[Updated on: Fri, 06 November 2009 09:37]

Report message to a moderator

Re: Seeds and Leechers not available [message #3143 is a reply to message #3129] Fri, 06 November 2009 09:42 Go to previous messageGo to next message
Threedays is currently offline Threedays  Australia
Messages: 79
Registered: January 2009
Location: Australia
Seeder
ThePirateBay is closed to scrapes at the moment. Openbittorrent can be scraped though, but it's another matter if PMBT or your torrent, is working to do this. PMBT coding is mainly geared to local based torrents running on a PHP4 server. If you want more then you will have to start editing code.

Re: Seeds and Leechers not available [message #3144 is a reply to message #3143] Fri, 06 November 2009 12:17 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
Threedays wrote on Fri, 06 November 2009 04:42
ThePirateBay is closed to scrapes at the moment. Openbittorrent can be scraped though, but it's another matter if PMBT or your torrent, is working to do this. PMBT coding is mainly geared to local based torrents running on a PHP4 server. If you want more then you will have to start editing code.

php4 are you Nuts phpMyBitTorrent works just fine on php5+ and handles external torrent s just fine the problem is the first tracker in the list (the primary tracker) is not responding to scrape.


http://a.imageshack.us/img831/5562/mybikes.png
Re: Seeds and Leechers not available [message #3145 is a reply to message #3144] Fri, 06 November 2009 13:54 Go to previous messageGo to next message
Threedays is currently offline Threedays  Australia
Messages: 79
Registered: January 2009
Location: Australia
Seeder
joeroberts wrote on Fri, 06 November 2009 23:17
Threedays wrote on Fri, 06 November 2009 04:42
ThePirateBay is closed to scrapes at the moment. Openbittorrent can be scraped though, but it's another matter if PMBT or your torrent, is working to do this. PMBT coding is mainly geared to local based torrents running on a PHP4 server. If you want more then you will have to start editing code.

php4 are you Nuts phpMyBitTorrent works just fine on php5+ and handles external torrent s just fine the problem is the first tracker in the list (the primary tracker) is not responding to scrape.


The graphical front end may run ok, but PMBT is not totally compatible with all general internet hosts and php versions. I've already done the research after experiencing these problems. The Bencoder/Bdecoder included in PMBT uses commands that have unstable handling/results when used under php5. Some torrent will give nightmares like replies being badly read in a scrape or breaking the info_hash sha1 checksum because of a failed rebuild of the torrent when uploading or changing the other internal base10 parts after upload. The internal meta data changes using these unstable commands, casing the torrent t be faulty. Noting this wont happen to all due to the server layout they use.

I've point this problem out to you in another post.

I've rewritten most of the code to get around this problem on my own website, but I'm yet to finished of the error handling for timeouts to make it fulling operational. Otherwise I have externals running and tracking fine. It didn't before I forked.


Re: Seeds and Leechers not available [message #3146 is a reply to message #3145] Fri, 06 November 2009 14:05 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
Please then Y is this site holding and suporting Multible external torrents and can maintane peer data from several tracker sources?
http://guv2.com/pmbt2/torrents.php
this is a Ubutu base server running phpversion 5.2.6


http://a.imageshack.us/img831/5562/mybikes.png

[Updated on: Fri, 06 November 2009 14:10]

Report message to a moderator

Re: Seeds and Leechers not available [message #3147 is a reply to message #3129] Fri, 06 November 2009 16:01 Go to previous messageGo to next message
dophert is currently offline dophert  Netherlands
Messages: 16
Registered: November 2009
Leecher
to Joe,

My problem isnt solved as you say on www.thesmokingbanana.nl
I saw you have uploaded an external torrent which DOES work FINE!!!
But what is the difference between that tracker and the other external trackers of my torrent?


regards
Re: Seeds and Leechers not available [message #3152 is a reply to message #3147] Sat, 07 November 2009 12:37 Go to previous message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
dophert wrote on Fri, 06 November 2009 11:01
to Joe,

My problem isnt solved as you say on www.thesmokingbanana.nl
I saw you have uploaded an external torrent which DOES work FINE!!!
But what is the difference between that tracker and the other external trackers of my torrent?


regards

please read first reply


http://a.imageshack.us/img831/5562/mybikes.png
Previous Topic:PHPBB3 bug
Next Topic:Problem with redirect
Goto Forum:
  


Current Time: Thu Feb 09 05:51:26 GMT 2012

Total time taken to generate the page: 0.00759 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software