akslal
Fellow UBotter-
Content Count
8 -
Joined
-
Last visited
-
Days Won
2
Everything posted by akslal
-
Hi All, I can not set the variable in the new update. It would be great if this can be reposted. I reverted back to the last version. Thanks Amit
-
Compiled Bot Will Not Launch On Windows 2016 Server
akslal replied to juno's topic in General Discussion
@kill3rbko You are a superstar. Thank you so much!Amit This works guys. Thanks -
Thanks jackluter for the video. Actually currently I am using this plugin to create posts. But since REST API is core part of WordPress now, this plugin will be outdated soon.
-
run javascript("window.scrollBy(0,1000); // horizontal and vertical scroll increments scrolldelay = setTimeout(\'pageScroll()\',100); // scrolls every 100 milliseconds")
-
Hi I was passing nonce in the header and simply doing post request after that. Like explained here, http://wiki.ubotstudio.com/wiki/Socket_add_parameter
-
Hi, Thanks for your reply. I checked the plugin but I could not figure out if it was based on REST API. I just need to pass the POST request https://developer.wordpress.org/rest-api/reference/posts/#create-a-post However, the problem seems to be that I could not do authentication. https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/ Here this fellow in ubot forum using the OAuth in curl. http://network.ubotstudio.com/forum/index.php/topic/17798-using-http-post-plugin-with-woocommerce-restful-api/ I would be happy to pay 50$ if someone can help. Thank you
-
Hello, I am wondering if anyone knows how to create a WordPress post by using core REST API. I could not pass authentication in ubot and get 401 error when "POST example.com/wp-jason/wp/v2/posts" I'll highly appreciate if someone can help.
-
[FREE] Automatically Close UBOT Browser.exe Crashes - FIX
akslal replied to memeuu's topic in Bots and Scripts
easy fix found 1. create .bat file with the command below taskkill /f /im WerFault.exe 2. Use Windows Task Scheduler to Run it every 10 minutes All the best! a