Captcha Support

TCAdmin supports captcha from adscaptcha.com. They have free security only captchas and captchas that allow you to make money with ads.

To enable adscaptcha support create a text file at TCAdmin Control Panel\Web\adscaptcha.config with the following:

<configuration>
<appSettings>
<add key="CaptchaId" value="your-captcha-id" />
<add key="PublicKey" value="your-public-key" />
<add key="PrivateKey" value="your-private-key" />
</appSettings>
</configuration>












  • 248 Users Found This Useful
Was this answer helpful?

Related Articles

Unbanning IPs from TCAdmin

1) Remove the IP from System Settings > Plugins > Configure Security2) If the IP is not...

Disable or override features on a specific server

To disable or override specific features on a single server create a file named Override.config...