MyBB Community Forums

Full Version: Statistic in Admin Plugin [MyBB Sayac v1.0]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2010-04-02, 02:59 AM)mrl586 Wrote: [ -> ]Open /mybb_root/inc/plugins/mybbsayac.php and find:
    function tekniktemizlik($gelen) 
        {
            $gelen=stripslashes($gelen);
            $gelen=mysql_real_escape_string($gelen);
            return $gelen;
        }
Replace:
    function tekniktemizlik($gelen) 
        {
	    global $db;
            $gelen=stripslashes($gelen);
            $gelen=$db->escape_string($gelen);
            return $gelen;
        }

thanks..that fixed the problem!
how do we translate this into English?

Highest Day 01 Nisan 2010 Per�embe (9 / 153)
01 Nisan 2010 Per�embe 9 164
Nice plugin, thanks!
anyone know how to translate everything into English properly?

like this for example-
Highest Day 01 Nisan 2010 Per�embe (9 / 153)
01 Nisan 2010 Per�embe 9 164
(2010-04-22, 01:53 AM)Shemo Wrote: [ -> ]anyone know how to translate everything into English properly?
Which version are you using?
(2010-04-25, 06:20 AM)mrl586 Wrote: [ -> ]
(2010-04-22, 01:53 AM)Shemo Wrote: [ -> ]anyone know how to translate everything into English properly?
Which version are you using?

of mybb? 1.4.13
Pages: 1 2 3