Jump to content
UBot Underground

Problem Solving Math Captcha (www.sauropol.com/sign-up)


Recommended Posts

i can't solve the captch in (www.sauropol.com/sign-up) with Math thing.Below is the code for the captcha.

 

 

 

<td><span id="captcha-1"><span>1</span><span>2</span><span>3</span><span>4</span><span>5</span><span>6</span><span>7</span><span>8</span><span>9</span><span>10</span><span>11</span><span>12</span><span>13</span><span>14</span><span>15</span><span>16</span><span>17</span><span>18</span><span>19</span><span>20</span><span>21</span><span>22</span><span>23</span><span>24</span><span>25</span><span>26</span><span>27</span><span>28</span><span>29</span><span>30</span><span>31</span><span>32</span><span>33</span><span>34</span><span>35</span><span>36</span><span>37</span><span>38</span><span>39</span><span>40</span><span>41</span><span>42</span><span>43</span><span>44</span><span>45</span><span>46</span><span>47</span><span>48</span><span>49</span><span>50</span><span>51</span><span>52</span><span>53</span><span>54</span><span>55</span><span>56</span><span>57</span><span>58</span><span>59</span><span>60</span><span>61</span><span>62</span><span>63</span><span>64</span><span>65</span><span>66</span><span>67</span><span>68</span><span>69</span><span>70</span><span>71</span><span>72</span><span>73</span><span>74</span><span>75</span><span>76</span><span>77</span><span>78</span><span>79</span><span>80</span><span>81</span><span>82</span><span>83</span><span>84</span><span>85</span><span>86</span><span>87</span><span>88</span><span>89</span><span>90</span><span>91</span><span>92</span><span>93</span><span>94</span><span>95</span><span>96</span><span>97</span><span>98</span><span>99</span></span> <span id="captcha-eq">+</span> <span id="captcha-2"><span>1</span><span>2</span><span>3</span><span>4</span><span>5</span><span>6</span><span>7</span><span>8</span><span>9</span></span> =</td>

Link to post
Share on other sites

The other thing is that seems to be a number even a calculator couldn't process...unless I am not seeing the problem correctly...

Link to post
Share on other sites

Here's one way to do it using jQuery haha.

 

http://screencast.com/t/bJnfW63xRyml

 

The code inside the $eval is:

 

eval($('#registrationFormFrame').contents().find('#captcha-eq').parent().find('span [class=""], #captcha-eq').text())

 

 

Sorry it's in javascript, but hopefully you can just plug it in and use it, and Praney can post a simpler solution :).

 

Hope that helps!

  • Like 2
Link to post
Share on other sites

Here's one way to do it using jQuery haha.

 

http://screencast.com/t/bJnfW63xRyml

 

The code inside the $eval is:

 

eval($('#registrationFormFrame').contents().find('#captcha-eq').parent().find('span [class=""], #captcha-eq').text())

 

 

Sorry it's in javascript, but hopefully you can just plug it in and use it, and Praney can post a simpler solution :).

 

Hope that helps!

 

 

LOL Eddie, it can't get any simpler.

 

+1

Link to post
Share on other sites

Here's one way to do it using jQuery haha.

 

http://screencast.com/t/bJnfW63xRyml

 

The code inside the $eval is:

 

eval($('#registrationFormFrame').contents().find('#captcha-eq').parent().find('span [class=""], #captcha-eq').text())

 

 

Sorry it's in javascript, but hopefully you can just plug it in and use it, and Praney can post a simpler solution :).

 

Hope that helps!

 

I have been trying for the past 1 hrs or more with this thing. But,i have been dumbstruck by the way which you solved the entire problem in one line of code.

 

Thank for the java code, you really are a life saver.Now it working fine.

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