UniForce is an extension that can be installed on any PHP site, CMS or framework. It allows you,
This app is a production of the CleanTalk company who is a vendor of Anti-Spam, Security and Monitoring services for websites. CleanTalk has been on the market since 2012 and has service +800k sites so far.
We also call Uniforce a Universal security plugin for every CMS.
shagimuratov@demo2:magento2.demo2.cleantalk.me/web$ ls -la
total 3668
drwxr-x--x 19 web6 client1 4096 Dec 18 23:24 .
drwxr-xr-x 12 web6 client1 4096 Dec 9 2021 ..
-rw-r--r-- 1 web6 client1 12076 Dec 8 2021 .htaccess
-rw-r--r-- 1 web6 client1 11600 Dec 8 2021 .htaccess.sample
-rw-r--r-- 1 web6 client1 1519 Dec 8 2021 .php_cs.dist
-rw-r--r-- 1 web6 client1 2095 Dec 8 2021 .travis.yml.sample
-rw-r--r-- 1 web6 client1 101 Dec 8 2021 .user.ini
-rw-r--r-- 1 web6 client1 775488 Dec 8 2021 CHANGELOG.md
-rw-r--r-- 1 web6 client1 650 Dec 8 2021 COPYING.txt
-rw-r--r-- 1 web6 client1 2994 Dec 8 2021 Gruntfile.js.sample
-rw-r--r-- 1 web6 client1 10364 Dec 8 2021 LICENSE.txt
-rw-r--r-- 1 web6 client1 10376 Dec 8 2021 LICENSE_AFL.txt
-rw-r--r-- 1 web6 client1 4992 Dec 8 2021 README.md
-rw-r--r-- 1 web6 client1 700 Dec 8 2021 SECURITY.md
drwxr-xr-x 6 web6 client1 4096 Dec 9 2021 app
-rw-r--r-- 1 web6 client1 161 Dec 10 2021 auth.json
drwxr-xr-x 2 web6 client1 4096 Dec 8 2021 bin
-rw-r--r-- 1 web6 client1 15897 Dec 8 2021 composer.json
-rw-r--r-- 1 web6 client1 459987 Dec 8 2021 composer.lock
-rw-r--r-- 1 web6 client1 2291189 Dec 8 2021 composer.phar
drwxr-xr-x 5 web6 client1 4096 Dec 8 2021 dev
drwxr-xr-x 2 web6 client1 4096 Dec 9 2021 error
drwxrwxrwx 3 web6 client1 4096 Dec 18 22:38 generated
-rw-r--r-- 1 web6 client1 57 Dec 8 2021 grunt-config.json.sample
-rw-r--r-- 1 web6 client1 1370 Dec 18 21:04 index.php
drwxr-xr-x 4 web6 client1 4096 Dec 8 2021 lib
drwxr-xr-x 6 web6 client1 4096 Dec 10 2021 magento2-sample-data
-rw-r--r-- 1 web6 client1 5912 Dec 9 2021 nginx.conf.sample
-rw-r--r-- 1 web6 client1 5814 Dec 9 2021 nginx.conf.sample_def
-rw-r--r-- 1 web6 client1 1416 Dec 8 2021 package.json.sample
drwxr-xr-x 2 web6 client1 4096 Dec 8 2021 phpserver
drwxrwxrwx 6 web6 client1 4096 Dec 9 2021 pub
drwxr-xr-x 7 web6 client1 4096 Dec 8 2021 setup
drwxr-xr-x 26 web6 client1 4096 Dec 18 05:03 stats
drwxr-xr-x 10 shagimuratov shagimuratov 4096 Dec 18 23:19 uniforce
drwxrwxrwx 8 web6 client1 4096 Dec 18 22:39 var
drwxr-xr-x 66 web6 client1 4096 Dec 9 2021 vendor
shagimuratov@demo2:magento2.demo2.cleantalk.me/web$
sudo chown -R web6:client1 uniforce
sudo chmod -R o+rw uniforce
//cleantalk-usp/bottom_code/start
if(ob_get_contents()){
ob_end_flush();
}
if(isset($_SERVER['HTTP_X_REQUESTED_WITH']) && strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) == 'xmlhttprequest'){
die();
}
//cleantalk-usp/bottom_code/end