Forum Replies Created
-
AuthorPosts
-
February 2, 2024 at 9:10 am in reply to: Asking for OpenAI API but using Aiomatic API #9788
Hello,
Thank you for letting me know of this issue. It it fixed now, please check.
Regards, Szabi – CodeRevolution
-
January 30, 2024 at 9:08 am in reply to: How to scrap product pages in Samsung category page? #9786
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=pRUDcSOe724Usage example: https://www.youtube.com/watch?v=tjDSFyB6CqcAfterwards, you can use below settings to crawl links from the above URL:Seed Page Crawling Query Type
XPathSeed Page Crawling Query String
//*[@class=’pd03-product-card__product-name-link’]Regards, Szabi – CodeRevolution.
-
January 29, 2024 at 3:40 pm in reply to: Dont Try To Fool AI Detectors #9784
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.
-
January 29, 2024 at 10:43 am in reply to: Dont Try To Fool AI Detectors #9782
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.
-
January 29, 2024 at 9:50 am in reply to: OpenRouter vs OpenAI issue #9781
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.
-
January 29, 2024 at 9:40 am in reply to: SpinRewriter #9780
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.
-
January 29, 2024 at 5:34 am in reply to: SpinRewriter #9775
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.
-
January 29, 2024 at 5:31 am in reply to: No posts inserted because no posts found #9774
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.
-
January 27, 2024 at 11:02 pm in reply to: Doesnt work without API #9769
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.
-
January 27, 2024 at 5:51 am in reply to: Dear Sir, what is Aiomatic AI Content Editor with Aiomatic AI Product Writer #9764
Hello,
First of all, thank you for your purchase.
The AI Product Writer will allow you to manually write the content of posts, using AI prompts. Please check details here: https://www.youtube.com/watch?v=UaCwiU1JX0E and https://www.youtube.com/watch?v=RGIzC-HFD0o
Regarding the AI Content Editor, this feature will edit existing products, as shown here: https://www.youtube.com/watch?v=WVccxtXQTcc
I hope these tutorial videos help.
Regards, Szabi – CodeRevolution.
-
January 26, 2024 at 2:48 pm in reply to: Content Generation works but the Content Wizards makes API Error #9762
Hello,
First of all, thank you for your purchase.
Please note that you need special access to make the GPT-4 models work, please check details here: https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4
Also, please check the plugin’s ‘Activity and Logging’ menu -> ‘Activity Logs’ tab, you should see more details there why did the API calls fail in your case.
Let me know if this helped.
Regards, Szabi – CodeRevolution.
-
January 25, 2024 at 8:09 am in reply to: Feature Request => Upload Image to GPT4 for reference #9760
Hello,
Good idea, I noted it. Will think on how to add it in upcoming updates.
Regards, Szabi – CodeRevolution.
-
January 25, 2024 at 8:08 am in reply to: First character is a space in Excerpt written by AI Post Writer #9759
Sorry, I forgot to check on this issue also, please send me temp admin login to your site again and I check.
Regards.
-
January 24, 2024 at 11:32 am in reply to: AI for Parent/Child Posts (List Items) #9754
Hello,
You can try this using OmniBlocks. You can import data of the parent post, using the ‘Post Data Importing’ OmniBlock, where you will be able to set the ID of the parent post. This OmniBlock will provide shortcodes which will extract the title or content of this parent post and use it in the AI prompts.
You can also add a new OmniBlock to save posts to WordPress, called ‘Save Post To WordPress’ -> this will have the ability to set also the post parent of the created post.
You will need to change prompts and set up an OmniBlock queue which will create the content as you need it.
However, duplicate checking of other existing child posts is currently not possible, this is not yet supported.
Regards.
-
January 24, 2024 at 11:24 am in reply to: Trying to add Amazn product review #9753
Hello,
First of all, thank you for your purchase.
This seems to be a website misconfiguration, this appears when your WordPress site does not manage to get write permissions to your server’s storage (this is why it asks you for FTP info).
Please contact hosting provider’s support and tell them about this issue, they should be able to fix this.
Also, please check details on this issue, here: https://maheshwaghmare.com/wordpress/how-to/fix-perform-requested-action/
I hope this info helps.
Regards, Szabi – CodeRevolution.
-
AuthorPosts