Hey guys, I have a problem with creating a Backpage classified submitter
template using Sick Submitter. I have everything ready to go, every
post URL for every city for every section, catchall email, spun content
with my post, proxies ... but one little freakin' problem has the whole
operation on hold.
I can't get Sick to solve the recaptcha field
on Step 2 of the verification field. I've used all the working different
codes for recaptcha that are on all the forums and even used working
examples from templates that work for recaptcha. I've tried using IE8
and IE9 yet it still doesn't work, I'm really starting to wonder if
Backpage has something going on to prevent this.
What's happening
exactly is when the recaptcha step is fired, the recaptcha image is
saved and it gets solved by DBC. After DBC solves the recaptcha the
answer isn't being placed into the recaptcha submit form, so the answer
isn't being answered at all and then the submit button is clicked.
If I can get help with this and get this working, I will share everything I have here.
Check out what I have so far that comes the closest to working:
PHP Code:
SITE("[URL]",[PR])
REGISTER
Open("[URL]")
Form("f")
Input("title","$ARTICLETITLE")
Input("ad","$ARTICLEBODY")
Input("email","$EMAIL")
Input("emailConfirm","$EMAIL")
Radio("showAdLinks","No")
Click(82)
Form("f")
Input("recaptcha_response_field","Solving...")
SaveImage("recaptcha")
Captcha("recaptcha_response_field")
Sleep(3)
Action("submit_button","click")
Wait()
$body=getbodytext()
$response="FAIL - Unknow Registration Error"
If($body~="Your ad is NOT live yet!")($response="REGISTRATION SUCCESSFUL")
If($body~="Oops!")($response="FAIL - Wrong Catcha")
echo("$response")
Close()
Exit()
ENDREGISTER
ENDSITE
PHP Code:
<form
name="formPreviewHeader" method="post"
action="http://posting.tampa.backpage.com/online/classifieds/PostAdPPI.html/tpa/tampa.backpage.com/">
<input type="hidden" name="u" value="tpa">
<input type="hidden" name="serverName" value="tampa.backpage.com">
<input type="hidden" name="lang" value="en-us">
<input type="hidden" name="section" value="4378">
<input type="hidden" name="category" value="4424">
<input type="hidden" name="superRegion" value="Tampa">
<input type="hidden" name="title" value="laptop for sale">
<input type="hidden" name="email" value="me@hotmail.com">
<input type="hidden" name="emailConfirm" value="me@hotmail.com">
<input type="hidden" name="allowReplies" value="Anonymous">
<input type="hidden" name="showAdLinks" value="Yes">
<input type="hidden" name="ad" value="selling lap top">
<input type="hidden" name="nextPage" value="editAd">
<input type="submit" value=" Edit Ad " class="button">
</form>
<br><hr noshade>
<form name="f" method="post"
action="http://posting.tampa.backpage.com/online/classifieds/PostAdPPI.html/tpa/tampa.backpage.com/"
onsubmit='document.getElementById("submit_button").value = "Placing
Ad..."; document.getElementById("submit_button").disabled = true; return
true;'>
<input type="hidden" name="adKey" value="www-2a583ba57b29391f1bf8075e2cd3dbe6-1363947324">
<input type="hidden" name="nextPage" value="processFreeAd">
<input type="hidden" name="u" value="tpa">
<input type="hidden" name="serverName" value="tampa.backpage.com">
<input type="hidden" name="lang" value="en-us">
<input type="hidden" name="section" value="4378">
<input type="hidden" name="category" value="4424">
<input type="hidden" name="superRegion" value="Tampa">
<input type="hidden" name="title" value="laptop for sale">
<input type="hidden" name="email" value="me@hotmail.com">
<input type="hidden" name="emailConfirm" value="me@hotmail.com">
<input type="hidden" name="allowReplies" value="Anonymous">
<input type="hidden" name="showAdLinks" value="Yes">
<input type="hidden" name="ad" value="selling lap top">
<br>
<script type="text/javascript"><!--
var RecaptchaOptions = {
lang: "en",
theme: "white"
};
//--></script>
<script type="text/javascript"
src="http://www.google.com/recaptcha/api/challenge?k=6LdEEgkAAAAAAJCuhBWHXZsmZMIVa_Xt-NxzkMKd"></script>
<noscript>
<iframe src="http://www.google.com/recaptcha/api/noscript?k=6LdEEgkAAAAAAJCuhBWHXZsmZMIVa_Xt-NxzkMKd"
height="300" width="500" frameborder="0"></iframe><br>
<textarea name="recaptcha_challenge_field" rows="6" cols="40"></textarea>
<input type="hidden" name="recaptcha_response_field"
value="manual_challenge">
</noscript>
<br>
<div style="margin:6px 0 18px;"><input type="submit"
value=" Place Ad Now " class="button" id="submit_button"></div>
</form>
If I can get this template to work I can make a huge Backpage packet with all the post URLs I have ready.