| Author | Message |
By.Herakles
174 posts |
#14032 2008-02-01 14:10 GMT |
|
Parse error: syntax error, unexpected T_STRING in /home/herakles/public_html/datas/config.php on line 23 herşey doqru olmasına raqmen bu hatayı aldım :s yardımcı olursanız sevinirim saygılarla |
|
Dvdbil
2,178 posts |
#14033 2008-02-01 14:13 GMT |
|
Config.php kodlarını buraya ekle..
|
|
By.Herakles
174 posts |
#14034 2008-02-01 14:15 GMT |
|
<?PHP /* ==================== Seditio - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=datas/config.php Version=120 Updated=2007-feb-21 Type=Config Author=Neocrome Description=Configuration [END_SED] ==================== */ // ======================== // MySQL database parameters. Change to fit your host. // ======================== $cfg['mysqlhost'] = 'localhost'; // Database host URL $cfg['mysqluser'] = 'herakles_**; // Database user $cfg['mysqlpassword'] = 'h**'; // Database sssword $cfg['mysqldb'] = 'herakles_****s'; // Database name // ======================== // Default skin and default language // ======================== $cfg['defaultskin'] = 'belagio'; // Default skin code. Be SURE it's pointing to a valid folder in /skins/... !! $cfg['defaultlang'] = 'en'; // Default language code // ======================== // More settings // Should work fine in most of cases. // If you don't know, don't change. // TRUE = enabled / FALSE = disabled // ======================== $cfg['sqldb'] = 'mysql'; // Type of the database engine. $cfg['authmode'] = 3; // (1:cookies, 2:sessions, 3:cookies+sessions) default=3 $cfg['redirmode'] = FALSE; // 0 or 1, Set to '1' if you cannot sucessfully log in (IIS servers) $cfg['xmlclient'] = FALSE; // For testing-purposes only, else keep it off. $cfg['ipcheck'] = TRUE; // Will kill the logged-in session if the IP has changed $cfg['allowphp_override'] = FALSE; // General lock for execution of the PHP code by the core // ======================== // Name of MySQL tables // (OPTIONAL, if missing, Seditio will set default values) // Only change the "sed" part if you'd like to // make 2 separated install in the same database. // or you'd like to share some tables between 2 sites. // Else do not change. // ======================== $db_auth = 'sed_auth'; $db_banlist = 'sed_banlist'; $db_cache = 'sed_cache'; $db_com = 'sed_com'; $db_core = 'sed_core'; $db_config = 'sed_config'; $db_forum_posts = 'sed_forum_posts'; $db_forum_sections = 'sed_forum_sections'; $db_forum_structure = 'sed_forum_structure'; $db_forum_topics = 'sed_forum_topics'; $db_groups = 'sed_groups'; $db_groups_users = 'sed_groups_users'; $db_logger = 'sed_logger'; $db_online = 'sed_online'; $db_pages = 'sed_pages'; $db_pfs = 'sed_pfs'; $db_pfs_folders = 'sed_pfs_folders'; $db_plugins = 'sed_plugins'; $db_pm = 'sed_pm'; $db_polls = 'sed_polls'; $db_polls_options = 'sed_polls_options'; $db_polls_voters = 'sed_polls_voters'; $db_rated = 'sed_rated'; $db_ratings = 'sed_ratings'; $db_referers = 'sed_referers'; $db_smilies = 'sed_smilies'; $db_stats = 'sed_stats'; $db_structure = 'sed_structure'; $db_trash = 'sed_trash'; $db_users = 'sed_users'; ?> |
|
Kaan
2,011 posts |
#14035 2008-02-01 14:15 GMT |
|
Buradaki Ayarları yaparken kodları kurçalamışsın orjinalleriyle degiştir tekrar yap ayarları.
Code: $cfg['mysqlhost'] = 'localhost'; // Database host URL $cfg['mysqluser'] = 'root'; // Database user $cfg['mysqlpassword'] = ''; // Database password $cfg['mysqldb'] = 'seditio'; Seninki Hatalı Yazmışsın. $cfg['mysqluser'] = 'herakles_**; // Database user Alttakiyle degiştir. $cfg['mysqluser'] = 'herakles_**'; // Database user |
|
By.Herakles
174 posts |
#14036 2008-02-01 14:19 GMT |
|
tmm ya çok saol Allah razı olsun teşekkürler oldu ya iyiki varsınız
|
|
> 1 <
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| Karakter hatasi.Parse error: syntax error, unexpected | 5 | KaDLeRa | 19 Gün |
| atal error : SQL error : You have an error in your SQL syntax; c | 4 | Kaan | 51 Gün |
| Fatal error : SQL error : Duplicate entry '4-11169' for key 1 | 7 | alikoza | 270 Gün |
| Fatal error : SQL error : Unknown column 's.fs_masterid' in 'fie | 2 | Kaan | 272 Gün |
| Fatal Error Hatası ? | 12 | CadKursu | 277 Gün |





