eBook authors eBook Software - create and publish your own ebooks
Create your own eBooks
 
   
EBookApprentice.com
Learn How To Create, Publish & Market E-Books
 
   
EBookCompiler.com
E-Book Creation Software
 
   
EBookPower.com
Add sophisticated multimedia to your E-Books
 
   
CoverFactory.com
Create E-Book covers in minutes
 
 
  EBookSubmit.com
E-Book Marketing & Promotion made easy
 
  EBookJungle.com
Search engine for E-Books
 
  EBookInterviews.com
Interviews with eBook authors
 
  EBookEnhance.com
Tools for building better eBooks
 
 
 
Archived Message:

Make your Existing Shareware/Software affiliate rebrandable


 
EBookCompiler I had an idea for software/shareware authors who have an affiliate program

The idea is to make a downloadable trial version of your product which can be rebranded by your affiliates to contain their affiliate id.

That way an affiliate could host the download on their site (or even give it out on CDs or Disks), and they'd still get credit for the sales.

(So of course you also need to give your affiliates permission to do this).


Here is the 10,000 foot overview for the user:

1. You make a simple eBook around your program's setup program

2. The ebook could contain a brief intro to the program, and perhaps some rebrandable text (in the normal way). If you add lots of rebrandable text, you could even make the program be greatly customized by your affiliates.

3. The ebook contains also link to YOUR setup program.  When the user is ready to install they click this link.

4. When this link is clicked, the ebook saves the affiliate ID (which of course is also rebrandable) to the user's disk (in this example an INI file), then runs the setup program

5. The trial vesion of your shareware program installs.

6. In the program is a button or menu to register your shareware.

7. The shareware program needs to be modified ever so slightly, to read the affiliate ID out of the INI file (written to in step 4), and use this when linking to the payment website, which gives the user the password/key/etc. to unlock the full program.


Here is the detail of setting it up, using Activ E-Book Compiler:

1+2. Use the compiler to make an ebook. It needs to contain at least the main HTML page, index.html, your setup EXE file should also be included in the ebook source folder when compiling.

The index.html runs the setup program using a specially coded link that works looks like this

HREF="##INIWRITE('[={affid}]','yourprogram.ini','Affiliate','ID')##RUN('{ebook}\yoursetup.exe')"

[={affid}] is the affiliate id (rebrandable, you need to enable building the Rebrander in Edit Output, and Add a Rebrandable variable called affid, remember this is case sensitive)

yourprogram.ini is the name of the INI file to use

Affiliate and ID are the section of the INI file the affiliate ID is saved under

yoursetup.exe is the name of your setup program

3+4+5. All covered already in the above, nothing for you to do

6. Presumably your shareware already has this

7. Here is an example (in C, but this can be done in Visual Basic, Delphi, C++ or whatever to), of the code to open the order form

/* Get Affiliate ID from INI file */
char szAffiliateID[64] ;
GetPrivateProfileString( "Affiliate", "ID", "", szAffiliateID, sizeof szAffiliateID, "yourprogram.ini" ) ;

/* Get URL of order web site, inserting Affiliate ID where %s is */
char szOrderURL[256] ;
wsprintf( szOrderURL, "http://www.yoursite.com/orderform.php?affiliate=%s", szAffiliateID ) ;

/* Open web site, in browser, should add some error checking here */
ShellExecute( NULL,'open', szOrderURL, NULL, NULL, SW_SHOWMAXIMIZED ) ;

Here is what the affiliate sees:

1. They download your ebook EXE.  They download the Rebrander EXE

2. They run the rebrander.

3. They are prompted for the affiliate ID.  It customizes the the ebook EXE to include their affiliate ID

4. They distribute their customized ebook EXE.

5. Everything works as above


Extending the idea:

There is nothing to stop you saving more than INI file parameter from the rebrandable eBook.

For example, you could have a bunch of options allowing the affiliates to customize the program, change the program's title/text, etc. (of course all the customized copies still link to YOUR order form)


Posted on: 4:47 am on July 28, 2005

Search

List All Archived Forums



Copyright © 2000-2021, Answers 2000 Limited.

With any business, it is up to the individual owner of said business to ensure the success of the business. You may make more or less than any sample figures or results that might be quoted on our web sites or other publications. All business involves risk, and many businesses do not succeed. Further, Answers 2000 Limited does NOT represent that any particular individual or business is typical, or that any results or experiences achieved by any particular individual/business is necessarily typical.

Disclosure: Our company's websites' content (including this website's content) includes advertisements for our own company's websites, products, and services, and for other organization's websites, products, and services. In the case of links to other organization's websites, our company may receive a payment, (1) if you purchase products or services, or (2) if you sign-up for third party offers, after following links from this website. Unless specifically otherwise stated, information about other organization's products and services, is based on information provided by that organization, the product/service vendor, and/or publicly available information - and should not be taken to mean that we have used the product/service in question. Additionally, our company's websites contain some adverts which we are paid to display, but whose content is not selected by us, such as Google AdSense ads. For more detailed information, please see Advertising/Endorsements Disclosures

Our sites use cookies, some of which may already be set on your computer. Use of our site constitutes consent for this. For details, please see Privacy.

Click privacy for information about our company's privacy, data collection and data retention policies, and your rights.

Contact Us    About and Terms Of Use    Privacy    Advertising/Endorsements Disclosures