Etiket: software
-
phpmychat manuel kurulumu
Instructions for a NEW installation (or an UPGRADE) of the Plus version you just downloaded. 1. Extract plus.zip If you want to run a NEW install, skip to step 2 UPGRADE ONLY -> Safe Procedures – IMPORTANT! 1a. Backup your chat database, just in case something goes wrong; 1b. Backup (make a copy on your…
-
phpmychat kurulum kılavuzu
Instructions for a NEW installation (or an UPGRADE) of the Plus version you just downloaded. Note: This version comes with a fully automated wizard to help you install phpMyChat-Plus on your site. Alternatively there is a manual install folder which contains more instructions for a manual install. If you fail to successfully run the automated…
-
postgresql e uzaktan erişim yetkisi açmak
/etc/postgresql/8.3/main/pg_hba.conf dosyasında # IPv4 local connections: host all all 127.0.0.1/32 md5 # IPv6 local connections: host all all ::1/128 md5 burada 127.0.0.1/32 yi 0.0.0.0/0 yapıyoruz. ayrıca postgresql.conf dosyasında listen_addresses=’localhost’ bunu değiştirip listen_addresses=’*’ yapıyoruz.
-
redemption perioda düşmüş domaini geri almak için
alttaki gibi bid yazı geldi godaddy den. Thank you for contacting Online Support. I understand you have a question about the renewal of the domain name xxx.com. According to a whois lookup at the registry, the domain name expired on 12/25/2009. Given that the domain was not renewed in a timely fashion, it has now…
-
ubuntu da mount edilemeyen ntfs partitionu mount etmek için
güvenle çıkar demeden çıkarıldığı zaman. sudo ntfsfix /dev/sdc1
-
joomla da css macerası
beez templatesine slide showlu modül eklerken zorlandım. template modülün renklerini bozuyordu bende şunları yapınca çözüldü. 1. #header ul li a:link,#header ul li a:visited { background:#fff; color:#000; font-weight:bold; text-decoration:none; border-right:solid 1px #666; padding:5px 10px; line-height:1.5em; } kodunda background:#fff; color:#000; satırlarını sildim. 2.#breadcrumbs a:link,#breadcrumbs a:visited { background:#ffffff; color:#000000; } kodunda background:#ffffff; satırını sildim. menü içinde #header ul…
-
relational veritabanından data çağırma
select urun_adi.ad,sum(adet) from stok,urun_adi where stok.ad=urun_adi.id group by urun_adi.ad