Warning: mysql_query(): Access denied for user ‘USER’@’localhost’ (using password: NO) in /var/DOMAIN/wp-content/plugins/wp-trader/wp_trader_install_functions.php on line 107
Warning: mysql_query(): A link to the server could not be established in /var/www/DOMAIN/wp-content/plugins/wp-trader/wp_trader_install_functions.php on line 107
Access denied for user ‘USER’@’localhost’ (using password: NO)
I am using a password.. I’m not sure why this is happening…
]]>Hi i set up wordpress locally on LAMP just to play around with it, everything installed fine but when i click search torrents it says:
Access denied for user ‘www-data’@’localhost’ (using password: NO)
Whats the problem here and how do i fix it?
Thanks for your time.
doesnt work
]]>dead plugin ?
any suggesion for another one?
]]>N?o funciona, sempre mostra os mesmo erros, espero uma atualiza??o, o que me digam em qual vers?o funciona…
]]>how i set the torrent file tracker’s announce
]]>hello
I installed this plugin on my wordpress 3.5.2 MU and all i get is white pages ( blank pages ) when i click on any link in the wp-trader menu ( even wordpress template is gone )
is there any fix for this ?
your answer is highly appreciated
Thank you
An issue between WP Trader and WP SEO was raised at the WP SEO development site. It has been determined that this is not a WP SEO issue, but that there are serious issues with WP Trader.
Please have a look at the issue discussion and kindly fix the issues mentioned there.
]]>Users can contact [email protected] for non bug related reasons, this project will be continuing soon.
]]>I can tell that wp-trader will become one of the most popular plugins once it’s complete.
Hopefully it will have magnet feature as well?
I am wondering if I can contribute any design talent for this project but I don’t see any contact info of the developers.
]]>Torrent Browse
Warning: Division by zero in /home/forojfkc/public_html/online/wp-content/plugins/wp-trader/includes/function-main.php on line 158
Scape Invalid infohash.
Announce No
No Consigo hacerlo funcionar agradeceria cualquier ayuda
]]>I instaled the plugin in wordpres 3.5 all works except this errors that apear in main page
Warning: number_format() expects parameter 1 to be double, string given in /public_html/download/wp-content/plugins/wp-trader/includes/function-torrent-post.php on line 36
Warning: number_format() expects parameter 1 to be double, string given in public_html//download/wp-content/plugins/wp-trader/includes/function-torrent-post.php on line 37
Warning: number_format() expects parameter 1 to be double, string given in public_html/download/wp-content/plugins/wp-trader/includes/function-torrent-post.php on line 41
]]>anyone?
]]>Hi, I get blank page if I chose any of the config windows (index, help, options..). I have WP 3.5 and wp-trade 0.49
]]>Error panel admin all whites
]]>How to delete torrents that has already been uploaded?
]]>I see that the torrent are created in Post section.
But if a site use a Custom Content Type that created new section of article, the user cant choose a different content without POST.
Can implement the plugin use : “Custom Content Type Manager”
thanks
]]>I get the following fatal errors for both the Announce and Scrape pages:
Fatal error: Cannot redeclare sqlesc() in /home/pluginst/Sites/epicbits/www/wp-content/themes/whitelight/announce.php on line 30
Fatal error: Cannot redeclare sqlesc() in /home/pluginst/Sites/epicbits/www/wp-content/themes/whitelight/scrape.php on line 82
Using version 4.8
]]>Im really looking into this plugin since its a great idea to share files but it seams to be that its not working on WP 3.4, after install if I go into the index or any other link of this plugin it wont do anything
]]>Hi there, thanks for the awesome work u have done so far m8 !!!!
I am using suffusion as theme, and have managed to get wp-trader up and running, however – following problems…
no seeds/peers, error msg all the way….
announce and scape error mag when using announce/scrape pages??
and cant donload uploaded torrent, get this msg:
File not found: The ID has been found on the Database, but the torrent has gone!
Check Server Paths and CHMODs Are Correct!C:xampphtdocswp/wp-content/uploads/2012/05/torrents/Keygen.exe.torrent
PLEASE someone point me in the right direction !!!!
oh sorry site is localhost, feel free to see, https://196.215.80.184/wp
]]>An other small fix.
Don’t know if it happens in all browsers (mine’s FF 8) but in Admin > Options Torrent > Torrent Table,
if one of the drag & drop column’s empty (it is the case when first installing) one cannot drop items into it because the binded div, being empty is not visible.
I noticed it comes with a \n
line break but it isn’t being rendered, so to have it work I made this little hack in wp-trader-admin.js
var tableColumns = $( "[id^='sortable1_'], [id^='sortable2_']" );
tableColumns.each(function(){
if($(this).children().length==0){
$(this).html(" ");
}
});
around line 28.
p.s. sorry to post this much but really wanna have this plugin
Hello folks, I think I found why latest version is showing 0 seeds and leeches in last version.
The bug lays in announce.php, where $torrentfields, the variable that determines which fields are returned in from the torrents table, is missing post_id column:
in l.198 should be
$torrentfields = "id, info_hash, post_id";
Therefore
$torrent_post_id .= $torrent[“post_id”];
will be unset when setting all post custom fields, for example seeders
update_post_meta($torrent_post_id, “seeders”, $torrent_seeders_add);
Adding the columns solved the problem for me.
Hope it helps out there.
Upload Failed:
Upload could not be copied! /tmp/phpMfTTva –
/torrents/ – dll.torrent
i’ll tested
ubuntu 11 Apache 2.2 mysql 5.2
Centos 6.2 Nginx mysql5.5
using wp-trader version .4.8 Beta
wordpress 3.3.1
It seems that with the April 5th release, it can’t activate, edit, or delete. It just returns me to the homepage.
]]>WordPress and WP-Trader installation has completed. And the torrent upload should work. However, receives the uploaded torrent file from Tracker Http 500 Error will occur. Do you know how solve?
]]>At the moment the development has slowed down until I have sorted some personal issues out. I will try to develop still but it may stop for a few weeks or couple of months. I am very sorry for this but it cannot be prevented.
]]>I have just signed up to a free wordpress blog hosted on wordpress.com.
I would like to know if this system supports plug-ins and if so how to install them.
In particular I am interested in the wp-trader
Any help would be appreciated
Hey there again,
I finally was able to transfer my first files with the plugin so I’m quite excited, and would like to ask you a few questions to get into it:
-first, when uploading files from local machines i will get the local ip logged in the wp_torrent_peers table, so far i’m updating them manually to be able to transfer… i tried a trigger on mysql but i guess that’s not such a good idea, so i’m willing to alter a little bit the code: any specific class/method you would point me to to get there faster?
-other thing, i noticed for each uploaded file i’ll get a new record on wp_torrent_peers: shouldn’t the code identify it’s the same ‘user’ if having the same ip? what about leechers or people that isn’t sharing anymore, i imagine there’s probably a config so that only the active peers are saved to the db?
-last but not least, clients will only communicate if i add https://mysite.com/announce/?passkey=%s to the tracker url. is there a way to get rid of this restriction? or is it a feature i’m not using the right way? i wonder if it has to do with private torrents and passwords, which is something i would really like to implement
thanks for this script, i’ll to be in touch
Numerico
Hi,
I have purchased a theme and WP-Trader brings up an error, the background of my theme does not load up using ie8 but works well with other browsers, error is pasted below, please help:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E; Creative AutoUpdate v1.40.01)
Timestamp: Thu, 9 Feb 2012 14:58:48 UTC
Message: Object doesn’t support this property or method
Line: 5
Char: 2
Code: 0
URI: https://www.desi-rock.com/wp-content/plugins/wp-trader//includes/js/torrent_description.js
Hello!
Thank you for the plugin. If I can get it working I’ll be very excited.
I have a few issues. The first is it won’t display any statistics (seeds or leechers). Next the “scrape” page says “invalid info hash” and the “announce” page simply replies “no”. Also, I have the “error: you must be an uploader” issue (but I haven’t yet looked into that one).
The website is:
https://phobjects.com
I’m about to tear my hair out. I will gladly donate once I get it running!
]]>