Jump to content
UBot Underground

This one is a bit different


Recommended Posts

http://www.canadaclassify.com/post-classifieds/place-free-ads I am trying to solve the captcha in this one. It is not like the normal ones where you choose the src etc. This one just shows the numbers and when I use intertext and the wild cards the whole page appears instead of a captcha box and I can't get to it to put the captcha in. Can someone show me how to fix this.

 

Thanks

Link to post
Share on other sites

Try this...

 

set(#math, $replace($scrape attribute(<innertext=w"Enter the value of the following sum: *

">, "innertext"), "Enter the value of the following sum: ", $nothing), "Global")

type text(<name="checkhuman">, $eval(#math), "Standard")

 

http://ubotstudio.com/forum/public/style_emoticons/default/smile.gif

  • Like 1
Link to post
Share on other sites

Here is another one (of the condensed variety- all in a single node):

 

type text(<name="checkhuman">, $eval($page scrape("<p id=\"awpcp-form-spacer\">Enter the value of the following sum: <b>", "</b><br><input type=\"text\" name=\"checkhuman\"")), "Standard")

 

 

John

Link to post
Share on other sites

Here is another one (of the condensed variety- all in a single node):

Nice! I thought I was condensing... http://ubotstudio.com/forum/public/style_emoticons/default/ohmy.gif

 

Lesson Learned: Keep condensing til it all fits in one node!

 

http://ubotstudio.com/forum/public/style_emoticons/default/rolleyes.gif

Link to post
Share on other sites

This is not working it is probably something I am doing, I followed Johns instructions and then try to run the node but it will not work. Inside the scrape page there is a left and a right. leftside I put<p id=\"awpcp-form-spacer\"> the other side I put </b><br><input type=\"text\" name=\"checkhuman\

 

is this correct?

Link to post
Share on other sites

Fran, whenever code gets pasted here from code view, it needs to be pasted back into code view because sometimes it contains extra characters (escapes) that are not visible in node view.

 

In the example for left and right side you posted above those extra characters are there and should not be if you are placing those strings in node view. That is why the code does not work.

 

I ran the code I posted about 100 times and it worked every time, bar none.

 

Here is the actual left side string for node view:

 

<p id="awpcp-form-spacer">Enter the value of the following sum: <b>

 

And here is the right side string:

 

</b><br><input type="text" name="checkhuman"

 

 

Hope that helps.

 

 

 

John

Link to post
Share on other sites

HI John it still will not run at this end. So you are doing something different that I am not. Do I need to add a solve captcha or something? I can send you the bot so you can see, if you wish.

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...