Remove All Comments From WordPress Blog
If your website blog has been spammed by too many comments to delete from inside wordpress admin you can delete the comments directly from the database. Please backup the database if your not sure what you are doing, then follow these easy steps:
Enter you Cpanel, Click myPHPadmin (in databases) a new window will open.
Click your wp database name from the left sidebar, click SQL from the top tab menu.
Replace the query string with:
DELETE FROM wp_comments WHERE comment_approved = 1
Click GO, Confirm and your done!
Opening a link in a new window on page load.
Normally you would use a meta redirect, but it is not possible to open a link in a new window with this method.
Use this code after your<body> tag in your html document:
<script type=”text/javascript”>
window.open(‘http://www.yourlink.com/’);</script>
£99 laptop: Asus 901

My Asus 901

Up and running windows 7!
Get 11% interest on £1000 trick
If you have a spare £1000 saved you can earn £110 plus £150 in bonus this year. Probably alot better than the 2.5% (£25) your currently getting from your saving account. Here is how:
Halifax will pay you £5 every month for paying £1000 in to their current account. www.halifax.co.uk
Now Santander pay you 5% (on upto£2500) if you pay £1000 in each month to their current account. www.santander.co.uk

So the trick is to setup standing orders betweeen both accounts, the £1000 pings between both accounts each month.
Set up two standing orders between the accounts (easily setup online) : 1st from the Santander account (where it stays most of the month as they will pay you the interest), transfer to the Hallifax account, leave three days for it to enter the account, then return it back to the Santander account with the second standing order.
You can earn £185 from £2500 savings using this method. £60 from Hallifax, £125 from Santander. That works out to 7.4% interest on £2500.
Or earn £110 from £1000, £60 from Hallifax, £50 from Santander, working out a whopping 11% on £1000!
Additionally you can “transfer” from your existing accounts, you will also get £50 and £100 one off bonuses.
Free Nectar points for using Yahoo search toolbar.
Get up to 50 points per month for using searcher toolbar. Great if you shop at Sainsbury’s. Im saving up for a round the world cruise
ETD: 2024!
nectar.com/collect/toolbar/home.points
How it works: you install the addon for your browser, enter your nectar card number, and the points get added automatically to your account, you can check them online.
I disable the toolbar after i reached the max 50 points
Tools>Manage Add-ons, as it does slow the browser down a touch in IE8.
You can also disable the flash/shockwave plugin there if you dont want those cpu hungry ads slowing your working day down.
Making “404 page not found” redirect to your home page

If you want any broken links or missing page requests (404 page not found) to be redirected to your home page you can add a line of code in your cpanel.
Login to your cpanel, go to advanced, error pages, select your domain, select 404 (not found), copy and paste the following code into line 1, hit save, your done!
<meta http-equiv=”Refresh” content=”0; URL=http://nadeemx.com”>
you can also do the same for the other 4 error pages:
400 (Bad request)
401 (Authorization required)
403 (Forbidden)
404 (Not found)
500 (Internal server error)
You will now never lose traffic due to google/other sites linking to pages you have deleted, or renamed.
For WordPress you need to edit your 404.php to redirect to your home page.
In wp-admin>Appearance>Themes>Editor by wrapping the below code inside ”<?php ?>"
header(“HTTP/1.1 301 Moved Permanently”);
header(“Location: “.get_bloginfo(‘url’));
exit();
Send Blog Post To Facebook and Twitter Automaticaly! F@#% me It Worked!
![]()
This is a test post from my blog www.nadeemx.com using a plugin that post to my twitter and facebook automatically.
If any of you would like a blog setup like this please feel free to contact me. I work for beer and pizza.
F*#% me it worked!
FTP with no FTP Client!
Not many people know you can use Explorer that comes with Windows, (not Internet Explorer) to upload files to your site. Its alot quicker to login, and the opened folder window acts like a regular windows folder! You can rename/delete/move/copy files as you would normally on windows.
Click Start Bar, Select RUN, then type “explorer” and hit Enter. Then in the address bar of Explorer type:
“ftp:// password:username@domain.name” (no spaces) then hit enter. Windows will load up the files on your ftp server in a regular fashion.
the format is
“ftp:// p:u@d” (no spaces)
where u=username, p=password, d=domain url
e.g. ftp:// abracdabra:nadeem@domain.com
Obviously change to your specific details. Its now possible to drag and drop files directly into your ftp server space from any local folder on your pc!
If you regularly want to access your server with a shortcut on your desktop, make a new network place by double clicking the “My Network Places” icon, and click ADD NETWORK PLACE.
This will bring up a dialogue box, click Next until your prompted to enter the network address. This is where u enter the ftp address. ie ftp://domain.com. Click Next, uncheck the log on anonymously box.
Now you can enter your username. click next and you will be asked your password every time you double click the new network place icon you just made.
Alternatively you can enter your username as
password:username
This will login automatically when u double click the new network icon. Make a short cut onto your desktop for easy access. But be aware that anyone with access can login to you ftp space by clicking this icon. Also the explorer window will remember the address string in its cache. Clear it if your on a public computer.
UPDATE FOR WINDOWS 7:
Its a similar process, click start>computer, click map a network drive, connect to a website that you can use…. enter ftp path and username password.


