Same thing with me on XAMPP?
if(isset($_POST['enabledcode'])){ $enabledcode = clean($_POST['enabledcode']); }else{ $enabledcode = NULL; }
if(isset($_POST['enabledcode'])){ $enabledcode = $_POST['enabledcode']; }else{ $enabledcode = NULL; }
$enabledcode = mysql_real_escape_string($_POST['enabledcode']);
<form action=\''.$domain.'/index.php?action=admin&case=managegames&cmd=edit&ID='.$ID.'&type=1\' method=\'post\'><form action=\''.$domain.'/index.php?action=admin&case=managegames&cmd=edit&ID='.$ID.'&type=1\' method=\'post\'>
$enabledcode = clean($_POST['enabledcode']);Relace with:$enabledcode = mysql_real_escape_string($_POST['enabledcode']);
i still cant get the embed game working lol
<!-- Insert this code before your </body> tag --><script src="//static.miniclipcdn.com/js/game-embed.js"></script>