• What On Earth Is CGI?

    Date: 2011.02.24 | Category: WebDesign | Response: 0

    Let’s unlock a little bit of the mystery about something called CGI. If it helps any, CGI means Common Gateway Interface.

    This is a method which is used to swap data between the server (the hardware and software that actually allows you to get to your web site) and a web client (your browser). CGI is actually a set of standards where a program or script (a series of commands) can send data back to the web server where it can be processed.

    Typically, you use standard HTML tags to get data from a person, then pass that data to a CGI routine. The CGI routine then performs some action with the data.

    Some of the more common uses of CGI include:

    Guest books – The CGI routine is responsible for accepting the data, ensuring it is valid, sending an email acknowledgement back to the writer, perhaps sending an email to the webmaster, and creating the guest book entry itself.

    Email Forms – A simple CGI forms routine just formats the data into an email and sends it back to the webmaster. More complicated routines can maintain a database, send an acknowledgement and validate data.

    Mailing List Maintenance – These routines allow visitors to subscribe and unsubscribe from a mailing list. In this case, the CGI routine maintains a database of email addresses, and the better ones send acknowledgements back to the visitor and webmaster.

    A CGI routine can be anything which understands the CGI standard. A popular CGI language is called PERL, which is simple to understand and use (well, compared to other languages). PERL is a scripting language, which means each time a PERL routine is executed the web server must examine the PERL commands to determine what to do. In contrast, a compiled language such as C++ or Visual Basic can be directly executed, which is faster and more efficient.

    Okay, in a nutshell (and greatly simplified), here’s how it works:

    1) You (the webmaster) specify a form tag which includes the name of the CGI routine.

    2) You create HTML tags which retrieves data from your visitors.

    3) Each of the input tags includes a variable name. The data which is retrieved from the visitor (or directly set if the tag includes the “hidden” qualifier) is placed in the variable name.

    4) When the visitor presses the “submit” button, the CGI routine which was specified in the form tag is executed. At this time, the CGI routine “takes control”, meaning the browser essentially is waiting for it to complete.

    5) This CGI routine can get data from variable names. It retrieves the data and does whatever action is required.

    6) When the CGI routine finishes, it returns control back to the browser.

    Some important things to remember about CGI routines:

    You can install CGI routines on your own site if your host allows it http://www.webair.com is an example of a web host which allows for CGI routines. Some web hosts do not allow you to install your own routines but do provide some pre-written ones to you. If these are not sufficient for your needs, you can find a remote hosting service to provide the necessary functions.

    Generally, if you install your own routines they must be installed in the cgi-bin directory of your site. This is a special location which allows scripts and programs to be executed.

    CGI routines work best on Apache-style servers. Windows NT and Windows 2000 does support CGI, but it tends to be slow and problematic.

    If you use a remote hosting service, you must remember that although they appear to be giving you this for free, you are actually paying a price. Usually they want to display advertisements, although some of them actually take visitors away from your site.

    When you write a CGI routine, you have the choice of a scripting language like PERL or a compiled language such as C++ or Visual Basic. Anything which can execute on the web server is acceptable.

    I hope this short introduction to CGI has cleared up some of the mystery.

    Article written by Lee

  • Direct Debit Payment Explained

    Date: 2011.02.22 | Category: Billing Solutions | Response: 0

    Something that is very rarely spoken about as a means of payment is Direct Debit, this is a popular payment method across Europe and, especially in the United Kingdom. Direct Debit can offer your surfers a cost effective, easy way to pay for products and services from your site especially, if they have a ‘recurring’ cost associated with them.

    Direct Debit – What Is It?

    Direct Debit is quite possibly one of the simplest ways to collect funds from your surfers basically, a form is filled out by the surfer, where they enter their bank payment details, account number, name, sort code. Then, the form is signed either electronically or, in person by the customer, in this case, electronically by the surfer.

    Once you have the direct form filled in by your surfer, you may continue to deduct funds from the bank account on the Direct Debit form until such a time whereas the surfer cancels the Direct Debit agreement.

    At the present time, around 45% of the population in the UK currently choose to pay their utility bills online by Direct Debit and, around 75% of the total population in the UK have used Direct Debit at least once in addition Direct Debit is also an alternative method of payment in the vast majority of European countries and, it is also used (although not as much) in Australia.

    Direct Debit – What Are The Cost?

    Direct Debit payments cost around $0.5 for you as a merchant to process, however, this charge, rather than happening on the processors side of the transaction, happens when the Direct Debit request hits your banking account.

    This in itself is god news after all, you now ensure that if a membership or product costs $35 per month, you will get virtually the full cost of that membership until such a time when the surfer cancels the direct debit at their bank.

    Direct Debit – An Overview.

    All in all, Direct Debit is probably one of the only payment solutions that allow you to collect the full price from your surfer at the point of sale and, furthermore, because the Direct Debit method of payment is trusted, this offers your surfers something that no other form of payment can – Peace of mind. There is however one major drawback to this method of payment, it is very hard to find processors that will allow you to utilize Direct Debit on your sites in fact, to date, the main use for the Direct Debit payment method has been payments of utility bills, Gas, Electricity, Water Supply, etc however, many financial institutes will let you pay for goods and services using Direct Debit on ‘credit’ terms which can vary from 1 day to a year interest free or, not as the case so often is.

    I strongly feel that within the next 12 months this method of payment could become advantageous to the adult webmaster however, the current online payment processors need to be pushed in order for this to become as widespread as credit and debit card processing is. That said, there are a few online adult companies already accepting Direct Debit as a form of payment so, at least the ‘DD’ revolution has already started.

    Article written by Lee

  • Adult Hosting Glossary

    Date: 2011.02.21 | Category: Hosting | Response: 0

    Adult Hosting Glossary.

    With so many adult hosting companies looking for our business all of them telling us we need a variety of applications and software packages to run our sites, just how do you know what you do need and, more importantly, what you don’t?

    Below you will find a list of a variety of common terms used in relation to hosting your website and, hopefully, you will in turn, discover what your requirements are when looking for a new or alternate hosting company.

    Alias
    A name that points to another name. Aliases are used to make the original name easier to remember or to protect the site’s identity.

    Applet
    An applet is an embedded program on a web site. Applets are usually written in the coding language called Java. They are normally used for creating a virtual object that may move or interact with the web site. An applet is like a small piece of executable code that needs a full application to run it.

    Active Server Pages (ASP)
    Active Server Pages allow web developers to make their sites dynamic with database driven content. The code is mainly written in VB Script, and it is produced on the server of the web site instead of the browser of your web site visitors. The server reads the ASP code and then translates it to HTML.

    Audio Streaming
    The process of providing audio content on a web site. This takes up a large amount of bandwidth, especially if you get a lot of visitors at your site. Some hosts do not allow audio or video streaming because of this.

    Auto Responder
    An automated program that acknowledges receipt of an e-mail message, and then sends back a previously prepared email to the sender, letting them know it was received. Once you configure your auto responder, it sends e-mail with no further action required on your part, making your web site interactive around the clock. Most hosting companies let you set this up through their control panel.

    Availability (Uptime)
    Refers to the amount of time within a 24 hour period a system is active or available for servicing requests. For example, if a hosting company says it is available 99.9% of the time, they are claiming that your web site will up all the time except for about 8 seconds each day. Over the course of a year, in this example, the hosting company is claiming that your site will only be unavailable (couldn’t surf to it) for 48 hours.

    Backbone
    A high-speed line or series of connections that forms a major pathway within a network. The term is relative as a backbone in a small network will likely be much smaller than many non-backbone lines in a large network. In general, the better the backbone of the hosting company, the better the availability of the web sites that run on their computers.

    Backups
    Web hosts back up data on their servers. Many host packages offer backups every 24 hours. This is supposed to prevent the loss of data should something happen to the server. . If you think you may need to restore old data in case of a disaster, it may make sense to choose a hosting company that performs regular backups.

    Browser
    This is the client software that displays (interprets) the HTML code it receives from the server. All browsers work slightly different and one may not display the pages correctly if the code was developed exclusively for another browser. Today the two main browsers are Microsoft Internet Explorer and Netscape.

    C +/++
    C+ and C++ are programming languages. Some hosting companies provide access to C+ and C++ class libraries if your web site contains these types of program modules. Once your web site has been constructed, you will know whether access to C+ or C++ will be required.

    CGI (Common Gateway Interface)
    A CGI is a program that translates data from a web server and then displays that data on a web page or in an email. CGI involves the transfer of data between a server and a CGI program (called a script). This allows HTML pages to interact with other programming applications. These scripts make web pages interactive. Page counters, forms, guest books, random text/images and other features can be driven by CGI scripts. Some servers have pre-installed/pre-defined CGI scripts, meaning that the scripts are already installed on the server for you to use on your site. Some servers permit user-defined or custom CGI scripts, which means the site owner creates his/her own CGI script and runs this custom made script on the web site. Not all servers allow user-defined (custom) scripts for security reasons. Almost all hosting companies offer CGI today. If you think you will need forms on your web site, CGI could be a key requirement.

    Chat Server / Software
    Some hosting companies allow you to develop a chat room or other type of chat service for your visitors. Be sure to check with the web host company about the details of the chat services offered. Some servers permit you to configure the service, and others pre-configure everything for you while others do not allow chat rooms at all.

    Click Through
    This term is used to describe the ratio of clicks to impressions on an advertisement, usually a banner ad. If a banner has been shown 100 times and 3 people click on it, it will have a 3% click through ratio.

    ColdFusion
    An application which simplifies database queries by allowing for a simpler programming language to handle functions between the user’s browser, the server, and the database. After you have developed your web site, you will know whether ColdFusion is a requirement. If you have not used ColdFusion to develop your site, you should ignore this feature.

    Co-Location
    Co-location means housing a web server that you own in the facilities of a hosting provider. This option is perfect if you want to own your own server, but do not want the hassle or security risk of maintaining that server.

    Control Panel
    An online package of tools permitting easy site management and editing. Almost all hosting companies provide this option today. It is a very important feature to have. By having your own control panel, you can maintain basic information about your site, mail boxes, etc. without having to send emails to the hosting company or call them on the phone.

    Cookie
    A message given to a Web browser by a Web server. The browser stores the message in a text file called cookie.txt. The message is then sent back to the server each time the browser requests a page from the server. The main purpose of cookies is to identify users and possibly prepare customized Web pages for them. When you enter a Web site using cookies, you may be asked to fill out a form providing such information as your name and interests. This information is packaged into a cookie and sent to your Web browser which stores it for later use. The next time you go to the same Web site, your browser will send the cookie to the Web server. The server can use this information to present you with custom Web pages. So, for example, instead of seeing just a generic welcome page you might see a welcome page with your name on it.

    Credit Card Billing
    What is a merchant account? Why do I need one? A merchant account gives a business the ability to accept credit cards as payment for the company’s goods and services. It provides your customers with an extremely popular payment option, beyond cash and checks. This is usually done via a 3rd party provider such as Ibill.

    CSS (Cascading Style Sheets)
    Used to add more functionality to simple HTML pages. Internet Explorer 3.0 and up support a good portion of CSS, while Netscape 4.0 and up supports a small amount of CSS – a fully compliant browser does not exist yet.

    Database Support
    If your web site will leverage a database to store information, database support by the hosting company will be required. After you have developed your web site, you will know which database will be required. Some commonly used database programs are SQL Server, MySQL, Access, Oracle, and FoxPro. Databases can be difficult to configure properly. Before you sign up with a web host, first inquire if the host can support your database needs.

    Data Transfer
    This is the amount of data that is transferred from an account as visitors view the pages of the web site. If you have a web site with lots of video, audio, and images that gets many visitors per day, you would have to make sure that you choose a host that will allow large amounts of data to be transferred. If you choose a host that only allows 200 MB of data transfer per month, and your site transferred 500 MB per month, then the host may stop half of your visitors from viewing your site and you could lose potential customers. Your best bet is to try to find a host that offers unlimited data transfer or at least a Gig of transfer. A gig is more than enough for most web sites. As a general rule, 500 MB of data transfer is equivalent to 20,000 page views.

    Dedicated Server
    A more expensive type of account in which the web hosting company provides you with an entire hosting setup including your own server hardware that only you can use. This usually means a much faster loading time for your site because the entire computer is “dedicated” to running the server software. This is different from most other hosting accounts in which your web site will share space on a server with many other web sites, called a virtual server. A dedicated server makes sense for web sites that require higher availability and higher data transfer rates.

    Disk Space
    This indicates the amount of disk space that will be available to you on the hosts server to hold your web site files. Normally because HTML files are small, a web site (unless it has extensive graphics or database functionality) will be small, as low as 1 or 2 MB in most cases.

    Domain Parking
    Many hosting companies give you the option to ‘park’ your domain name without actually having your web site up and running. This is a nice option if you want to acquire a domain name for your web site well ahead of having the web site itself designed and constructed.

    Domain Name
    The unique name that identifies an Internet site. Domain Names always have 2 or more parts, separated by dots. The part on the left is the most specific, and the part on the right is the most general (adult-hosting-companies.com). Technically, the domain name is a name that identifies an IP address. To most of us, it simply means www.yourname.com. Because the Internet is based on IP addresses, not domain names, web servers depend on a Domain Name System (DNS) to translate domain names into IP addresses. Simply stated, domain names allow people to find your web site by name rather than by its numerical (IP) address.

    Domain Name Registration
    Often a hosting company will offer to register your domain name at the time you sign up for a hosting plan. This normally incurs an additional charge but may be cheaper and more convenient than using a separate domain name registration service. We recommend that you go ahead and register your domain name as soon as possible, especially if you think it will take some time to develop the site itself.

    Domain Name System (DNS)
    A model for tracking other machines (that contain web sites) and their numeric IP addresses. Translates domain names (for example, www.adult-hosting-companies.com into a numerical IP address). When a computer is referred to by name, a domain name server puts that name into the numeric IP address assigned to that computer. So when you buy a domain, say www.yourname.com, it does not become accessible until it gets assigned an IP address from a hosting company. Once the IP address is assigned, a cross-reference record (DNS record) is created that points your domain name to the numeric IP address.

    Email POP Account
    POP (Post Office Protocol) is an actual e-mail account on your web host’s e-mail server. Think of each POP account as a unique email address (lee@adult-hosting-companies.com, advertising@adult-hosting-companies.com, etc.) Before you choose a specific hosting plan, you should know exactly how many email accounts are required to meet your specific needs.

    FrontPage (Microsoft)
    Front Page is an HTML editor made by Microsoft. It is commonly used to create web sites

    Frontpage Extensions
    Frontpage extensions can be thought of as “mini programs” that allow features of a web site created with MS Front Page to operate smoothly. It is possible to use MS Front Page to create a web site and host that site on a server that doesn’t offer FP extensions, however some of the powerful features of the program cannot be used in these web sites. See Microsoft’s Front Page site for more information. After you design your web site, you will know whether FrontPage extensions will be a requirement.

    File Transfer Protocol (FTP)
    A way of transferring files (uploading and downloading) across the Internet. Most web sites are uploaded to the Internet by means of an FTP program. This is how the web site you create on your computer at home is transferred (uploaded) to the Internet. Some software, such as Microsoft Front Page, does not require use of an FTP program but the use of most any other HTML editor requites the use of and FTP Program. There is a free FTP program called WS_FTP and you can download it at download.com. There are many Internet sites that have established publicly accessible repositories of material that can be obtained using FTP, by logging in using the account name anonymous, thus these sites are called anonymous FTP servers.

    Host (Name Server)
    When you hear the term “host” in the Internet world, it is referring to an Internet company that has the required servers and software to connect domain names to (IP) Internet Protocol numbers so that your site can be viewed by the public when they type your domain in their browser window. Basically this is where you house your site, and you usually have to pay a monthly or annual fee for this service.

    Host Country
    Specifies which country the hosting company resides. The internet is a very complex web of server computers connected through telecommunications devices. In general, it is best to host your web site in a location closest to the users that access it. For example, if you plan to deploy a web site that will attract mostly German visitors, it may makes sense to choose a hosting company located in Germany.

    Host Platform
    This is the platform of the hosting providers servers. Hosting companies will typically having a hosting platform based upon Windows 2000 (Win2K), Windows NT or Linux. If you have a basic web site that does not make use of server side applications such as a database then you do not need to worry which platform is used.

    Hypertext Markup Language (HTML)
    Stands for Hyper Text Markup Language. This is the code that web pages are written in and the browser interprets to turn into the web page you view on the screen.

    Hypertext Transport Protocol (HTTP)
    The protocol for transferring hypertext files across the Internet. Requires a HTTP client program on one end, and an HTTP server program on the other end. HTTP is the most important protocol used in the World Wide Web (WWW). You see it every time you type a web site in your browser http://…

    IP Address
    A unique number used to specify hosts and networks. Internet Protocol (IP) numbers are used for identifying machines that are connected to the Internet. They are sometimes called a dotted quad and are unique numbers consisting of 4 parts separated by dots, They would look something like this 111.222.333.444 Every machine that is on the Internet has a unique IP number – if a machine does not have an IP number, it is not really on the Internet. Most machines also have one or more Domain Names that are easier for people to remember.

    Internet Service Provider (ISP)
    A company or institution that provides access to the Internet in some form, usually for money. They will usually allow users to dial up through a modem, DSL, or cable connection to view the information on the Internet Access is via SLIP, PPP, or TCP/IP. Picking your ISP is an important decision but has more to do with how you access the Internet rather than which host you choose.

    JavaScript
    A scripting language which enables web designers to add dynamic, interactive elements to a web site.

    Java Servlets
    A servlet is an application or a script that is written in Java and executed on a server, as opposed to on a client. It is analogous to CGI, although servlets are more than simply CGI scripts written in Java.

    Mailing List Software
    A mailing list is a discussion group based on the e-mail system. You may want to set one up – they’re very useful promotional tools. Even if you don’t want to host a discussion group, you can use a mailing-list program to distribute a newsletter similar to http://www.adultwebmasternewsletter.com. Many companies have mailing-list software available for their clients to use — if so, ask whether there’s an additional cost, how many mailing lists you are allowed to have, and how many members per list

    ODBC Sources
    Open Database Connectivity (ODBC) is a generic way for applications to speak to a database. ODBC acts as an interpreter between an application (say a Cold Fusion or ASP application) and a database (like Microsoft Access). By using ODBC, a connector can be created that will allow a web application that you create to read data from and insert data into an Access database that you’ve created. An ODBC source is a directory entry that specifies database information. This ODBC source (or DSN Source) allows your site to point to the correct database located on the web server.

    It is possible to connect to a db without ODBC, but it is a safe bet to assume you need 1 ODBC connection per individual database you will have.

    Perl (Practical Extraction and Report Language)
    Perl is an interpreted language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It’s also a good language for many system management tasks.

    PHP
    PHP is another scripting language. Like ASP, it’s commands are embedded within the HTML of a web page. The commands are executed on the web server, making it browser independent. The web browser only sees the resulting HTML output of the PHP code.

    Post Office Protocol (POP)
    This is a method of retrieving e-mail from an e-mail server. Most e-mail applications (sometimes called an e-mail client) use the POP protocol, although some can use the newer IMAP (Internet Message Access Protocol). There are two versions of POP. The first, called POP2, became a standard in the mid-80’s and requires SMTP to send messages. The newer version, POP3, can be used with or without SMTP. The newest and most widely used version of POP email is POP3 email. You will see the term POP3 in most of the web hosting plans available today.

    Price
    The monthly amount that you will have to pay a hosting company to provide the hosting services requested. Paying monthly is normally perfectly acceptable, but discounts may be available by paying quarterly or annually.

    Reseller Plans
    Many hosting providers allow you to be a reseller of hosting space earning a commission off of each sale. If you intend to be a provider of hosting services, you should investigate this option as you decide where to host your web site. Many hosting companies offer discounts (in addition to revenue opportunities) to companies that wish to remarket their web hosting services.

    Root Server
    A machine that has the software and data needed to locate name servers that contain authoritative data for the top-level domains.

    Setup Fee
    Some hosting companies charge a one time setup fee to set up your hosting account. It is worth to also take this into account when looking at the monthly fee.

    Server
    A computer, or software package, that provides a specific kind of service to client software running on other computers. The term can refer to a particular piece of software, such as a WWW or HTTP server, or to the machine on which the software is running. A single server machine could have several different server software packages running on it, thus providing many different servers to clients on the network. More specifically, a server is a computer that manages and shares network resources.

    Shell Account
    Something experienced computer users often request. Permits you to edit your files online in real-time, rather than making changes to your site offline and then uploading the changes. Unless you intend to manage the web server your site runs on, a shell account should not be needed.

    Simple Mail Transfer Protocol (SMTP)
    The main protocol used to send electronic mail on the Internet. Most Internet email is sent and received using SMTP. SMTP consists of a set of rules for how a program sending mail and a program receiving mail should interact.

    Server Side Includes (SSI)
    Commands that can be included in web pages that are processed by the web server when a user requests a file. The command takes the form <!–#include virtual=”/path/to/file”–>. A common use for SSI commands is to insert a universal menu into all of the pages of the web site so that the menu only has to be changed once and inserted with SSI instead of changing the menu on every page.

    Secure Socket Layer (SSL)
    A protocol designed by Netscape Communications to enable encrypted, authenticated communications across the Internet. It is used mostly (but not exclusively) in communications between web browsers and web servers. URL’s that begin with “https” indicate that an SSL connection will be used. SSL provides 3 important things: Privacy, Authentication, and Message Integrity. In an SSL connection each side of the connection must have a Security Certificate, which each side’s software sends to the other. Each side then encrypts what it sends using information from both its own and the other side’s Certificate, ensuring that only the intended recipient can decrypt it, and that the other side can be sure the data came from the place it claims to have come from, and that the message has not been tampered with.

    Shopping Cart Software
    A software program which acts as a “virtual store front”. Such software typically allows a web site user to create and manage a virtual shopping cart to which items can be added or removed. Once a customer is ready to “check out”, this same Shopping Cart Software typically includes interfaces to allow customers to pay with their credit card directly on the site. Shopping Cart Software is critical for those web sites that intend to sell products and services directly over the Internet without human intervention.

    Statistics
    Many hosting companies run software on their web servers that collect usage information about your web site and compile it in a user-friendly, easy-to-read format for you to analyze trends about your web site. Having access to statistics is critical if you need to know how many visitors are coming to your site, which web pages receive the most attention, and how much time people actually spend browsing your site.

    Support
    Telephone or e-mail technical support provided to a web hosting company’s customers. When there’s a problem with your site or your e-mail, you want to be able to get an answer promptly by e-mail or on the phone. Some hosting companies offer email only support, telephone support, or a combination of both. Some hosting companies provide 24hr 7 days a week support (24/7). This is important if your site is an e-commerce site with a lot of daily visitors.

    TCP/IP
    This is a set of communications protocols to connect hosts on the Internet.

    Unix
    A computer operating system designed to be used by many people at the same time (it is multi-user) and has TCP/IP built-in. It is the most common operating system for servers on the Internet.

    Uniform Resource Locator (URL)
    The standard way to give the address of any resource on the Internet that is part of the World Wide Web (WWW). www.adult-hosting-companies.com is an example URL.

    Unique IP Address
    In many hosting plans, you share an IP address and you will be able to view your site through your domain name only. Obtaining a unique IP address (see IP Address) provides a one-to-one relationship between your domain name (www.yourname.com) and an IP address.

    Video Streaming
    The process of providing video data or content via a web page.

    Virtual Server
    A web server which shares its resources with multiple users. It’s another way of saying that multiple web sites share the resources of one server. If you do not need your own web server (i.e. your own server class computer), you will use a virtual server to host your web site.

    Article Written By Lee.

  • Cascading Billing – Using Multiple Payment Processors For More Profit

    Date: 2011.02.21 | Category: Billing Solutions | Response: 0

    ‘Cascading Billing’ has been somewhat of a buzz word of late in the online industry however, there seems to be some confusion as to what this billing process actually involves or even does other than ‘process payments’ this is what we will take a look at in this brief article.

    Cascading Billing – The Basics.

    Simply put, Cascading Billing is a method to enable your surfers to buy membership to your site or, products utilizing multiple third party credit card processors and, other payment options. The process used, as its name suggests, is that of a ‘cascading’ feature meaning that, if you have multiple processors set up on your site and a surfers credit card is declined on your primary processor, the details will then be passed onto a secondary credit card processor where, they will either be accepted or declined and, if declined, the details can then be passed onto yet another credit card processor or, some alternate payment solution.

    Cascading Billing – The Benefits.

    From the initial reaction this new payment process has received in the online community it would appear that this new solution actually does work and, work well. Many companies who are adopting the ‘Cascading Billing’ process are reporting an increase in sales, some reporting upto a 20% increase over the normal procedures they used. This increase in sales also enables affiliate programs to pass the new found benefits onto the webmasters themselves through raised payouts and better sign-up ratios.

    Cascading Billing – The Options.

    As with any type of online payment processor or, payment system, you need to evaluate what your individual needs are and, using a cascading billing program is no different. With many solutions currently available and in development stages the choices for webmasters and program owners are growing and growing.

    However, that said, first and foremost you need to choose which processors or, billing solutions you will use to begin your cascading billing. In an ideal world, you should choose two of the more reputable third party payment processors as your primary and secondary processor in addition to a tertiary payment option or, perhaps even a custom dialer solution. Generally speaking, this will give you the best way to monetize your own and, your webmasters traffic.

    Cascading Payment Solutions – Overview.

    When all is said and done, cascading billing offers webmasters and online e-business owners ample opportunity to increase their profits through minimal outlay either by renting the scripting that will allow you to utilize the cascading billing option (costs from $300 a month) or, having such a solution custom coded which, you can have done from as little as US$5000. Either way i am certain we will start to see many more of the top online companies offering this type of payment solution in the near future and, with some of the larger online companies already adopting this method, it is sure to start happening soon.

    Article written by Lee

  • Redirecting To A Different Page Using JavaScrip

    Date: 2011.02.24 | Category: Scripts | Response: 0

    There are times when a simple JavaScript redirection from one page to another can come in handy and, the following JavaScripting will enable you to do this.

    When a page contains this javascript, it will be redirected to another page that you specify in the “window.location=”. You can change the number of refresh seconds by changing the “move()’,1000 to the number of seconds you’d like.

    Example:

    1000 = 1 second
    2000 = 2 seconds
    3000 = 3 seconds

    Place this JavaScript code between the <head> and </head> tags

    <script language=”JavaScript”>
    <!–hide from old browsers
    var time = null
    function move() {
    window.location = ‘http://www.yourdomain.com’
    }
    //–>
    </script>

    Place this JavaScript code in your <body> tag

    <body onload=”timer=setTimeout(‘move()’,1000)”>

    You should now have a page that will redirect to a new url when it loads in the surfers browser window.

    Article written by Lee

  • Foreign Search Engines

    Date: 2011.02.22 | Category: Promotion | Response: 0

    ‘Suchmaschine’ | ‘Moteurs de Recherche’ | ‘Motores de Busqueda’ ? Or, to you and I ‘Search Engines’.

    Well what if I told you there was a huge chunk of the market (again I know) that your missing out on because, frankly, you haven’t attempted to get into it?

    What is this wondrous market? Simple.. Foreign search engines.

    I would say that AT least 80% of my traffic comes from the search engines, Google, AltaVista, etc, etc however a large portion of this se traffic is from countries whose language even some of my translators don’t know.

    So, how do you get the foreign search engine traffic? again that’s simple, there are several ways to get it, you can:

    1) Submit to your favorite search engine and wait, and wait, and wait… or 2) You can submit to your favorite search engine then, instead of leaving the page, go to the foreign equivalent of that same search engine!

    Guess what, if you submit to Google in English then go to google.de the submit form asks you exactly the same information as your submission on the English form would do…so, ya don’t even have to speak German to submit to google.de, isn’t that handy?

    In my previous article a few weeks ago I mentioned what countries were top of the ranks for surfers in Europe, well, this week I want to run some figures past you again about which search engines ‘seem’ to be sending a decent amount of foreign traffic.

    So here goes, we have the top 6 search engine referrals for December 2001:

    http://www.crawler.de/

    http://www.lycos.de/

    http://www.infoseek.com/Home?pg=Home.html&sv=ES

    http://search.yahoo.co.jp

    http://www.excite.co.uk/

    http://www.infoseek.com/Home?pg=Home.html&sv=FR

    As you can see infoseek (which has an English version) sends me lots of foreign traffic although, in reality, this is only for English pages, don’t ask me why but I guess the Spanish and French surfers love surfing for porn in English..

    On a separate note, for those of you who are either to stubborn, lazy or, stupid to try submitting to the foreign search engines we will shortly be releasing a foreign search engine submission chart on European Webmasters which will tell you step by step what to put in each of the boxes on the submission form, so even you have no excuse!

    Of course, the foreign traffic is going to mean you will need to pay more attention to your sites, perhaps offering these surfers a site in their language to sign up to or, before sending them off to a dialer, trade these foreign surfers off for some ‘English speaking ones via the use of a toplist. Admittedly, I haven’t found sending them to a toplist productive myself however, you might get different results to me.

    Basically, if you start to get the traffic, hell, the chances are your getting foreign traffic now and don’t even know about it… USE IT!

    If you want to ask questions specific to the foreign market that’s what our forums on EW are there for, we would gladly spend all day everyday answering your foreign traffic questions however, as yet, very few US based webmasters are taking the initiative to investigate further this GREAT source of revenue so, I guess ill just have to go back to my foreign search engines and get a bigger chunk of the ever increasing foreign porn surfer for myself.

    Article written by Lee

  • Outsourcing – Becoming More Profitable Online

    Date: 2011.02.24 | Category: Employment | Response: 0

    As webmasters we already do a lot of outsourcing from hosting our sites to design and marketing to getting traffic which we send to our sponsors. However, many of us are missing out on opportunities to outsource even more of our work and, by missing these opportunities, we are losing money.

    Outsourcing work can consist of anything from translations, design, scripting, marketing, seo, site submissions and pretty much anything and everything in between.

    However, before we outsource some work to others there are several factors that need to be taken into consideration these are what will be addressed in this article.

    Cost.

    Ensuring we work ‘cost-effectively’ is one thing we all want to do, we need to make a profit whilst still being able to develop our business further. One good way to find out if the costs of outsourcing outweighs the cost of keeping the work in house to make a simple list of both the time and financial involvements both in and out of house. For example, in house you may have employees that need paying to do the work, you will almost certainly need to spend a lot of your own time on the project and, more likely than not you will need to research the work you want to undertake, all of this can become costly when looked at in detail a good reason to outsource your work to another company or individual.

    Benefits.

    How will outsourcing benefit you and your business? As with the cost example above make a list of things that will benefit you from the time saved on the project to the monetary benefits of outsourcing the work and the completion times often, by outsourcing your work you can have it done in much less time than if you handled it yourself ‘in-house’ so to speak.

    Flexibility.

    What are the indirect benefits of you outsourcing your work? Not necessarily the money saved but more along the lines of time management. if you give a designer a list of ideas and suggestions you WANT your work to have, chances are, they will get it right the first time whereas, if you amble along experimenting with what you actually create you may, in effect, take much longer to complete the task in hand. By saving yourself time what else can you get done, whether it is building more sites or marketing your existing sites further the indirect benefits all weigh up more often than not, these benefits will be favorable to outsourcing the work.

    Risk.

    This is probably THE most important thing to take into account when considering outsourcing your work, what happens if, you pay for the outsourcing and, overnight the company who is doing the work for you goes out of business? What happens if someone you have in your employ decides that they would rather be doing the work rather than you outsourcing it? Financially can you afford to outsource the work? All of these factors need to be considered before undertaking any form of outsourcing.

    Basically, what I am trying to tell you is that, if you spend a few moments actually running the numbers as oppose to the ideas you have in respect of your workload you will see that outsourcing can be come a valuable asset to your business and, more importantly, your bottom line profits.

    Article written by Lee

  • Cleaning Up The Myths On Scrubbing

    Date: 2011.02.21 | Category: Billing Solutions | Response: 0

    Time and time again on message boards I see the same old topics regarding scrubbing usually preceded by some company being accused of scrubbing their webmasters surfers to much and the webmasters sales being lower because of the sponsor ‘scrubbing’ their surfers however, the reality of this is, it isn’t the sponsors who control how much or how little the surfers credit card transactions are ‘scrubbed’.

    The E-Commerce Dilemma.

    Irrespective of whether you are an online bookmaker, bakery or adult pay site owner the fact of the matter remains that only credit card fraud is on the increase and, in addition to the rise of online credit card fraud the methods in which the perpetrators of these crimes carry them out is also changing often combating the methods put in place by the online transaction processors to stop this happening luckily however, this is where ‘scrubbing’ comes into effect.

    So What Is Scrubbing?

    Scrubbing is a method used by the credit card processor that the companies who’s site you are sending a surfer to uses. Scrubbing is in effect, a method of calculating the probability that any single transaction (or group of transactions) could be fraudulent. That is to say, is being carried out by someone other than the true owner of the credit or debit card.

    Scrubbing is probably the single most useful tool provided to our sponsors by the credit card processors to ensure that every transaction that gets sent to them is credible and, once the transaction is allowed (or not) a part of the information contained with the transaction is sent to a central database to help other clients of that processor guard against receiving unlawful transaction purchases.

    How Does Scrubbing Affect Me?

    As a webmaster, believe it or not, scrubbing is actually a good thing for you. You know that each transaction processed is first of all a legitimate one and, secondly, you know that the sponsor who you are using is not going to go bankrupt due to excessive illegal transaction. This means that the sponsor can improve the services they offer YOU as a webmaster to assist you in making more money.

    In essence, the scrubbing of credit card transactions at a sponsors level increases the amount of money you make long term not only with that individual sponsor but, with every other sponsors who uses the same transaction processor.

    Article written by Lee.

  • Converting Japanese Traffic – The Niche Paysites That Work

    Date: 2011.02.21 | Category: Traffic | Response: 0

    Up to this point we have only looked at the European traffic sources and what niches convert for them however, we will now take a look at the Japanese specific adult surfers and, see just what makes them tick when they come to look online for porn.

    Japanese Adult Traffic – Dispelling The Myths.

    Contrary to popular beliefs Japanese porn surfers are not all looking for Bukakke or Hentai orientated adult sites in fact, the results we saw far from backed this up. Also, many webmasters believe Japanese traffic is worthless again, from our results this is simply not the case.

    Japanese Adult Traffic – The Niches.

    We were extremely pleased with the results we found from the Japanese traffic we got to our hub sites in fact, we altered the type of sponsors we used on our Japanese hubs so that we could see just how well this type of international adult traffic converted and, i think you will see the results are worthy of you sending your Japanese adult traffic to sites that do not encompass dialers as the only means of revenue for those surfers after reading this article.

    Asian.

    We set up a small niche specific ‘Asian’ hub trap that we could use to primarily filter our Japanese traffic through and, as we expected, very little of the traffic actually purchased memberships to these sites that were supposedly made specifically for Japanese surfers instead, all but 2 sales came from sites outside of this ‘Asian’ specific hub.

    Ebony.

    By far our best converting niche on Japanese traffic, the sales figures we saw from a join perspective were enough to warrant that we altered the rest of our hub site to ensure maximum exposure of the Ebony niche sites we were using to get them in front of the Japanese surfer as quickly as possible.

    Anime / Hentai / Toon.

    Again another surprise, the sales we saw on these niche paysites were lower overall when compared to sites in completely different niches what was also surprising about this is that the vast majority of adult webmasters will actively push their Japanese traffic to sites in this niche.

    Bukakke.

    Finding a Japanese Bukakke sponsors was impossible for us, instead, we opted to send the traffic to a US only paysite and, as expected, we had no sales for this niche on the Japanese traffic we saw flowing through our sites. As mentioned above with the Anime niche, this is often the first type of site adult webmasters will send their Japanese speaking traffic too and, as we thought, this is wrong.

    Teen.

    The teen niche converted really well for us, not as well as the ebony niche did but non the less, we received a steady amount of signups each month, this steady signup rate was also added to by recurring incomes from the previous months signups towards the end of our three month test period.

    Gay.

    As with the Bukakke niche paysite we received absolutely no sales to the Japanese gay paysite we used in our hub site this was surprising as even with the other international traffic we had gotten at least one sale a month but, alas, it seems the vast majority of Japanese surfers do not want to see naked men online.

    Amateur.

    Specifically amateur web cam sites converted for us on our Japanese traffic and again, this was good because of the rebills at the end of the month in fact, we still have some rebills continuing now some 5 months after our test period ended.

    Japanese Adult Surfers – An Overview.

    As expected at the start of the test period, Japanese adult surfers are not primarily interested in Bukakke and Anime sites in fact, it would appear they were primarily interested in the Ebony paysites we had to offer them. This is interesting in itself because, when offered ‘Asian’ niche paysites we only achieved 2 sales a month compared to the vast amount of sales to the Ebony niche, I think it might be worthwhile re-visiting Japanese traffic at a later date so we can evaluate exactly what preferences they have over time.

    One other thing we discovered when testing the Japanese traffic was that, as we have been saying for a long time, Japanese surfers do hold credit / debit cards and, will use them online if their needs can be matched. This is good as if, like us, you use recurring sponsors on this type of traffic you will see some good long term residual income.

    Article written by Lee

  • Using Mainstream Sponsors On Adult Sites

    Date: 2011.02.24 | Category: Sponsors | Response: 0

    With the adult industry moving more and more into the mainstream web every week that passes as late i thought it would be an idea to show you guys how it is possible to use mainstream sponsor programs on your adult sites to build up a steady commission check even when a surfer going to your adult site doesnt actually buy anything from your adult sponsor.

    Mainstream Sponsor Programs – The Choices.

    The first thing that you need to do is to choose a mainstream sponsor that offers you a good choice of products / services to market to your surfers mainstream affiliate programs such as Click Bank, Commission Junction and, Amazon.com are all good places to find a selection of mainstream products and services you can offer your surfers in addition to the adult sponsors you currently use.

    Mainstream Affiliate Programs – Setting Up.

    The first thing that you need to do however in order to offer the mainstream affiliate program products to your surfers is to register a generic, non-adult domain name and, instantly get this domain setup on your current web server.

    This will be the domain name you use for all correspondence between the mainstream affiliate networks and yourself in addition, this will also be the ONLY domain that you utilize the mainstream linking codes on.

    Using Mainstream Sponsors – Getting Started.

    The first thing that you need to do now you have your domain and mainstream affiliate networks sorted out is to build a couple of specific ‘doorway pages’ on your new generic domain name. This could include something like an article or product review or perhaps something as simple as an image of the product and a short description which you can use to lead the surfer into the mainstream affiliate programs site, either way, the idea is to have the root of the domain 100% free of adult content and utilize specific doorway pages which you can link to from your adult sites.

    Generating Mainstream Traffic.

    Onto the really easy part, your current free sites all have an enter and exit link correct? If so then you are already half way finished, all you now need to do is to ensure that EVERY SINGLE exit link goes to your mainstream doorway page for a specific product or group of products. Make sure that you do not link to the root of your generic domain at any time but only to specific doorways and, that each of these doorways has a link to the root domain.

    By linking to your generic site in this way, you are enabling the surfer to choose whether they first of all, want to look at your adult site or, they want to leave the site and go to your mainstream affiliate network sponsor in the process giving you the potential of making a sale at the mainstream affiliate program.

    Mainstream Sponsor Programs – An Overview.

    By utilizing mainstream affiliate programs in this way you are not only potentially increasing your bottom lines but, you are also utilizing every single click that you get both to and from your site, to often webmasters send their exit links to places like disney.com or google.com and in doing so, they lose out on potential incomes, hopefully when you start marketing your exit links in the manner explained above you will begin to see the benefit of how both adult and, mainstream sponsors can be used in conjunction with each other in order to increase your bottom line profits.

    Article written by Lee

Premium Sponsors















Categories

Site Links