Jump to content
UBot Underground

Problem With Captcha Solve Code


Recommended Posts

When I use this code to slove captcha

 

type text(<name="number">,$solve captcha(<(tagname="img" AND width="270px")>),"Standard")

 

Domain site is : https://byet.host/free-hosting/news

 

It have error in first run

 

http://i.imgur.com/r0BwaAt.png

 

But when i right click and run node again.

 

http://i.imgur.com/c8V1dX9.png

 

This run success, how can I fix it ?

Link to post
Share on other sites

@Tina,

 

quickly test the code below and it is working for me, please try this code. 

navigate("https://byet.host/free-hosting/news","Wait")
wait for element(<src=w"http://order.byethost.com/image.php?id=*">,"","Appear")
wait(10)
type text(<name="number">,$solve captcha(<src=w"http://order.byethost.com/image.php?id=*">),"Standard")

Hope, it helps : )

 

Abbas

Link to post
Share on other sites
  • 2 weeks later...

navigate("https://signup.live.com/?wa=wsignin1.0&rpsnv=12&ct=1464905525&rver=6.4.6456.0&wp=MBI_SSL_SHARED&wreply=https:%2f%2fmail.live.com%2fdefault.aspx%3frru%3dinbox&id=64855&cbcxt=mai&bk=1464905526&uiflavor=web&uaid=bc61c373ffab4152bf2bb91c57d2af56&mkt=EN-US&lc=1033&lic=1","Wait")
wait for browser event("Page Loaded","")
type text(<name="wlspispSolutionElement1a82d77d8c224e57b76bd8ac598ebf9c">,$solve captcha(<id=w"wlspispHIPBimg0efe2af39a45447cba439d35a77f2c7c50">),"Standard")
wait for element(<id="wlspispHIPBimg02823dbc72bd14c378b183bf820548d0f0">,"","Appear")

 

 

I can not get the captcha solution
 
:(  :(  :(  :(
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...