Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Translation to greek unknown parts of the code (http://www.bvlist.com/showthread.php?t=8255)

Giorgatzelos 16th September 2012 19:50

can you tell me in what page did you add it and where exactly[after what code]?i will take care of the rest myself then...

joeroberts 16th September 2012 19:56

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

Giorgatzelos 16th September 2012 20:27

i've got it now thanx!


WORK DONE!


All times are GMT +2. The time now is 19:54.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.