Jump to content
UBot Underground

Dailystrength.org Account Signup Now Working


Recommended Posts

Can anybody get the account creation to work at Dailystrength.

 

http://www.dailystrength.org/join

 

For the life of me I can't get it to work. Even if I manually enter the information through the Ubot browser it won't signup but if I do it on another browser it works. If tried faking the user agent and everything. Any help is much appreciated.

Link to post
Share on other sites

here you go

 

reset account("Any")
navigate("http://www.dailystrength.org/join", "Wait")
type text($element offset(<username field>, 1), $account data("Username"), "Standard")
type text($element offset(<password field>, 1), $account data("Password"), "Standard")
type text(<email field>, $account data("Email"), "Standard")
type text(<name="secure_text">, $solve captcha(<id="siimage">), "Standard")
change checkbox(<terms of service checkbox>, "Checked")
type text(<name="secure_text">, "\{ENTER\}", "Standard")

Link to post
Share on other sites

glad you like the java code generator..

 

The submit button has a onlick to call javascript, and sometimes doesn't play well, and you could alternatively try run java script and run the javascript on that onclick but dont try i already did it failed as well. so it is something with how they have the javascript and jquery setup in there site not playing nice with ubot.

Link to post
Share on other sites

Hi,

 

Looking at the button code. I see SWF function names for flash stuff. You could try <click image >. I did it seem to work for my test.

 

Kevin

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