![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/gositeme.com/public_html/wp-content/plugins/whmpress/admin/ |
<?php
/**
* @package Admin
* @todo Extensions page for WHMpress admin panel
*/
if ( ! defined( 'WHMP_VERSION' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
exit();
}
?>
<div class="wrap">
<h2></h2>
<h2 class="nav-tab-wrapper">
<a class="nav-tab" href="<?php echo admin_url() ?>admin.php?page=whmp-dashboard">Dashboard</a>
<a class="nav-tab" href="<?php echo admin_url() ?>admin.php?page=whmp-services">Products/Services</a>
<a class="nav-tab" href="<?php echo admin_url() ?>admin.php?page=whmp-settings">Settings</a>
<a class="nav-tab" href="<?php echo admin_url() ?>admin.php?page=whmp-sync">Sync WHMCS</a>
<a class="nav-tab" href="<?php echo admin_url() ?>admin.php?page=whmp-debug"><?php esc_html_x('Debug info','admin', 'whmpress')?></a>
</h2>
<div>
<?php include_once "sidebar.php" ?>
<div class="leftbar">
<div class="whmpress_panel">
<div>
<h3><?php echo esc_html_x( 'WHMCS Client Area Integration','admin', 'whmpress' ); ?></h3>
<p>
<img src="<?php echo WHMP_ADMIN_URL ?>/images/whmp_ca.jpg" class="response-img left-corner"/>
<?php echo esc_html_x( 'Go one step further, offer your users their WHMCS client area with the same look and feel as your website.
Giving them a feel that they never left your website for their hosting management and website.
Again offering several Shortcodes for seamless integration with your site.','admin',
'whmpress' ); ?>
</p>
<p>
<a href="http://codecanyon.net/item/whmcs-client-area-whmpress-addon/11218646" target="_blank"
class="button button-primary"><?php echo esc_html_x( "Buy this Addon",'admin', "whmpress" ) ?></a>
</p>
<div style="clear: both;"></div>
</div>
</div>
<div class="whmpress_panel">
<div>
<h3><?php echo esc_html_x( 'WHMCS Pricing Sliders and Comparison Tables','admin', 'whmpress' ); ?></h3>
<p>
<img src="<?php echo WHMP_ADMIN_URL ?>/images/whmp_sliders.jpg"
class="response-img left-corner"/>
<?php
echo esc_html_x( 'Comparison Table and Slider are essential part of every web-hosting site.
It helps user to make informed decisions.
Simply select packages to compare and get a complete comparison table or slider in your desired template.','admin', 'whmpress' );
?>
</p>
<p>
<a href="http://codecanyon.net/item/whmcs-pricing-sliders-and-comparison-tables-whmpress-addon/14949513"
target="_blank" class="button button-primary"><?php echo esc_html_x( "Buy this Addon",'admin', "whmpress" ) ?></a>
</p>
<div style="clear: both;"></div>
</div>
</div>
</div>
</div>
</div>