Jump to content

Security validation


albertovesx

Recommended Posts

  • 2 weeks later...

Hi Aslan,

At first thank you very much for sharing this component!

 

I almost use it 10 days, but have some problems the last 2 Days

On a page start one time is showing up, and the next time the captcha is not visible for user. 

When i reload the site its ok and maybe later not again.

I have the correct Site key for Visible ReCaptcha and the Domains are also right setup!

Do you may be have a solution?

 

Thanks

Link to comment
Share on other sites

  • 1 year later...
  • 3 weeks later...
On 11/29/2018 at 9:44 PM, t4ufiq said:

thanks... and after i try to install it until show message it installed, but there's no component icon there

how to use it...

i use delphi tokyo 10.2.3 Community Edition

In the .pas the Register procedure is missing. I attached the .pas with the Register procedure  that generates the component in the tool palette.

procedure Register;
begin
  RegisterComponents('ReCaptcha',[TUniReCAPTCHA]);
end;

 

Open the Rad Studio Tokyo and close all open projects.

Go to the menu option File / New / Package - Delphi.

On the Package1.bpl package name, press the right mouse button and choose the add option from the drop-down menu. You must add the unit UniReCAPTCHA.pas

Rename the package as ReCaptcha.

Install the package.

Check in the Componet / Install Packages menu option that the component has been installed correctly.

Include the path to the UniReCAPTCHA unit in the library path.

Finally, verify that the component has been installed correctly in the components palette in the ReCaptcha folder.

 

Regards

UniReCAPTCHA.pas

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...
  • 1 month later...

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.

×
×
  • Create New...