( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
if (isset($_GET['msg2']) || isset($_GET['msg'])) { ?>
<?php if ($alert=="warning") {?> <div class="alert alert-warning alert-block m-r m-l mynotice">
<img class="close preview_close" style="padding:5px; margin:0px; margin-right:5px; margin-top:-10px " data-dismiss="alert" src="images/images/buttons3_03.png">
<h4><i class="icon-bell-alt"></i>Warning!</h4>
<p><?php echo "$_GET[msg2]"; ?><?php echo "$_GET[msg]"; ?> </p>
</div><?php } ?>
<?php if ($alert=="success" || empty($alert)) {?> <div class="alert alert-warning alert-block m-r m-l mynotice">
<img class="close preview_close" style="padding:5px; margin:0px; margin-right:5px; margin-top:-10px " data-dismiss="alert" src="images/images/buttons3_03.png">
<h4><i class="icon-bell-alt"></i>Alert</h4>
<p><?php echo "$_GET[msg2]"; ?><?php echo "$_GET[msg]"; ?> </p>
</div><?php } ?>
<?php if ($alert=="danger") {?> <div class="alert alert-warning alert-block m-r m-l mynotice">
<img class="close preview_close" style="padding:5px; margin:0px; margin-right:5px; margin-top:-10px " data-dismiss="alert" src="images/images/buttons3_03.png">
<h4><i class="icon-bell-alt"></i>Warning!</h4>
<p><?php echo "$_GET[msg2]"; ?><?php echo "$_GET[msg]"; ?> </p>
</div><?php } ?>
<?php if ($alert=="info") {?> <div class="alert alert-warning alert-block m-r m-l mynotice">
<img class="close preview_close" style="padding:5px; margin:0px; margin-right:5px; margin-top:-10px " data-dismiss="alert" src="images/images/buttons3_03.png">
<h4><i class="icon-bell-alt"></i>Warning!</h4>
<p><?php echo "$_GET[msg2]"; ?><?php echo "$_GET[msg]"; ?> </p>
</div><?php } ?>
<?php
}
?>
<?php /*?>
<?php
if (empty($_GET['msg2']) || empty($_GET['msg'])) {?>
<?php
$me = $_SESSION['euserid'];
$random =rand(1,5);
while ($row_settings = mysqli_fetch_array($rs_settings)) {
if ($random==1){
$piciko = $db->getallprofilepictures();
if (empty($piciko))
{?>
<div id="noticeMain" class="alert alert-danger alert-block" style="margin-bottom:20px; "> <a onClick="noticeHide()" class="pull-right m-l"><i class="icon-remove"></i></a> <h4><a href="indexAlone.php?mode=profilepicture"><i class="icon-picture"></i></a>Profile Picture </h4> <p > Your have not uploaded your profile Picture <a href="indexAlone.php?mode=profilepicture"> | Click here to continue </a> </p> </div>
<?php } }
if ($random==2){ if (empty($row_settings['pwd']))
{ ?>
<div id="noticeMain" class="alert alert-warning alert-block" > <a onClick="noticeHide()" class="pull-right m-l"><i class="icon-remove"></i></a> <h4><i class="icon-phone"></i>Confirm your Phone </h4> <p > Kindly enter the secret code sent to your phone on SMS <a href="?mode=profilepicture"> Tap to continue </a> </p> </div>
<?php }}
if ($random==2){
if (empty($row_settings['user_name']))
{ ?><div id="noticeMain" class="alert alert-danger alert-block"> <a onClick="noticeHide()" class="pull-right m-l"><i class="icon-remove"></i></a> <h4><a href="gold/index.php"> <i class="icon-bell-alt"></i></a>Information!</h4> <p >
Please add your username to maximise your use of Eziki <a href="gold/index.php"> Click here </a></p> </div>
<?php } }
if ($random==3){
if (empty($row_settings['slug']))
{ ?><div id="noticeMain" class="alert alert-danger alert-block"> <a onClick="noticeHide()" class="pull-right m-l"><i class="icon-remove"></i></a> <h4><a href="gold/index.php"> <i class="icon-bell-alt"></i></a>Information!</h4> <p >
Please add your customized link to your profile <a href="gold/index.php"> Click here </a></p> </div>
<?php } }
if ($random==2){if (empty($row_settings['user_email']) || $row_settings['user_email']=="NULL" || $row_settings['user_email']=="" )
{ ?>
<div id="noticeMain" class="success alert bg-info alert-block" style=" margin-bottom:20px; "> <a onClick="noticeHide()" class="pull-right m-l"><i class="icon-remove"></i></a> <h4><i class="icon-envelope"></i>Use Eziki everywhere</h4> <p >
<div class="panel-body">
<p>Access Eziki on your mobile, tablet and online. Key in your email below to get started </p>
<form class="m-t-lg m-l m-r m-b-sm" >
<div class="input-group input-group-lg">
<input class="form-control input-lg no-border" id="email" placeholder="Your email" type="text"><span class="email_button input-group-addon lt no-border bg-warning"> <i class="icon-arrow-right"></i> </span>
</div>
</form>
</div>
</p> </div>
<?php } } }
?>
<?php
}
?>
<?php */?>