| 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:/Desktop/cb_music/ |
Upload File : |
<html>
<head>
<title>Coblaa Music, Download 2024 Ugandan music, New uganda music</title>
<link rel="icon" type="image/jpg" href="http://craneblue.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/CMpage.css?v6" />
<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;" />
<?php
session_start();
include('db.php');
if(isset($_SESSION['my_id']))
{
$user_id = $_SESSION['my_id'];
}else{
$user_id = $user_ip;
}
?>
<input id="my_id" value="<?php echo $user_id ?>" style="display:none;" />
<body>
<div class="main_home_div" >
<div id="main_header_div" class="main_header_div" >
<a href="index"><img src="main_icon/coblaa_log.png" class="coblaa_log_img" ></a>
<h1 class="main_home_title" >Coblaa Ug Music</h1>
<img onClick="show_searchinput();" src="main_icon/search_icon.png" class="sitat_sear_icon" >
<img src="main_icon/menu_icon.png" onClick="show_menu_div();" class="menu_icon" >
</div>
<div id="main_search_div" class="main_search_div" >
<button onClick="clear_searchinput();" class="clear_main_ser_btn" >x</button>
<input id="Search_input" Onkeyupk="setTimeout(searching_now, 1000);" class="ser_input" placeholder="Search Music" />
<!--button onClick="clear_searchinput();" class="clear_main_ser_btn" >x</button-->
<img onClick="searching_now();" src="main_icon/search_icon.png" class="main_ser_btn" >
</div>
<div id="search_result" class="search_result" >
<div id="song_title_search_output" > </div>
</div>
</div>
<div class="positioning_div"></div>
<div id="menu_shell_div" class="menu_shell_div">
<div class="menu_div">
<?php if(isset($_SESSION['my_id'])){ ?>
<div class="profile_div">
<img src="main_icon/coblaa_log.png" class="profile_img" >
<span id="profile_usr_name_output" class="profile_usr_name" >Innocent Tincy</span>
</div>
<?php } ?>
<a href="index"><button class="menu_btn">Home</button></a>
<?php if(isset($_SESSION['my_id'])){ ?><a href="playlist"><button class="menu_btn">Playlist</button></a><?php } ?>
<button class="menu_btn">Request Song</button>
<button class="menu_btn">Contact us</button>
<a href="terms"><button class="menu_btn">Privacy Policy</button></a>
<?php if(isset($_SESSION['my_id'])){ ?>
<?php if($user_id =='CB1'){ ?> <a href="album"><button class="menu_btn">Album</button></a><?php } ?>
<a href="logout"><button class="menu_btn">Logout</button></a>
<?php }else{ ?>
<a href="login"><button class="menu_btn">Login</button></a>
<?php } ?>
</div>
<div onClick="close_menu_div();" class="menu_clocing_div"></div>
</div>
<div class="content_div" >
<h2 class="recommend_song_span">Ugandan Songs 2024</h2>
<div class="song_list_div" >
<div id="music_list_output" ></div>
</div>
</div><!-- end of content_div -->
<div class="footer_div">Terms and Conditions </div>
<script>
function show_menu_div()
{
document.getElementById('menu_shell_div').style.display="block";
//alert(47);
}
function close_menu_div()
{
document.getElementById('menu_shell_div').style.display="none";
//alert(47);
}
CM_disp_music_list();
function CM_disp_music_list()
{
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?status=CM_disp_music_list",false);
xmlhttp.send(null);
document.getElementById('music_list_output').innerHTML=xmlhttp.responseText;
document.getElementById('music_list_output').style.display="block";
}
function searching_now() {
incoming_search = document.getElementById('Search_input').value
search_leng = incoming_search.length;
if(search_leng < 3){document.getElementById('search_result').style.display="none";}else{
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?incoming_search="+incoming_search+"&&status=cm_search_music",false);
xmlhttp.send(null);
document.getElementById('song_title_search_output').innerHTML=xmlhttp.responseText;
document.getElementById('search_result').style.display="block";
document.getElementById('music_list_output').style.display="none";
}
}
function show_searchinput()
{
//document.getElementById('Search_input').value="";
//document.getElementById('search_result').style.display="none";
document.getElementById('main_search_div').style.display="block";
document.getElementById('main_header_div').style.display="none";
}
function clear_searchinput()
{
document.getElementById('Search_input').value="";
document.getElementById('search_result').style.display="none";
document.getElementById('main_search_div').style.display="none";
document.getElementById('main_header_div').style.display="block";
document.getElementById('music_list_output').style.display="block";
}
disp_pro_usr();
function disp_pro_usr()
{
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?status=disp_pro_usr",false);
xmlhttp.send(null);
document.getElementById('profile_usr_name_output').innerHTML=xmlhttp.responseText;
//alert(12345);
}
/*function add_song_trend(ast)
{
trend_status = 'trend_status'+ast;
songid = ast;
my_id = document.getElementById("my_id").value;
trend_status = document.getElementById(trend_status).innerHTML;
if(trend_status !=='ON'){
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&songid="+songid+"&&status=add_song_trend",false);
xmlhttp.send(null);
document.getElementById('profile_usr_name_output').innerHTML=xmlhttp.responseText;
alert("Song added to trending list");
}else{
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&songid="+songid+"&&status=remove_song_trend",false);
xmlhttp.send(null);
document.getElementById('profile_usr_name_output').innerHTML=xmlhttp.responseText;
alert("Song removed from trending list");
}
CM_disp_music_list();
document.getElementById('search_result').style.display="none";
}*/
/*function add_song_top10(ast10)
{
top10_status = 'top10_status'+ast10;
songid = ast10;
my_id = document.getElementById("my_id").value;
top10_status = document.getElementById(top10_status).innerHTML;
if(top10_status !=='ON'){
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&songid="+songid+"&&status=add_song_top10",false);
xmlhttp.send(null);
//document.getElementById('profile_usr_name_output').innerHTML=xmlhttp.responseText;
alert("Song added to Top 10 list");
}else{
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&songid="+songid+"&&status=remove_song_top10",false);
xmlhttp.send(null);
alert("Song removed from top 10 list");
}
CM_disp_music_list();
document.getElementById('search_result').style.display="none";
}*/
function song_category(sc)
{
song_cat = "sg_cat_option"+sc;
songid = sc;
my_id = document.getElementById("my_id").value;
song_cat = document.getElementById(song_cat).value;
if(song_cat =='Local' || song_cat =='Gospel' || song_cat =='islamic' || song_cat !=='Trend' || song_cat !=='Top 10' ){
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&songid="+songid+"&&song_cat="+song_cat+"&&status=add_local_song",false);
xmlhttp.send(null);
document.getElementById('profile_usr_name_output').innerHTML=xmlhttp.responseText;
alert('Added to '+song_cat+' songs');
}else{
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&songid="+songid+"&&status=remove_local_song",false);
xmlhttp.send(null);
document.getElementById('profile_usr_name_output').innerHTML=xmlhttp.responseText;
}
CM_disp_music_list();
document.getElementById('search_result').style.display="none";
}
</script>
</body>
</html>