Szabi – CodeRevolution

Forum Replies Created

Viewing 15 posts - 4,036 through 4,050 (of 4,223 total)
  • Author
    Posts
  • in reply to: Facebook to posts only imports images (no text!) #692


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577
    Hello,
    I updated the plugin on your site and fixed the issue you encountered in the plugin, please check.
    Regards,
    Szabi – CodeRevolution.
  • in reply to: Facebook to posts only imports images (no text!) #690


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    First of all, thank you for your purchase.

    Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.

    Regards,
    Szabi – CodeRevolution.

  • in reply to: Features should be implemented #688


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Ok, I will check this.

  • in reply to: Features should be implemented #686


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    1. The counter you pointed out is generated using JavaScript. The plugin can import JavaScript generated content only if you use phantomjs together with the plugin. Please check this tutorial video for details: https://www.youtube.com/watch?v=hnEPlQSeAZE

    2. Regex stripping is possible, using the ‘Run Regex On Content’ and ‘Replace Matches From Regex’ features in rule settings. Xpath stripping is a good idea, I added this to my update ideas list.

    3. I will think on how to do this, but it sounds like something that is really complicated to implement into the plugin.

    4. I check on uptobox.

    5. Yes, this is a current plugin limitation, I will be thinking on expanding it.

    6. Socks5 proxies should also work in the plugin. You need to specify their protocol in plugin settings. Example: socks5://bob.marley.com:222

    7. This is not implemented yet, sounds like a good idea for the future.

    8. This is actually much more complicated than you explained, each url shortner has a different way of authentication for their api and a different way in sending back their responses and interpreting their response structure. Dynamically, this would be hard to implement, and for sure it would not work with any api.

    9. Ok.

    Regards,

    Szabi – CodeRevolution.

  • in reply to: Crawlomatic Not able to scrapping! #684


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    I tried to check on the tag related issue on your website, but I get this error when I try to log in:

    403 Forbidden

    Request forbidden by administrative rules.

     

    Regards.

  • in reply to: Regarding FFMPEG #682


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    First of all, thank you for your purchase.

    Unfortunately, the plugin can execute ffmpeg only from the local server, because of some limitation of how the plugin can call this executable and store data generated for it.

    However, I will make a research on this matter, but to be honest, I tried to find a way for this when I initially implemented the plugin, and I did not manage to find a way to accomplish this.

    If I manage to solve this, I will update all plugins that use ffmpeg.

    Regards,
    Szabi – CodeRevolution.

  • in reply to: Crawlomatic Not able to scrapping! #672


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Yes, all resources are released when importing finishes in the plugin.

    Regards.

  • in reply to: Crawlomatic Not able to scrapping! #670


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577
    This reply has been marked as private.
  • in reply to: Crawlomatic Not able to scrapping! #667


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Great ideas! Thank you.

    I will make these changes in the next plugin update. 🙂

  • in reply to: Crawlomatic Not able to scrapping! #663


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    Yes, I am working on more tutorial videos for the plugin, because it is the most complex plugin I built so far, and indeed, it needs more tutorials than it has right now.

    Please follow my YouTube channel for new videos.

    Regards.

  • in reply to: Crawlomatic Not able to scrapping! #661


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Also, if you haven’t already, I would recommend that you check also the plugin’s tutorial videos, here: https://www.youtube.com/watch?v=7BYDa72zY7c&list=PLEiGTaa0iBIgcqNzVBaoTCS4ws47vNMuQ

    Regards.

  • in reply to: Crawlomatic Not able to scrapping! #660


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    First of all, thank you for your purchase.

    I checked your website and the issue was caused because the source site uses lazy loading for images.

    The plugin can handle also lazy loaded images, you have to use the ‘Lazy Loading Images HTML Tag’ settings field, in importing rule settings. I set this to ‘data-lazy-src’ for you, and now images are showing correctly. Please check this tutorial video for more details on this: https://www.youtube.com/watch?v=BMzJWZdodlo

    Regarding the issues with tags and categories, you also have to input a Regex delimiter for it to work.

    Example: instead of:

    <meta property=”article:tag” content=”(?<tag>.*?)”

    you should have:

    #<meta property=”article:tag” content=”(?<tag>.*?)”#

    I fixed this also, now tags and categories are importing correctly.

    Also, to enable category importing, you have to check also the ‘Add Post Categories From Query Strings (Below)’ checkbox from importing rule settings (checked it for you).

    Regards,
    Szabi – CodeRevolution.

  • in reply to: Need help #655


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    I checked your site again, and now it is working for me. However, the login credentials you shared are no longer working.

    If you still have the issue you reported, please get back to me with new login credentials and I will help.

    Regards,

    Szabi – CodeRevolution.

  • in reply to: How to get spun articles without the spintax #654


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    Updated the plugin to v1.0.1 and fixed the issue you encountered.
    Thank you for reporting it!
    Regards,
    Szabi – CodeRevolution.

  • in reply to: Comments user on movieomatic #649


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    First of all, thank you for your purchase.

    The plugin will set the name of the author of the comments, in the ‘author_name’ field, in the database, directly in the comment entry. It will not create a new WordPress user, but use the default ‘admin’ user and just change it’s name for each comment, with the above method.

    However, some themes are not displaying the correct name for comment authors, but they are displaying the name of the author, directly from the data they have about the author, and will ignore the post specific data that the plugin sets.

    So, to solve this issue, please contact the developer of the theme you are using, and ask him to display comment authors from the comment database, rather than the user database (which might be incorrect for all comments).

    Another option would be changing your current theme, with one that will display comment author names correctly.

    Regards, Szabi – CodeRevolution.

Viewing 15 posts - 4,036 through 4,050 (of 4,223 total)