Training SCRAPEBOX and the form (spain)

jctopzeo

Newbie
Joined
Aug 20, 2020
Messages
25
Reaction score
5
Hi @loopline

I am currently training SB for contact forms and a question arises.
Many of the forms have a mandatory checkbox before the submit button.
Does Scrapebox mark it automatically or should I look for a fooprint that does not have that checkbox so I can have more success with the forms.

Greetings.


Cristian
 
Hi @loopline

I am currently training SB for contact forms and a question arises.
Many of the forms have a mandatory checkbox before the submit button.
Does Scrapebox mark it automatically or should I look for a fooprint that does not have that checkbox so I can have more success with the forms.

Greetings.


Cristian

From support they tell me that there is a checkbox tokken and if I add it to the form platform, scrapebox will check it.

Still, I'm not sure which tokken is the correct one for the checkbox. If you can @loopline point me to the correct one of the following.

CheckEntry=1
check_smilie=0
gasp_checkbox=1

Thanks in advance
 
Pending the above answer, I have a problem once I have trained scrapebox, because, I get failed general/unknown when I try to publish on the following urls.

Below, I attach two web and my WPContact.ini file to see if everything is correct and I have understood how scrapebox training works.

1- https://jctopzeo.com/contacta-con-nosotros
2- https://mundotarotistas.com/contactar/


[setup]
FriendlyName=WP CONTACT FORM 7
Platform=Contact Form

PageMustContain=wpcf7|<input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit">|<input type="submit" value="Enviar" class="wpcf7-form-control wpcf7-submit">|<input type="submit" value="Enviar" class="wpcf7-form-control wpcf7-submit" aria-invalid="false">|<div id="recaptcha-accessible-status" class="rc-anchor-aria-status" aria-hidden="true">Estás verificado.</div>
PageMustNotContain=
LoadUrl=/contacta-con-nosotros|/contacto|/contactar|/contactanos|/contacta|/contactame|/contactarme
LoadUrlFromAnchor =contacto|contactar|contactanos|contacta|contactame|contactarme|contacta con nosotros

Footprint='Your Name (required)' 'Your Email (required)' 'Subject' 'Your Message' 'Powered by Wordpress' intitle:contact|"Your Name (required)" "Your Email (required)" "Subject" "Your Message" intitle:contact|"Tu Nombre(requerido)" "Tu Email (requerido)" "Asunto" "Tu mensaje" intitle:contacto|"Nombre(requerido)" "Email (requerido)" "Asunto" "Mensaje" inurl:contacta|"Tu Nombre(obligatorio)" "Tu Email (obligatorio)" "Asunto" "Tu mensaje" inurl:contactanos|"Nombre(requerido)" "Correo eléctronico (requerido)" "Asunto" "Mensaje" inurl:contactar|"Tu Nombre(obligatorio)" "Tu correo eléctronico (obligatorio)" "Asunto" "Tu mensaje" inurl:contacta|"Tu Nombre(obligatorio)" "Tu correo eléctronico (obligatorio)" "Asunto" "Escríbeme" inurl:contacto|"Tu Nombre (obligatorio)" "Tu correo eléctronico (obligatorio)" "Asunto" "Tu mensaje"|"Rellena el formulario o escríbeme al mail"|"Acepto la política de privacidad"|"Tu nombre" "Tu correo electrónico" "Asunto" "Tu mensaje (opcional)"

Success=<div class="wpcf7-response-output wpcf7-mail-sent-ok" role="alert">Your message was sent successfully. Thanks.</div>|<DIV class="wpcf7-response-output wpcf7-mail-sent-ok">Your message was sent successfully. Thanks.</DIV>|<div class="screen-reader-response" role="alert">Your message was sent successfully. Thanks.</div>|fusion-alert-content">Thank you for your message. It has been sent successfully.</span>|mail-sent-ok" role="alert">Thank you for your message. It has been sent.</div>
|"wpcf7-response-output wpcf7-mail-sent-ok" role="alert">Su mensaje ha sido enviado con éxito. Gracias.</div>|<DIV class="wpcf7-response-output wpcf7-mail-sent-ok">Su mensaje ha sido enviado con éxito. Gracias.</DIV>|<div class="screen-reader-response" role="alert">Su mensaje ha sido enviado con éxito. Gracias.</div>|fusion-alert-content">Gracias por su mensaje. Se ha enviado con éxito.</span>|mail-sent-ok" role="alert">Gracias por su mensaje. Se ha enviado .</div>|<div class="wpcf7-response-output" aria-hidden="true">Gracias por tu mensaje. Ha sido enviado.</div>|<div class="wpcf7-response-output wpcf7-display-none wpcf7-mail-sent-ok" style="display: block;" role="alert">El mensaje se ha enviado con éxito. Muchas Gracias.</div>

Failure=wpcf7-spam-blocked" role="alert">Failed to send your message. Please try later or contact the administrator by another method.</div>|wpcf7-spam-blocked" role="alert">There was an error trying to send your message. Please try again later.</div>|wpcf7-spam-blocked" role="alert">Sorry, there was an error. Please be sure JavaScript and Cookies are enabled in your browser and try again.</div>|wpcf7-validation-errors" role="alert">One or more fields have an error. Please check and try again.</div>|wpcf7-spam-blocked" role="alert">No se ha podido enviar su mensaje. Por favor, inténtelo más tarde o póngase en contacto con el administrador por otro método.</div>|wpcf7-spam-blocked" role="alert">Hubo un error al intentar enviar su mensaje. Por favor, inténtelo más tarde.</div>|wpcf7-spam-blocked" role="alert">Lo sentimos, ha habido un error. Por favor, asegúrese de que JavaScript y las cookies están activados en su navegador y vuelva a intentarlo.</div>|wpcf7-validation-errors" role="alert">Uno o más campos tienen un error. Por favor, compruebe y vuelva a intentarlo.</div>|<div class="wpcf7-response-output" aria-hidden="true">Ocurrió un error de validación. Por favor confirma los campos y envía el formulario de nuevo.</div>

Markup=HTML
UseBlackList=1
UseWhiteList=1

[STEP]
FormMustContain=wpcf7|gasp_checkbox = 1
FormMustNotContain=id="searchform"|class="searchform"|gasp_checkbox = 0
your-name=%rnd-name%
your-email=%rnd-email%
your-subject=%rnd-website%
your-message=%rnd-comment%
captcha-1=%captcha%
captcha-909=%captcha%
captcha-96=%captcha%
Honeypot-662=
email-2019=
submit=%ignore%
gasp_checkbox = 1



thanks

Cristian
 
Have you setup your captcha.def file for the captchas?

Code:
<input type="checkbox" name="acceptance-725" value="1" aria-invalid="false" /><span class="wpcf7-list-item-label">He leído y acepto la <a href="/politica-privacidad">política de privacidad</a></span>

that is the code so the check box is
acceptance-725

so like
acceptance-725=1
 
Have you setup your captcha.def file for the captchas?

Code:
<input type="checkbox" name="acceptance-725" value="1" aria-invalid="false" /><span class="wpcf7-list-item-label">He leído y acepto la <a href="/politica-privacidad">política de privacidad</a></span>

that is the code so the check box is
acceptance-725

so like
acceptance-725=1

I didn't know I had to configure the captcha, I thought it was already automatic :/.

I understand that in the captcha.def I must configure all the ContactForm7 that appear as follows:

[WordPressContactForm7-1]
Before=alt="captcha" src="
After=" /> <span
LinkMustContain=/wpcf7_captcha/
PageMustNotContain=<input type="checkbox" name="acceptance-725" value="1" aria-invalid="false" /><span class="wpcf7-list-item-label">He leído y acepto la <a href="/politica-privacidad">política de privacidad</a></span>


[WordPressContactForm7-2]
Before=alt="captcha" src="
After=" width=
LinkMustContain=/wpcf7_captcha/
PageMustNotContain=<input type="checkbox" name="acceptance-725" value="1" aria-invalid="false" /><span class="wpcf7-list-item-label">He leído y acepto la <a href="/politica-privacidad">política de privacidad</a></span>

[WordPressContactForm7-2]
Before=alt="captcha" src="
After=" />
LinkMustContain=/wpcf7_captcha/
PageMustNotContain=<input type="checkbox" name="acceptance-725" value="1" aria-invalid="false" /><span class="wpcf7-list-item-label">He leído y acepto la <a href="/politica-privacidad">política de privacidad</a></span>

and for the WPContact.ini file to look like this:

[STEP]
FormMustContain=wpcf7*aceptación-725=1

Greetings
 
Following

I also have a question, I am not really a techie type of guy but I was wondering if there is a way to add your phone number and also able to add your full name instead of first and last.
 
Following

I also have a question, I am not really a techie type of guy but I was wondering if there is a way to add your phone number and also able to add your full name instead of first and last.
You would need to hard code it in the ini file, but yes you can add whatever fields you want.
 
I didn't know I had to configure the captcha, I thought it was already automatic :/.

I understand that in the captcha.def I must configure all the ContactForm7 that appear as follows:

[WordPressContactForm7-1]
Before=alt="captcha" src="
After=" /> <span
LinkMustContain=/wpcf7_captcha/
PageMustNotContain=<input type="checkbox" name="acceptance-725" value="1" aria-invalid="false" /><span class="wpcf7-list-item-label">He leído y acepto la <a href="/politica-privacidad">política de privacidad</a></span>


[WordPressContactForm7-2]
Before=alt="captcha" src="
After=" width=
LinkMustContain=/wpcf7_captcha/
PageMustNotContain=<input type="checkbox" name="acceptance-725" value="1" aria-invalid="false" /><span class="wpcf7-list-item-label">He leído y acepto la <a href="/politica-privacidad">política de privacidad</a></span>

[WordPressContactForm7-2]
Before=alt="captcha" src="
After=" />
LinkMustContain=/wpcf7_captcha/
PageMustNotContain=<input type="checkbox" name="acceptance-725" value="1" aria-invalid="false" /><span class="wpcf7-list-item-label">He leído y acepto la <a href="/politica-privacidad">política de privacidad</a></span>

and for the WPContact.ini file to look like this:

[STEP]
FormMustContain=wpcf7*aceptación-725=1

Greetings


A little help would be great @loopline




Thanks
 
You would need to hard code it in the ini file, but yes you can add whatever fields you want.
Can I add your skype? I want to consult you about the captcha verification failure. Can I use XEvil and capmonster, my settings are all failed
 
Can I add your skype? I want to consult you about the captcha verification failure. Can I use XEvil and capmonster, my settings are all failed
I don't use skype unless its scheduled with 1 of my clients at a paid rate. I don't know if you can use capmonster or not, I have not used them, although if they can emulate a captcha service that scrapebox uses then sure it should work fine. Xevil should I believe work, but its been a while since I used them.

Same answer though for capmonster, xevil, gsa captcha breaker or any other program or service not directly supported by scrapebox - they need to be able to emulate a service that is supported by scrapebox.

So like image typerz for an example. Setup your program to emulate image typerz and then setup image typerz in scrapebox. Usually you just use 9 random characters as the user and 9 random characters as the pass. However you would want to check with your particular program to find out. Your program is going to modify the hosts file and any request scrapebox sends out the hosts file is going to redirect it to the program instead of the service you setup in scrapebox.
 
You would need to hard code it in the ini file, but yes you can add whatever fields you want.
Thank you. I will re-watch the YouTube videos and add what information I need. If, I have any other questions, I will respond back again.
 
Hello again @loopline

I have managed to train SB for the forms :D (there is a world inside SB where I am going to get soooo many positive results ijijij). Now I would like a small tutorial if possible, on how to use "httpdebugger" to know the response of the form and scrape the necessary data to enter it in SB.

I'm trying to find tutorials on google, but there is nothing.

Can you help me?


Regards
 
Hello again @loopline

I have managed to train SB for the forms :D (there is a world inside SB where I am going to get soooo many positive results ijijij). Now I would like a small tutorial if possible, on how to use "httpdebugger" to know the response of the form and scrape the necessary data to enter it in SB.

I'm trying to find tutorials on google, but there is nothing.

Can you help me?


Regards
I dont plan on doing one on debugger, but I am planning on the scrapebox socket tool addon, which is an addon right in scrapebox that lets you generate a request and see the result
 
I dont plan on doing one on debugger, but I am planning on the scrapebox socket tool addon, which is an addon right in scrapebox that lets you generate a request and see the result


I can't wait to see the results xD.

Thanks @loopline
 
Hello again @loopline

I have managed to train SB for the forms :D (there is a world inside SB where I am going to get soooo many positive results ijijij). Now I would like a small tutorial if possible, on how to use "httpdebugger" to know the response of the form and scrape the necessary data to enter it in SB.

I'm trying to find tutorials on google, but there is nothing.

Can you help me?


Regards

How did you train the forms? What did you do ? Having the same issues!
 
How did you train the forms? What did you do ? Having the same issues!

Hello,

To this day, I have not been able to get a result in which, I can enter a "tag, attribute, class" etc in order to extract what I need.
At the moment I use the chrome console (F12).

I am waiting for Matt to respond.

Regards.
 
Back
Top