Anyone who having chatpost convert to plusses script.? Pls, share, or post the code, . I have one but alway blankpage when i put in wap.Net.Ph script, , here's the code <?php
include("config.php");
include("core.php");
//session_start();
header("Content-type: text/html; charset=ISO-8859-1");
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>";
echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\"\"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";
echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
$bcon = connectdb();
if (!$bcon)
{
echo "<head>";
echo "<title>database error</title>";
echo "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />
<meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>
<meta name=\"description\" content=\"$sitename is an interactive wap chat community emphasizing genuine friendships and the discovery of new people around the world \">
<meta name=\"keywords\" content=\"free, community, forums, chat, wap, communicate, $sitename, mobile, download, music, video\">";
default_themes();
echo "</head>";
echo "<body>";
headads();
echo "<center>";
echo "<img src=\"images/exit.gif\" alt=\"*\"/><br/>";
echo "Database Transfer...<br/><br/>";
echo "Please try again later";
echo "</center>";
echo "</div>";
footads();
echo "</body>";
echo "</html>";
exit();
}
$brws = explode(" ",$_SERVER[HTTP_USER_AGENT] );
$ubr = $brws[0];
$uip = getip();
$action = $_GET["action"];
$sid = $_GET["sid"];
$page = $_GET["page"];
$who = $_GET["who"];
$uid = getuid_sid($sid);
if(isipbanned($uip,$ubr))
{
if(!isshield(getuid_sid($sid)))
{
echo "<head>";
echo "<title>$sitename ip banned</title>";
echo "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />
<meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>
<meta name=\"description\" content=\"$sitename is an interactive wap chat community emphasizing genuine friendships and the discovery of new people around the world \">
<meta name=\"keywords\" content=\"free, community, forums, chat, wap, communicate, $sitename, mobile, download, music, video\">";
default_themes();
echo "</head>";
echo "<body>";
headads();
echo "<div align=\"center\">";
echo "<img src=\"../images/notok.gif\" alt=\"x\"/><br/>";
echo "This IP address is blocked<br/>";
echo "<br/>";
echo "How ever we grant a shield against IP-Ban for our great users, you can try to see if you are shielded by trying to log-in, if you kept coming to this page that means you are not shielded, so come back when the ip-ban period is over<br/><br/>";
$banto = mysql_fetch_array(mysql_query("SELECT timeto FROM ibwf_penalties WHERE penalty='2' AND ipadd='".$uip."' AND browserm='".$ubr."' LIMIT 1 "));
//echo mysql_error();
$remain = $banto[0] - time();
$rmsg = gettimemsg($remain);
echo " IP: $rmsg<br/><br/>";
echo "</div>";
echo "<div>";
echo "<form align=\"left\" action=\"login.php\" method=\"post\" ENCTYPE=\"multipart/form-data\">";
echo "Username:<br/><input name=\"loguid\" format=\"*x\" maxlength=\"30\"/><br/>";
echo "Password:<br/><input type=\"password\" name=\"logpwd\" maxlength=\"30\"/><br/>";
echo "<input type=\"submit\" value=\"Login!\"/><br/>";
echo "</form>";
echo "</div>";
footads();
echo "</body>";
echo "</html>";
exit();
}
}
if(($action != "") && ($action!="terms"))
{
$uid = getuid_sid($sid);
if((islogged($sid)==false)||($uid==0))
{
echo "<head>";
echo "<title>$sitename not logged in</title>";
echo "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />
<meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>
<meta name=\"description\" content=\"$sitename is an interactive wap chat community emphasizing genuine friendships and the discovery of new people around the world \">
<meta name=\"keywords\" content=\"free, community, forums, chat, wap, communicate, $sitename, mobile, download, music, video\">";
default_themes();
echo "</head>";
echo "<body>";
headads();
echo "<center>";
echo "You are not logged in<br/>";
echo "Or Your session has been expired<br/><br/>";
login();
echo "</center>";
echo "</div>";
footads();
echo "</body>";
echo "</html>";
exit();
}
}
//echo isbanned($uid);
if(isbanned($uid))
{
echo "<head>";
echo "<title>$sitename Banned</title>";
echo "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />
<meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>
<meta name=\"description\" content=\"$sitename is an interactive wap chat community emphasizing genuine friendships and the discovery of new people around the world \">
<meta name=\"keywords\" content=\"free, community, forums, chat, wap, communicate, $sitename, mobile, download, music, video\">";
default_themes();
echo "</head>";
echo "<body>";
headads();
echo "<div align=\"center\">";
echo "<img src=\"../images/notok.gif\" alt=\"x\"/><br/>";
echo "You are <b>Banned</b><br/>";
$banto = mysql_fetch_array(mysql_query("SELECT timeto FROM ibwf_penalties WHERE uid='".$uid."' AND penalty='1'"));
//$banres = mysql_fetch_array(mysql_query("SELECT lastpnreas FROM ibwf_users WHERE id='".$uid."'"));
$banres = mysql_fetch_array(mysql_query("SELECT pnreas FROM ibwf_penalties WHERE uid='".$uid."'"));
$remain = $banto[0]- time();
$rmsg = gettimemsg($remain);
echo "Time to finish your p
include("config.php");
include("core.php");
//session_start();
header("Content-type: text/html; charset=ISO-8859-1");
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>";
echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\"\"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";
echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
$bcon = connectdb();
if (!$bcon)
{
echo "<head>";
echo "<title>database error</title>";
echo "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />
<meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>
<meta name=\"description\" content=\"$sitename is an interactive wap chat community emphasizing genuine friendships and the discovery of new people around the world \">
<meta name=\"keywords\" content=\"free, community, forums, chat, wap, communicate, $sitename, mobile, download, music, video\">";
default_themes();
echo "</head>";
echo "<body>";
headads();
echo "<center>";
echo "<img src=\"images/exit.gif\" alt=\"*\"/><br/>";
echo "Database Transfer...<br/><br/>";
echo "Please try again later";
echo "</center>";
echo "</div>";
footads();
echo "</body>";
echo "</html>";
exit();
}
$brws = explode(" ",$_SERVER[HTTP_USER_AGENT] );
$ubr = $brws[0];
$uip = getip();
$action = $_GET["action"];
$sid = $_GET["sid"];
$page = $_GET["page"];
$who = $_GET["who"];
$uid = getuid_sid($sid);
if(isipbanned($uip,$ubr))
{
if(!isshield(getuid_sid($sid)))
{
echo "<head>";
echo "<title>$sitename ip banned</title>";
echo "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />
<meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>
<meta name=\"description\" content=\"$sitename is an interactive wap chat community emphasizing genuine friendships and the discovery of new people around the world \">
<meta name=\"keywords\" content=\"free, community, forums, chat, wap, communicate, $sitename, mobile, download, music, video\">";
default_themes();
echo "</head>";
echo "<body>";
headads();
echo "<div align=\"center\">";
echo "<img src=\"../images/notok.gif\" alt=\"x\"/><br/>";
echo "This IP address is blocked<br/>";
echo "<br/>";
echo "How ever we grant a shield against IP-Ban for our great users, you can try to see if you are shielded by trying to log-in, if you kept coming to this page that means you are not shielded, so come back when the ip-ban period is over<br/><br/>";
$banto = mysql_fetch_array(mysql_query("SELECT timeto FROM ibwf_penalties WHERE penalty='2' AND ipadd='".$uip."' AND browserm='".$ubr."' LIMIT 1 "));
//echo mysql_error();
$remain = $banto[0] - time();
$rmsg = gettimemsg($remain);
echo " IP: $rmsg<br/><br/>";
echo "</div>";
echo "<div>";
echo "<form align=\"left\" action=\"login.php\" method=\"post\" ENCTYPE=\"multipart/form-data\">";
echo "Username:<br/><input name=\"loguid\" format=\"*x\" maxlength=\"30\"/><br/>";
echo "Password:<br/><input type=\"password\" name=\"logpwd\" maxlength=\"30\"/><br/>";
echo "<input type=\"submit\" value=\"Login!\"/><br/>";
echo "</form>";
echo "</div>";
footads();
echo "</body>";
echo "</html>";
exit();
}
}
if(($action != "") && ($action!="terms"))
{
$uid = getuid_sid($sid);
if((islogged($sid)==false)||($uid==0))
{
echo "<head>";
echo "<title>$sitename not logged in</title>";
echo "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />
<meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>
<meta name=\"description\" content=\"$sitename is an interactive wap chat community emphasizing genuine friendships and the discovery of new people around the world \">
<meta name=\"keywords\" content=\"free, community, forums, chat, wap, communicate, $sitename, mobile, download, music, video\">";
default_themes();
echo "</head>";
echo "<body>";
headads();
echo "<center>";
echo "You are not logged in<br/>";
echo "Or Your session has been expired<br/><br/>";
login();
echo "</center>";
echo "</div>";
footads();
echo "</body>";
echo "</html>";
exit();
}
}
//echo isbanned($uid);
if(isbanned($uid))
{
echo "<head>";
echo "<title>$sitename Banned</title>";
echo "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />
<meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>
<meta name=\"description\" content=\"$sitename is an interactive wap chat community emphasizing genuine friendships and the discovery of new people around the world \">
<meta name=\"keywords\" content=\"free, community, forums, chat, wap, communicate, $sitename, mobile, download, music, video\">";
default_themes();
echo "</head>";
echo "<body>";
headads();
echo "<div align=\"center\">";
echo "<img src=\"../images/notok.gif\" alt=\"x\"/><br/>";
echo "You are <b>Banned</b><br/>";
$banto = mysql_fetch_array(mysql_query("SELECT timeto FROM ibwf_penalties WHERE uid='".$uid."' AND penalty='1'"));
//$banres = mysql_fetch_array(mysql_query("SELECT lastpnreas FROM ibwf_users WHERE id='".$uid."'"));
$banres = mysql_fetch_array(mysql_query("SELECT pnreas FROM ibwf_penalties WHERE uid='".$uid."'"));
$remain = $banto[0]- time();
$rmsg = gettimemsg($remain);
echo "Time to finish your p
Comment