Jump to content
UBot Underground

rocket976

Fellow UBotter
  • Content Count

    567
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by rocket976

  1. Yea nothing works; been waiting weeks for a solution. What was the last version that worked and its download url?
  2. Having the same problem discussed earlier in this thread Exbrowser launches twice then crashes leaving it useless. Sent a ticket 3 days ago that's why I'm posting here. Really need to get back to work... Would have been nice if the solution was posted here.
  3. I'm still having the same problem as well, however still using the same domain. So you actually set it up on another domain and the problem persists? That was going to be my next step... hmm that sux its a real pain making excuses. phpmail is working fine from support script..
  4. Thanks for the replies. Ive had this problem since I went to php 7 , everything else is fine except email which like you Cyber was working till this point without any changes.. Its been a wile now. I have contacted my host, we did a few tests and sure enough their script is working fine, same server.
  5. I have the same problem and none of my client license are getting sent out, did you overwrite the original files? No idea whats wrong and have confirmed php sendmail is working fine.. very annoying..
  6. Is there an archive of the solutions? Otherwise I would like to see the solution as well...
  7. This is what I did define get_selected_indexes { clear list(%index_totals) wait(0.1) add list to list(%index_totals,$list from text($plugin function("UStrapPlugin.dll", "$table get selected indexes", "YORUTABLENAMEHERE"),","),"Delete","Global") wait(0.1) set(#get_selected_indexes,$replace(%index_totals,$new line,","),"Global") wait(0.1) set(#total_selected,$list total(%index_totals),"Global") } Think thats what your looking for
  8. Thanks Fastlinks, Abbas explained the finer details to me but I hope this helps anyone else who had isues with the last details (change attribute bit) .
  9. did you find a solution here?
  10. So as the title says seaching for any possible solution to solve captcha with exbrowser? Does it exist? I have all the plugins, none of them work... perhaps its the example code, perhaps I dont have a clue what Im doing... All I know is its very fraustrating trying to solve v2 captcha..I have both ultimate and capcha v3 working on https://www.couponbirds.com/submit-coupon this will grab the site key set(#sitekeyb,$plugin function("ExBrowser.dll", "$ExBrowser Scrape Element Attribute", "x://div[contains(@class,\"g-recaptcha\")]", "data-sitekey"),"Global") but the plug ins dont a
  11. yes it was very dissapointing, I coded most of my project in X , ran into issues contacted support , no reply, no eta on fixes.. In other news my subscription was billed as per usual.
  12. I had a little bit of trouble with the latest update, turned out I had to run the software in Admin and not from a temp location. If the update appears to stutter and stop, there will be an update.zip in your temp files just extract and overwrite to your og folder and your back in action. The plugin update is a nice addition to set column header but the datepicker and getting started tour/tutorial are awesome new features. Not having to use jing or create specific graphics for user manual - just screen shots now; is also going to save me so much time. Appreciate that your consistent with yo
  13. Thanks for the suggestion Macster, however there is no absolute path set in the verifylicense.php file or config.php. Jane - BlissUK gave me the solution - posting here in case anyone has a similar issue. Create a file in your license root folder .htaccess put this in it RewriteEngine OnRewriteCond %{HTTPS} onRewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
  14. Suddenly have some problems - quite sure its on my server however looking for some direction.. When launching a bot client side it fails with locker exception log: System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure. ++++++ So Im thinking its a mod redirect issue in htaccess wondering if anyone else has experienced a similar issue and what you did to resolve it?
  15. Code Doc how did you manage to get it to save your credentials?
  16. Im yet to get it working as well. The given 2cap exbrowser example doesn't work for me either. comment("Your 2Captcha API Key Goes Here") plugin command("ExBrowser.dll", "ExBrowser CleanUp", "No") plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", $plugin function("ExBrowser.dll", "$ExBrowser Set User Agent", "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36")) plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", $plugin function("ExBrowser.dll", "$ExBrowser Set User Agent", "Mozilla/5.0 (Windows NT 6.1) Apple
  17. Considering using the external browser for a project but not seeing much documentation or examples of it in use... Wondering anyone using it? What kind of problems, limitations are you facing?
  18. Just create a button in ustrap to run this define: define choose_time { set(#date,$plugin function("Advanced Dialog.dll", "$date picker dialog v2", "Date Dialog", "dd/MM/yyyy", "FFF3F3F3", "FFF3C1C1,000000", "FF778ABD,000000", "Center App", "", "Single", "True", "True", "True", "True", "True", "True", "True"),"Global") }
×
×
  • Create New...