1. 1.
    -1
    fatal error

    a?php global $config; /** * Default Application Configuration * * First node (0) is master MySQL Server, others for slave servers * Configuration parameters used by t_master'] = '8983'; $config['solr_path_master'] = '/solr'; $config['solr_host'] = '192.168.1.41'; $config['solr_port'] = '8983'; $config['solr_path'] = '/solr'; $config['mongodb_host'] = '192.168.1.214'; //230 $config['mongodb_port'] = '27017'; //old config without replica set, you can delete it.. i did it..serkan //$config['mongodb_auctionsession_host'] = '192.168.1.214'; //$config['mongodb_auctionsession_port'] = '27017'; /* $config['mongodb_auctionsession']['mongodb_url'] = ' http://mongodb://192.168 ... 20001,192.168.1.225:20001 '; $config['mongodb_auctionsession']['replicaSet'] = true; */ $config['mongodb_auctionsession']['mongodb_url'] = ' http://mongodb://192.168.1.104 '; $config['mongodb_auctionsession']['replicaSet'] = false; $config['mongodb_as_host'] = '192.168.1.214'; //230 - hic kullanilmamis $config['mongodb_as_port'] = '27017'; $config['mongodb_sync'][0] = '192.168.1.123'; $config['mongodb_vitrine_host'] = '192.168.1.212'; $config['mongodb_vitrine_port'] = '27017'; $config['redis']['memcache_host'][0] = '192.168.1.121'; $config['redis']['memcache_host'][1] = '192.168.1.122'; $config['redis']['memcache_host'][2] = '192.168.1.230'; $config['redis']['memcache_host'][3] = '192.168.1.231'; $config['redis']['memcache_private'][0] = '192.168.1.121'; $config['redis']['memcache_next_auction'][0] = '192.168.1.121'; $config['redis']['memcache_port'] = '6379'; $config['ldap']['server'] = "192.168.1.31"; $config['ldap']['rdn'] = "cn=password,dc=sahibindendc,dc=local"; $config['ldap']['rdn_password'] = "d1Fk6ykd6ypj3NyT"; /** * Performance / Tracking / Logging / Reporting Configuration */ $config['performance_monitor'] = true; $config['alexa_tracking'] = true; $config['url_tracking'] = false; $config['query_error_log'] = true; $config['pear_timer'] = true; $config['domain_manager'] = true; $config['memcache_log'] = false; $config['admin_slave_server'] = 0; /** * Other Configuration Parameters */ $config['captcha_storage'] = 'memcached'; $config['split_limit'] = 5000; $config['use_provision'] = false; $config['use_thumbnail_in_displayitem'] = true; $config['enable_ftp_upload_tracker'] = false; $config['syslog_server'] = '192.168.1.31'; //$config['syslog_hostname'] = 'beta. sahibinden.com'; $config['syslog_port'] = 514; $config['syslog_timeout'] = 1; //Log parameters. These constants will be used in bitwise operation, so their values are more meaningful in binary //000010 define("SHBDN_LOG_DEBUG", 2); //000100 define("SHBDN_LOG_INFO", 4); //001000 define("SHBDN_LOG_WARNING", 8); //010000 define("SHBDN_LOG_ERROR", 16); //100000 define("SHBDN_LOG_FATAL", 32); //000000 define("SHBDN_LOG_NONE", 0); //111111 define("SHBDN_LOG_ALL", 63); /** * Debugging Parameters */ $config["debug"] = 0; $config["debug_smarty"] = 0; $config["smarty_console"] = 0; $config["send_sms"] = 1; $config["log_mail"] = false; // Front-end debug parameters define('JS_DEBUG_ENABLED', 1); define('JS_DEBUG_DISABLED', 2); define('CSS_DEBUG_ENABLED', 1); define('CSS_DEBUG_DISABLED', 2); define('HTML_DEBUG_ENABLED', 1); define('HTML_DEBUG_DISABLED', 2); $config["js_debug"] = JS_DEBUG_DISABLED; $config["css_debug"] = CSS_DEBUG_DISABLED; $config["html_debug"] = HTML_DEBUG_DISABLED; $config['js_paths'] = array('js', 'jsn'); $config['css_paths'] = array('css', 'cssn'); if ($config["debug"]) { $config["log_level"] = SHBDN_LOG_ALL; // DEFAULT VALUE LOG_NONE; error_reporting (E_ERROR | E_PARSE | E_RECOVERABLE_ERROR); } else { $config["log_level"] = SHBDN_LOG_FATAL | SHBDN_LOG_ERROR; error_reporting (0); } if ($_GET['PHP_ERROR_REPORTING']

    1 || $_SERVER['REMOTE_ADDR']

    '192.168.1.100'){ file_put_contents("/tmp/ozan","confign",FILE_APPEND); ini_set('display_errors','on'); error_reporting(E_ALL ^ (E_NOTICE | E_WARNING)); } error_reporting(E_ALL ^ (E_NOTICE | E_WARNING)); $pos = strpos($_SERVER['SCRIPT_NAME'], 'xml_'); if ($pos !== false) { $config["smarty_console"] = 0; $config['pear_timer'] = false; } $config['mongodb_tracker_read_host'] = '192.168.1.214'; $config['mongodb_tracker_read_port'] = '27017'; //old config without replica set, you can delete it.. i did it..serkan //$config['mongodb_tracker_write_host'] = '192.168.1.214'; //230 //$config['mongodb_tracker_write_port'] = '27017'; $config['mongodb_tracker']['mongodb_url'] = ' http://mongodb :'; $config['mongodb_tracker']['replicaSet'] = true; $config['approval_reports_log_file_pattern'] = 'tracker_%s.log'; $config['enable_approval_reports_log'] = true; #$config['mongodb_garanti_popup_host'] = '192.168.1.106'; $config['mongodb_garanti_popup_host'] = '192.168.1.221'; $config['mongodb_garanti_popup_port'] = '27017'; $config['mongodb_shortname_host'] = '192.168.1.221'; #$config['mongodb_shortname_host'] = '192.168.1.106'; $config['mongodb_shortname_port'] = '27017'; //$config['mobile_service_host'] = '192.168.1.212'; $config['mobile_service_host'] = '192.168.1.150'; $config['mobile_service_port'] = '8081'; $config['mongo_errors_host'] = '192.168.1.221'; #$config['mongo_errors_host'] = '192.168.1.106'; $config['mongo_errors_port'] = '27017'; $config['category_export_mongo_host'] = '192.168.1.221'; #$config['category_export_mongo_host'] = '192.168.1.106'; $config['category_export_mongo_port'] = '27017'; // bunlar eski --- $config['use_mini_basket'] = false; $config['use_mini_basket_percent'] = 0; // ---
    Tümünü Göster
    ···
  2. 2.
    0
    CERENDi
    ···
  3. 3.
    0
    sinerji yapalim
    ···
  4. 4.
    0
    benimki cerendi
    ···
  5. 5.
    0
    hayır ulan benimki ceren di
    ···
  6. 6.
    0
    elenor
    ···
  7. 7.
    0
    ayşe
    berna
    ceyda
    dilara
    esma
    figen
    gözde
    hilal
    irem
    jale
    kâmuran
    leyla
    merve
    nesli
    olga ( rus panpa )
    özge
    pelin
    remziye
    sevgi
    şeyda
    tuba
    uma thurman ( en azından 31 cektim )
    ümmü gülsüm
    vasviye ( ilk adı merveydi )
    yelda
    Zeynep

    yeter mi?
    ···
  8. 8.
    0
    abdulkerimiye idı
    ···
  9. 9.
    0
    cerendi benimkisi
    ···
  10. 10.
    0
    harun du benimkisi
    ···
  11. 11.
    0
    her pozisyonda takilan adam idi
    ···
  12. 12.
    0
    yunus idi
    ···
  13. 13.
    0
    hızır idi
    ···
  14. 14.
    0
    şukuufe
    ···
  15. 15.
    0
    cerendi neimki
    ···
  16. 16.
    0
    ceren idi
    ···
  17. 17.
    0
    tabiki ceren
    ···
  18. 18.
    0
    Sinerji yapalim
    ···
  19. 19.
    0
    benimkide cerendi amk
    ···
  20. 20.
    0
    sinerji yapalim
    ···