This page is based on APPNET OS and uses cookies to personalize. APPNET OS gives users the ability to decide how to use cookies themselves. However, there are also cookies that are required for the operation of a website. By using this website you agree to the use of necessary cookies.
English
Security

Security

Secure your web application with our security apps.
Here you will find everything you need for the security of your web application. Installed as an app, a security concept is implemented quickly and easily.

Products

Secure your web application from unwanted access.
With this app you can save your entire web application or individual pages from unwanted access. If a user is not logged on, a login window is issued. Added as a static app above, only logged-in users can access your entire web application.
To keep individual pages safe from unregistered users' access, simply install the app at the top.

- Protection against unannounced users
- Easy implementation
- Can secure the complete web application or individual pages
- Multilingual
- Application area area in 6 languages. English, german, Spanish, French, Italian, Russian
- Free for commercial and non-commercial projects

Use:
- Install
- Set as static app above to protect complete web application from unwanted access
- Set at the top of a page to protect individual pages from unwanted access
Show more

$0.00
Including vat

xtrose Captcha offers an uncomplicated integration of a captcha into forms.
Through the administration area, both the length and the color of the captcha can be configured.
If necessary, the application generates an image based on random code, which can then be used in the backend to validate the form.

- Quick and easy to integrate into any shape
- Length of characters and colors adjustable
- Administrator area in 6 languages. English, German, Spanish, French, Italian, Russian
- Multiple installation and configuration possible
- Free for commercial and non-commercial projects

Use:
- Integrate the application via the URI contents of the form

- Integrate captcha image into the frontend:
{if $xtrose__captcha}
{$xtrose__captcha->getCaptcha()}

{/if}

- Match captcha via the backend:
if (class_exists('xtrose\captcha')) {
$captcha = objects::get('xtrose/captcha');
$post = objects::get('post');
if ($captcha->getValue() !== $post->get('captcha') {
// Error
}
}
Show more

$0.00
Including vat