Google (and Yahoo!) Sitemap Generator for Windows
Webmaster July 11th, 2010
Google Sitemaps allows the webmaster to help Google index their pages optimally. The GSiteCrawler will help you generate the best Google Sitemap file for your website. The GSiteCrawler uses different ways to find all the pages in your website and can generate all sorts of files, statistics and more. The sitemaps file format has lately been also adapted by Yahoo! – even MSN/Live.com is pledging it’s support.

http://gsitecrawler.com
Plesk open_basedir
Apache, Plesk June 29th, 2010
Learn how to remove the open base dir restriction for a special directory that Plesk automatically creates for subdomains. Read the rest of this entry »
Google XML Sitemaps is not multisite compatible
Wordpress June 27th, 2010
“Google XML Sitemaps is not multisite compatible”
I’ll be very happy when it’s available for WP 3.0 multi-user too!
I make changes for start it work:
1.Modification on wp-content/plugins/google-sitemap-generator/sitemap.php
//Check for 3.0 multisite, NOT supported yet! // if((defined(‘WP_ALLOW_MULTISITE’) && WP_ALLOW_MULTISITE) || (function_exists(‘is_multisite’) && is_multisite())) { // if(function_exists(‘is_super_admin’) && is_super_admin()) { // add_action(‘admin_notices’, array(‘GoogleSitemapGeneratorLoader’, ‘AddMultisiteWarning’)); // } // // return; // }
2. .htaccess
RewriteRule ^sitemap.xml sitemap-%{SERVER_NAME}.xml [L]
RewriteRule ^sitemap.xml.gz sitemap-%{SERVER_NAME}.xml.gz [L]
XML Sitemap Creator
PHP, Tools June 26th, 2010
How to do a MX lookup on windows
Online Tools, Windows May 19th, 2010
Here’s a little trick you can use to lookup an MX record for a domain. MX records are the Mail Exchanger records in DNS – they specify what IP address email should be directed to for the domain. So open up the command prompt (Start – Run – cmd)
nslookup
> set type=mx
> example.com
Installing LAMP on Ubuntu
Apache April 22nd, 2010
Lets start with Apache:
1. Open the terminal (we will be using it through most of my guide) from Applications > Accessories > Terminal
2. Install apache2 using apt-get by typing the following Read the rest of this entry »
EasyVMX!: Create Virtual Machine
Online Tools April 19th, 2010
EasyVMX! creates virtual machines to run in VMware Player.
http://www.easyvmx.com/new-easyvmx.shtml
Tags: vmware
Plesk webmail showing blank page
Plesk April 8th, 2010
Sometimes on plesk servers http://webmail.domainname.com may give you a blank page. This usually occurs after upgrading the PHP to php 5. This is due to a bug in the version 5.2.5 of PHP that affects the functioning of Horde which is installed by default with the Plesk control panel 8.1.x or 8.2.x. Read the rest of this entry »
Tags: blank page, php5, Plesk, webmail
Remove Nero Scout from Nero 7
Windows March 24th, 2010
PHP mail под Windows. Отправка почты из PHP скриптов
PHP, Windows February 3rd, 2010
В этой статье я хочу рассказать об отправке почты из php скриптов под Windows.
С точки зрения php программиста отправка почты выполняется с помощью стандартной функции mail().
И вот тут у многих начинающих разработчиков возникает проблема. Скрипт, прекрасно работающий на сервере хостера, выдает ошибки на локальном компьютере.


About