Jump to content
UBot Underground

Something wrong with conditionals?


Recommended Posts

Really having some strange problems today out of nowhere it seems.

 

I'm running a conditional If..Then statement. What I normally do, is set the statement to search the page ($search page) for a word like Error.

 

If it finds the error, it obviously goes to Then which is left blank so it returns to the start of the loop. This normally worked for me until today. It seems the only way to get it to work anymore is to do the exact opposite and leave else blank and put all the nodes into then.

 

The problem is obviously that if you're searching the page for Error:, or a similar indicator that something went wrong, you're SOL.

 

Anyone else having this problem or know what might be causing it? :(

 

*update* been playing around and I've come to the following conclusion that $search page is reading non visible text in the page source.

Is there a better parameter to use to see whats ON the page, and read everything IN the page?

Link to post
Share on other sites

You will come across this occasionally...I just had the same thing...the error messages, images, etc are there whether you can see them or not...You need to look for a different identifier. ($exists will have the same result as $search page)

 

John

Link to post
Share on other sites

Took me a while to come up with a way to work around this, and there really wasn't any. The entire page was encoded that way, so the only option I had was to use the conditionals on the next page (account creation).

Like anything else though, it seems it was a can of worms. The minute I gave up on that part of the script, I finished everything else. Ran it, and whenever it would finish and press the button it would do two things :

 

  1. Give an error code 999 or something like (the site) probably refusing my proxies
  2. bounce off the account creation page back to their home page without creating the account

 

:blink:

 

I really wonder if they somehow can tell it's being pushed by a bot or something.

 

So I gave up on that one and attempted to work towards an account creation bot on another site thinking this one would be easier. Long story short, on this site, they somehow coded the forms to have different names every time the page is loaded. One time the e-mail text input was named password, passwordb was first name and so forth. It wouldn't be hard to figure out a way around it, but holy crap it surprised the @#$@ out of me when I figured it out.

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