Thread Rating:
  • 5 Vote(s) - 4.2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Statistic in Admin Plugin [MyBB Sayac v1.0]
#11
How can i solv?
Reply
#12
Do a search for mysql_real_escape_string and have it replaced with $db->escape_string
Reply
#13
(2009-03-01, 10:41 PM)DeLLy Wrote: It's not good plugin for big Forums wait v2.0 (:


finally, after try using this great plugins for more 36 hours. I've got 7849 Google keywords and mybb_sayac_ziyaretciler database grow 3.86MB. Now, temporary disable this nice plugins Smile
Hello, Welcome to MyBB Indonesia to get local support
My 'Simple' Unique Plugin here Smile
Reply
#14
Quote:Do a search for mysql_real_escape_string and have it replaced with $db->escape_string

I knewRolleyes
I Searched them but they aren'tAngel
Reply
#15
Please someone can help me?
Reply
#16
Nada de nada?
Reply
#17
(2009-03-16, 05:07 PM)Giangy94 Wrote: Nada de nada?
I thought you were italian.. but that seems portuguese to me. Unless it's the same in italian Confused
Reply
#18
Yeah Nada de nada is portuguese, I am portuguese and can confirm that Toungue unless it's the same in italian
All my plugins are available for free at MyBB Extend and on my GitHub. MyBB-Plugins.com has been closed and none of my plugins are officially maintained or supported.
Reply
#19
No:p
In Italian is "niente di niente?" or "Nulla di nulla?" but I like the expression "Nada de nada" :p
Reply
#20
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;
        }
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)