•November 28, 2009 •
Leave a Comment
Posted in Uncategorized
Tags: IP, adsense, webmaster, spy, reverse ip, quantcast stalk, track, tracking, adsense id, adsense pub, pub, serversiders, domaincrawler, adsspy, ownerspy
•August 25, 2009 •
Leave a Comment
There is a really nice tutorial about how to transfer a domain to Godaddy at: Ahsfame – Domain Transfer
Just one thing on the authorization code has been validated, you may have to wait up to 5 days to get control of the domain in Godaddy’s panel.
Posted in Uncategorized
Tags: Godaddy, Domain, Domain Transfer, Transfer, Admin, registrar
•August 25, 2009 •
Leave a Comment
I wanted to import a WordPress eXtended RSS (WXR) file into my blog which is 8MB, but the limit on my blog is just 2MB.
I could have updated my php.ini but that’s too complicated.
Better to temporarily update the htaccess file by adding the following snippet:
#Change upload limits
php_value memory_limit 34M
php_value post_max_size 33M
php_value upload_max_filesize 32M
php_value max_execution_time 600
#Change upload limits end
then I was able to upload my wordpress import file.
Posted in Uncategorized
Tags: export file, htaccess, import file, size, size limit, Wordpress, WXR
•August 2, 2009 •
Leave a Comment
To create a virtual PC on your computer I suggest to use Sun’s VirtualBox: it’s free and powerful!
–> Virtual Box Official Site
I needed a virtual installation of Windows XP on Windows 7.
Installation is really smooth and easy.
Just one thing, don’t forget to install the Virtual Box Guest Additions (check in the explorer of your guest operating system), it will make things easier to share a folder and to control the mouse.
Posted in Uncategorized
Tags: Sun, Virtual Box, Virtualization, Vista, Windows, Windows 7, XP
•June 6, 2009 •
Leave a Comment
One can make a few DNS queries at –> this site
DNSQueries lets you make every needed network test such as domain health tests, DNSBlacklists checks, dns queries, ptr queries, host geographical informations
Posted in Uncategorized
Tags: dns queries, DNSBlacklists checks, domain health tests, host geographical informations, ptr queries
•June 6, 2009 •
Leave a Comment
(WordPress 8 and up, older version look at thirstyofmind)
If you want to use the rssparser from wordpress and want this parser to always update, here’s the procedure to follow:
In the folder wp-includes, edit the file rss.php:
1 look for RSS feed constant and update Magpie User Agent as below:
define(‘MAGPIE_USER_AGENT’, ‘Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 GTB5′);
2 look for function fetch_rss ($url) and update:
function fetch_rss ($url, $NoCache = false)
3 quite close to fetch rss look for ( MAGPIE_CACHE_ON ) { and change with:
if ( MAGPIE_CACHE_ON | $NoCache) {
4 now if you call teh fetching function like this: fetch_rss ($url, true) , the cache will be turned off and you’ll have the latest items from the updated feed
5 look for class RSSCache
and change $Max AGe to something lower (12 hours = 43200 secsonds by default, thats too much)
for my part i updated to $MAX_AGE = 10;
Posted in Uncategorized
Tags: cache, faster, feed, frequency, magpie, MAGPIE_CACHE_ON, rss, update, Wordpress
•June 6, 2009 •
Leave a Comment
Posted in Uncategorized
Tags: apache, compression, deflate, Fast, gzip, IIS, Linux, Load Time, mod deflate, Server, site, Speed
•June 6, 2009 •
Leave a Comment
•May 19, 2009 •
Leave a Comment
10 to launch at unit 10
* for every time unit (by default)
*/10 to launch every 10 unit
command: php httpdocs/myscript.php
Posted in Uncategorized
Tags: cron, crontab, Linux, plesk, Server, Task Scheduler
•May 15, 2009 •
Leave a Comment
To optimize the size of a picture, I suggest
1. DynamicDrive tool –>here
2. or Yahoo smush it: –>here
Posted in Uncategorized
Tags: bmp, dynamicdrive, gif, jpg, Optimize, Picture, picture size, png, size, smushit, tool