M.A.K.A Spetrum Media and Music: Website Name
M.A.K.A Spetrum Media and Music: Website Name
M.A.K.A SPETRUM
MEDIA AND MUSIC
Coding: <?php
//initialize the session
if (!isset($_SESSION)) {
session_start();
}
if ((isset($_GET['doLogout'])) &&($_GET['doLogout']=="true")){
//to fully log out a visitor we need to clear the session varialbles
$_SESSION['MM_Username'] = NULL;
$_SESSION['MM_UserGroup'] = NULL;
$_SESSION['PrevUrl'] = NULL;
unset($_SESSION['MM_Username']);
unset($_SESSION['MM_UserGroup']);
unset($_SESSION['PrevUrl']);
$logoutGoTo = "login.php";
if ($logoutGoTo) {
header("Location: $logoutGoTo");
exit;
}
}
?>
<?php
if (!isset($_SESSION)) {
session_start();
}
$MM_authorizedUsers = "";
$MM_donotCheckaccess = "true";
// When a visitor has logged into this site, the Session variable
MM_Username set equal to their username.
// Therefore, we know that a user is NOT logged in if that Session variable
is blank.
if (!empty($UserName)) {
// Besides being logged in, you may restrict access to only certain users
based on an ID established when they login.
// Parse the strings into arrays.
$arrUsers = Explode(",", $strUsers);
$arrGroups = Explode(",", $strGroups);
if (in_array($UserName, $arrUsers)) {
$isValid = true;
}
// Or, you may restrict access to only certain users based on their
username.
if (in_array($UserGroup, $arrGroups)) {
$isValid = true;
}
if (($strUsers == "") && true) {
$isValid = true;
}
}
return $isValid;
}
$MM_restrictGoTo = "Access_denied.php";
if (!((isset($_SESSION['MM_Username'])) &&
(isAuthorized("",$MM_authorizedUsers, $_SESSION['MM_Username'],
$_SESSION['MM_UserGroup'])))) {
$MM_qsChar = "?";
$MM_referrer = $_SERVER['PHP_SELF'];
if (strpos($MM_restrictGoTo, "?")) $MM_qsChar = "&";
if (isset($_SERVER['QUERY_STRING']) && strlen($_SERVER['QUERY_STRING']) >
0)
$MM_referrer .= "?" . $_SERVER['QUERY_STRING'];
$MM_restrictGoTo = $MM_restrictGoTo. $MM_qsChar . "accesscheck=" .
urlencode($MM_referrer);
header("Location: ". $MM_restrictGoTo);
exit;
}
?>
<!DOCTYPE html>
<html>
<head>
.card:hover {
box-shadow: 0 10px 16px 0 #F00;
.heading{
font-family:Algerian;
padding-left:10px;
}
.footer{
width:1100px;
height:350px;
background-image:url(image/linii-kraski-neon.jpg);
margin-left:125px;
border-color:#FF6;
border-radius:15px;
}
li{
display:inline;
margin:10px;
padding-top:10px;
}
#header{
border-radius:25px;
padding-bottom:10px;
box-shadow: 0px 1px 0px rgba(0,0,0,0.3),inset 0px 1px 0px
rgba(255,255,255,0.07);
background: rgba(0,0,0,0.5);
width:1355px;
position:fixed;
padding-top:5px;
transition: 0.3s;
height:66px;
}
#header:hover {
box-shadow: 0 10px 16px 0 #F00;
}
#header ul li{
width:150px;
height:50px;
text-align:center;
font-family:"Rock it";
font-size:12px;
#slider{
padding-top:80px;
transition: 0.3s;
}
.srch{
padding-left:353px;
}
.fdiv{
background-color:#F00;
width: 300px;
height: 240px;
margin-left: 25px;
position: absolute;
}
.footer .fdiv{
margin-top:30px;
box-shadow: 0px 1px 0px rgba(0,0,0,0.3),inset 0px 1px 0px
rgba(255,255,255,0.07);
background: rgba(0,0,0,0.5);
}
.sfdiv{
background-color:#F00;
width: 430px;
height: 240px;
margin-left: 335px;
position: absolute;
}
.footer .sfdiv{
margin-top:30px;
box-shadow: 0px 1px 0px rgba(0,0,0,0.3),inset 0px 1px 0px
rgba(255,255,255,0.07);
background: rgba(0,0,0,0.5);
}
.logo{
position:absolute;
}
.footer .sfdiv .logo{
position: absolute;
margin-top: 70px;
margin-left: 130px;
left: -73px;
top: 5px;
}
.tfdiv{
background-color:#F00;
width: 300px;
height: 240px;
margin-left: 775px;
position: absolute;
}
.footer .tfdiv{
margin-top:30px;
box-shadow: 0px 1px 0px rgba(0,0,0,0.3),inset 0px 1px 0px
rgba(255,255,255,0.07);
background: rgba(0,0,0,0.5);
}
.sharelst
{
border-radius: 10px;
height: 36px;
background-color: #FFF;
width: 170px;
position: absolute;
left: 613px;
top: 2241px;
}
.footer .sharelst{
margin-top:278px;
box-shadow: 0px 1px 0px rgba(0,0,0,0.3),inset 0px 1px 0px
rgba(255,255,255,0.07);
background: rgba(0,0,0,0.5);
}
.Rights{
margin-left: 335px;
position:absolute;
margin-top:325px;
}
.slo{
text-align:center;
}
#header .headerlogo{
position: absolute;
left: -4px;
top: 23px;
}
</style>
</head>
<body>
<div id="header">
<div class="headerlogo">
<img src="headerlogo.png">
</div>
<ul>
 
;
<li><a href="#"> Home</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Feedback</a></li>
<li><a href="#">About-Us</a></li></ul>
</div>
</div>
<div id="slider" size="1355">
<embed src="slider/wowslider.html" width="1349" height="486"></embed>
</div>
<embed class="srch" src="css-animated-search-field/index.html"
width="688" height="90"></embed>
<div id="wrapper">
<div id="fileWrapper" class="file_wrapper">
<p> </p>
<div id="info" >
</div>
</div>
<div>
<script type="text/javascript"
src="js/visualizer.js"></script>
</div>
</div>
<h1 class="heading">Remix</h1>
<div class="card" style="float:left; margin-right:auto;">
<a href="pages/Let Me Love You.html">
<img src="Album/Scarstoyour beautifulAlessiaCara.jpg" alt="mj image"
height="230px" width="180px" title="Let Me Love You">
</a>
</div>
<div class="fdiv">
<h5>ABOUT: VIRTUAL MUSIC CLOUD</h5>
* Custom Music Player <br>
* Songs Lyrics<br>
* Share On Social Network <br>
* Download Music<br>
* Search Desired Songs<br>
* Songs Feedback<br>
* Gives Support For New Singers<br>
* Paid Songs Only<br>
* No Piration Allowed <br>
* Sponcer List Below
</div>
<div class="sfdiv">
<div class="logo">
<img src="logo.png">
<h3 class="slo">VIRTUAL MUSIC CLOUD</h3>
</div>
</div>
<div class="tfdiv">
<h3>Application Avaliable For...</h3>
<br>
 
;
<span ><a href="https://www.apple.com/music/"> <img class="1"
src="image/1.png"></a></span><br>
 
;
<samp><a href="https://play.google.com/store?hl=en"> <img class="2"
src="image/2.png"></a></samp><br>
 
; &nbs
p;
<samp><a href="https://www.microsoft.com/en-
us/store/collections/appsforwindowshello/pc"> <img class="3"
src="image/3.png"></a></samp></div>
</body>
</html>
SCREEN SHOT