Szabi – CodeRevolution

Forum Replies Created

Viewing 15 posts - 676 through 690 (of 4,353 total)
  • Author
    Posts
  • in reply to: Web Crawl page timeout will cause all the checkbox is checked #9806


    Szabi – CodeRevolution
    Keymaster
    Post count: 4729

    Hello,

    Very interesting issue.

    Can you tell me, please, the exact steps I should do, to reproduce it on your site?

    Also, 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: How to remove specific html attributes from content crawling #9805


    Szabi – CodeRevolution
    Keymaster
    Post count: 4729

    Hello,

    Sure, please add in settings:

    Strip HTML Elements by Class
    tab-pane fade py-sm-5

    Regards,

    Szabi – CodeRevolution.

  • in reply to: Global settings for: Article Q&A Section header text #9804


    Szabi – CodeRevolution
    Keymaster
    Post count: 4729

    Hello,

    Currently, editing the 2 options you mentioned in a global way is not possible, you need to change them for each rule, separately.

    However, I noted this idea for upcoming updates.

    Regarding prompts, I recommend you write them in English and specify that you need Portuguese language content to be created. It works also if you write prompts in Portuguese, but it is a bit more reliable in English.

    Regards, Szabi – CodeRevolution.

  • in reply to: New to aiomatic #9796


    Szabi – CodeRevolution
    Keymaster
    Post count: 4729

    Hello,

    First of all, thank you for your purchase.

    Well, as the plugin really has a lot of useful features, you can start using it step by step. I recommend you check the plugin’s tutorial videos one by one and start experimenting with the newly learnt features. Please check this playlist, it provides many useful tutorials:

    In this other playlist, you will find new features which were added to the plugin in its updates, you can select from this list, the videos which interest you the most: https://www.youtube.com/playlist?list=PLEiGTaa0iBIhsRSgl5czLEDAhawr_SHx2

    I hope this info helps.

    Regards, Szabi – CodeRevolution.

  • in reply to: Keyword Replacer => Exclude Cats/Product Cats/Directory Wildcards #9794


    Szabi – CodeRevolution
    Keymaster
    Post count: 4729

    Ok, noted

  • in reply to: Keyword Replacer => Exclude Cats/Product Cats/Directory Wildcards #9792


    Szabi – CodeRevolution
    Keymaster
    Post count: 4729

    Hello,

    You suggest this feature for the Affiliate Keyword Replacer tool from the plugin. Is this correct? Let me onow and i note your idea for upcoming updates.

    Regards, Szabi – CodeRevolution

  • in reply to: Asking for OpenAI API but using Aiomatic API #9788


    Szabi – CodeRevolution
    Keymaster
    Post count: 4729

    Hello,

    Thank you for letting me know of this issue. It it fixed now, please check.

    Regards, Szabi – CodeRevolution

  • in reply to: How to scrap product pages in Samsung category page? #9786


    Szabi – CodeRevolution
    Keymaster
    Post count: 4729

    Hello,

    I checked and yes, this page is using lazy loading of products, using JavaScript. The products are not added in the original HTML of the page, but they are loaded directly in the user’s browser, at page load, using JavaScript.

    You can scrape these also, only if you install Puppeteer on your server and set up Echo RSS to use it for scraping, as it can also render JavaScript on pages.
    Installation tutorial video: https://www.youtube.com/watch?v=pRUDcSOe724
    Afterwards, you can use below settings to crawl links from the above URL:

    Seed Page Crawling Query Type
    XPath

    Seed Page Crawling Query String
    //*[@class=’pd03-product-card__product-name-link’]

    Regards, Szabi – CodeRevolution.

  • in reply to: Dont Try To Fool AI Detectors #9784


    Szabi – CodeRevolution
    Keymaster
    Post count: 4729

    Thank you for this info, I really appreciate it.

    If you have more info to share in the future, you can also contact me by email: kisded@yahoo.com

    Will work on this.

    Regards.

  • in reply to: Dont Try To Fool AI Detectors #9782


    Szabi – CodeRevolution
    Keymaster
    Post count: 4729

    Hello,

    First of all, thank you for your purchase.

    Yes, currently the plugin is using the non-ascii characters to trick AI detectors. Currently, this is the only method for this. I experimented also with other methods, like adding intentional mistakes in the content, double spaces, wrongly written words or non-capitalized words. However, this method was removed, as customers did not like to see these kind of mistakes in their content.

    I am still researching this subject, looking into alternatives for this. I think the best option would be if I would build a separate API which would handle this task.

    So, if you don’t need the non-ascii characters, you can disable this feature of the plugin.

    Regards, Szabi – CodeRevolution.

  • in reply to: OpenRouter vs OpenAI issue #9781


    Szabi – CodeRevolution
    Keymaster
    Post count: 4729

    Hello,

    First of all, thank you for your purchase.

    Currently OpenAI is the main API source of the plugin, OpenRouter is set as an additional possibility of API which can be used in the plugin.

    To not use OpenAI at all, you will  need to switch all AI models from OpenAI ‘gpt-3.5-turbo’ (which is the default model for all model selection settings fields in the plugin), to a model from OpenRouter.

    To do this, please switch all model selector settings fields in rule settings and also in the ‘Main Settings’ menu. Please go through all tabs and where you see the gpt-3.5-turbo model listed in settings, change it to an OpenRouter model.

    After saving settings, OpenAI should not be used any more by the plugin.

    Regards, Szabi – CodeRevolution.

  • in reply to: SpinRewriter #9780


    Szabi – CodeRevolution
    Keymaster
    Post count: 4729

    Hello,

    If the content is longer than 2500 words, it is broken down in chunks of 2500 words and sent to the spinner in different API requests.

    Also, thank you for letting me know of the Humanize API, I noted it for upcoming updates for the plugin.

    Regards.

  • in reply to: SpinRewriter #9775


    Szabi – CodeRevolution
    Keymaster
    Post count: 4729

    Hello,

    First of all, thank you for your purchase.

    Currently, the settings for SpinRewriter can be edited in the ‘aiomatic-spin-translate.php’ file of the plugin, in the ‘aiomatic_spinrewriter_spin_text’ function.

    You will find this code, which can be edited:

    $data[‘action’] = “unique_variation”;
    $data[‘auto_protected_terms’] = “true”;
    $data[‘confidence_level’] = “high”;
    $data[‘auto_sentences’] = “true”;
    $data[‘auto_paragraphs’] = “false”;
    $data[‘auto_new_paragraphs’] = “false”;
    $data[‘auto_sentence_trees’] = “false”;
    $data[‘use_only_synonyms’] = “true”;
    $data[‘reorder_paragraphs’] = “false”;
    $data[‘nested_spintax’] = “false”;

    Regards, Szabi – CodeRevolution.

  • in reply to: No posts inserted because no posts found #9774


    Szabi – CodeRevolution
    Keymaster
    Post count: 4729

    Hello,

    First of all, thank you for your purchase.

    I edited the thread and removed keys.

    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: Doesnt work without API #9769


    Szabi – CodeRevolution
    Keymaster
    Post count: 4729

    Hello,

    First of all, thank you for your purchase.

    Based on the logs you show, it seems that Amazon has blocked access to its resources from your server’s IP address. To fix this, you need to add a rotating proxy to the plugin’s “Main Settings” menu -> ‘General Settings’ tab -> ‘Web Proxy Address List’ settings field.

    After you enter a proxy IP address there, it will be used instead of your server’s IP address for scraping Amazon.

    Regards, Szabi – CodeRevolution.

Viewing 15 posts - 676 through 690 (of 4,353 total)