Thread Rating:
  • 5 Vote(s) - 4.2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Statistic in Admin Plugin [MyBB Sayac v1.0]
#21
(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
Reply
#22
Nice plugin, thanks!

[Image: iYa29IFsjRtGF.png]


Reply
#23
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
Reply
#24
(2010-04-22, 01:53 AM)Shemo Wrote: anyone know how to translate everything into English properly?
Which version are you using?
Reply
#25
(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
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)