Author Archive

Time To Improve Clickbank Sales After Neglecting It For So Long



Try Market Samurai now for free!


Ever since I started doing videos for customers to teach them how to install software, I have became very very lazy in terms of writing articles to improve my clickbank sales.  Though I can pretty much survive just by doing videos for customers, I have to admit laziness is the middle name now.  I can enthusiastically setup software programs for people, learn new software, write my own programs but when it comes to the right things to do for clickbank, I have totally neglected my clickbank sales.

This is the current sad status of my clickbank account. And truth be told, since i had found another way to find money on the Internet, I gave up clickbank for quite a while.

But it was always a wish of mine to see the bars of clickbank being in blue and grey everyday. So as of now, I have only made $25.48 for the whole month of April 2009.

Inspired by John Yeo of www.johnyeo.name as well advice from Andrew Wee of www.whoisandrewwee.com , I felt it was time to buck on clickbank. Consistency is the game and Andrew Wee gave me a lot of advice as well. There was no point in showing empty clickbank account.  And since i have all the time in the world, it was time.

Case Study : Weight Loss Niche

On this day, I have decided to document down my steps to turning this website profitable again. When I first started this health website in May 2007, i was hoping for it to be a hit and played around with it. It went through a number of transformations.

Read the rest of this entry »

I know I have barely updated my blog but this is a good thing for me.  Cause there are progress in my IM journey and that is why I seldom blog.

First up, I have been helping a friend setup DLGuard and Amember software.  What a learning process to go through.  I think i can start doing some videos and selling it.

Second, been running 3 campaigns using Yahoo Search Marketing and after failing to get any sales for my first 2 campaigns, my 3rd campaign is already seeing 2 clickbank sales.  Thanks to friends and a coach who has been giving us some great training.  His name will be revealed soon.

Thirdly, i finally started running my polls for a CPA offer again.  Though I lost money, i still consider it a step forward.  Spent $215 singapore dollars and earn $165 from my CPA network.  This was the first time i ever surpassed $100 for my efforts from the traffic in google content network.

Fourthly, subscribing to SENuke now.  Lets see how much money can this software bring my sales.

Business have started picking up.  Clickbank sales is still way below my usual mark but hopefully it starts to increase.

Thats all for now.  Time to earn more money.

Regards,

Andrew

Been Pretty Bad Sales Since December 2008 Until January 2009

So far, it has been a pretty bad sales month for december 2008 and january 2009.  Really learnt a lesson that I should have expanded to more niches instead of relaying on just 1 niche.  Look at the stats below.  It was going up but the moment december came, things went downhill all the way.

October  2008 $246.54
November 2008 $268.43
December 2008 $26.30
January  2008 $32.34

Time to buck up, buck up, buck up

Regards,

Andrew

I have been pretty inactive for a while since my niche is not for xmas, my clickbank sales really took a dive.  Anyway, I was enjoying myself watching so many movies and episodes online that I have to say I really enjoyed myself throughout december.

The best part of 2009 is that I found a IM coach that is coaching 12 of us to be better in our preselling of products to customers and hopefully, that works out!

The worst part of 2009, the really BIG BANG for me happened on January 2nd, 2009.  I was about to prepare for a launch of my new adwords campaign and my webhost, Bluehost, dropped me a BOMB! They banned my account because my site is listed as a phishing email site.

I was HACKED!

Worst part, bluehost couldn’t really advise me on what to do except to say I have to remedy the situation.  First time encountering such times and sadly, when you look around online, there is alot of solutions for normal email users but not much solutions for webmasters.  It is so damn frustrating.

The only thing I found out is to be careful of all php and asp files and html files are relatively safe from being used as phishing.  So it was time to do some clean up.

There was no software that I could find to detect which files my web host has that is causing the phishing or could I get bluehost to help in resolving since they say they only provide hosting and it is each person’s own responsibility to take care of what type of software we install onto their server.  Sickening but they do have it in their terms and conditions.  One thing good was that their live chat support was able to answer me immediately to let me gain access to my domain hosting so that I can rememdy the situation.  And once everything was resolved, using their live chat (which is really instant), they enabled my websites to be shown again once I explained my resolution.

So how did I solve the problem?

The best way I know how.

A- Backup all my database,

B – Backup all my web files,

C – Reinstall everything one by one.

I split my solutions into 3 categories =>

1 – websites that are purely HTML

-> Since I read that HTML files seem to be safe, all my websites that are purely HTML will be copied from my backup straight back to my web server.  Just need to make sure that the files are uploaded without problems. This solution if it is pure HTML files.

If you have any php files, Look through the php codes to see if there are any unfamiliar codes sending out some funny commands.

2 – Purely Wordpress blogs

First thing you need to do is to backup all your database tables.  Remember to take note which tables belong to which of your wordpress blogs.  This is very important.

Take note of the SQL tables below

wp_comments
wp_links
wp_options
wp_postmeta
wp_posts
wp_term_relationships
wp_term_taxonomy
wp_terms
wp_usermeta
wp_users

You may have other tables but it most likely belongs to other wordpress plugins and not from your original wordpress SQL tables.

2a – The whole point I am trying to achieve is that I am going to backup all my wordpress blogs into my harddisk, uninstall all my wordpress blogs using bluehost web host’s fantastico function.  And if there are any remaining files left in the folder, I will delete them all.

2b – Then I will reinstall each blog one by one using the fantastico function again.

2c – Then I will upload my previous wordpress theme that was backed up into my harddisk.

2d – Once done, login to your phpMyadmin function in your web host.

2e – Find the correct database that you have backup on your harddisk and reload it back into your SQL tables.

wp_links
wp_options
wp_postmeta
wp_posts
wp_term_relationships
wp_term_taxonomy
wp_terms
wp_usermeta

For the wp_comments, the data is the people who commented on your blog so it is up to you if you want it to be loaded or not.

For wp_users, this is not necessary since you have already specified a new profile when reinstalling your wordpress blogs.

2f – Reload whatever plugins you need.

2g – Test if all the links are working.

3 – Mixture of HTML and wordpress

This type of situation is when you have normal HTML files as your main files and have a added blog.  Just combined my 2 solutions above if you are in such a situation.

3a -Backup the wordpress SQL tables.  Backup all files and folders for that domain into your harddisk.

3b – Remove all files and folders for that domain in your web host. Uninstall wordpress blog from fantastico.

3c- Add back all your html files first and ensure everything is working.

3d – Reinstall wordpress blog. Load back your previous wordpress theme as well.

3e – Load back the wordpress data that you back up previously.

3f – Test.  Load any plugins that you need.

The End Of Solution

Above is my brief way to resolve my phishing website problems.  Took me 2 full days to complete everything above.  There are many other details I missed out, especially if you are not good in technical stuff like reloading SQL data back after reinstalling wordpress.

Plugin and Applications To Note

There are many web applications and wordpress plugins you have to be careful because these programmers may code good uses of applications and plugins, but it may potentially open up your web server to be hacked as these codes may lack security measures or open loopholes that allows hackers to make your website become a phishing website like mine.

Disclaimers:

Ok, I have to put this because I have no idea if I have resolve the situation.  I do know that I have cleared almost all files that I am allowed to delete and reinstalled anything (those with php files) that is from bluehost capabilities and not from my previous backup.  Only files I reused are those HTML files.  Logically, since there are no more files left, then it means I have a clean slate in the web server.  But I am not sure so please don’t blame me if it does not work for you.  So far, no more problems on my side but keeping my fingers crossed.

Regards,

Andrew

Technorati Tags: ,

Out Of Reservists And Back to Learning The Basics Of Affiliate Marketing

Been pretty out of focus these days and though the sales are coming in slowly, I have decided to go back to basics.  Meaning I have been feeling a bit of loss because I seem to miss a step whenever I launch a new campaign and even though some campaigns may bring in sales, it does not really last that long, especially if there are more and more competitors fighting for the same product sales.

I sign on to both Patric Chan and Affilioblueprint courses and see if i can breakthrough from my current stagnation and strive for higher sales.  My main aim is still to conquer clickbank sales to achieve at least $3000 per month from it.  Though I have temptations to deviate to CPA networks and such, clickbank is something that i would like to conquer.

Lets see how both courses go from here.

Technorati Tags:

Finally Found A Convertable Product On Clickbank That Really Converts

Interesting statistics of my clickbank sales that I have been compiling today.  Since I have not been able to do anything these couple of weeks due to me being back training in the army, I was pleasantly surprise to see 2 sales for this week already.

clickbank_progress_nov08

clickbank_progress_nov08

Most of my sales currently come from this one clickbank product and it has been giving me sales every week for the month of october and 2 new sales in the first week of november 2008.

Total, I have already sold 17 and this is the statistics:

1 refund

9 sales generated from google adwords

7 sales generated from article marketing

Highlights of article marketing:

I have only 5 adgroups to get that 9 sales from google but the interesting part is that I have 13 articles to generate 7 sales.

If each article cost me $4 (Singapore dollars), then I have only spent $52.  And each sales I will receive USD$26.30 so the total is USD$184 (Sing is $272).

Therefore, my total profits is $272 (sing) -$52 (sing) = $220.

I have already lost count on how much i have spent on google adwords due to the constant bidding changes and deleting of useless keywords but ultimately it became slightly profitable.

So the ratio of my articles to sales will be 13 articles : 7 sales => 53.8% conversion rate.

I have around 50 articles in my harddisk that I have not submitted but let me do an experiment for the month of november to submit all 50 articles and if it works, I should roughly have another 26 sales, which will amount to Sing $1012.  Hopefully it will works.

Regards,

Andrew

Technorati Tags: ,