numerico
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TRADER] – Fatal error: Cannot redeclare sqlesc()…I’m not the plugin owner so I’m afraid unless buznagn decides otherwise you’ll have to fix it yourself.
What’s Thesis, by the way?Greetings.
Forum: Plugins
In reply to: [Plugin WP-Trader] Seeders and Leechers Problem !About 0 seeders & leechers, think I found the issue too, check this post
Forum: Plugins
In reply to: [WP-TRADER] – Fatal error: Cannot redeclare sqlesc()…greetings, please read previous post http://ww.wp.xz.cn/support/topic/plugin-wp-trader?replies=9
apparently a bug in last version indeedForum: Plugins
In reply to: [Plugin WP-Trader] Seeders and Leechers Problem !had to rename sqlesc in announce.php to have the tracker work, still getting 0 peers and leeches though
Forum: Plugins
In reply to: [Plugin WP-Trader] Seeders and Leechers Problem !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.
Forum: Plugins
In reply to: [Plugin WP-Trader] Seeders and Leechers Problem !Hey, just commented sqlesc function in announce.php and it worked. I suspect there should be something more elegant though (if not declared… then)
Forum: Plugins
In reply to: [Plugin WP-Trader] Seeders and Leechers Problem !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
Forum: Plugins
In reply to: [WP-Trader] [Plugin: WP-Trader] peer ids and usersforeach (array("passkey","info_hash","peer_id","port","downloaded","uploaded","left") as $x) if (!isset($$x)) err("Missing key: $x");i think this is the issue, in announce.php, while indeed the passkey is only used if we’re set to members only, the parameter is still required for the request.
therefore in the wp_trader_peers table i’m getting all passkeys saved as %s, should this be?Forum: Plugins
In reply to: [WP-Trader] [Plugin: WP-Trader] peer ids and usersYou mean just http://mysite.com/announce should work as the tracker address? Right now i’ll get a Missing Passkey error if set so, the only way i’ve succeeded transferring is adding /?passkey=%s to the url, which is being sent litterlaly like that… i imagine that %s is meant to be a wildcard isn’t it?
(I have Members Only : NO.)
Else, when you say registering, are we talking about the same user/pass that wordpress uses?Regards
Forum: Plugins
In reply to: [WP-Trader] [Plugin: WP-Trader] uploader privilegessayemo, setting the parameters in my previous post solved the problem for me, apparently the issue is they won’t take effect until you restart apache. greetings.