• New European V.A.T Laws – Are You Prepared?

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

    Under a new law that has been passed in the EU from July 1st 2003 any internet based company selling services or goods to customers inside the EU will have to pay the member state of their customer/client the equivalent V.A.T (Value Added Tax) Rate.

    This in itself is not a big problem, online business have been paying taxes for many years, the problems start to occur when you take a look at the current state of the V.A.T system in the EU state members on an individual basis.

    The following list shows the percentage of V.A.T that you will need to add to your clients bills if they are located inside a member state of the EU:

    Austria – 20% VAT
    Belgium – 21% VAT
    Denmark – 25% VAT
    Finland – 22% VAT
    France – 19.6% VAT
    Germany – 16% VAT
    Greece – 18% VAT
    Ireland – 21% VAT
    Italy – 20% VAT
    Luxembourg – 15% VAT
    Netherlands – 19% VAT
    Portugal – 17% VAT
    Spain – 16% VAT
    Sweden – 25% VAT
    United Kingdom – 17.5% VAT

    This will pose several problems for the adult industry namely, how will our billing processors be able to handle transactions from European Union citizens? After all, with so many different VAT rates across the EU their billing systems need to be able to correctly calculate the correct amount of VAT to the surfers final order.

    Several accounting firms have set up new divisions to handle this for the mainstream side of the internet industry however, until just recently, the adult internet was unaware this was happening.

    It would seem that although the international market place is a wholly viable one for adult webmasters to break into, it brings with it more complications that simply breaking the language barrier.

    This new law will be a good test of the adult industry processors to see how they can handle the economic changes of the global market place and, more importantly, how they handle the new frontiers of international marketing on a global scale.

    Article written by Lee

  • Using Basic Server Side Includes (SSI)

    Date: 2011.02.24 | Category: WebDesign | Response: 0

    Server side includes are what their name sounds like.  A way to include the contents of another file into your current web page BEFORE the web page gets sent off to the surfer.  Not only does this include contents of a static file but you can also include the results of a CGI program and on some web servers, you can even have it display the current date and time.

    Now, many web hosts do not normally have server side includes turned on. You will have to ask your host if they have SSI turned on and if they do, what is the file name extension for SSI.  By default, SSI files have an .shtml extension.

    Sometimes, you can turn SSI on yourself.  If you host doesn’t have SSI turned on for you already, you can try adding the following two lines to your .htaccess file.  Then create a file with the .shtml extension, include a SSI command and see if it works.

    AddType text/html .shtml
    AddHandler server-parsed .shtml

    When you use SSI commands, you place them exactly in the location within your web page where you want the output of the SSI command to appear when you finally browse the page.  If you have SSI, then you can use the following command to include a file.  When you include a file, you can either give it a path name to the file or you can give a URL to the file. I’ll list both here.

    <!–#include file=”/some/path/above/my/web/to/my/header.html” –>

    This is an example of how to include a file based on its path name.  Now,
    here’s the same file put included with its URL.

    <!–#include virtual=”/to/my/header.html” –>

    And this is an example of how to use a URL.  With a URL however, it cannot be a complete URL such as http://www.somesite.com/somefile.html.  It has to be within your current website.  You can also use the URL method to run a CGI script!  Here’s an example of that:

    <!–#include virtual=”/cgi-bin/somescript.cgi?myfirstarg=1amp;mysecondarg=2″
    –>

    As you can see, we can even pass arguments to the CGI script just as if you typed it into your browser!  There is also another way of running a CGI script but this is not as widely used any more and you should use the #include virtual method instead.  Here is the same example so that you will know what it means when you see it.

    <!-exec cgi=”/cgi-bin/somescript.cgi?myfirstarg=1amp;mysecondarg=2″ –>

    As I mentioned earlier, you can use SSI to display the current time and date. Here’s how:

    <!-echo “$DATE_LOCAL” –>

    This will display the current date and time. SSI is usually used when you  want to have a standard header or footer on each page.  It’s also used for displaying rotating banners or page counters. As you see above, you can also  use it to display the current date and time or the date when the page was  last modified.

    SSI has also been used for cloaking and some tracking  software uses SSI to track each incoming hit to the web page.  If you would  like more information about SSI, go to
    http://www.apache.org/docs/mod/mod_include.html.  This is the definitive guide on SSI on the Apache web server.

    Most other web servers that use SSI also follow these conventions.

    Article written by Lee

  • Saving Time Online – Shortcut Keys

    Date: 2011.02.24 | Category: General | Response: 0

    The one thing that i have started to do just lately is use shortcut keys. These are actually very easy to get used to and, will save you a lot of effort over a period of time.

    Below you will find a list of the more common shortcut keys in both Windows and Internet Explorer.

    Even if you get used to using one or two of these shortcut keys you will notice the time you start save over a week, hell, i don’t even type the whole domain into my IE address bar anymore!

    Here are the shortcuts for Windows along with the description of what they do:

    Alt + F – File menu options in current program.
    Alt + E – Edit options in current program
    F1 – Universal Help.
    Ctrl + A – Select all text.
    Ctrl + X – Cut selected item.
    Shift + Del – Cut selected item.
    Ctrl + C – Copy selected item.
    Ctrl + Ins – Copy selected item
    Ctrl + V – Paste
    Shift + Ins – Paste
    Home – Goes to beginning of current line.
    Ctrl + Home – Goes to beginning of document.
    End – Goes to end of current line.
    Ctrl + End – Goes to end of document.
    Shift + Home – Highlights from current position to beginning of line.
    Shift + End – Highlights from current position to end of line.
    Ctrl + Left – Moves one word to the left at a time.
    Ctrl + Right – Moves one word to the right at a time.
    Ctrl + Backspace – Delete word to the left of cursor.
    Ctrl + Del – Delete word to the right of cursor.
    Alt + Tab – Switch between open applications.
    Alt + Shift + Tab – Switch backwards between open applications.
    Ctrl + Esc – Bring Up start button.
    Alt + Esc – Switch Between open applications on taskbar.
    F2 – Renames selected Icon
    F3 – Starts find from desktop
    F4 – Opens the drive selection when browsing.
    F5 – Refresh Contents
    Alt + F4 – Closes Current open program.
    Ctrl + F4 – Closes Window in Program
    Alt + Enter – Opens properties window of Selected icon or program.
    Shift + F10 – Simulates right click on selected item.
    Shift + Del – Delete programs/files without throwing into the recycle bin.
    Holding Shift – Boot safe mode or by pass system files.
    Holding Shift – When putting in an audio cd will prevent CD Player from playing.

    The following list are shortcut keys when using Internet Explorer:

    Alt + Left – Back a page.
    Alt + Right – Forward a page.
    F5 – Refresh current page / frame.
    Esc – Stop page or download from loading.
    Ctrl + Enter – Quickly complete an address.
    Ctrl + N – Open New browser window.
    Ctrl + P – Print current page / frame.

    Hopefully this list of shortcut keys will get you saving some time even if its just a few minutes a day. After all, we all know the one thing webmasters need more of is time.

    Article written by Lee

  • Quick Loading Pages Plus Saving Bandwidth

    Date: 2011.02.24 | Category: WebDesign | Response: 0

    Have you noticed how many of the sites out there are trying to make themselves look better than they actually are by using heavy graphics and media files? The fact of the matter is this, most surfers who visit your we pages are viewing them on a screen that is between 15 and 19 inches wide, can only see 216 colors and, are on a connection of 33.6 kb per second (If they are lucky).

    What Does All This Mean?

    What does this mean to you as a webmaster? Simple, try this test.

    Connect to the internet on a 33.6 connection, type in your url and, hold your breath. Does the page load before you need to start gasping for air? If so then you are designing your sites correctly, if not, your pages are far to big in file size.

    I’m pretty sure that some of you can hold your breath for a long period of time so, here is a basic rule of web design. Your pages should, be no larger in file size than 50k in fact, I would even go so far as to say try getting your pages under 30k in size.

    How Can I Get It Under 50K? 30K?

    First, all your graphic images should be as small as possible. Try to get them smaller than 4k. Going up to 6k is reasonable. When designing a graphic for the web site keep in mind the number of colors being used.

    I know, from designing banners myself, it was hard for me to go from millions of color to only 216. Yes, 216 is the number of colors you have on a web safe color pallet.

    Use solid colors when designing your image. PhotoShop has made the gradient such a popular tool. It looks good to fade things in and out. I always see a background border made up of this gradient. I always right click on that image to see the size. The 8k-12k is not worth the space. The problem with the gradient is it uses many colors and dithering. Both take up big time K. The more color you have in an image the bigger it’s going to be.

    Use design more, graphics less. For a web page to be successful it needs to download quickly and look good.

    Here is the dilemma download quick or look good? Instead of designing graphics and taking pictures and turning them into jpgs to make your web page look good, try using color schemes. Use cell colors to make borders. Use the negative space on your web site. What is not there is just as important as what is there.

    Remember sometimes less is more. When in doubt think of a typical visitor coming to your web page. Would that extra graphic sell them or keep them coming back again and again. If the answer is yes, by all means keep it. If the answer is “well maybe” or “it just looks good there”, yank it.

    Your surfers will appreciate not waiting more then they have to. The web is here to make our life easier not to sit in front of a screen waiting for heavy web pages to download.

    Article written by Lee

  • Viral Marketing – Catching The Marketing Bug

    Date: 2011.02.21 | Category: Viral Marketing | Response: 0

    The term viral marketing is offensive. Call yourself a viral marketer and, people will often take two steps back. I know I would do. It is a sinister thing, the simple virus is fraught with doom, not quite dead yet not fully alive, it exists in that nether region somewhere between horror movies and disaster films.

    That said however, you have to admire the skills of the viral marketer. They have a way of winning by sheer weight of numbers alone. They piggy back on everyone else and use their resources to grow their own. In the right circumstances the viral marketer can grow exponentially. A virus doesn’t have to mate, it just replicates itself again and, again and, again increasing its power, doubling its effect with each replication.

    I
    I I
    I I I I
    I I I I I I
    I I I I I I I I

    In a few short generations, a viral marketing population can boom as seen in the diagram above.

    Viral marketing defined.

    What does a virus have to do with viral marketing? Viral marketing describes any strategy that encourages individuals to pass on a marketing message to others, creating the potential for mass growth in the messages exposure and influence.

    Like viruses, such strategies take advantage of rapid multiplication to explode the message to hundreds, even thousands in a relatively short period of time.

    Before the advent of the internet viral marketing was often referred to as ‘word of mouth’. However, for better or for worse, the term viral marketing has infected.

    One classic example of this marketing technique is Hotmail.com one of the first free web based email services. Their strategy was simple.

    Give away free email addresses and services.
    Attach a simple tag at the bottom of every free message sent out.
    Watch people email their friends, colleagues and family.
    Watch these same friends colleagues and family join up to their service.
    See the message propelled to an ever increasing audience, all for free.

    In closing viral marketing is like watching the tiny ripples of a single pebble dropped pond, one small splash can create ever increasing circles which in turn could create ever increasing revenues.

    Article Written By Lee

  • Anime Adult Content – Why Is It So Hard To Find?

    Date: 2011.02.21 | Category: Content | Response: 0

    I have been asked by many people to explain the Anime/Toon niche, why the content is so hard to find, and why it is more expensive than other content. So to that end, I am writing this article in hopes that it will answer those questions and perhaps others.

    First of all, it might be good to review the terms used for this niche. Some of these you may be familiar with, others may be new. In Japan, the term used to discuss or describe “pretty young girls” is “bishoujo” (pronounced “bee-shoh-jo”) This term can be seen (or heard) in any advertisement or publication that covers such works. This literally means “pretty young girl” or “pretty girl” – or, if you like, we might also translate this as
    “fair lady”. In Japanese, “bi-” means “beauty” or “beautiful” and “shoujo” means “girl” or “young girl” (note the long “o” sound… the short “o” word, “shojo”, means “maiden” or “virgin”, so it has a different meaning altogether.) With respect to terms such as “ecchi”, “hentai” or “sukebe”, the meanings tend to be a matter of degrees. The first term is the most commonly used – we’d say “naughty” or something similar, meaning naughty in a sexual sense of being naughty. “Hentai” or “sukebe”, on the other hand, are extremely rude terms to use – they do not mean just “adult” as some people think, and they do not even only mean “perverted” or “perverted in a sexual sense”. They imply “sexual pervert” in an extremely negative connotation – the type of thing we might scream “LECHER!” or “RAPIST!” or “STALKER!” about, for example. Since Japan places great importance on levels of politeness, speaking out loud about “hentai” or “sukebe” is not something that is normally done – it’s perhaps equivalent to walking down a street or sidewalk in America and swearing out loud like a trooper. In Japanese popular culture works such as anime, manga, and games, the terms tend to be used as exclamations of insult or disgust to elicit a comedic response from the audience – we do the same in some of our mature comedies that contain comments or situations that would never truly happen in real life. The common misuse of the term “hentai” is somewhat similar to the formerly common misuse of the term “Japanimation”. It took a lot of work over many years to get the general public to learn the simple term “anime” and get stores to replace signage to read “anime” rather than “Japanimation” – to this day, there are still various dealers or stores or sites that use “Japanimation” and do not understand the term “anime”. Manga refers to “comic books” or illustrated erotic stories; most manga that is created in Japan is done in the traditional black and white, or pen and ink style.

    Now here in the United States we commonly use Anime or Hentai to describe all art that is done in the Japanese style, and use the word cartoon to describe what we traditionally think of as American animation, such as Disney, Batman, Tom & Jerry, or my favorite The Road Runner. J In the Adult business however, “toons” basically covers anything other than Anime. It is difficult to change the traditional mindset since it is so embedded in our vocabulary, so much so that I even list content under hentai on my site, simply because no one knows to look or ask for ecchi or bishoujo. But webmasters are learning through research and articles such as this, to market the products by their proper names more and more, which will make it easier to break into markets other than North America.

    Now on the subject of why the content is so rare and hard to find with legal web license. Japanese artists and companies are very hesitant to strike deals outside of their country when it comes to their artworks. The reason for this has a lot to do with the enormous amount of piracy on the web of these images. In Japan, single images which we think of as normal content for galleries, is extremely rare. Most images that can be seen throughout the net and the newsgroups come from Japanese Animated movies and video games. These images or stills are lifted directly from the movie or game and are traded freely among fansites and newsgroups with total disregard to the artists or developers. Unfortunately, there are also places out there that sell or lease these images as well, so know your provider! Now of course, this is not a phenomena that plagues only this niche as we know, but the Japanese are very sensitive about it, and that is why they hesitate to license out their single image artwork. There are a few content companies out there that have such images available, but the number is limited. Of course there are hopes and plans to expand their availability soon. J

    Because such content is not readily available in large amounts from Japan, other content has to be created to fill a need for legal content in the adult industry. And the creation of that content is what makes it more expensive than your normal picture content. For anime or cartoon content, an artist must create an original image from his or her imagination, they must sketch the image, and color and shade the image, then scan the image and ready it for display on the net. With the obvious exception of what is known as CGI (computer generated images) each image is hand drawn and colored and can take an artist anywhere from several hours to days to complete. He or she can not just click a button on a camera and walk away with 200 or so images for a days work. So when you are buying anime or toon content, you are truly paying for a piece of art (with web license!). If you spent all day designing, building and painting a birdhouse for example, would you sell it for less than you put into it? Remember to, that the return on an investment in high quality anime/toon content can much higher than average photo content, simply because the niche is so hot and members are very loyal when they find what they like. It only takes one per sign up sale at any of the big sponsors out there to pay for a set of 25 images, and there are a lot of sponsors to choose from now too! The past year has seen a huge addition of Anime and Toon pay sites; because the sponsors know there is money in this niche!

    Another great source of revenue from this niche is the very games and movies of which I wrote earlier. RPG Adult Anime games are hugely popular as are the large libraries of animated films imported from Japan. Translated into English and affordably priced, up sales on these items are great way to add income to the traffic you already have! For more information on this, just drop me an email.

    I hope this has helped you understand this niche a bit better, and helps you appreciate the work that goes into it. I love this particular niche, and not only because I sell the content, but because of its uniqueness and beauty.

    Article written by Bestat.

    http://www.exclusivecontent.com

  • Using Email Auto Responders To Build Traffic And Sales

    Date: 2011.02.24 | Category: Opt-in Mail | Response: 0

    Auto responder programs are just that, they are set up to respond automatically with a pre determined email when a blank email is sent to a specific email address.

    For example, have you ever seen something along the lines of:

    ‘For A Free Guide To ** Whatever** send a blank email to somename@somedomain.com’

    The email address in that address belongs to an auto responder script and when someone sends an email to the script, they receive a pre written email back within seconds that has information pertaining to a specific topic or selection of topics.

    Basically, autoresponder programs are email on demand scripts which makes any information you want available to your surfers 24/7 and, furthermore, not only can they drastically increase your traffic but, they WILL also benefit your sales income.

    Email Auto Responders are extremely important tools when you need to automate your marketing. You can easily manage in excess of 10k email requests on a daily basis without ANY effort on your part at all.

    Auto responders are used primarily for three main purposes these are:

    Sales Letters.

    Suppose you post to a selection of forums and newsgroups on a daily basis, you could offer free information about a specific topic and, in the same email, you can also promote your site and, better still, you didn’t have to do a thing.

    Customer Support.

    The use of auto responders for customer support is beneficial to sites that have a lot of queries from its visitors, autoresponders allow you to set up predefined answers to the most likely questions and, this can cut your service requirements by upto 50% in some cases. For example, most hosts will have some form of autoresponder set up to answer your basic questions or tell you about a support issue you have mailed them about even if its just to let you know that your email arrived and has been placed in the queue for completion. This saves the host a lot of time enabling them to work on things that actually need to be done and not spend countless hours each day sending emails to hundreds / thousands of webmasters on a personal basis.

    Email Gathering.

    This is by far the best feature of an autoresponder, everyone who sends you an email to the auto respond address will have their email address stored in a database, which, in turn, will enable you to follow up with the interest they have in your site and, some auto responders can even be configured to send out emails on a weekly basis to the email addresses in this database from again, pre determined messages that you have already set up.

    Autoresponders are truly amazing programs, not only will they enable you to be more productive with your time but, they will assist you in helping your site visitors and, furthermore should increase both your sites traffic and sales figures.

    Article written by Lee

  • Marketing to Foreign Surfers

    Date: 2011.02.22 | Category: Promotion | Response: 0

    Marketing to Foreign Surfers.

    What would you do if I told you that there are 3 million plus new surfers last year that you did not market too? You probably marketed your product or adult site to those that could read English well enough to be searching with English terms. How about the growing numbers of surfers with English as their second language?

    According to Nielsen/Net Ratings, from September 2000 to 2001, Italy’s online population grew by 3,540,970 users: about one new user every ten seconds. Italy is just one of the non-English speaking countries that is coming online at lightening fast speed.

    Are you relying on these surfers searching for your English keywords? Are you thinking that every language uses the words “porn and hardcore” and what about the finer niches like “bisexual and titties”? The best conversion is with newbie surfers just online for the first time and wanting to see adult sites and products. Those that have been around a while find out about the plethora of free porn. This means that websites do their best marketing with search engine placements of their main sites or feeder sites. If you are on your money, you are trying to work every engine for every related keyword. Now think of the keywords that you could be going for in all the worlds’ languages!

    Do a bit of research in some of the common languages. If I was Italian and new to the net, the first place I would be searching is in an Italian search engine. Go to http://arianna.iol.it/ and search using the word porn and you will find 10 listings come up all in Italian. Not one is English. Even http://it.yahoo.com/ Yahoo Italia does NOT serve up your English porn site in its results.

    So how do you get a piece of this pizza pie? You need at least a doorway written in Italian. You need to visit a site like http://www.adult-site-translation.com/ and find out how affordable it is for a doorway page that is put together by a foreign translator. Not only is the text for your doorway sites or even complete tours with the proper keywords but the graphics are redone where necessary. You really cannot rely on a text translator. We all have been on a site where it was obvious that the webmasters first language was NOT English and felt bad for their awkward use of words. This is not how to make a sale.

    You need to be careful that you choose a professional service for your translating needs. You need to know that the translators are top notch and can not only translate your existing page/site keeping your marketing angles but they can also advise you on such things as proper wording and what a surfer from that culture would find erotic. Languages do not translate word for word. A service like Adult Site Translation has hired translators who also know how to market adult sites. They will tell you the search terms your page should be listed under and can assist you with foreign search engine optimization.

    Remember the days where you were the only site in a category or niche? It was like being a pioneer and it was very lucrative. Do you want to be first to market to these growing pockets of millions of new surfers? There are new frontiers out there and finally sites like Adult Site Translation can assist you to conquer them successfully!

    Article written by Susanna

  • Designing Your Site With Link Popularity In Mind

    Date: 2011.02.21 | Category: Traffic, WebDesign | Response: 0

    To get good traffic, your website needs to be popular, to be popular, your website needs links, to get links, your website needs to be popular. Annoying isn’t it :)

    Almost everyone agrees that link popularity is critical for your website’s visibility, traffic, and thus successfulness. It is something you need to have. As I pondered the ways of establishing and improving one’s “popularity”, eventually all come back to one central issue, your website must be designed to be popular.

    Link popularity is a basically the measure of links pointing to your website and is meant to be a measure of the best websites. Theoretically those websites that have the most links pointing to them must be important and thus worth the visit. Unfortunately, there are a lot of folks out there that have created programs to “boost” your popularity artificially and all they have done is create Spam and muddy the overall picture. The search engines and directories are keeping a close eye on these programs.

    Design: When getting a request or thinking about making one for a link exchange with a website, look thoroughly over the website first. The website’s theme or topic and general layout is the first thing to look at. Sites with themes or topics that are related to or compliment yours should be your main link partners. You do this to get targeted traffic.

    Just as you evaluated someone’s website, others will be doing the same to yours. Make sure you know what your theme or topic is and that it clearly encompasses the whole website. Stay focused; do not try to cover everything.

    Next, check out the links page or resource area. If they do have one, is it easy to find within the site? Does it seem to be part of the site or just a page off to the side? Are their linking rules available, clear, and easy to follow? Do they accept links from any website or are they choosy? Being part of someone’s well constructed links program, no mater what size, can be a very beneficial thing indeed.

    Again, the same goes for your website. You want to let other webmasters know that you want to exchange links and which type of website you will accept requests from. Make it easy for others to link with you.

    The last set of questions to ask yourself about any website is:

    Is it easy to navigate
    Does it have too many graphics (slow loading)
    Is it pleasant to the eye
    Does the information seem to be organized in a logical fashion

    What has been covered so far deals with what the visitors see; if visiting the website is a pleasant experience then people will stay and look and possibly come back. The final area to cover is what the search engines see.

    The underside (the source code) of the website is just as critical when designing or linking with a website. The search engines are the ones that read this and if it is not done properly then the website can not succeed. Below are a few things you need to consider in your source code and any potential site that has asked to be linked by you.

    Does the website contain frames
    Does it use the headers, titles, meta-tags, and alt tags properly
    Do the keyword location(s) and density seem appropriate and “optimized”

    The latter two issues mentioned above are critical, for they are the backbone to traffic production.

    Content: The information you have is just as important as how you set it up on your website. The more popular websites or the ones with good link popularity are those that have valuable information or resource(s) for its audience after all, they fill a niche! People will visit, stay, return, and recommend a website if it has the content they want or need.

    “Content is king.” A well-designed and organized website might look good but if it does not deliver anything of value, it will not be successful. Whatever subject matter you have on your site, make sure you have something of interest and importance to add to the subject, if you do and you promote it well, you and your site will be successful. In this context, it (content) does not just refer to images, why not add some stories or interesting links to news articles to improve your sites ‘popularity’.

    In addition to information, resources like mailing lists, surveys, polls, classified ads, forums, etc. are all things if used appropriately can add value and fresh content to your website which, in turn will assist you in interacting with your sites visitors.

    In conclusion: Take the time to design and optimize your website properly for the search engines. Make sure you have something of value or importance to add to whatever area your website is in. Provide resources and other tools, which your visitors could use and will make them come back. Be proactive and interact with your visitors. Websites that are dynamic and active are the best ones. All of this might take a little more time to get your website up and running, but it will be worth it.

    For yours or any website to be popular, it needs the links and to get the links, it needs to show the other webmasters that it is worthy of a link. It seems everyone today has a website, but not everyone has put together a website that adds value to the Internet community. Take a critical look at your website and any website you might link to and ask yourself…………….

    Would you bookmark it?

    Article written by Lee

  • Building A Surfer Trap – Stage 4

    Date: 2011.02.21 | Category: Traffic | Response: 0

    Building A Surfer Trap – Stage 4.

    Here we go with stage 4 in our surfer trap.

    We should now have a pretty basic surfer trap set up with consoles on all of the FPA’s all of the links on all of the FPA’s (Excluding the FPA graphics) should go to either another FPA or, the a POTD Program.

    As mentioned in the last stage we are going to start building up some traffic to our surfer trap even though, we are not finished yet.

    The first place where you can get some good free traffic would be from a toplist counter.

    A good counter that I would recommend would be one of the following:

    Outster http://www.outster.com (A Gay Specific Counter)
    SexTracker http://www.sextracker.com (A General Adult Counter)

    You need to sign up to ONE of the above counters and only ONE.

    Usually a counter will ask you for some details when signing up for them these will usually include:

    Email Address.
    Site Url
    Name

    For the email address, enter a REAL email.
    For Your Name, Enter a name you wish to be known by to the counter owners.

    However, for the URL (The one to SEND traffic to FROM the counter) you should enter the index.html page of your surfer trap (The Multi-Site FPA).

    You will now be given some coding once you complete the counter sign up process. This counter code you now need to place on EVERY page of your surfer trap.

    Place the counter towards the bottom of your FPA’s (Including the Multi-Site FPA) this way, they will load after the rest of the graphics or at least, they should in theory.

    Basically what you are doing by implementing this counter is as follows:

    For each time the counter is displayed or clicked on your site (Depending on the counter you choose) you will earn one credit on the respective counters toplist.

    Each credit you earn on the toplist will move you higher up the list.

    Now, the higher up the list you get, the more visitors to the counter site that you are going to get visiting your surfer trap by clicking your link on the toplist.

    In return, by clicking on your surfer trap link from the toplist, they are ‘registering’ another impression of your counter hence, getting you one more ‘credit’ on the counter toplist hence, moving you higher in the listings.

    See where we are going with this?

    The more clicks you get from the counter to your hub, the higher you will get on the toplist in the process earning you more and more traffic to filter through your surfer trap.

    Adding these counter codes to your FPA’s as they stand at present should take you an hour or so to do so, for now this is where I will leave the traffic generation section of this tutorial.

    Article written by Lee

Premium Sponsors















Categories

Site Links