Change Linux Password from PHP Script
There are a few scripts available on net which allow you to change a linux user password from PHP. but all of them are very complex and hard to implement , so after some...
Linux ve Sistem Yönetimi Üzerine
There are a few scripts available on net which allow you to change a linux user password from PHP. but all of them are very complex and hard to implement , so after some...
If you have run into defunct php processes that keep running on the server which causes the CPU load to increase, read on… Normally to kill these process we can use ps aux |...
Ubuntu: apt-get install php5-xmlrpc CentOS/Red Hat: yum install php-xmlrpc
Merhaba, bunun için wp-config dosyanıza define(‘FS_METHOD’, ‘direct’); fonksiyonunu ekleyebilirsiniz. Eğer düzelmezse define(‘FTP_HOST’, ‘ftp.siteadiniz.com’); define(‘FTP_USER’, ‘FTP_Kullanıcı_Adı’); define(‘FTP_PASS’, ‘FTP_Şifreniz’); da ekleyebilirsiniz.
Eğer sitelerinizdeki saatlerde bir yanlışlık var ise php.ini dosyanızdan date.timezone = “Europe/Istanbul”; şeklinde ayarlayabilir ya da php sayfanızda en üste date_default_timezone_set(‘Europe/Istanbul’); yazarak düzeltebilirsiniz.
Uzun yazıları kırptığımızda, son kelimenin kalan kısımı görünmez oluyor ve anlamsız bir kelime, bazende tek bir harf olabiliyor. Örneğin; $icerik = ‘Uzun yazıları kırptığımızda, son kelimenin kalan kısımı görünmez oluyor ve anlamsız bir kelime...