this is the give GPLUSSES on wapdesire, but using it nothing happens..the nick i give plusses
don't find it ..
error in the php script or in database?
in genproc. everytime the action is confermed but no plusses go to destination..
//////////////////////////////////////////Give Game Plusses
else if($action=="givegp")
{
$who = $_GET["who"];
addonline(getuid_sid($sid),"Giving Game Plusses","");
echo "<head>";
echo "<title>Give Game Plusses</title>";
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
echo "</head>";
echo "<body>";
echo "<p align=\"center\">";
echo "Give GPs To ".getnick_uid($who)."
";
$gps = mysql_fetch_array(mysql_query("SELECT gplus FROM ibwf_users WHERE id='".getuid_sid($sid)."'"));
echo "You have $gps[0] GP's
";
echo "GP's to give
";
echo "<form action=\"genproc.php?action=givegp&sid=$sid&am p;who=$who\" method=\"post\">";
echo "<input name=\"tfgp\" style=\"-wap-input-format: '*N'\" maxlength=\"2\">";
echo "
<input type=\"Submit\" Value=\"Give\" name=\"Give\"></form>";
echo "
0 <a accesskey=\"0\" href=\"index.php?action=main&sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a>";
echo "</p>";
echo "</body>";
}
//////////////////////////////////////////
don't find it ..
error in the php script or in database?
in genproc. everytime the action is confermed but no plusses go to destination..
//////////////////////////////////////////Give Game Plusses
else if($action=="givegp")
{
$who = $_GET["who"];
addonline(getuid_sid($sid),"Giving Game Plusses","");
echo "<head>";
echo "<title>Give Game Plusses</title>";
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
echo "</head>";
echo "<body>";
echo "<p align=\"center\">";
echo "Give GPs To ".getnick_uid($who)."
";
$gps = mysql_fetch_array(mysql_query("SELECT gplus FROM ibwf_users WHERE id='".getuid_sid($sid)."'"));
echo "You have $gps[0] GP's
";
echo "GP's to give
";
echo "<form action=\"genproc.php?action=givegp&sid=$sid&am p;who=$who\" method=\"post\">";
echo "<input name=\"tfgp\" style=\"-wap-input-format: '*N'\" maxlength=\"2\">";
echo "
<input type=\"Submit\" Value=\"Give\" name=\"Give\"></form>";
echo "
0 <a accesskey=\"0\" href=\"index.php?action=main&sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a>";
echo "</p>";
echo "</body>";
}
//////////////////////////////////////////
Comment