tunalioglu.org
Hakkımda
http://www.tunalioglu.org/hakkimda
Php, ajax, jquery , mootols, asp, aspx, css, html konularında web programlama ile uğraşıyorum. Linux dağıtımları ( özellikle debian, ubuntu, red hat, centos) , apache lamp yönetimi, ağ servisleri, web sunucuları üzerinde çalışırım…. Ilker bey sizi tebrik ediyorum. Woocommerce bulk price update. Xmlrpc.php ataklarını bloke etmek. Maksimum Bağlantı Sayısını Sınırlandırmak Apache, Ssh. Curl ‘u insecure olarak kullanmak. Hocam selamlar, geçen gün avea jet almıştım Bağlayamadım, i. 05 / 09 / 2016, 04:28:15.
tunalioglu.org
Kategori: Centos
http://www.tunalioglu.org/konu/linux/centos
Kategori : Centos . Centos kurulamayan paketleri zorla yüklemek. Yum install php54* –skip-broken. Centos’ta oluşturulmuş lvm2 bir diski Debian’da mount etmek. Mount /dev/VolGroup00/LogVol00 /yedek -o ro,user. Shellshock or Bash Bug – Güvenlik Açığı. Env 'VAR=() ; echo Bash is vulnerable! FUNCTION()=() ; echo Bash is vulnerable! Bash -c "echo Bash Test". Komutu ile açığı test edebilirsiniz. Eğer açık varsa :. Apt-get update & sudo apt-get install –only-upgrade bash. Lxadmin backup alma ve geri yükleme.
tunalioglu.org
Kategori: Php
http://www.tunalioglu.org/konu/php
Kategori : Php . Php sosyal medya hashtag. Regex = “/# ([a-zA-Z0-9. Str = preg replace($regex, ‘ a href=”h.php? Tag=$1″ $0 /a ’, $str);. Str = preg replace($regex, ‘ a $0 /a ’, $str);. Utf8 special characters – Mysql Insert. Utf8mb4 unicode ci ve mysql sorguları için :. Mysqli query($con, “SET NAMES utf8mb4″);. Mysqli set charset( $con, ‘utf8mb4′ );. Subdomain ve sayfa urlsi olmadan urlden domain parse etmek. Url=”http:/ www.test.com.tr/adsf”. Echo get domain($url);. If (preg match(‘/(? Php ile string iç...
tunalioglu.org
Kategori: Mysql
http://www.tunalioglu.org/konu/mysql
Kategori : Mysql . Utf8 special characters – Mysql Insert. Utf8mb4 unicode ci ve mysql sorguları için :. Mysqli query($con, “SET NAMES utf8mb4″);. Mysqli set charset( $con, ‘utf8mb4′ );. Mysql alanından ilk 3 kelimeyi seçmek. UPDATE `aa` SET dd= SUBSTRING INDEX(bb,” “,3) where cc= ”. Mysql alanından ilk kelimeyi seçmek ve başka sütuna yazdırmak. UPDATE aa SET bb= SUBSTRING INDEX(`cc`, ‘ ‘, 1) WHERE bb= ”. Mysql partial replace – WordPress. Plesk panel – mysql root girişi. Grep -v ‘LOCK’. S/, n )/ n )/gs;...
tunalioglu.org
Kategori: Plesk
http://www.tunalioglu.org/konu/linux/plesk
Kategori : Plesk . Mysql admin oturumu açmak – Plesk. Mysql -uadmin -p`cat /etc/psa/.psa.shadow`. Plesk panelde 587 portta TLS’yi iptal etmek. 587 portta TLS’yi iptal etmek için . Submission inet n n – smtpd -o smtpd enforce tls=yes -o smtpd tls security level= encrypt. O smtpd sasl auth enable=yes -o smtpd client restrictions=permit sasl authenticated,reject -o smtpd sender restrictions=. Submission inet n n – smtpd -o smtpd enforce tls=yes -o smtpd tls security level= may. Böylece ssh portunu engellese...
tunalioglu.org
Kategori: Linux
http://www.tunalioglu.org/konu/linux
Kategori : Linux . Xmlrpc.php ataklarını bloke etmek. RedirectMatch 403 /xmlrpc.php. Ende Protect xmlrpc.php. Maksimum Bağlantı Sayısını Sınırlandırmak Apache, Ssh. Bağlantı limiti koymak istediğimiz port :. Iptables -A INPUT -p tcp –syn –dport $port -m connlimit –connlimit-above N -j REJECT –reject-with tcp-reset. Apache 80 için :. Iptables -A INPUT -p tcp –syn –dport 80 -m connlimit –connlimit-above 20 -j REJECT –reject-with tcp-reset. SSH 22 için :. Iptables-save /etc/iptables.up.rules. İçerisinde bel...
tunalioglu.org
İletişim Formu
http://www.tunalioglu.org/iletisim-formu
Woocommerce bulk price update. Xmlrpc.php ataklarını bloke etmek. Maksimum Bağlantı Sayısını Sınırlandırmak Apache, Ssh. Curl ‘u insecure olarak kullanmak. Hocam selamlar, geçen gün avea jet almıştım Bağlayamadım, i. Çifte kayıtları teke indirerek, temizlenmiş yeni bir tablo o. Şirketler Kataloğu (Türkiye Çapında). Cüneyt Katalay (Grafik Uzmanı). Php, ajax, jquery, mootools web programlama. Linux, apache, lamp sunucu yönetimi. Cpanel, plesk, lxadmin panel kurulumlari. 05 / 09 / 2016, 04:28:48.
tunalioglu.org
Kategori: Wordpress
http://www.tunalioglu.org/konu/wordpress
Kategori : Wordpress . Woocommerce bulk price update. Update w postmeta set meta value = meta value * 1.25 where meta key=’ price’. Tüm featured images kayıtlarını silmek. Functions.php'ye bu kodları ekliyoruz. add action ('init', 'remove featured images' ); function remove featured images () { global $wpdb; / The following query will only unset the featured image, it will not delete it. $wpdb- query( " DELETE FROM $wpdb- postmeta WHERE meta key = ' thumbnail id' " ); }. Wp post title kontrolü. DELETE a&...
tunalioglu.org
Kategori: Magento
http://www.tunalioglu.org/konu/magento
Kategori : Magento . Magento loglarını silmek veritabanı. SET FOREIGN KEY CHECKS=0;. TRUNCATE sales flat quote;. TRUNCATE sales flat quote address;. TRUNCATE sales flat quote shipping rate;. TRUNCATE dataflow batch export;. TRUNCATE dataflow batch import;. TRUNCATE log customer;. TRUNCATE log quote;. TRUNCATE log summary;. TRUNCATE log summary type;. TRUNCATE log url;. TRUNCATE log url info;. TRUNCATE log visitor;. TRUNCATE log visitor info;. TRUNCATE log visitor online;. TRUNCATE report event;. Php ile ...