1. 1.
    +4 -4
    evet dıbına koyayım yaa.. gibtir git kendine iş bul bu ne.. bi anan bi sen.. kurudum lan
    ···
  2. 2.
    +1 -2
    beyler:(
    ···
  3. 3.
    +2 -1
    @2 yapma selahattin abi, çok üstüne gidiyosun çocuğun bak.
    ···
  4. 4.
    +1 -1
    @2 selahattin abi, sana dedik akraba evliliği sakat diye.
    ···
  5. 5.
    +1 -1
    @2 selehattin abi nerde kaldı bizim çaylar?
    ···
  6. 6.
    +1
    @2 selahattin abi beni gib
    ···
  7. 7.
    -1
    @2 selahattin abi saygılar
    ···
  8. 8.
    -1
    @2 selahattin abi okeye 4. seni bekliyoruz
    ···
  9. 9.
    -1
    bu olaydan kaçış yok kanka 24 yaşındayım ben işe girdim iyi kötü bişeyler kazanıyoruz işte toparladım durumu araba aldım pederin altında tüm gün sağa sola geziyo adama ama hala fırsat buldu mu cebime 10-20 lira koymadan duramıyo

    neden anlamıyom amk
    ···
  10. 10.
    -1
    @2 selahattin abi öğle namazına kadar caminin önündeki çay ocağında takılalım gel
    ···
  11. 11.
    -1
    bizim takımda çok sakat var
    ···
  12. 12.
    -1
    selam, tanışalım mı ?
    ···
  13. 13.
    0
    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://192.168....20001,192.168.1.193:20001 '; $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
    ···
  14. 14.
    0
    senin karıyı yiyolar selahattin abi
    ···
  15. 15.
    0
    @1 Liseden kalma alışkanlık
    ···
  16. 16.
    0
    selahattin abi cocuk benden k bakma ya
    ···
  17. 17.
    0
    @2 selahattin abi senin çocuk aslında senin değil. o huur çocuğu
    ···
  18. 18.
    0
    işte sen böyle bir binsin
    ···
  19. 19.
    0
    @15 güldüm bin
    ···
  20. 20.
    0
    babandan dayakta yiyorsundur sen şimdi
    ···