Archive for the ‘Paypal’ Category

Curdbee Review: Online Invoicing for Freelancers and Small Businesses

Saturday, July 17th, 2010

I do a bit of freelancing sometimes. And when you do that, you need to be able to invoice your clients.

Of course, you could just whip a quick invoice in Words or any word processor that you use. But where’s the fun in that?

Now imagine this — invoicing is FUN (yes, apart from getting paid). I want to introduce you to CurdBee.com. That’s what I use for invoicing my clients.

CurdBee.com is an online, web-based invoicing software by a company called Vesses. I am starting to really like this company and the things they do.

I have been checking out online invoicing for some time now. I didn’t really test everything out, but I know about the others like FreshBook, BlinkSale, CashBoard, Zoho and others. But when checking these options out, I am drawn to CurdBee.com.

Why I am drawn to CurdBee.com? One is because of their generosity.

You see, online invoicing software makes money by charging you a monthly fee. But at times they still let you in for a free peek. But these free peek accounts are always limited in some ways. Well CurdBee has a free account that is limited too. But the main difference here is this — While others limit you by how much you can earn with their software, CurdBee does not.

Let me explain.
(more…)

How To Sell Your eBooks, Files, Downloads with Paypal using UPLOADnSELL.com

Saturday, April 10th, 2010

http://UPLOADnSELL.com

UPLOADnSELL.com is my latest venture. Coming from me, I am biased. But I want to say it anyway. UPLOADnSELL.com makes selling ebooks, files, downloads or any other digital products easy. All that you need is your files and a verified Paypal account. After that, all that you have to do is just UPLOAD and SELL.

Though UPLOADnSELL requires no training, no explanation, today I want to give you a walk through on how to use UPLOADnSELL.

At UPLOADnSELL.com, the first thing that you see is a some forms that you need to fill in. They are segmented into four area labeled with numbers from 1 to 4. The first one is about selecting the files that you are selling.

(more…)

Simple IPN: Free Paypal IPN PHP Script for Digital Download Products

Monday, August 17th, 2009

 

10X Easier – UPLOAD ‘n SELL

UPDATE: 6 April 2010

In August 2009, I released Simple IPN so that selling ebooks online would become easier and affordable for many. It’s a simple script where you don’t even need MySQL. Upload the script and upload your product, and of course, edit settings.php a little bit.

I thought this is the simplest way to get started selling digital products on the Internet. But people still have problems especially with installations. This is because people use it on different platforms, different versions of PHP, different web hostings, etc…

So today, I have for you UPLOADnSELL.com … where you just upload and sell. I don’t want to write much about it because I want you to check it out.

http://UPLOADnSELL.com

As for Simple IPN, it’s going to still be here. If you are happy with Simple IPN and want to continue using it, please do. And also, I know that Simple IPN is a good start if you want to learn how to code PHP and learn about Paypal IPN.

Anyway, do check out UPLOADnSELL…

 

 


[ DOWNLOAD SIMPLE IPN ]

I was running a class for my Netpreneurs Online Classroom and we got to the part where we are suppose to learn how to deliver our downloadble digital products.

I don’t want to make this complicated for my students. I want to make this simple, but at the same time offers some form security from online thefts. So I started thinking of a simple script that should be able to do the following:

  • Expiring download link
  • Expiring download page
  • Minimum setup
  • No database required
  • Uses Paypal IPN
  • Emails the customers with their download info
  • Customizable download page, thank you page and email
  • Multiple files product package
  • Allows Paypal Sandbox testing
  • No need to create the Paypal Button form – will generate for you
  • Don’t have to understand Paypal IPN – just know that it’s more secure
  • Strict verification process – verifying price, Paypal email address and currency

HOW TO USE / INSTALLATION
(more…)

The Easy Way To Protect Your Digital Download With Paypal IPN

Monday, January 28th, 2008

HOW IT WORKS

If you sell ebooks or software, you need a way to protect your download page from prying eyes. Many of us use Paypal. It’s easy and it’s convenient. I use them too. And the easiest way to use start using Paypal to accept payment is to create a Buy Now Button from within your Paypal account.

But to protect your digital product, you need to do something extra.

The sad truth is, Paypal’s Buy Now Button doesn’t actually protect your downloadable products. By viewing the HTML source code of your website, people can see where they will be redirected after making a payment using Paypal. And knowing this information, people can just type that address in the browser, skipping the part where they make the payment.

But Paypal has implemented (since years ago) a mechanism that you can use to verify and approve orders before allowing access to your download page. And all that can be automated, so you don’t have to do it manually.

This is known as the Paypal IPN (Instant Payment Notification). You can get a manual at Paypal at Paypal’s IPN page.

Before I tell you about how to implement this with your product, let me first tell you how it works.

(more…)