Viewing 9 replies - 1 through 9 (of 9 total)
  • Thanks for letting me know about the problem I will check into the situation and see why they may not be updating.

    Hi, I have the same problem. Seeders and leechers 0. And status of tracker in BitTorrent is “HTTP Error 500”.

    announce depending on your host can have a problem because of the settings for some host. some host are either to lazy to setup their servers correctly and are afraid of people doing things they should not be doing or they lock certain things so you will upgrade to a better hosting plan or they lock things because they block torrent sites. i have seen plenty of host disable things because they see it as a security risk when it isn’t or because they want more money. if you are on a free host then chances are the plugin will not work but i have seen it work on some free hosts out there. best hosting to have is either a vps or dedicated server where you have full control if you can afford it.

    I am having the same issue, all the stats show
    Seeds: 0
    Leechers: 0

    Nothing updates when I hit update stats.

    My scrape and announce page both show this also:

    Fatal error: Cannot redeclare sqlesc() (previously declared in /home/removed/public_html/wp-content/plugins/wp-trader/includes/function-torrent-post.php:6) in /home/removed/public_html/wp-content/themes/black_shade/scrape.php on line 84

    yep, same problem here when updated to .4.8 Beta

    Fatal error: Cannot redeclare sqlesc()

    I’ll try to take a look at the code

    Hey, just commented sqlesc function in announce.php and it worked. I suspect there should be something more elegant though (if not declared… then)

    update: just commenting isn’t enough, sqlesc as defined in function-torrent-post.php first asks if its input is numeric in order to parse (which seems logic). however, its homonyme in announce.php doesn’t, so using the first in place of the second will cause further bugs… not quite sure why: are hashs numeric? my guess is they are hexadecimal, in which case is_numeric would return true.

    had to rename sqlesc in announce.php to have the tracker work, still getting 0 peers and leeches though

    About 0 seeders & leechers, think I found the issue too, check this post

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin WP-Trader] Seeders and Leechers Problem !’ is closed to new replies.