MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/lifemaze_in/index_bk.php
welcome !!!

<?php		
require_once('./lp_lib/lpObject.php');
$lp_session  =  lpObject::newObject('lp_session');
$lp_session->startSession();

$is_customer  = false;
$cust_name    = "";
$cust_mobile  = "";
$cust_email   = "";
$cust_address = "";
$city         = "";
$state        = "";
$pin          = "";
$country      = "";
$libObject   = $lp_session->is_session_exist();
if($libObject){
	$is_customer = $libObject->is_customer();
	if($is_customer){
		$cust_name    = $libObject->cust_name;
		$cust_mobile  = $libObject->cust_mobile;
		$cust_email   = $libObject->cust_email;
		$cust_address = $libObject->cust_address;
		$city         = $libObject->city;
		$state        = $libObject->state;
		$pin          = $libObject->pin;
		$country      = $libObject->country;
	}
}
?>

<!DOCTYPE html>
<html lang="en">
	<head>
		<title>Life Maze - &copy; CAFS Infotech <?php date("Y");?></title>
		<!-- META  -->
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>		
		<meta name="Description" content="Life Maze - A single online tool that will understand your life's needs and accordingly advise you on the right PROTECTING, INVESTING and FINANCING solutions."/>	
		<meta name="Keywords" content="Life ,Planner ,PROTECTING , INVESTING ,FINANCING ,solutions , needs"/>
		<meta name="robots" content="index,follow"/>
        
        <!-- Favicons -->
        <link href="assets/img/favicon.png" rel="icon">
		
		<!-- verification  -->
		<!-- ??? -->
		
		<!-- CSS  -->
		<link href="./css/materialize.min.css?rel=LP<?php echo date("Ymd")?>" type="text/css" rel="stylesheet" media="screen,projection"/>
		<link href="./font/font-awesome.min.css?rel=LP<?php echo date("Ymd")?>" type="text/css" rel="stylesheet,screen,projection" />
		<link href="./css/style.css?rel=LP<?php echo date("Ymd")?>" type="text/css" rel="stylesheet" media="screen,projection"/>
        
        <link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
        <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
        
        
	</head>
	<body class="bg_gray">
		<!--<div class="icon-bar">
		  <a href="#" class="facebook"><i class="fa fa-facebook"></i></a> 
		  <a href="#" class="twitter"><i class="fa fa-twitter"></i></a> 
		  <a href="#" class="google"><i class="fa fa-google"></i></a> 
		  <a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
		  <a href="#" class="youtube"><i class="fa fa-youtube"></i></a> 
		</div>-->
		<div class="navbar-fixed ">
			<nav>
				<div class="nav-wrapper">
					<a href="#!" class="brand-logo">Life Maze</a>
					<?php 
						if($is_customer){
					?>
					<a href="#sidenav_menu" data-target="sidenav_menu" class="sidenav-trigger"><i class="material-icons">menu</i></a>
					<?php 
						}
					?>
					<ul class="right hide-on-med-and-down">	
						<li><a class='content' href="#home">Home</a></li>
						<li><a class='content' href="#why">Why Life Maze</a></li>
						<li><a class='content' href="#family_profile">Feature</a></li>
						<li><a class='content' href="#analysis">Analysis</a></li>
						<li><a class='content' href="#contact_us">Contact us</a></li>
						<?php 
							if($is_customer){
								if(!$cust_name){
									$cust_name = "Profile";
								}else{
									$cust_name = substr($cust_name,0,6).'...';
								}
						?>
						<li><a href="./planner"><i class="fa fa-tasks" aria-hidden="true"></i> Planner</a></li>
						<li>
							<a class="dropdown-trigger" href="#cust_profile" data-target="cust_profile"><i class="fa fa-user-circle-o" aria-hidden="true"></i> <?php echo $cust_name;?><i class="material-icons right">arrow_drop_down</i></a>
							<ul id="cust_profile" class="dropdown-content">
								<li><a href="./profile">Profile</a></li>
								<li class="divider"></li>
								<li><a href="./logout">Logout</a></li>
							</ul>
						</li>
						<?php
							}
						?>
					</ul>
				</div>
			</nav>
			<ul class="sidenav" id="sidenav_menu">
				<?php 
					if($is_customer){
						echo "<li><a>$cust_name</a></li>";
					}
				?>
				<li><a class='content' href="#home">Home</a></li>
				<li><a class='content' href="#why">Why Life Maze</a></li>
				<li><a class='content' href="#family_profile">Feature</a></li>
				<li><a class='content' href="#analysis">Analysis</a></li>
				<li><a class='content' href="#contact_us">Contact us</a></li>
				<?php 
					if($is_customer){
				?>
					<li><a href="./planner">Planner</a></li>
					<li><a href="./profile">Profile</a></li>
					<li><a href="./logout">Logout</a></li>
				<?php
					}
				?>
			</ul>
		</div>
		<div class="row mg0">
			<!-- Modal Trigger -->
			<div class="col l12 s12 pd0" id='home'>
				<div class="row mg0" id="hero">
					<div class="col l12 s12" style='padding:5%;'>
						<h1 class='home_head'>Plan your <span>Life</span></h1>
						<p class='home_content'>Everything will fall in a queue if you plan for the future right!!</p>
						<div class='col l12 s12' style='padding:0% 9%;opacity: 1; transform: translateZ(0) scale(1);'>
							<?php 
								if($is_customer){
									echo "<div class='row mg0' style='padding:40px 20px;text-align:center;'>
											<a class='btn waves-effect btn-large' href='./planner'>Let's go to planner<i class='material-icons right'>near_me</i> </a>
										</div>";
								}else{
							?>
							<div class="row mg0 hoverable sign_holder display-flex">
								<div class="col l5 s12 mob-border-remove" style='border-right:3px solid #f75940;'>
									<p class='sign_note'>"Yes money matters; You need money at every step of our life. A single tool that can understand your life’s needs and accordingly advise you on the right investment, production and financial solution. Take control on your money and life with the help of our Life Maze tool."</p>
								</div>
								<form class="col l7 s12" id='sign_form' >
									<h3 class='center-align' style="color:#001630;font-size: 22px; margin-bottom: 20px;">Sign In / Sign Up</h3>
									<input id='mode' name='mode' value=''/ type='hidden'>
									<div class="input-field col l7 s12" id="mob_div">
										<i class="material-icons prefix">phone_iphone</i>
										<input id="mobile_no" name="mobile_no" type="text" class='number' data-length="10">
										<label for="mobile_no">Enter Mobile Number</label>
										<a class="modal-trigger" href="#forgot_pwd_modal"> Forgot Password?</a>
									</div>
									<div class='row mg0' id='signin_up_note' style='display:none;margin-bottom:15px !important;'> 
										<div class="col l12 s12" id='otp_note' style='padding:15px;text-align:center;background-color:#F1F1F1;font-size:13px;'> </div> 
										<div class="col l6 s6">
											<span id="timer"></span>
											<a id="resnd_otp" style='display:none;'>Resend OTP</a> 
										</div>
										<div class="col l6 s6 right-align">
											<a id='change_mob'>Change Number</a> 
										</div>
									</div>
									<div class="input-field col l7 s12" id="otp_div" style='display:none;'>										
										<i class="material-icons prefix">confirmation_number</i>
										<input id="otp" name="otp" type="text" class='number'>
										<label for="otp">Enter One time password</label>
									</div>
									<div class="input-field col l7 s12" id="pwd_div" style='display:none;'>										
										<i class="material-icons prefix">fingerprint</i>
										<input id="pwd" name="pwd" type="password">
										<label for="pwd">Enter password</label>
									</div>
									<div class="input-field col l5 s12 center-align" style='margin-top:20px;' id="sign_btn_div">
										<button class="btn waves-effect" type='submit'>Get Started
											<!--<i class="material-icons right">near_me</i>-->
										</button>
									</div>
								</form>
							</div>
							<?php 
								}
							?>
						</div>
					</div>
                    <svg class="hero-waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28 " preserveAspectRatio="none">
      <defs>
        <path id="wave-path" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z">
      </defs>
      <g class="wave1">
        <use xlink:href="#wave-path" x="50" y="3" fill="rgba(255,255,255, .1)">
      </g>
      <g class="wave2">
        <use xlink:href="#wave-path" x="50" y="0" fill="rgba(255,255,255, .2)">
      </g>
      <g class="wave3">
        <use xlink:href="#wave-path" x="50" y="9" fill="#fff">
      </g>
    </svg>
				</div>
			</div>
			<div class="col l12 s12 pl_bg_content" id='why'>
				<h2 class="sub_head">Why Life Maze?</h2>
				<div class="row mg0">					
					<div class='col l6 s12'>
                    <div class="icon-box">
                      <div class="icon"><i class="bx bx-exit"></i></div>
                      <h4 class="title"><a href="">Future desires</a></h4>
                      <p class="description">The future finance desires become more clear and easy to understand, each in terms of the number and additionally the temporal arrangement.</p>
                      </div>
					</div>
					<div class='col l6 s12'>
						<div class="icon-box">
                      <div class="icon"><i class="bx bx-shield-alt-2"></i></div>
                      <h4 class="title"><a href="">Assurance</a></h4>
                      <p class="description">Potential investors, shareholders or bankers square measure assured that the enterprise is being properly managed, among a sensible framework and not simply being pure optimistic.</p>
                      </div>
					</div>
				</div>
				<div class="row mg0">
					<div class='col l6 s12'>
						<div class="icon-box">
                      <div class="icon"><i class="bx bx-time-five"></i></div>
                      <h4 class="title"><a href="">Acceptable Time</a></h4>
                      <p class="description">Another financial benefit which can avoid unnecessary panic of arranging the finance. It additionally allows the enterprise to pick out the foremost acceptable time for transcription such finance.</p>
                      </div>
					</div>
					<div class='col l6 s12'>
						<div class="icon-box">
                      <div class="icon"><i class="bx bx-trending-down"></i></div>
                      <h4 class="title"><a href="">Reducing taxes</a></h4>
                      <p class="description">By allocating financial gain and assets further effectively with the help of a financial plan, people will cut back their taxes and develop a tax-deferred strategy.</p>
                      </div>
					</div>
				</div>
				<div class="row mg0">
					<div class='col l6 s12'>
						<div class="icon-box">
                      <div class="icon"><i class="bx bx-money"></i></div>
                      <h4 class="title"><a href="">Cash management</a></h4>
                      <p class="description">Having an honest financial plan allows an exact style of cash management. Your family is protected against any money crisis.</p>
                      </div>
					</div>
					<div class='col l6 s12'>
						<div class="icon-box">
                      <div class="icon"><i class="bx bx-exit"></i></div>
                      <h4 class="title"><a href="">Investment in a profitable portfolio</a></h4>
                      <p class="description">Finance makes it easier for folks or companies to effective choices once allocating their cash assets.</p>
                      </div>
					</div>
				</div>
			</div>
			<div class="col l12 s12 pl_bg_content_ff" id='family_profile'>
				<div class='row mg0 display-flex'>
					<div class='col l6 s12 pl_img_holder'>
						<img src='./images/banner/family-profile.png' class="materialboxed slideanim resize_fit_center" alt='Family Profile'/>
					</div>
					<div class='col l6 s12 pl_cont_holder'>
						<h3>Family Profile</h3>
						<p>							
							“Our Family is our future”. You can experience our financial planner by providing your family details.
						</p>
                        <p>
                            This requires few more details to evaluate your current life style and helps you to achieve your life time goal.
                        </p>
					</div>
				</div>
			</div>
			<div class="col l12 s12 pl_bg_content" id='inome_asset'>
				<div class='row mg0 display-flex'>
					<div class='col l6 s12 pl_cont_holder_ff'>
						<h3>Income &amp; Asset</h3>
						<p>
							Without planning nothing goes right. The Life Maze will helps you to plan your future according to your income and assert.  
						</p>
                        <p>
                            When you decide what and how your future has to be the best ability is to control a distraction of your future in financial life.
                        </p>
					</div>
					<div class='col l6 s12 pl_img_holder'>
						<img src='./images/banner/income-assets.png' class="materialboxed slideanim resize_fit_center" alt='Income & Asset'/>
					</div>
				</div>
			</div>
			<div class="col l12 s12 pl_bg_content_ff" id='expense_loan'>
				<div class='row mg0 display-flex'>
					<div class='col l6 s12 pl_img_holder'>
						<img src='./images/banner/loan.png' class="materialboxed slideanim resize_fit_center" alt='Expense & Loan'/>
					</div>
					<div class='col l6 s12 pl_cont_holder'>
						<h3>Expense &amp; Loan</h3>
						<p>							
							We will help you to manage your expenses that can be paid month on month with reliability and predictability for the rest of your life.
						</p>
                        <p>
                          Enter your all your expense in one place so that you can track all your financial status as much easier.
                        </p>
					</div>
				</div>
			</div>
			<div class="col l12 s12 pl_bg_content" id='investments'>
				<div class='row mg0 display-flex'>					
					<div class='col l6 s12 pl_cont_holder_ff'>
						<h3>Investments</h3>
						<p>							
							Invest In What You Know. We help you to discover a right investment to achieve your goal.
							Investment plays a major role in planning your future. 
						</p>
                        <p>
                        Investment may look like a seed with hope that will grow or appreciate into a number of fruit in later period. Once your income is established, we’ll create an investment plan for the remaining assets that you do not need to draw from month to month.
                        </p>
                        <p>
                        We look into every aspect and give you a right solution. Track your investments and make sure that you invested in a right place to meet your goal. We believe that this opportunity will help you attain your investment goal you can sit and watch the fund managers trade for you.
                        </p>
					</div>
					<div class='col l6 s12 pl_img_holder' style='padding-top:4% !important;'>
						<img src='./images/banner/investments-v.png' class="materialboxed slideanim resize_fit_center" alt='Investments'/>
					</div>
				</div>
			</div>
			<div class="col l12 s12 pl_bg_content_ff" id='goal'>
				<div class='row mg0 display-flex'>
					<div class='col l6 s12 pl_img_holder' style='padding-top:4% !important;'>
						<img src='./images/banner/long-term-goal.png' class="materialboxed slideanim resize_fit_center" alt='Long term goals'/>
					</div>
					<div class='col l6 s12 pl_cont_holder'>
						<h3>Long term goals</h3>
						<p>							
							Stop worrying we provide you a straight forward solution to achieve your long term goal. The purpose of financial planning isn’t just financial security; 
						</p>
                        <p>
                        it’s about helping you achieve what matters most. When you’re working towards what matters, finding your discipline is so much easier and rewarding. We are very good at what we do. To ensure you meet your financial goals our Life Maze uses great technology to achieve your long-term goal.
                        </p>
					</div>
				</div>
			</div>
			<div class="col l12 s12 pl_bg_content" id='analysis'>
				<div class='row mg0 display-flex'>					
					<div class='col l6 s12 pl_cont_holder_ff'>
						<h3>Analysis</h3>
						<p>							
							Analysis helps you keep disciplined because you understand where you really stand, not just what you dream. 
						</p>
                        <p>
                        When you have a financial plan, it's easier to make financial decisions and stay on track to meet your goals. The ultimate goal of Life Maze is to organize and manage their financial plan.
                        </p>
					</div>
					<!--<div class='col l6 s12 slideanim pl_img_holder'>
						<div class="carousel">
							<a class="carousel-item" href="#family!"><img src="./images/banner/analysis_3.jpg" style="height:300px;" alt='analysis_3'/></a>
							<a class="carousel-item" href="#income!"><img src="./images/banner/analysis_2.jpg" style="height:300px;" alt='analysis_2'/></a>
							<a class="carousel-item" href="#expense!"><img src="./images/banner/analysis_1.jpg"  style="height:300px;" alt='analysis_1'/></a>
						</div>
                        
					</div>-->
                    <div class='col l6 s12 pl_img_holder' style='padding-top:4% !important;'>
						<img src='./images/banner/analysis.png' class="materialboxed slideanim resize_fit_center" alt='Investments'/>
					</div>
				</div>
			</div>
			<div class="col l12 s12 pl_footer" id='contact_us'>
                <h2 class="sub_head">Contact Us</h2>
                <div class="row mg0">
					<div class='col l6 s12'>	
						<!--<ul class="contact_us_ul">
							<li>Contact Us</li>
							<li><span style="font-size:inherit;"><i class="material-icons">location_on</i></span> Life Maze,Meena Kampala Arcade,Sir Thyagaraya Road,Chennai.</li>
							<li><span style="font-size:inherit;"><i class="material-icons">phone_iphone</i></span> 8608706134</li>
							<li><span style="font-size:inherit;"><i class="material-icons">near_me</i></span> support@Life Maze.in</li>
						</ul>	-->
                        <div class="info">
                        <div class="address">
                        <i class="icofont-google-map"></i>
                        <h4>Location:</h4>
                        <p>Life Maze, Meena Kampala Arcade, Sir Thyagaraya Road, Chennai.</p>  
                        </div>

                        <div class="email">
                        <i class="icofont-envelope"></i>
                        <h4>Email:</h4>
                        <p>info@cafsindia.com</p>
                        </div>

                        <div class="phone">
                        <i class="icofont-phone"></i>
                        <h4>Call:</h4>
                        <p>+91 9500022990</p>
                        </div>
                        </div>
					</div>
					<div class='col l6 s12 right-align'>
						<form class="col s12" id='feedback_form' style="padding: 12px;">
						<h3 style="text-align: center;font-size: 20px; margin-bottom: 20px; color:#001630;">Get In Touch</h3>
						<div class="input-field col l6 s12">
							<input id="name" style="color:#001630;" name="name" type="text" value="">
							<label for="name" class="">Name</label>
						</div>
						<div class="input-field col l6 s12">
							<input id="mobile" style="color:#001630;" name="mobile" type="text" value="">
							<label for="mobile" class="">Mobile No</label>
						</div>
						<div class="input-field col s12">
							<textarea id="feedback" style="color:#001630;" name="feedback" class="materialize-textarea"></textarea>
							<label for="feedback">Feedback</label>
						</div>
						<div class="input-field col s12" align="center">
						<button class="btn waves-effect waves-light" id="feedback_btn">Submit
						</button>
						</div>
					</form>
					</div>
				</div>
			</div>
		</div>
<!-- ======= Footer ======= -->
  <footer class="footer-lm">
    <div class="">
      <div class="">
        &copy;<script>document.write(new Date().getFullYear())</script> Copyright <strong><span>Life Maze</span></strong>. All Rights Reserved
      </div>
      <div class="">
        Designed by <a href="https://cafsinfotech.com/" target="_blank" style="color:#fff;">CAFS Infotech</a>
      </div>
    </div>
  </footer>
<!-- End Footer -->
        
		<!-- FORGOT PASSWORD MODAL - START -->
		<div id="forgot_pwd_modal" class="modal"  style='width:30%;'>
			<div class="modal-content">
				<h4 style='text-align:center;margin: 20px;'>Forgot Password</h4>
				<div class='row mg0'>
					<form id='forgot_pwd_form'>
						<div class="input-field col l12 s12" id="for_mobile_no_div">
							<i class="material-icons prefix">phone_iphone</i>
							<input id="for_mobile_no" name="for_mobile_no" type="text" class='number' data-length="10">
							<label for="for_mobile_no">Enter Mobile Number</label>
						</div>
						<div class="input-field col l12 s12" id="for_otp_div" style='display:none;'>										
							<i class="material-icons prefix">confirmation_number</i>
							<input id="for_otp" name="for_otp" type="text" class='number'>
							<label for="for_otp">Enter One time password</label>
						</div>
						<div class="input-field col l12 s12" id="for_pwd_div" style='display:none;'>										
							<i class="material-icons prefix">fingerprint</i>
							<input id="for_pwd" name="for_pwd" type="password">
							<label for="for_pwd">Enter password</label>
						</div>
						<div class="input-field col l12 s12 center-align" style='margin-top:20px;display:none;' id="for_btn_div">
							<button class="btn waves-effect" type='submit'>Reset password
								<i class="material-icons right">near_me</i>
							</button>
						</div>
					</form>
				</div>
				<div class="modal-footer">
				  <a href="#!" class="modal-close waves-effect waves-green btn-flat">Close</a>
				</div>
			</div>
		</div>
		<!-- FORGOT PASSWORD MODAL - END -->
		<!--  Scripts-->
		<script src="./js/jquery-2.1.1.min.js"></script>
		<script src="./js/materialize.min.js"></script>
		<script src="./js/jquery.validate.min.js"></script>	
		<script src="./js/sign.js?rel=LP<?php echo date("Ymd")?>"></script>
		<script src="./js/float-panel.js?rel=LP<?php echo date("Ymd")?>"></script>
		<!--Start of Tawk.to Script-->
			<script type="text/javascript" defer>
			var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
			(function(){
			var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
			s1.async=true;
			s1.src='https://embed.tawk.to/5baf4847b033e9743d01e144/default';
			s1.charset='UTF-8';
			s1.setAttribute('crossorigin','*');
			s0.parentNode.insertBefore(s1,s0);
			})();
			</script>
		<!--End of Tawk.to Script-->
	</body>
</html>