Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 216.73.216.105
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
ifk
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 /
baltic /
web /
sites /
all /
themes /
danland /
[ HOME SHELL ]
Name
Size
Permission
Action
danblog
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
scripts
[ DIR ]
drwxr-xr-x
LICENSE.txt
14.59
KB
-rw-r--r--
README.txt
466
B
-rw-r--r--
block.tpl.php
540
B
-rw-r--r--
comment.tpl.php
970
B
-rw-r--r--
danland.info
1.36
KB
-rw-r--r--
favicon.ico
5.3
KB
-rw-r--r--
local_sample.css
814
B
-rw-r--r--
logo.png
3.98
KB
-rw-r--r--
maintenance-page.tpl.php
3.31
KB
-rw-r--r--
maintenance.css
394
B
-rw-r--r--
node.tpl.php
1.28
KB
-rw-r--r--
page.tpl.php
8.68
KB
-rw-r--r--
screenshot.png
19.68
KB
-rw-r--r--
style.css
22.9
KB
-rw-r--r--
style.ie6.css
191
B
-rw-r--r--
template.php
992
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : template.php
<?php // $Id: template.php,v 1.10.4.3 2010/12/14 03:30:39 danprobo Exp $ function danland_page_class($sidebar_first, $sidebar_second) { if ($sidebar_first && $sidebar_second) { $id = 'layout-type-2'; } else if ($sidebar_first || $sidebar_second) { $id = 'layout-type-1'; } if(isset($id)) { print ' id="'. $id .'"'; } } function danland_preprocess_html(&$vars) { // Add conditional CSS for IE6. drupal_add_css(path_to_theme() . '/style.ie6.css', array('group' => CSS_THEME, 'browsers' => array('IE' => 'IE 6', '!IE' => FALSE), 'preprocess' => FALSE)); } function danland_preprocess_maintenance_page(&$variables) { if (!$variables['db_is_active']) { unset($variables['site_name']); } drupal_add_css(drupal_get_path('theme', 'danland') . '/maintenance.css'); drupal_add_js(drupal_get_path('theme', 'danland') . '/scripts/jquery.cycle.all.js'); } if (drupal_is_front_page()) { drupal_add_js(drupal_get_path('theme', 'danland') . '/scripts/jquery.cycle.all.js'); }
Close