( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
$record = 10;
$homecataresult2 = $db->browsechannelsgo($page,$record,$order,$ascdesc);
$distributeItem = $newsid;
?>
<link href="css/timepicki.css" rel="stylesheet">
<?php require("date.php"); ?>
<script type="text/javascript" src="<?php echo $siteaddress; ?>js/jquery.livequery.js"></script>
<script type="text/javascript" src="<?php echo $siteaddress; ?>js/jquery.timeago.js"></script>
<script type="text/javascript" src="<?php echo $siteaddress; ?>js/mWall.js"></script>
<?php /*?><?php
include("scripts.php");
?> <?php */?>
<?php if (empty($_GET["channel"])&& !empty($_GET["connections"])&& empty($_GET['type']))
{}else{?>
<h2 style="margin-top:0px" id="status" class="post-title"><i class="icon-random"></i>ConnectMe </h2>
<table width="100%" border="0">
<tr>
<td style="padding:0px">
<p class="h4 text-muted">Instantly Connect with Music industry leaders. From Record Labels, Prominent DJs and Artists!</p>
</td>
<td width="200" align="right" valign="top">
<ul class="pagination pagination pull-right ">
<li><a href="indexAlone.php?mode=connectme&min=yes"> <i class="icon-home text"></i> </a></li>
<?php if (!empty($_GET["channel"])&& empty($_GET['type']))
{?>
<?php if (!empty($catanewsresult)) {
$pagenext = $page+1;
$resultx = $db->ugcgetnewsbycatidgo($pagenext,$record,$channel,$order,$ascdesc);
if ($page!=0)
{
$pagepre = $page-1; ?>
<li><a href="?mode=connectme&page=<?php echo $pagepre ?>&channel=<?php echo $channel ?>&min=yes&newsid=<?php print "$distributeItem"; ?><?php if (!empty($catid))
{
$sqlstatement = "&content=$catid";
} ?>"><i class="icon-chevron-left"></i></a> </li>
<?php }
if (!empty($resultx))
{?>
<li> <a href="?mode=connectme&page=<?php echo $pagenext ?>&min=yes&channel=<?php echo $channel ?>&newsid=<?php print "$distributeItem"; ?><?php if (!empty($catid))
{
$sqlstatement = "&content=$catid";
} ?>"><i class="icon-chevron-right"></i></a> </li>
<?php }
}
?>
<?php }
?>
<?php if (empty($categorynamex) && empty($_GET['channel']))
{?>
<?php
$pagenext = $page+1;
$resultx = $db->browsechannelsgo($page,$record,$order,$ascdesc);
if ($page!=0)
{
$pagepre = $page-1; ?>
<li> <a href="?mode=connectme&page=<?php echo $pagepre ?>&newsid=<?php print "$distributeItem"; ?><?php if (!empty($catid))
{
$sqlstatement = "&content=$catid";
} ?>"><i class="icon-chevron-left"></i></a> <li>
<?php }?>
<?php if (!empty($resultx))
{ ?>
<li><a href="?mode=connectme&page=<?php echo $pagenext ?>&newsid=<?php print "$distributeItem"; ?><?php if (!empty($catid))
{
echo "&content=$catid";
} ?>"> <i class="icon-chevron-right"></i></a> </li>
<?php }
?>
<?php }
?>
</ul>
</td>
</tr>
</table>
<?php }
?>
<?php if (!empty($_GET["channel"]) && empty($_GET['type']))
{
include("connect.php");
}
?>
<?php if (!empty($_GET["type"]))
{
include("connect.php");
if ($_GET["type"] =="gig")
{
include("gig.php");
}
if ($_GET["type"] =="meeting")
{
include("meeting.php");
}
if ($_GET["type"] =="collabo")
{
include("collabo.php");
}
if ($_GET["type"] =="studio")
{
include("studio.php");
}
if ($_GET["type"] =="interview")
{
include("interview.php");
}
}
?>
<?php if (empty($_GET["channel"])&& !empty($_GET["connections"])&& empty($_GET['type']))
{
if (empty($_GET["view"]))
{
include("connections.php");
}
else
{
include("viewConnection.php");
}
}
?>
<?php if (empty($categorynamex) && empty($_GET['channel']) && empty($_GET["connections"]) && empty($_GET['type']))
{?>
<?php include("browser2.php");?>
<?php }
?>