View Single Post
  #22  
Old 16th September 2012, 19:56
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
in mybonus.php like this
PHP Code:
"<td class=tabletitle align=left>"._btbonus_t."</td>".

"</tr>");
$db->sql_query("UPDATE `".$db_prefix."_bonus` SET `description` = '".addslashes(strip_tags(urldecode('Αν φτάσετε τα σημεία για αυτή την περίπτωση, μπορείτε να ανταλλάξετε αυτά τα σημεία σχετικά με την πετάξει σε κυκλοφορία, αν αφαιρέσουμε τα σημεία και θα λάβετε την κίνηση.')))."' WHERE `torrent_bonus`.`id` = 1;");
$sql = ("SELECT * FROM ".$db_prefix."_bonus order by id");
$res $db->sql_query($sql);
while (
$gets $db->sql_fetchrow($res))

you well only need to load the page one time
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote