403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.48
Web Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
System : Windows NT DESKTOP-3H4FHQJ 10.0 build 19045 (Windows 10) AMD64
User : win 10 ( 0)
PHP Version : 8.2.12
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  D:/xampp/htdocs-coblaa/cbname/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : D:/xampp/htdocs-coblaa/cbname/list.php
<html>

<?php 
session_start();
include('db.php'); 
?>

<head>
<title>Cbname</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="main_css/list.css" />
<meta name="google-adsense-account" content="ca-pub-4728417548940171"><!--gog ads  -->



</head>

<body  >
<?php 
if(isset($_GET['name']))
{
	$sea_name = $_GET['name'];
//	$name_gender = $_GET['gender'];
	
	
}
?>

<div class="main_container" >

<h3 class="main_title" ><img src="main_icon/bk_btn.jpg" onClick="history.back();" class="bk_btn" />Name list</h3>
<h3 class="sub_title" >Find a new unique name</h3>

<?php

$get_name ="select * from nametb where fname like'$sea_name%' Or lname like'$sea_name%' ";
$run_get_name = mysqli_query($con,$get_name);
$check_name = mysqli_num_rows($run_get_name);
if($check_name <1){echo"<span class='check_output' >Check your spelling</span>";}else{
while($row_get_name = mysqli_fetch_array($run_get_name))
{
 $cur_name = $row_get_name['fname'];
 $id_name = $row_get_name['id'];
 $name_detail = $row_get_name['name_detail'];
 $get_detail_leng = substr($name_detail,0,100);
 
 /*$get_name_detail ="select * from name_meaningtb where name_id='$id_name' ";
 $run_name_detail = mysqli_query($con,$get_name_detail);
while($row_name_detail = mysqli_fetch_array($run_name_detail))
 {
 $get_detail = $row_name_detail['name_meaning']; 
$get_detail_leng = substr($get_detail,0,100);*/
 ?>


<div class="sub_container" >
<h3 id="<?php echo $cur_name; ?>" onClick="get_name_detail(this.id);" class="name_lebal" ><?php echo $cur_name; ?></h3>
<div class="name_detail_div" >
<?php echo $get_detail_leng; ?>...
</div>
<button id="<?php echo $cur_name; ?>" onClick="get_name_detail(this.id);" class="read_more" >Read more</button>
</div>

<?php } } //} ?>

</div>


<script>
function get_name_detail(gnd)
{ 
    sea_name = gnd; //document.getElementById('name_input').value;	
	
	
	window.open("results?search="+sea_name,'_self');
	//xmlhpttp = new XMLHttpRequest();
	//xmlhpttp.open("GET","auto_page.php?sea_name="+sea_name+"&&status=disp_name_meaning",false);
	//xmlhpttp.send(null);
	//document.getElementById('disp_post_image_output').innerHTML =xmlhpttp.responseText;
	//alert(sea_name);
		
} 



</script>


</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit