403Webshell
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/coaching_sites/usbusinessfundingsolutions.com/member/business-plan.php
<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/php_header.php');
$title = 'Business Plan Coach'; 
$body_id = 'busp';

if($_SESSION['Client']['businessplan']) {
	$businessplan = get_businessplan($db, $_SESSION['Client']['id']); 
	if(!session_set_businessplan($businessplan)) {
		header('Location: /member/index.php'); 
		die(); 
	} 
} elseif($_SESSION['Client']['businessplan_review']) {
	$_SESSION['BusinessPlan']['Coach'] = get_bp_coach($db,$_SESSION['Client']['businessplan_review_coach']);
	$_SESSION['BusinessPlan']['Coach']['phone'] = '(888) 260-4222 ext '.$_SESSION['BusinessPlan']['Coach']['ext'];
}
if($_SESSION['BusinessPlan']['Coach']['first']=='Jeremy') {
	$_SESSION['BusinessPlan']['Coach']['first'] = 'Janele';
	$_SESSION['BusinessPlan']['Coach']['phone'] = '(555) 555-5555 ext 5';
	$_SESSION['BusinessPlan']['Coach']['email'] = 'example_coach_email@example.com';
}
require_once('header_new_2021_06_29.php');
?>
			<script type="text/javascript">
				function make_internal_popup(data) {
					$('body').append('<div id="id-popup-overlay"></div>');
					$('body').append('<div id="id-popup-container"></div>');
					$('#id-popup-overlay').attr('style','z-index:10012;position:fixed;top:0px;left:0px;bottom:0px;right:0px;background:rgba(0,0,0,.6);');
					$('#id-popup-container').attr('style','z-index:10013;position:fixed;top:0px;left:0px;background:white;border-radius:16px;padding:15px;overflow:auto;');
					$('#id-popup-container').html('<img src="/images/notebook_close_24x24.png" style="position:absolute;top:4px;right:5px;width:24px;height:24px;cursor:pointer;" id="id-popup-close-button" onclick="$(\'#id-popup-container\').remove(); $(\'#id-popup-overlay\').remove();" />');
					$('#id-popup-container').append(data);
					$('#id-popup-container').css('max-height',$(window).height()*0.9);
					$('#id-popup-container').css('max-width',$(window).width()*0.9);
					$('#id-popup-container').css('left',$(window).width()*0.9/2 - $('#id-popup-container').width()*0.9/2);
					$('#id-popup-container').css('top',$(window).height()*0.9/2 - $('#id-popup-container').height()*0.9/2);
				}
				
				function show_send_email() {
					var html = '<form onsubmit="really_send_email(this); return false;" style="padding:20px;">' +
									'<textarea name="question" placeholder="Message for coach" style="width:300px;height:200px;border:1px solid black;"></textarea>' +
									'<div><input type="submit" name="submit" value="Send" class="btnMore btnBlue" style="margin-top:5px;color:white;padding:5px 10px;cursor:pointer;" /></div>' +
								'</form>';
					make_internal_popup(html);
				}
				
				function really_send_email(frm) {
					var str = '';
					if($(frm).find('textarea').val()=='') {
						alert("Please enter a question.");
					} else {
						$(frm).find('textarea').each(function() {
							str += (str=='') ? '' : '&';
							str += encodeURIComponent(this.name) + '=' + encodeURIComponent($(this).val());
						});
						$.ajax
						({
							cache: false,
							data: str,
							type: "POST",
							url: "/member/ajax/send_business_plan_question.php",
							success: function(data)
							{
								alert("Email Sent");
								$('#id-popup-close-button').click();
							},error: function(jqXHR, textStatus, errorThrown) {
								alert(textStatus+': '+errorThrown);
							}
						});
					}
				}
			</script>
            <div id="content" class="size">
            	<div style="padding:10px;">
					<h1><i class="fa fa-list-alt" style="color:#536aa0;font-size:36px;padding:5px;vertical-align:middle;"></i> Business Plan</h1>
					<hr />
					<?php if($_SESSION['Client']['businessplan']) { ?>
					<p>Your Business Plan Coach who will be writing your plan will be <strong><?= ucwords(strtolower($_SESSION['BusinessPlan']['Coach']['first']));?></strong>.</p>
					<p>If you have any questions, please send them a message by <a href="#" onclick="show_send_email(); return false;">clicking here</a>.</p>
					<p>In order to properly write your business plan we need to know as much information about your business as possible.</p> 

					<p>To start, please click on the "Business Plan Template" Button below.  Once you click on the button, a new browser window will open up. There are 12 steps to complete the template. After you are finished with each step, click on the "Save" button at the bottom of each screen and your information will be saved.  You can come back to each section at any time to edit or change the information.</p> 

					<p>The expected time for your business plan to be completed is anywhere from 2-3 weeks from the time you finish the business plan template depending how complete and thorough your answers are to the questions provided.</p>

					<p>If you have any questions, please direct them to your business plan coach first. For all other questions, please contact us through our support page.</p>
					<a href="/member/business-plan-template.php" target="_blank" class="btnMore btnBlue" style="width:auto;">start your business plan template</a>
					<?php } else { ?>
					<p>In order for me to complete your business plan review, I need to get a copy of your current business plan in Microsoft Word Format. Please email me a digital copy of your business plan to <a href="mailto:<?=strtolower($_SESSION['BusinessPlan']['Coach']['email']);?>?Subject=Business%20Plan"><?=strtolower($_SESSION['BusinessPlan']['Coach']['email']);?></a> to get started.</p>
					<?php } ?>
				</div>
            </div>
            
<?php
require_once('footer.php');
?>

Youez - 2016 - github.com/yon3zu
LinuXploit