Browse > Home / Archive by category 'cPanel'

| Subcribe via RSS

Do you hide your affiliated links?

October 25th, 2007 | 7 Comments | Posted in Advertisement, Tips of the day, Wordpress Plugin, cPanel

tshirt store_cr

Imagine you walk into a apparel store. There is a friendly sales person that comes over to promote the new T-shirts that arrived recently. He talk about the unique design of the print, the 100% combed cotton material and the new designers cutting of the shirt. You were so impressed that you start to tell the sales person to wrap it up. Being the nice person he is, he told you about the 20% commission that he will earn when you buy the t-shirt from him. That’s when you say, “No, I am not buying this t-shirt if you are earning a commission from it”.

Do you find the above story familiar?

You search for reviews for the best and cheapest webhosting service around. You found a article that tells you the features of a good webhost. You like it and decided to buy the plan. Suddenly, you look in the status bar of your browser and saw that it is a affiliated link. You start to get disgusted and copy the link (without the affiliated referral) so that you can buy directly from the store. Imagine if the link is just a straight link to the site, you would have click through to sign up.

Both stories above shows that irrationality of a normal person. All commissions are paid by the source and no matter who you buy from, the price you pay are the same. So why do you penalize the marketer/promoter? Doing so just unhinge all the hard work promoting to you/ researching for the review you read. You might say the promoter is biased towards their product, but if the product is really bad, you think you can’t see through the sugar coated lies?

So if you are a affiliated marketer and wanted to “camouflage” your affiliated links, here are 4 ways to do it.

  1. This is from Ben Cook of BloggingExperiment. He uses a affilated jump page to redirect the buyer to the source. So a url like this “http://www.text-link-ads.com/starter_kit.php?ref=94747” would become this http://blogmunch.com/recommend/text-link-ads.php. Here’s the code for your php template.
    <html>
    <head>
    <insert tracking scripts here>
    <meta http-equiv=”Content-Language” content=”en-us”>
    <title>Sign Up with Text Link Ads</title>
    <meta name=”robots” content=”noindex, nofollow”>
    <script>window.location=”affiliate url“;</script>
    <meta http-equiv=”refresh” content=”1; url=”affiliate url“>
    </head>
    <body>
    <p align=”center”>You will be taken to the correct page shortly.
    <br>If this page does not load after 5 seconds, please
    <a href=”affiliate url“>click here</a>.</p>
    </body>
    </html>
  2. If you are using cPanel with your webhost, you can also use the redirect function at the domain tab to redirect any affiliated links to your custom url.
  3. You can also use a tool like http://get-shorty.com/ to install on your server to generate short and sweet url that will hide your affiliated links.
  4. Lastly, like all things WordPress, your solution is only a plugin away. Use the Hidden Affiliate Links plugin.

Choose any one of the solutions above and enjoy more click-through to your affiliated programs.

Like more tips on affiliated marketing? Subscribe to the BlogMunch Feed.

blog migration series - cpanel orientation

August 29th, 2007 | 3 Comments | Posted in cPanel

Migration of your blog is not an easy task. That’s why there are many bloggers who reflect on their first year blogging said that shifting to your own domain is of the first priority. I am starting a series of posts on my migration from Blogger to WordPress.org, so that I can share my knowledge to anyone wanting to migrate their blog . Blog Migration Series:

  1. Choosing my Wordpress theme
  2. Choosing a webhost
  3. Choosing wordpress plugins
  4. cPanel orientation

When you got a web hosting plan, the first thing you will encountered is the cpanel. For first-timers, all the new terms and variety of services in the cpanel will seems daunting. At least, it was like that to me. Even now after two weeks of using it, I have used less than half of the features there.

Fantastico

To install Wordpress, you can either for for the famous 5 mins install or you can use Fantastico. With a name like that, you will need fantastic performance to live up to it. It is certainly not a one click install per se, but as close to a one click as can be. You will still need to know the directory (I install at root) you want to install at. Configure Admin and Email.

The only time I have a problem is when I tried to uninstall Gallery2 from my set up. Not sure why, but I cannot uninstall from the Fantastico interface. Needed a technical support staff from Bluehost to uninstall it.

Unlimited ftp

Unlimited ftp client is a java applet that allows you to transfer files to and fro local hard disk and hosting server. It is a two panel screen with your local drive on the left and the server on the right. You can do the usual stuff like make directory, upload or download files. It works fine, but being java based, it is quite slow. An adequate ftp client until you install your own.

Awstats

For stats junkies. If your Google Analytics, Statcounter and Sitemeter combined is not enough for you to get high, you can activate the log program from cpanel. You can choose between Awstats, Webalizer or both. Not sure how too much log program will affect the server performance, I choose Awstats only. Most of what you see on the others analytical programs like outgoing links, search keywords, referrers and content logs is available here. Though from what I noticed, the stats here are higher than others. Maybe it logged my visits too?

I still have much more to learn

The above are my frequently used programs from cpanel. There are more that I need to explore. I will add in more as I find useful stuff on the cpanel. I think new users should not be overwhelm by the cpanel, as from what I experienced, when you need to use it, you will know how to use it. That’s how user-friendly it is. The instructions are clear on each functions with ample warning if you might break something. So be alert and you will be fine.

This ends the four parts series for my blog migration. I hope you enjoy them as I do writing them. If you have not read the other parts, just go back to the top and there are links there to guide you.  

Technorati Tags: , ,

If you like my post and wish to read more from me, please subscribe to the BlogMunch Feed.