I got this code to transfer my site is more Pluss in xhtml you want to convert to me he
PHP Code:
//////////////////////////////////////////Share Plusses
else if($action=="sharepl")
{
$who = $_GET["who"];
addonline(getuid_sid($sid),"Sharring Plusses","");
echo "<card id=\"main\" title=\"$sitename\">";
echo "<onevent type=\"onenterforward\">";
echo "<refresh>
<setvar name=\"tfgp\" value=\"0\"/>";
echo "</refresh></onevent>";
echo "<p align=\"center\">";
echo "script by Rukiya";
echo "<br/>";
echo "<b>Give Plusses To ".getnick_uid($who)."</b><br/><br/>";
$ps = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id='".getuid_sid($sid)."'"));
echo "You have $ps[0] Plusses<br/><br/>";
echo "Plusses to give<br/>";
echo "<input name=\"tfgp\" format=\"*N\" maxlength=\"2\"/>";
echo "<br/><anchor>Give";
echo "<go href=\"genproc.php?action=sharepl&sid=$sid&who=$who\" method=\"post\">";
echo "<postfield name=\"ptg\" value=\"$(tfgp)\"/>";
echo "</go></anchor>";
echo "<br/><br/><a href=\"index.php?action=main&sid=$sid\"><img src=\"http://coding-talk.com/images/home.gif\" alt=\"*\"/>";
echo "Home</a>";
echo "</p>";
echo "</card>";
}
Comment