<?php
/************************************************** *****************************
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ı /fos-config.php
- Site temel ayarları dosyası. Kurulumda oluşturulur ve veritabanı bilgileri ile bazı önemli ayarları içerir.
---
Dosyaya Ait Güncelleme Notları /fos-config.php
- Henüz güncelleme yapılmadı - 17 Eylül 2008
************************************************** *****************************/
if (!defined('FOS')) {
die('HATA: Bu sayfayı direk yükleyemezsiniz!');
}
/**
* versiyon 1.0
* MySQL bilgileri.
* Bilgilerden dolayı hata mesajı alırsanız elle düzeltmeyi deneyiniz.
*/
define('DB_SERVER', 'localhost'); // MySQL veritabanı sunucusu.
define('DB_USER', 'root'); // MySQL kullanıcı adınız.
define('DB_PASSWORD', ''); // MYSQL kullanıcı şifreniz.
define('DB_NAME', 'fos'); // MySQL veritabanı adı.
define('TBL_PREFIX', 'fos_'); // MySQL veritabanı tablo adları ön eki.
/**
* versiyon 1.0
* Şifre eki.
* Kurulumda oluşturulur ve sistemi indirip kullanan her kullanıcı için farklı olarak üretilir. DEĞİŞİKLİK YAPMAYINIZ!
*/
define('FOS_PASSWORD_PREFIX', '5a155cfa1031e9af2e39906191e58bd165279d1d'); // MySQL veritabanı tablo adları ön eki.
?>