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.

GSiteCrawler will help you generate the best Google Sitemap file for your website

http://gsitecrawler.com

Tags: , , ,

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” :(

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]

Tags: , ,

XML Sitemap Creator

PHP, Tools June 26th, 2010

XML Sitemap Creator, sitemap xml

Free script for creating xml sitemap:
http://enarion.net/google/phpsitemapng/

Tags: ,

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

Tags: , , ,

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! creates virtual machines to run in VMware Player.

http://www.easyvmx.com/new-easyvmx.shtml

Tags:

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: , , ,

  1. Click on Start and select Run.

    Remove Nero Scout from Nero

    Remove Nero Scout from Nero

  2. Copy the code/line below and paste it to the Run box and hit OK.
    regsvr32 /u “%COMMONPROGRAMFILES%\Ahead\Lib\MediaLibraryNSE.dll”

В этой статье я хочу рассказать об отправке почты из php скриптов под Windows.

С точки зрения php программиста отправка почты выполняется с помощью стандартной функции mail().

И вот тут у многих начинающих разработчиков возникает проблема. Скрипт, прекрасно работающий на сервере хостера, выдает ошибки на локальном компьютере.

Read the rest of this entry »

Tags: , , , ,