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/coblaak/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : D:/xampp/htdocs-coblaa/coblaak/studiok.php
<html>
<head>

<title>Coblaa Music, 2024 Ugandan music, New uganda music</title>
<link rel="icon" type="image/jpg" href="http://coblaa.com/coblaa/main_icon/coblaa_log.png"  />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="main_css/studio.css?v4" />
<meta name="google-adsense-account" content="ca-pub-4728417548940171"><!--gog ads  -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4728417548940171"crossorigin="anonymous"></script><!-- ad unit  -->

</head>

<?php
$user_ip = getenv('REMOTE_ADDR');
$geo = unserialize(file_get_contents("http://www.geoplugin.net/php.gp?ip=$user_ip"));
$city = $geo["geoplugin_city"];
$country = $geo["geoplugin_countryName"];
//echo" mmm $user_ip";

?>
<input type="text" id="user_ip" value="<?php echo"$user_ip";?>" style="display:none;" />
<input type="text" id="user_city" value="<?php echo"$city";?>" style="display:none;" />
<input type="text" id="user_country" value="<?php echo"$country";?>" style="display:none;" />
<span style="display:none;" >
<?php 
session_start();
include('db.php'); 

if(isset($_SESSION['my_id']))
{
$user_id = $_SESSION['my_id'];
$sg_edit = $_SESSION['song_edit'];
$sg_del = $_SESSION['song_del'];		

}else{
	
$user_id = $user_ip;	
	
}

?>
</span>
<input id="my_id" value="<?php echo $user_id ?>" style="display:none;" />

<input id="my_id" value="<?php echo $sg_edit ?>" style="display:none;" />
<input id="my_id" value="<?php echo $sg_del ?>" style="display:none;" />
<body>


<div class="home_div" >
<img src="main_icon/back_btn2.png" Onclick="history.back();" class="bk_arrow_btn"  />
<div id="username_output" class="username_div"></div>

</div>


<div class="content_div" >
<span id="me_output" class="sub_title">Your Uploads</span>
<span id="me_output" class="upload_count"><script> //document.getElementById('my_uploads').value;</script></span>

<div id="myMusic_list_output" ></div>



</div><!-- end of content_div -->

<div id="song_edit_div" class="song_edit_div">
<span class="edit_title" >Edit Song Info<button Onclick="close_song_edit_div();" class="close_edit_btn" >x</button></span>
<span id="song_edit_output" ></span>
</div>

<div class="footer_div">Terms and Conditions </div>


<script>

disp_pro_usr_studio();
function disp_pro_usr_studio()
{
	xmlhttp = new XMLHttpRequest();
	xmlhttp.open("GET","autopage.php?status=disp_pro_usr_studio",false);
	xmlhttp.send(null);
	document.getElementById('username_output').innerHTML=xmlhttp.responseText;
	
	//alert(12345);
}

disp_myMusic_list();
function disp_myMusic_list()
{
	xmlhttp = new XMLHttpRequest();
	xmlhttp.open("GET","autopage.php?status=disp_myMusic_list",false);
	xmlhttp.send(null);
  
   document.getElementById('myMusic_list_output').innerHTML=xmlhttp.responseText;
  close_song_edit_div(); 
}

var btn_status=1;
function show_more_option(smp)
{
	more_option ='more_option'+smp;
	
	if(btn_status ==1 ){ 
	document.getElementById(more_option).style.display="block";
	btn_status =1;

	}else{
	document.getElementById(more_option).style.display="block";
	document.getElementById(btn_status).style.display="none";
    btn_status =more_option;
	}
	

}
function close_option_span()
{
	document.getElementById(more_option).style.display="none";
	document.getElementById(btn_status).style.display="none";	
}


function delete_song(ds)
{
	my_id = document.getElementById("my_id").value;
    song_id = ds;
	xmlhttp = new XMLHttpRequest();
	xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&song_id="+song_id+"&&status=delete_song",false);
	xmlhttp.send(null);
	//document.getElementById('msg').innerHTML=xmlhttp.responseText;
	disp_myMusic_list();
	alert("Song deleted!");
}

function edit_song_info(esi)
{
	my_id = document.getElementById("my_id").value;
    song_id = esi;
	xmlhttp = new XMLHttpRequest();
	xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&song_id="+song_id+"&&status=edit_song_info",false);
	xmlhttp.send(null);
	document.getElementById('song_edit_output').innerHTML=xmlhttp.responseText;
	document.getElementById('song_edit_div').style.display="block";

}
function close_song_edit_div()
{
document.getElementById('song_edit_div').style.display="none";	
}
function song_update_now(sun)
{
	my_id = document.getElementById("my_id").value;
	edit_song_title = document.getElementById("edit_song_title").value;
	edit_artist_name = document.getElementById("edit_artist_name").value;
    song_id = sun;
	xmlhttp = new XMLHttpRequest();
	xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&song_id="+song_id+"&&edit_artist_name="+edit_artist_name+"&&edit_song_title="+edit_song_title+"&&status=song_update_now",false);
	xmlhttp.send(null);
	document.getElementById('song_edit_output').innerHTML=xmlhttp.responseText;	
	disp_myMusic_list();
}

</script>


</body>	

				
</html>


Youez - 2016 - github.com/yon3zu
LinuXploit