View file wap/wapv.php

File size: 877B
<?php

 echo "<center>";
  $umsg = getunreadpm(getuid_hits($hits));
  if($umsg>0)
  {
  $pm = "<a href=\"inbox.php?show=openfol&amp;view=urd&amp;hits=$hits&amp;reply=1\">$umsg Inbox(s)</a>";
  }else{
  $pm = "<a href=\"inbox.php?show=main&amp;hits=$hits\">Inbox</a>";
  }
  $umsge = getunreadpm2(getuid_hits($hits));
  if($umsge>0)
  {
  $pm2 = "<a href=\"inbox.php?show=openfol&amp;view=auto&amp;hits=$hits&amp;reply=1&amp;type=1\">$umsge Notification(s)</a>";
  }else{
 $pm2 = "<a href=\"index.php?show=terms&amp;hits=$hits\"></a><br/>";
 }
include("admob.php");
  echo "<div class=\"footer\" align=\"center\">";
  echo " | <a href=\"index.php?show=aonline&amp;hits=$hits\">".getnumonline()." Online</a> | <br/>";
  echo " | <a href=\"index.php?show=main&amp;hits=$hits\">Home</a> | $pm | $pm2<br/>";
 echo "<b>&#169; 2011 - 2012 RemiXchaT</b></center>";
 echo "</div>";
?>