http://www.cdrinfo.com/Sections/Articles/Sources/DVD_Fab_Decrypter/Images/DVDFab_Decrypter_main_menu.jpg

VDFab HD Decrypter is a simple version of DVDFab Platinum. It copies entire DVD movie to hard disk, and removes all the protections (CSS, RC, RCE, APS, UOPs and Sony ARccOS) while copying. It also comes with full HD-DVD and Blu-Ray support (Removes AACS).

Read the rest of this entry »

This is a simple method that is very effective. You can use google to search for .edu blogs and thsi way get high pagerank backlinks if you post a quality comment on that blog. Make sure that your comment you make doesn’t look like spam!

Do the following search in google, but replace the “keyword” to something of your niche. example to “tutorials”.

site:.edu inurl:blog "post a comment" -"comments closed" -"you must be logged in" "keyword"

It’s always a pain in the ass if you are running a gallery site or any other site that contains quality images that other people would easily place on their site. If people hotlink images from your domain your bandwidth will be used up and they will get the honour of having the image. We can solve this by using mod_rewrite. If we use mod_rewrite to check the referrer we can easily make sure that there is no hotlinking. Only thing we have to do is check if the referrer is your own domain or not, and if it isn’t you can display a default image where you make yourself clear on not to leech images from your site.

The following code should be placed in the images folder you would like to protect from hotlinking:

<IfModule mod_rewrite.c>
   Options +FollowSymLinks
   Options +Indexes
   RewriteEngine On
   RewriteCond %{HTTP_REFERER} !^$
   RewriteCond %{HTTP_REFERER} !domain.com
   RewriteRule \.(gif|jpg|jpeg|png)$ nosteal.jpg [L]
</IfModule>

Where you have to replace domain.com by your domain and the nosteal.jpg picture is a default picture that will be shown if someone wants to load a hotlinked image.

Sharenation.org - New & Hot Converting Download Site

Sharenation.org is a brand now, high converting warez affiliate. Tired of those clickbank checks which take long before you even get your money? Tired of all the releases and fee’s that are subtracked from your earnings?
Try Sharenation.org, our team has made sure that all visitors are attracted by the look of the site so that the conversion rate is high.

Our features:
# Earn a stable 25$ per sale
# Free website optimization to earn more $$$
# Bi-monthly payments (1st and 15th of each month)
# We make you an ePassporte Account for a minor fee
# Use the money you earned immediately after payment
# We can even optimize your Wordpress based warez site for making good $$$

How can I track how much ive earned?
We have a custom designed & coded affiliate panel which allows you to view the number of clicks & sales. This panel is auto-updated every 5 minutes so our affiliates can always track their profit whenever they want.

How do I get paid?
We currently only pay via ePassporte. This is a very populair payment processor that can be used in ANY country. We pay the 1st and 16th of each month. This is the reason that in our signup form we ask for your ePassporte username.

I don’t have ePassporte, what now?
We have the ability to create gift accounts for a minor fee. If you don’t have a ePassporte we will auto-create one for you. This will cost around 25$. This means if you have earned 500$ , we create you an ePassporte account, we sent you the info and when you login to it you will immediately see the other 475$ on it.

I wanna make money, where do I start
If you are interested in joining our affiliate program please visit our Webmasters Page that includes all the information you need to know aswell the procedure of signing up.

If you want to know more about our features we offer for webmasters then don’t hesitate to visit our Webmasters Page Drop a pm or post on topic for any other questions.

In this very small tutorial I will provide you a one line command that allows you to completely clear your Mail Queue Administration of directadmin. This is a list of mails which still has to be sent. The list has to be cleared once in a while since it can get really stuffed. I had about 66 pages of mails that still needed to be send and I think that a bit too much. You just have to run the command below in SSH:

exim -bp | awk '/^ *[0-9]+[mhd]/{print “exim -Mrm ” $3}’ | sh

This is a small tutorial where I will show how you can watch clips on YouTube on a higher quality. This only works with video’s added after 30 March 2008. The Process is very simple and everybody can do this by simply adding some small code into the URL.

First of all find yourself a movie, then wheny ou clicked on it simply add &fmt=18 or &fmt=6 behind it.

It would become:
http://www.youtube.com/watch?v=XXXXXXXXX&fmt=18

Enjoy watching movies on higher quality!

This tutorial is dedicated to all the movie lovers that use the internet to get a copy of their movies. Most of the time you have to download all 6-7 parts to get the full movie. When then quality isn’t isn’t sufficient enough you have waisted a lot of bandwidth (for the limited bandwidth user). I will show you all how you can check the video quality of a movie by only downloading 1 (rar) file.

Read the rest of this entry »

In this tutorial I will explain the basic steps to change the IP of the computer tou are using to browse the internet. This can have many advantages (eg: Download more files on file hosting sites that only allow 1 IP to download an x number of MB per hour; like Rapidshare). This will only work if you have got a dynamic IP. Most of the people who have got a wirelless connection using a router are able to do this. This tutorial can be used on all operating systems. I’m going to explain it in particulair for Windows XP and Vista.

Read the rest of this entry »