| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/coaching_sites/usbusinessfundingsolutions.com/member/ |
Upload File : |
<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/php_header.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>U.S. Business Funding Solutions - <?=$title;?></title>
<link href="/styles.css" type="text/css" rel="stylesheet" />
<link href="/member/styles.css" type="text/css" rel="stylesheet" />
<link href="/sidebar.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
</head>
<body id="<?=$body_id;?>">
<div id="header">
<div id="sky">
<div class="size" style="height:111px">
<div id="logo"></div>
<div id="hoverNav">
<a class="memb left" href="/member/my_account.php">My Account</a>
<a class="logt right" href="/login.php?logout=1">Logout</a>
</div>
</div>
<div id="nav">
<div class="size">
<ul>
<li><a class="home" href="/member/index.php" style="border-left:1px solid #333;">Welcome!</a></li>
<?php if(!empty($_SESSION['Client']['businessplan']) || !empty($_SESSION['Client']['businessplan_review'])) { ?>
<li><a class="busp double" href="/member/business-plan-coach.php"><span>Business Plan</span><br />Writer</a></li>
<?php } ?>
<?php if(empty($_SESSION['Client']['no_group_coaching']) && ($_SESSION['Client']['type2']=='olc' || $_SESSION['Client']['type2']=='research')) { ?>
<li><a class="caoc double" href="/member/group-coaching.php"><span>Group</span><br />Coaching</a></li>
<?php } ?>
<?php if(!empty($_SESSION['Client']['research_service'])) { ?>
<li><a class="rchc double" href="/member/researching-coach.php"><span>Funding</span><br />Researcher</a></li>
<?php } ?>
<?php if(!empty($_SESSION['Client']['deductr'])) { ?>
<li><a class="dedr" href="/member/deductr.php">Deductor</a></li>
<?php } ?>
<li><a class="cour" href="/member/courses.php">Courses</a></li>
<?php /*
<li><a class="news" href="/member/newsletters.php">Newsletters</a></li>
<li><a class="tran" href="/member/training.php">Training</a></li>
*/ ?>
<li><a class="supp" href="/member/support.php">Support</a></li>
</ul>
</div>
</div>