| Server IP : 172.67.134.116 / Your IP : 216.73.217.68 Web Server : Apache System : Linux server.rehabsharif.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : nobi37te ( 1003) PHP Version : 8.2.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/nobi37te/public_html/wp-content/plugins/nitropack/view/ |
Upload File : |
<script>
let nitroNonce = '<?php echo wp_create_nonce( NITROPACK_NONCE ); ?>';
</script>
<div id="nitropack-container">
<nav class="nitro-navigation">
<div class="nitro-navigation-inner">
<img src="<?php echo plugin_dir_url( __FILE__ ) . 'images/nitropack_logo.svg'; ?>" height="25"
alt="NitroPack" />
</div>
</nav>
<main id="main">
<div class="container">
<?php
$passed_onboarding = get_option( 'nitropack-onboardingPassed');
if ( !$passed_onboarding && !empty( $_GET['onboarding'] ) ) {
require_once NITROPACK_PLUGIN_DIR . "view/preview-site.php";
} else if ( ! isset( $_GET['subpage'] ) ) {
require_once NITROPACK_PLUGIN_DIR . "view/dashboard.php";
} if ( isset( $_GET['subpage'] ) && $_GET['subpage'] == 'system-report' ) : ?>
<?php require_once NITROPACK_PLUGIN_DIR . "view/system-report.php";
?>
<?php endif; ?>
</div>
</main>
<?php require_once NITROPACK_PLUGIN_DIR . 'view/templates/template-toast.php'; ?>
</div>
<?php if ( NITROPACK_SUPPORT_BUBBLE_VISIBLE ) { ?>
<div class="support-widget">
<!-- support widget -->
<script>
window.intercomSettings = {
api_base: "https://api-iam.intercom.io",
app_id: "d5v9p9vg"
};
(function () {
var w = window;
var ic = w.Intercom;
if (typeof ic === "function") {
ic('reattach_activator');
ic('update', w.intercomSettings);
} else {
var d = document;
var i = function () {
i.c(arguments);
};
i.q = [];
i.c = function (args) {
i.q.push(args);
};
w.Intercom = i;
var l = function () {
var s = d.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = 'https://widget.intercom.io/widget/d5v9p9vg';
var x = d.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
};
if (document.readyState === 'complete') {
l();
} else if (w.attachEvent) {
w.attachEvent('onload', l);
} else {
w.addEventListener('load', l, false);
}
}
})();
</script>
<!-- end support widget -->
</div>
<?php } ?>