
TOTAL RESOURCE Screenshots
| Statistics
When you click "View Stats,"
the system displays the total statistics since the time you started. You
can view total statistics for any month, day, or year by using the drop
down menus.
|


| Products Setup Tutorial. This tutorial will guide you through the process of adding a digital product to 14everyone. Here's what you will need:
If you don't already have a product,
click here to download the "Killer MiniSites" reseller
package. It includes everything listed above. You will also need a merchant account
and a real-time gateway to use the product manager and create order
forms. Click here to purchase one now at the lowest price available. Prospect and Customer Lists
Adding Products
Images used for a specific product will
override the default images you upload in Merchant Setup.
Digital Delivery
Test an Order |


| Managing Sales When you click "View Sales," the system displays all sales generated in the current month. You view sales for any month using the drop down menu. You can edit or delete sales from the options menu. If you reverse a sale, 14everyone will enter a sales record with a negative value and a commission record with a negative value. For example, if Joe purchased one of your products in August and requested a refund in September, a new record will be entered for September with a negative value. If an affiliate was credited for the sale, the commission he earned in August will be "reversed" by adding a new record in September with a negative value.
Adding a Sale Manually
Export Sales Export sales by day or month in CSV (comma separated values) format. |


| Follow-up System Introduction Mailing Lists 14everyone's follow-up system let's you create unlimited mailing lists. Each list can hold unlimited recipients that opt to receive information from you. Recipients can subscribe to a list in one of three ways:
Each list that you create has a numerical ID (i.e. 1234) that is shown when you View Lists. That ID is also the username of your autoresponder (addy). For example, sending an email to 1234@14everyone.com would add you to the list with ID 1234.
When you click "View Lists,"
the system displays the lists that you have created, the number of
recipients in each lists, and options to edit/delete, view, or add
messages to a list. Click "Reset" to start the message sequence over for all recipients in a specific list. Recipients will not receive the immediate autoresponder when you reset a list. Click "Empty" to delete all recipients from a list.
Adding a List Each list can have unlimited sequential messages sent to the subscriber at timed intervals that you define. Click "Autos" to view, add, or edit the autoresponder messages for a specific list. The message with a delay of zero is sent when someone first subscribes to your list. Click "Test Messages" to have all messages for that specific list sent to you.
Email Broadcast HTML Editor Use our HTML editor to create messages on the fly. A text version will automatically be sent to recipients with mail programs that do not support HTML. Advanced HTML Copy the HTML code from your favorite editor and paste it into the form. Include HTML header and footer tags (i.e. <html>,<heade>,<body>, etc.). You can also include a text version of your message if you want. The system does not send a text version automatically for Advanced HTML messages. You can personalize each email by inserting values for the first name, last name, email address, URL, or company name of each recipient. For example, you can enter "Hi $firstname", to merge the recipients first name with your message. Possible fields are: $firstname, $lastname, $email, $company, $url, $phone, $date Click "Preview" to see what the message will look like. Click "Edit Message" if you would like to make changes. Message Schedule Messages are sent each hour. Click "Send Now" to schedule your message for the next available run or you can schedule your message for any date and time in the future. Once your message is scheduled, you can delete or edit the message by viewing the mail schedule. After your message has been sent, it
will be marked as "Sent" when you view the schedule. You will
receive an email notification when all messages have been sent. The
notification will be sent to the email address listed in your account. Subscribe Form Pop-ups You can track subscriptions from any source through Web forms, JavaScript popups, buttons, or links. You can track classified ads, ebook downloads, ad swaps, ezine ads and much more. Say you swap ads with a list. He's got 10,000 and you've got 10,000. Sounds even right. But, if you have quality leads and he doesn't, you could be giving away subscribers to an undernourished list. With 14everyone's tracking feature you can set up 10 ad swaps at the same time. Offer a real nice package of gifts for subscribing to your list. Set up 10 different tracking codes and run the same ad in all 10. They'll look something like this...
...and so on. After the ads have all been swapped, 14everyone will show you exactly how many subscribers you obtained from each ezine. What do you do next? = > Ditch the bad ones, try different adds in the good ones, and try some new ones. It's a great way for testing the waters for paid advertising as well! To get started, click "Tracking." You'll be prompted to add an ID and name for your new tracker. You'll see this screen after you create your first tracker. Click "Tracking Code" to grab the code to use in your ads. Using the Tracking Codes with Web Forms In an HTML subscription form, one of the hidden fields in the form is for the tracking ID <input type="hidden" name="tid" value="Code"> "Code" is the tracking ID you set up in the example above. Once you get the hang of it, it's very simple and you can track any subscriber from anyplace you want. Very powerful! And it's all done automatically.
|

| Affiliate System Introduction The main page displays all affiliates ranked by the number of visitors they have sent to your site. You can search affiliates by keyword and the results will be displayed. You can view details for each affiliate or edit/delete their account. You can set separate commissions for each affiliate by editing their account. Affiliate commissions override product and default commissions. You can view, edit or delete commissions for any affiliate. Tracking Clicks NOTE: The
system only tracks *Unique* Clicks
Email Affiliates Paying Affiliates Viewing Commissions
Links & Graphics
Affiliate Tracking Affiliate are tracked by cookies. When a prospect clicks on an affiliate link, a cookie is set in their browser. Once that cookie is set, it can not be overwritten by another cookie. Thus, the first affiliate to refer a prospect always gets credit for a sale. The cookie will remain in the prospects browser until it expires or is deleted by the user. The expiration date of the cookie is defined by you in Affiliate Setup. Affiliates will receive credit for sales even if the prospect leaves your site and comes back later. As long as the cookie remains in the prospect's browser, the referring affiliate will receive credit for the sale. If the prospect signs up for your affiliate program, the referring affiliate will receive 2nd tier commissions on any sales generated by new affiliate (if you have a two-tier program). Hard-Coding the Affiliate ID If you take orders by mail, fax, or phone, you can hard-code the affiliate's ID into a web page or order form. 1. Add the following code to a web page to insert the affiliate ID into a web page: <script language="JavaScript1.1" src="http://14everyone.com/cgi-bin/get.cgi?adminid=youridhere&getid=1"></script>
2. Add the following code inside a form to create a hidden field with the affiliate's ID: <script language="JavaScript1.1" src="http://14everyone.com/cgi-bin/get.cgi?adminid=youridhere&getid=1&hidden=1"></script> This is handy if you use a form to pre-qualify prospects and want to track the referring affiliate. Here's an example: <form method=post
action=http://14everyone.com/cgi-bin/index.cgi><br> Note: the script must be inside the <form> tags! Note: replace "youridhere" with YOUR admin ID! Using the Affiliate Software with Your Existing Ecommerce System WARNING: The following is provided for your information ONLY and is not guaranteed to work. We do not support using an external eCommerce system because we cannot control the variables. You should consult your programmer for help implementing the following method. You can track your sales and commissions by adding a simple image tag to the confirmation page of your shopping cart or order processing script. The only required variables are $amount, $ordernumber, and $adminid. Here is an example:
<img src="http://14everyone.com/cgi-bin/sale.cgi?adminid=123&ordernumber=999&amount=19.95"> Here are all the possible values you can pass to the script:
* Required |

| Tracking System Introduction When you click "Track Ads," the system displays total statistics for each ad tracker. You can view total statistics for any month using the drop down menu. You can edit/delete a campaign or view link code for each tracker from the options menu. Expenses If you purchased the ad in Joe's Ezine, you can enter the cost of the ad and 14everyone will calculate the profit for that campaign (total amount of all sales generated by that ad less the cost). This is a *very* powerful tool!
Adding a Tracker Tracking Clicks NOTE: The
system only tracks *Unique* Clicks
Subscription Tracking You can track subscriptions from any source through Web forms, JavaScript popups, buttons, or links. You can track classified ads, ebook downloads, ad swaps, ezine ads and much more. Say you swap ads with a list. He's got 10,000 and you've got 10,000. Sounds even right. But, if you have quality leads and he doesn't, you could be giving away subscribers to an undernourished list. With 14everyone's tracking feature you can set up 10 ad swaps at the same time. Offer a real nice package of gifts for subscribing to your list. Set up 10 different tracking codes and run the same ad in all 10. They'll look something like this...
...and so on. After the ads have all been swapped, 14everyone will show you exactly how many subscribers you obtained from each ezine. What do you do next? = > Ditch the bad ones, try different adds in the good ones, and try some new ones. It's a great way for testing the waters for paid advertising as well! To get started, click "Tracking." You'll be prompted to add an ID and name for your new tracker. You'll see this screen after you create your first tracker. Click "Tracking Code" to grab the code to use in your ads. Using the Tracking Codes with Web Forms In an HTML subscription form, one of the hidden fields in the form is for the tracking ID <input type="hidden" name="tid" value="Code"> "Code" is the tracking ID you set up in the example above. Once you get the hang of it, it's very simple and you can track any subscriber from anyplace you want. Very powerful! And it's all done automatically.
|

| Merchant Setup 14everyone's System work both with a Merchant Account or without (using the most popular 3rd Party Billing Solutions). For more info about integrated gateways and billing solutions, or to get set up with a compatible real-time credit card processing, click on Accept Credit Cards above. Step 1. Set up your 14everyone
account info:
Step 2. Integrating 14everyone
with your merchant gateway.
If you use Bank of America, your account must be Settle-Up, NOT Branded. Follow these instructions to configure your settings:
After testing an order, uncheck "Test/Verbose" (step 3) to go live. Don't forget to publish your changes!
If you use SkipJack/EMS, you
will need to update your Response Files. Following are the instructions
to update your configuration.
If you use PayPal, you need to active IPN and set the setup the post-back URL. Note: You must have a "Premier" or "Business" Account.
If you use PaySystems or Revecom you simply need to convert your account type to TPP-Pro. Note: Selecting this option takes the place of creating products in your PaySystems account. You will no longer need to do this, as we will create them for you "dynamically" from the info you set up in your QPP account. *But* all current products in there will be lost.
If you are using the recurring billing feature, you must also enable the ORP system:
If you use 2CheckOut you'll need to set the return post URL. In Merchant Setup, select 2CheckOut (New) only if you have migrated to the new system! Otherwise, select 2CheckOut. Attention New 2CheckOut merchants! If your "payment routine" URL is https://www2.2checkout.com/2co/buyer/purchase, follow these instructions:
The two text boxes are labeled:
Existing 2CheckOut merchants:
Custom Settings
Affiliate Setup <img src="http://14everyone.com/cgi-bin/sale.cgi?adminid=123&ordernumber=999&amount=19.95"> Here are all the possible values you can pass to the script:
If you are using a third-party processing system like ClickBank, you cannot pass variables to a script. Instead, you can hardcode the product's name, ordernumber, and price into the tag. * Required Followup Sytem Setup System Test You can test orders, affiliate clicks, and subscriptions by selecting Setup -> System Test from the main menu. Warning: if you turn merchant test mode on, orders will be tracked by 14everyone, but will not be processed through your merchant provider. Follow these steps to test an affiliate click-thru:
Note: while in test mode, all clicks will be recorded. When test mode is turned off, only one click will be recorded for each visitor. Follow these steps to test an order:
Notes: 1) Unless you're using PayPal, you need to enter the merchant ID (obtained from your gateway provider such as Authorize.net or PaySystems) in Merchant Setup. See Merchant Setup for more information on how to modify your gateway settings to integrate with our system. 2) The only way to test PaySystems or PayPal is to process a live transaction. However, this is not necessary. If the correct information is passed to their order form, the transaction will be processed. 3) If you processed a click-thru in the affiliate test, commission should have been recorded for the test affiliate. You should also receive confirmation emails for the customer and affiliate. 4) If you use Authorize.net, PaymentPlanet or EcomExchange, the expiration date will also be entered and you can process the order. 5) If you use SkipJack or EMS Commerce,
enter today's date and process the order. SkipJack/EMS orders will be
processed with our developer's serial number. The only way to test a
live order is to turn Test Mode off and process a real credit card.
Then, log in to your SkipJack/EMS account and delete the transaction.
Integration Script You can install a small script on your server that will serve as an interface between your affiliates/prospects and 14everyone. This script helps you give the appearance that the software resides on your server (as a custom-made software you created) and gives you more flexibility to build an affiliate center on yourserver. Affiliates will link to this script to sign up for an account or log into their existing account. Prospects will subscribe and unsubscribe through this script as well.Step 1) Click here to download the iScript and extract x.php from the zip file. Step 2) Step 3) Instead of using a link that looks like
this:
|




