Seditio ve Ldu hakkında sınırsız arama yapın
 
 
> 1 <

Etiketler: config hatası parse error syntax error unexpected t_strın

Author Message

By.Herakles

Members


Online status

181 posts
http://www.siberbulls.com
Pagerank: 2

Location: Turkey Kayseri
Occupation:
Age:

#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


the.herakles@siberbulls.com

Dvdbil

Administrator


Online status

2,237 posts
http://www.seditio-tr.com
Pagerank: 3

Location: Turkey istanbul
Occupation: Web Site(ler) İşletmeciliği
Age: 28

#14033   2008-02-01 14:13 GMT      
Config.php kodlarını buraya ekle..
Sitelerinize profesyonel anlamda hizmet verilir;

- Performans optimizasyonu,
- Üst düzey güvenlik yamaları,
- İsteğe bağlı eklentiler,
- Her çeşit bot (program, video, resim, arsiv, haber),
- Profesyonel görsel skin.

Tüm tasarım, kodlamalar ve optimizasyon Neocrome referansı ile tarafımca hazırlanmakta.
 
*************************İSTATİSTİKLER*************************
Müşterim olan danışmanlığını yaptığım toplam kişi sayısı: 23
Sadece Eklenti hazırladığım kişi sayısı: 21
Uygulama yaptığım toplam site sayısı: 38
-------------------------------------------------
Müşterinin isteği doğrultusunda hazırladığım;
- eklenti sayısı: 44
- skin sayısı: 8
- bot sayısı: 15
- özel güvenlik yamaları: 21
- Sql performans optimizasyonu: 13 (yüksek hitli siteler için)
- Portal genel cache ve materyal optimizasyonu: 15
***************************************************************

By.Herakles

Members


Online status

181 posts
http://www.siberbulls.com
Pagerank: 2

Location: Turkey Kayseri
Occupation:
Age:

#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';

?>


the.herakles@siberbulls.com

Kaan

Moderators


Online status

2,082 posts
http://www.ntka.org
Pagerank: 2

Location: Turkey
Occupation: Destek
Age: 25

#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

Members


Online status

181 posts
http://www.siberbulls.com
Pagerank: 2

Location: Turkey Kayseri
Occupation:
Age:

#14036   2008-02-01 14:19 GMT      
tmm ya çok saol Allah razı olsun teşekkürler oldu ya iyiki varsınız


the.herakles@siberbulls.com
> 1 <

Benzer konular (Similar topics) #BETA

Keywords (beta):

Forum Arşiv (beta):

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234]