<?php //00e57
// *************************************************************************
// *                                                                       *
// * WHMCS - The Complete Client Management, Billing & Support Solution    *
// * Copyright (c) WHMCS Ltd. All Rights Reserved,                         *
// * Version: 5.3.14 (5.3.14-release.1)                                    *
// * BuildId: 0866bd1.62                                                   *
// * Build Date: 28 May 2015                                               *
// *                                                                       *
// *************************************************************************
// *                                                                       *
// * Email: info@whmcs.com                                                 *
// * Website: http://www.whmcs.com                                         *
// *                                                                       *
// *************************************************************************
// *                                                                       *
// * This software is furnished under a license and may be used and copied *
// * only  in  accordance  with  the  terms  of such  license and with the *
// * inclusion of the above copyright notice.  This software  or any other *
// * copies thereof may not be provided or otherwise made available to any *
// * other person.  No title to and  ownership of the  software is  hereby *
// * transferred.                                                          *
// *                                                                       *
// * You may not reverse  engineer, decompile, defeat  license  encryption *
// * mechanisms, or  disassemble this software product or software product *
// * license.  WHMCompleteSolution may terminate this license if you don't *
// * comply with any of the terms and conditions set forth in our end user *
// * license agreement (EULA).  In such event,  licensee  agrees to return *
// * licensor  or destroy  all copies of software  upon termination of the *
// * license.                                                              *
// *                                                                       *
// * Please see the EULA file for the full End User License Agreement.     *
// *                                                                       *
// *************************************************************************
define('ADMINAREA', true);
require('../init.php');
$aInt          = new WHMCS_Admin('Configure General Settings');
$aInt->title   = $aInt->lang('supportreq', 'title');
$aInt->sidebar = 'help';
$aInt->icon    = 'support';
ob_start();
infobox('Support Request', 'This page has been disabled. There is no reason to request support using this version.');
echo $infobox;
$content = ob_get_contents();
ob_end_clean();
$aInt->content = $content;
$aInt->display();
exit();
ob_start();
echo "
<p class=\"bigtext\">Our online community is full of helpful resources, from how-to guides on setup, configuration, to advanced troubleshooting, as well as a thriving forum community which prides itself on giving back.</p>

<table style=\"width:100%\">
<tr>
<td style=\"width:25%;text-align:center;font-size:24px;color:#00446d;border-right:1px dashed #ccc;padding:20px;vertical-align:middle;\">Read our Docs</td>
<td style=\"width:25%;text-align:center;font-size:24px;color:#00446d;border-right:1px dashed #ccc;padding:20px;vertical-align:middle;\">Watch Tutorials</td>
<td style=\"width:25%;text-align:center;font-size:24px;color:#00446d;border-right:1px dashed #ccc;padding:20px;vertical-align:middle;\">Ask the Community</td>
<td style=\"width:25%;text-align:center;font-size:24px;color:#00446d;padding:20px;vertical-align:middle;\">";
if($licensing->getSupportAccess()) {
	echo "Ask Us";
} else {
	echo " Ask Your Reseller";
}
echo "</td>
</tr>
<tr style=\"\">
<td style=\"width:25%;text-align:center;border-right:1px dashed #ccc;\"><a href=\"http://nullrefer.com/?http://docs.whmcs.com/\"><img src=\"http://updates.whmcs.com/images/docs.gif\" alt=\"Online Documentation\" width=\"64\" height=\"64\" /></a></td>
<td style=\"width:25%;text-align:center;border-right:1px dashed #ccc;\"><a href=\"http://nullrefer.com/?https://www.whmcs.com/get-support/video-tutorials/\"><img src=\"http://updates.whmcs.com/images/tutorials.gif\" alt=\"Online Documentation\" width=\"64\" height=\"64\" /></a></td>
<td style=\"width:25%;text-align:center;border-right:1px dashed #ccc;\"><a href=\"http://forums.whmcs.com/\"><img src=\"http://updates.whmcs.com/images/community.gif\" alt=\"Online Documentation\" width=\"64\" height=\"64\" /></a></td>
<td style=\"width:25%;text-align:center;\"><a href=\"http://nullrefer.com/?https://www.whmcs.com/members/submitticket.php\"><img src=\"http://updates.whmcs.com/images/submitticket.gif\" alt=\"Online Documentation\" width=\"64\" height=\"64\" /></a></td>
</tr>
<tr>
<td style=\"width:25%;text-align:center;border-right:1px dashed #ccc;padding:20px;\">Full of helpful articles and guides on how to use WHMCS</p>
<div style=\"margin:0 auto;width:100px;\"><a class=\"btn\" href=\"http://nullrefer.com/?http://docs.whmcs.com/\">Go &raquo;</a></div>
</td>
<td style=\"width:25%;text-align:center;border-right:1px dashed #ccc;padding:20px;\">Step by step walkthrough&#8217;s on all the most common setup &#038; functionality of WHMCS</p>
<div style=\"margin:0 auto;width:100px;\"><a class=\"btn\" href=\"http://nullrefer.com/?https://www.whmcs.com/get-support/video-tutorials/\">Go &raquo;</a></div>
</td>
<td style=\"width:25%;text-align:center;border-right:1px dashed #ccc;padding:20px;\">Home to a very active community of WHMCS users and enthusiasts who are always willing to help resolve issues and discuss new ideas</p>
<div style=\"margin:0 auto;width:100px;\"><a class=\"btn\" href=\"http://forums.whmcs.com/\">Go &raquo;</a></div>
</td>
<td style=\"width:25%;text-align:center;padding:20px;\">";
if($licensing->getSupportAccess()) {
	echo "Can&#8217;t find what you&#8217;re looking for in our documentation? Let us help! Open a ticket";
} else {
	echo "As your license is provided by " . ($licensing->getKeyData('reseller') ? $licensing->getKeyData('reseller') : "a reseller") . " please contact your license provider for support and assistance";
}
echo "</p>
<div style=\"margin:0 auto;width:100px;\">";
if($licensing->getSupportAccess()) {
	echo "<a class=\"btn\" href=\"http://nullrefer.com/?https://www.whmcs.com/members/submitticket.php\">Go &raquo;</a>";
}
echo "</div>
</td>
</tr>
</table>

<div style=\"margin:20px 0;padding:15px 25px;background-color:#FBF7EA;-moz-border-radius: 10px;-webkit-border-radius: 10px;-o-border-radius: 10px;border-radius: 10px;\">
    <div style=\"padding:0 0 10px 0;font-size:24px;\">Search our Help Resources</div>
    <form method=\"post\" action=\"http://nullrefer.com/?http://docs.whmcs.com/Special:Search\">
    <input type=\"text\" name=\"search\" size=\"50\" style=\"font-size:18px;\" />
    <input type=\"submit\" name=\"go\" value=\"Search &raquo;\" style=\"font-size:18px;\" />
    </form>
</div>

<h2>Frequently Asked Questions</h2>

<table width=\"100%\">
<tr><td width=\"50%\">
<div style=\"padding:2px 30px;font-size:14px;\"><img src=\"http://updates.whmcs.com/images/article.gif\" width=\"16\" height=\"16\" /> <a href=\"http://nullrefer.com/?http://docs.whmcs.com/Getting_Started\">How do I get started with WHMCS?</a></div>
<div style=\"padding:2px 30px;font-size:14px;\"><img src=\"http://updates.whmcs.com/images/article.gif\" width=\"16\" height=\"16\" /> <a href=\"http://nullrefer.com/?http://docs.whmcs.com/Further_Security_Steps\">What additional steps can I take to increase security?</a></div>
<div style=\"padding:2px 30px;font-size:14px;\"><img src=\"http://updates.whmcs.com/images/article.gif\" width=\"16\" height=\"16\" /> <a href=\"http://nullrefer.com/?http://docs.whmcs.com/Products_and_Services#Product_Groups\">How do I setup a new product?</a></div>
<div style=\"padding:2px 30px;font-size:14px;\"><img src=\"http://updates.whmcs.com/images/article.gif\" width=\"16\" height=\"16\" /> <a href=\"http://nullrefer.com/?http://docs.whmcs.com/Domain_Pricing\">No domains are listed on my order form, where do I add them?</a></div>
<div style=\"padding:2px 30px;font-size:14px;\"><img src=\"http://updates.whmcs.com/images/article.gif\" width=\"16\" height=\"16\" /> <a href=\"http://nullrefer.com/?http://docs.whmcs.com/Importing_Data\">How do I add my existing customers to WHMCS?</a></div>
<div style=\"padding:2px 30px;font-size:14px;\"><img src=\"http://updates.whmcs.com/images/article.gif\" width=\"16\" height=\"16\" /> <a href=\"http://nullrefer.com/?http://docs.whmcs.com/Email_Piping\">How do I setup Email Piping?</a></div>
</td><td width=\"50%\">
<div style=\"padding:2px 30px;font-size:14px;\"><img src=\"http://updates.whmcs.com/images/article.gif\" width=\"16\" height=\"16\" /> <a href=\"http://nullrefer.com/?http://docs.whmcs.com/Troubleshooting_Guide\">I'm getting an error, where do I start looking for an answer?</a></div>
<div style=\"padding:2px 30px;font-size:14px;\"><img src=\"http://updates.whmcs.com/images/article.gif\" width=\"16\" height=\"16\" /> <a href=\"http://nullrefer.com/?http://docs.whmcs.com/Blank_Pages\">I'm seeing a blank page, how do I troubleshoot?</a></div>
<div style=\"padding:2px 30px;font-size:14px;\"><img src=\"http://updates.whmcs.com/images/article.gif\" width=\"16\" height=\"16\" /> <a href=\"http://nullrefer.com/?http://docs.whmcs.com/Auto_Setup_Issues\">Services are not being created automatically, how do I troubleshoot?</a></div>
<div style=\"padding:2px 30px;font-size:14px;\"><img src=\"http://updates.whmcs.com/images/article.gif\" width=\"16\" height=\"16\" /> <a href=\"http://nullrefer.com/?http://docs.whmcs.com/Licensing\">I'm getting a license error but not sure why?</a></div>
<div style=\"padding:2px 30px;font-size:14px;\"><img src=\"http://updates.whmcs.com/images/article.gif\" width=\"16\" height=\"16\" /> <a href=\"http://nullrefer.com/?http://docs.whmcs.com/FAQs\">I've forgotten my login details/my IP has been banned, how do I reset it?</a></div>
<div style=\"padding:2px 30px;font-size:14px;\"><img src=\"http://updates.whmcs.com/images/article.gif\" width=\"16\" height=\"16\" /> <a href=\"http://nullrefer.com/?http://docs.whmcs.com/Upgrading\">How do I upgrade my WHMCS installation to the latest version?</a></div>
</td></tr></table>

";
$content = ob_get_contents();
ob_end_clean();
$aInt->content = $content;
$aInt->display();