echo '
eddsfsdfsd
';/******************************************************************************* FOS (Flash Oyun Scripti - Flash Games Script) Copyright (C) 2008 Taylan Aktepe (taylanaktepe@yahoo.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. More Info About The Licence At http://www.gnu.org/copyleft/gpl.html --- Görüş ve düşünceleriniz ile destek/yardım için ziyaret edebileceğiniz siteler, - Taylan Aktepe Blog (http://www.taylanaktepe.com) - Taylan Aktepe Forum (http://www.taylanaktepe.com/forum/) --- Dosya Açıklaması /index.php - Script anasayfası. Görünüm dosyları yüklenir ve değişken meta etiketleri (flexi header) oluşturulur. --- Dosyaya Ait Güncelleme Notları /index.php - Henüz güncelleme yapılmadı - 17 Eylül 2008 *******************************************************************************/ require_once 'fos-inc.php'; /** * versiyon 1.0 * HTTP hataları. */ if ($_REQUEST['httpstatus'] == 403) { fos_error('403 Forbidden', ''.$lang['HOMEPAGE'].''); } elseif ($_REQUEST['httpstatus'] == 404) { fos_error('404 Not Found', ''.$lang['HOMEPAGE'].''); } elseif ($_REQUEST['httpstatus'] == 500) { fos_error('500 Internal Server Error', ''.$lang['HOMEPAGE'].''); } else { $_REQUEST['httpstatus'] = 200; } /** * versiyon 1.0 * index için meta etiketleri. */ $sitetitle = fos_meta_format($settings['SITE_TITLE'], '').' - '.fos_meta_format($settings['SITE_SLOGAN'], ''); $metadescription = fos_meta_format($settings['DEFAULT_META_DESCRIPTION'], ''); $metakeywords = fos_meta_format($settings['DEFAULT_META_KEYWORD >echo '
eddsfsdfsd
';