Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • @ronyb34 for autoposting as I said above I am using twitterdub (for twitter) and tumblingjazz (for tumblr). If you just want basic autopost without automating like/retweet/follow hacks I think you can stick with SNAP but I am not comfortable depending on them. Plus SNAP doesn’t support proxies for tumblr and tumblr will ban you if you post many times from the same ip to multiple accounts. For stumbleupon I am outsourcing the development of a bot. If you decide to use SNAP remember that stumbleupon doesn’t like you posting from only one domain so if you have many domains use the same account for them and you will be able to post more per day for each domain.
    Now for the adult autoposting, for now I put it on pause, not bringing that much traffic so I focus on others. But I will outsource a bot development once the stumbleupon bot is ready. I didn’t find any bot posting to those adult pinboards.
    I would recommend you to stick with the major pinboards (s*x.com, smu*ty), the remaining doesn’t bring enough traffic and most of them die after a few months/year. You will waste your time posting there (even with a bot, the time you take to create the account and add it in the bot is not worth the traffic you will get)

    Actually maybe I am wrong about where to find the zip. I cannot see it on “mypage” but yes it is a plugin you download and upload/install it on your wordpress

    @ronyb34 My advice to you is to just ask for a refund with you bank directly (faster than paypal and you get your money back directly).

    The way it works is they need to make it available to you and then you will by able to download it from your “https://www.nextscripts.com/mypage/” page and install it as a plugin, then the new networks will appear; BUT the plugin doesn’t work. They will make it available but it doesn’t work. I think they are just being scammers to let the plugin available for purchase knowing that most networks don’t work.

    @rik0399

    Sure, at times, the team were slow to respond but given the fact that v4 was/is still in its infancy AND having to prioritise support for ‘paid’ customers, those using the free version were of course, having to wait for a response.

    I hope you are joking. There is even less support for paid customers, seriously! You can read the reviews here. The times when I got “paid” support is when I came to complain here so that the developer will consider my ticket. In case it is not clear I am a paid customer.

    I am a pro user and I won’t renew, this is 100% sure. I was using this plugin to post to twitter, stumbleupon, blogspot, tumblr.
    For twitter and tumblr I switched to tumbligjazz and twitterdub (both are from the same developer, THE BEST out there I Know, he always replies, fix bugs and add new features requests fast). I have a wordpress multisite and tumblr would ban some of my account sometimes, because I was posting from the same ip (not anymore with tumblingjazz that support proxies)
    For blogspot, sometimes SNAP would post, sometimes not. I am using the SNAP “pro” posting method. I opened a ticket and even posted here, but no reply/solution. I will just stop posting there because it is not bringing enough traffic and it is not worth developing a custom bot for that.
    Stumbleupon is same as blogspot but worst, many of my account can’t post anymore. I didn’t even bother opening a ticket because I know it won’t be fixed. I am already outsourcing the development of a custom poster because it brings lot of traffic.

    @rik0399 again I completely disagree with you, maybe you are a free user so it is okay for you not to get support but read the reviews carefully you will see that many complains are from paid users that don’t get a reply.
    It is not because something is free that we should not expect good support or a perfect product. WordPress itself is free, remember…

    Another thing… I paid for the adult version of SNAP (they created a separate website for it at xposter.pro and thi ssite is down right now! see here –> https://ibb.co/dHRCSm ) This plugin cost 250$ PER YEAR and it was not working. I will not post the names of the domains that were not working because it is p*rn and I don’t know if it is allowed here but the biggest adult pinboard was not working and many other websites because they all use the same themes and SNAP couldn’t post there. I am a developer myself and I worked for two days trying to fix it, I couldn’t for one of the theme but for the major pin board I fixed it and also the others. I wrote them (on the paid support) and told them the things that were not working and to have a look, it would be easy for them to fix because they know the code inside out, and yes SNAP is a huge plugin, well coded I must say!
    They never replied to me. For many weeks I waited and I finally asked for a refund from my bank. They didn’t even try to dispute the chargeback. I got my money back and that’s it. I am obviously not going to pay for it ever. I will probably outsource the development of a custom poster, it will cost less than 250$ and I won’t have to pay every year for it….

    This is my first negative review, I wouldn’t post it if I didn’t see you (@rik0399) trying to defend them and saying that the free users don’t deserve a good support.
    SO my final word is, SNAP is good plugin but don’t count on them if autoposting is important for you and you are making money of it. More importantly NEVER PAY FOR THE PRO VERSION, seriously. I know it is bad for them when I say that but it is from my experience. I received less to none support as a paid user. BTW, The only reason I paid for pro was to use the plugin on wordpress multisite.

    • This reply was modified 8 years, 6 months ago by fkone. Reason: image link

    Maybe the developer can confirm if it will work for v4. If not I will post here the code for v4 if it is different when I update

    This is true, the autoposting is not respected. I also wrote to the developer about this but nothing has been done. Finally what I did was to add the limit myself in my theme in functions.php. For me it would autopost every 90 seconds no matter the value I was putting. Here is my code if it can help you

    ** this code is for snap v3, I didn’t update to v4, I am waiting for more positive reviews **

    // Modify SNAP reposter cron schedule to two hours, it is hardcoded to 90 sec
    add_filter( ‘cron_schedules’, ‘example_add_cron_interval’ );
    function example_add_cron_interval( $schedules ){
    if(isset($schedules[‘nxsreposter’])){
    $schedules[‘nxsreposter’][‘interval’] = 2*60*60; // in seconds
    }
    return $schedules;
    }

    Thread Starter fkone

    (@fkone)

    When I do a new post to blogger from the post page, it works, but not the autopost. Still getting the same error in the logs.

    Thread Starter fkone

    (@fkone)

    I am still getting the same error. Did you get the time to make some test on your side?

    Thread Starter fkone

    (@fkone)

    I also just realized that tumblr authorization cannot be completed. SNAP dont get the blog id and so cannot post to the account. I had to manually enter the blog id in the dropdown. The blog name was correctly fetch though (subdomain) but not the id (subdomain.tumblr.com)

    Thread Starter fkone

    (@fkone)

    SOrry you are right, I just pasted the same version as plugin…
    API is 2.28.12.

    I just realized that I blogger dont have proxy do. did you remove it or is it a bug?
    ALso I just created a new domain, added fresh blogger acccount and got the same error to contact support.

    Thread Starter fkone

    (@fkone)

    plugin is 3.8.5 (there is a new version since yesterday, haven’t updated yet)
    api 3.8.5

    Thread Starter fkone

    (@fkone)

    By removing the action/filter I was talking about doing it my functions.php for example. Not directly in wordfence source code.

    I guess I will have to deactivate the live traffic.
    Thanks!

    Thread Starter fkone

    (@fkone)

    Hi Alaa!

    Thanks for your reply. Isn’t it possible to just remove the script addition by removing a filter/action ? Or maybe add an option/setting in wordfence (right now you offer the option not to add a cookie to know if it is a human/bot so I think this one will be similar).
    The live traffic is useful but I don’t need to know if it is a human or a bot. I use a cdn so most of the time users will receive a cached page from it (so no impact on my server) but I will receive a lot of hits from the wordfence script because it is made with javascript…
    So I think in this case it is useless because even if it is a bot that access a lot of pages and wordfence decide to block it, well it will still access the pages because they are cached on my cdn and no request is received by my server.

    If this is not possible, it is still good for me. I will disable the live traffic and just monitor my apache logs. Wordfence is just more convenient directly in wordpress and offer good stats/filtering options already.

    Thread Starter fkone

    (@fkone)

    Anyone?

    Thread Starter fkone

    (@fkone)

    I see. Thank you for your support. It is really appreciated.

Viewing 15 replies - 1 through 15 (of 16 total)