inc/class_core.php açın

Bul

// Set up MyBB

Altına Ekle

$protected = array("_GET", "_POST", "_SERVER", "_COOKIE", "_FILES", "_SERVER", "_ENV", "GLOBALS");
		foreach($protected as $var)
		{
			if($_REQUEST[$var] || $_FILES[$var] || $_COOKIE[$var])
			{
				die("Hacking attempt");
			}
		}

Bul *opsiyonel

var $version = "1.2";
Değiştir
var $version = "1.2.1";


inc/datahandlers/user.php açın

Bul

if($this->method == "insert" || (array_key_exists('showcodebuttons', $options) && $options['showcodebuttons'] != 0))
Değiştir
if($this->method == "insert" || (array_key_exists('showcodebuttons', $options) && $options['showcodebuttons'] != '0'))