AnonSec Shell
Server IP : 172.67.216.113  /  Your IP : 104.23.243.32   [ Reverse IP ]
Web Server : Apache
System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64
User : cp648411 ( 1354)
PHP Version : 7.2.34
Disable Function : NONE
Domains : 0 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/cp648411/www/simded.com/prophecy/control/include/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/cp648411/www/simded.com/prophecy/control/include/footer_js.php
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script>window.twttr = (function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0],
    t = window.twttr || {};
  if (d.getElementById(id)) return t;
  js = d.createElement(s);
  js.id = id;
  js.src = "https://platform.twitter.com/widgets.js";
  fjs.parentNode.insertBefore(js, fjs);
  t._e = [];
  t.ready = function(f) {
    t._e.push(f);
  };
  return t;
}(document, "script", "twitter-wjs"));</script>

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/th_TH/sdk.js#xfbml=1&version=v2.10";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script> 

    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script src="../../plugin/ajaxgoogleapis/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
    <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
    <script src="../../plugin/bootstrap-3.3.7/js/bootstrap.min.js"></script>
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
    <script src="../../control/plugin/bootstrap-3.3.7/js/ie10-viewport-bug-workaround.js"></script>
 
    <link href="../../plugin/Fullscreen-Loading/src/css/HoldOn.css" rel="stylesheet" type="text/css">
	<script src="../../plugin/Fullscreen-Loading/src/js/HoldOn.js"></script>
    <script type="text/javascript" src="../../plugin/jQuery-Mask-Plugin-master/jQuery-Mask-Plugin-master/dist/jquery.mask.min.js"></script>
    <script type="text/javascript" src="../../plugin/bootstrapvalidator-master/dist/js/bootstrapValidator.js"></script>
    <script src="../control/include/fn_login.js"></script>  
<script type="text/javascript">
$(document).ready(function () { 

change(3)});
function change(id){
  var cname = document.getElementById(id).className;
  var ab = document.getElementById(id+"_hidden").value;
  document.getElementById("rating").value = ab;
  for(var i=ab;i>=1;i--){
    $('#'+i).removeClass("se_star2");
    $('#'+i).addClass("se_star1");
  }
  var id=parseInt(ab)+1;
  for(var j=id;j<=5;j++){
    $('#'+j).removeClass("se_star1");
    $('#'+j).addClass("se_star2");
  }

		$('#fm_fogetpass').bootstrapValidator({
        fields: {
           email: {
                validators: {
                    notEmpty: {
                        message: 'กรุณากรอกอีเมล / ชื่อผู้ใช้ '
                    }	
                }
            }
        }
        })
        .on('success.form.bv', function(e) {
                $('#fm_fogetpass').data('bootstrapValidator').resetForm();
            e.preventDefault();
            var $form = $(e.target);
            var bv = $form.data('bootstrapValidator');
		    testHoldon('sk-rect');
			$.ajax({
					url: "../control/include/ajax_fogetpass.php", // Url to which the request is send
					type: "POST",             // Type of request to be send, called as method
					data: $("#fm_fogetpass").serialize(), 
					cache: false,             // To unable request pages to be cached
					processData:false,        // To send DOMDocument or non processed data file it is set to false
					success: function(data)   // A function to be called if request succeeds
					{
						testHoldon_cl('sk-circle');
						$("#fm_fogetpass").trigger('reset');
						$("#hidefogetpass").html(data);
					}
				});
})

}
function testHoldon(themeName){
	
	HoldOn.open({
		theme:themeName,
		message:"<h4> กำลังบันทึกข้อมูล </h4>"
	});
}
function testHoldon_cl(themeName)
{
	setTimeout(function(){
		HoldOn.close();
	},0);
} 
</script> 
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCyGMUv0DVriduhtdt6sKb5IEAbdvYj-4E&callback=myMap"></script>
<?php
if(!$row_sh['gmap_latitude'] == '' &&  !$row_sh['gmap_longitude'] == '')
{
	?>
    <script type="text/javascript"> 
	var locations = 
		[   
			['<?php echo $row_sh['nameShop']; ?>',<?php echo $row_sh['gmap_latitude']; ?>,<?php echo $row_sh['gmap_longitude']; ?>,
			'http://icons.iconarchive.com/icons/graphicloads/100-flat/24/location-icon.png', 1]
		];    
	var map = new google.maps.Map(document.getElementById('googleMap'), {      
	zoom: 12,           
	center: new google.maps.LatLng(<?php echo $row_sh['gmap_latitude']; ?>,<?php echo $row_sh['gmap_longitude']; ?>),  
	mapTypeId: google.maps.MapTypeId.ROADMAP   
	});    
	var infowindow = new google.maps.InfoWindow();    
	var marker, i;    
	for (i = 0; i < locations.length; i++) 
	{        
		marker = new google.maps.Marker({        
		position: new google.maps.LatLng(locations[i][1], locations[i][2]),       
		map: map,
		icon: locations[i][3]
	});     
	
	google.maps.event.addListener(marker, 'click', (function(marker, i) {        
	return function() 
	{         
	 infowindow.setContent(locations[i][0]);          
	 infowindow.open(map, marker);}})(marker, i));    
	}  
	</script>
	<?php	
}
?>

<script>
function mem_review(ck_mem)
{
	if(ck_mem == 1)
	{
		$('#myModal_reviwe').modal('show');  
	}
	else
	{
		$('#myModal_login').modal('show');  
	}
}
</script>
    
  </body>
</html>

Anon7 - 2022
AnonSec Team