• 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

  • AVS Changes – Is The Proverbial Sky Falling?

    Date: 2011.02.24 | Category: General, Promotion | Response: 0

    With the announcement yesterday from several of the large AVS systems, Free Age Card, Sex Key and, Gay Passport (also speculation on and off the forums state that Mass Pass were aware of this happening) that they will no longer allow webmasters to use the terms; AVS, Adult Verification Service, AGE Verification Service and, Access to thousands of other sites what does this hold in store long term for AVS webmasters?

    Quite simply, it looks at first glance as if these changes have something to do with the speculation surrounding VISA and AVS systems from a few months ago.

    In fact, these changes have been on the horizon for some time now however, until yesterday webmasters seemed to be unsure as to what, if anything will be changing. Even though the speculation has been circulating for some time, one of the first AVS systems to envoke these new rules, Sex key, came out with the following statement; ‘While we knew changes were coming, we just now found out what we believe are the new requirements. With this new information, we are trying to comply as quickly as humanly possible.’ quickly followed by; ‘We felt it was better to give people a chance to modify their sites this weekend rather than to not be in compliance Monday.’- Craig Tant.

    One thing is certain, come Monday, there WILL be a lot of unhappy webmasters

    So apart from the added workload for webmasters what other issues is this likely to bring up in the immediate future, well, again, based on the rumors and, i should stress that is all they are up to this point in time, from a few months ago we could expect one or more of the following items to happen to the AVS model as we know it.

    1) Visa starts to charge the AVS companies the $750 fee just to process memberships.
    2) Visa starts to charge individual webmasters the $750 fee to use an AVS service.
    3) AVS Systems cease to exist.

    So, lets break each of the above items down and see how it will have a long term effect on both AVS webmasters and, the adult industry as a whole.

    AVS Companies Charged $750 Visa Fee’s.

    In itself this isn’t a big issue that we should be immediately worried about, after all the AVS company will be the one footing this bill and, with the amount of traffic and sales that these programs get $750 is a relatively small pebble at the foot of a mountain. That said however, some of the smaller AVS systems might end up having to close because they cant afford the fees in much the same way that some Amateur paysite owners had to close their aff programs.

    Webmasters Charged $750 Visa Fee’s.

    This is the option that i am most concerned with, after all, with thousands of AVS sites being built each day and being submitted to literally hundreds of AVS companies the potential cost of this could run into thousands for individual webmasters.

    Of course, with this expense there also comes some benefits. The immediate benefit that comes to mind is that a lot of the dishonest webmasters will refuse to or, be unable to pay this fee that in itself will lighten the strain for the rest of the industry.

    There is also the possibility that webmaster may need to pay this fee for each and every AVS that they submit to which, in itself will not only harm the individual webmasters but, it will also see the rise and, dare i say it, fall of some of the smaller or less profitable (from a webmasters point of view) AVS companies. No doubt if this did ever happen the likes of Cyberage, UGAS, Global Male Pass et al will be unaffected as, they have enough of a webmaster following and traffic base to ride this potential storm out.

    AVS Systems Cease To Exist.

    This is potentially the worst case scenario and, whilst i will be the first to admit that this is VERY unlikely to happen, the possibility needs to be looked at.

    What happens to all of your sites you have in the AVS systems? What happens to all of your potential rebills? What happens to all of that AVS traffic?

    Well i would say for the most part, changing your sites from AVS to the free model wont be such a big deal for webmasters however, the financial losses to individual webmasters and companies could run into hundreds of thousands a month. With these financial losses will more webmasters leave the industry or, will more of the AVS webmasters start running TGP’s and dilute the traffic quality even further?

    Speaking of traffic, we all know by now that AVS traffic is qualified potent traffic but, what will happen when this traffic, should the AVS be closed down, hit the adult web again? Quite simply long term the effects of such a force could have positive and negative effects ranging from paysite memberships sales rising to the onslaught and proliferation of free porn being searched for again – good news for TGP owners.

    As you can see from the above, all of the speculation, rumors and, facts speak for themselves in so much as, if you are an AVS webmaster, you NEED to start diversifying your business model to ensure that even if the worst doesn’t happen, you are still able to be profitable online.

    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

  • Content – Keeping your members coming back for more

    Date: 2011.02.22 | Category: Content | Response: 0

    We know that the first battle for pay site owners is getting the traffic and the signups. But, sometimes this becomes such a focus that we forget the other battle: keeping members interested once you have them. When people pay for a membership to a site they are expecting to get their money’s worth. In return for their monthly fee they are looking for a site that encompasses quality, variety and originality.

    As the web grows, so does the online entertainment industry. Four or five years ago there was only a handful of pay sites around compared to the thousands and thousands that are on the net today. Back then, you could literally put any kind of content on your sites and you would have membership, there just was not much choice out there for the connoisseur of porn. Now, potential members are more informed, they know what is out there, they know what they like, and they know what they want to see.

    What has to be done to cater to these more discriminating porn shoppers? You have to give them what they want. Here are some useful tips for choosing a content provider and/or content for your pay sites that will keep the members coming back for more:

    Go for the exclusive content.

    You want to be able to provide your members with something that is fairly fresh and that is not pasted on every pay site on the Internet. The last thing a potential buyer wants to see is a site that is a carbon copy of half the sites out there.

    Choose leased content.

    Choosing leased content over buying CD’s is a good way to keep your site fresh. Most leased content providers will update their content on a bi-monthly or monthly basis. As well, with leased content, it is just a matter of adding the feed into your site. This alleviates the need for extensive extra graphic design work.

    Have a wide variety of content.

    Make sure that your site has a little bit of everything a potential member could want: pictures, videos, live feeds, etc. The more you have the better. Many content providers have great package deals available that will include all of these things all set up and ready to put on a site.

    Choose a reputable content provider.

    You want to make sure that when you choose a content provider that you do not just go for the best deal out there. You want to also look at things like: how much bandwidth they provide, what their technical support is like and last but not least, do they have good customer service.

    These are just but a few helpful suggestions to follow when choosing content for your pay site. There are certainly many ways to achieve a high rate of member retention. One thing that many of our customers tell us is that they find that having a least one voyeur feed on their site great for keeping the members coming back for more. Laura’s Condo, one of our voyeur feeds, has one of the best member retention rates around. Visitors get attached to the girls, develop a rapport with them and they do not want to lose that. Hence, they will keep renewing to be able to keep their relationship going with their favorite girl.

    The number one thing that pay site owners must remember is that members equal money and in order to keep the cash flow rolling in they must keep the members interested and give them what they want. By spending a little extra money to get high quality exclusive content, you will actually be putting more money in recurring memberships back in your pocket at the end of the day.

    Article written by Meredith Murray

  • So That’s What It Means!

    Date: 2011.02.24 | Category: General | Response: 0

    Often you will hear other webmaster talking about things such as unique hits, banner exchanges and, AVS systems. The article below is a simplified glossary of those and many other terms that you will begin to hear day in and day out of your working life as an adult webmaster.

    AVS (Adult Verification System)
    The protection system that was designed to prevent minors from accessing adult sites. AVS services usually also have a large network of sites that adult surfers can access with one password. You can find a list of Age Verification Systems at Adult Sponsor Programs

    AVS Site
    A site that uses an AVS system.

    Banner Exchange
    A program that enables an exchange of traffic between a whole variety of adult sites. They provide you with some coding which you put in your HTML in order to get additional visitors to your adult site. You can visit: Porn Client for a highly respected Banner Exchange System.

    Blind Links
    When you place a misleading link on a site that will encourage the surfer to click on it. They will be sent to a new site that has nothing to do with what they expected to see. For example, if you had a text link saying ‘Free Porn’ and they get sent to a paysite when they click on the link.

    Browser
    A program that displays and navigates web pages you are using a browser now to view this page.

    Chargeback
    A chargeback is what happens when a surfer changes their mind or decides they don’t like the site or service they signed up for and tells their credit card company they will not pay the fee for your sponsor or paysite charges. Chargebacks are bad for everyone concerned because do you not only lose income for the sale, penalties are applied and sometimes they are applied to you.

    Click-Thru Program
    A sponsorship program that pays you an amount of money for each and every single visitor you send to their site. You can also find a list of per click sponsors at Adult Sponsor Programs.

    Content Provider
    A company that offer adults pictures, video clips for sale or lease. For a complete list of the best content providers head over to http://www.adult-content-providers.com.

    Dead Or Broken Link
    A link that is no longer valid or isn’t working. When you click on the link you get a page not found error.

    E-Zine
    An E-Zine is in simplified terms and online magazine.

    FTP (File Transfer Protocol)
    You need to upload (FTP) your web pages from your computer on to the web for everyone to see. One of the most well known FTP clients is Cute FTP.

    Hits
    Number of times your page was viewed over a specific period of time.

    Hit Counter
    Tool used to track the number of surfers that click onto your adult site. A good hit counter can be found at: http://www.sextracker.com

    Hot-Linking
    When someone links to an image on your server to display it on their site instead of linking to the image on their own server. You can prevent Hot-Linking by having a .htaccess file on your server.

    HTML (HyperText Markup Language)
    This is the language used to write web pages. This page is written in HTML.

    ISP
    Your internet service provider. AOL is a well known ISP.

    Java
    A programming language used by programmers to build and create programs. Not to be confused with JavaScript (see below).

    JavaScript
    A scripting language you can directly insert into HTML documents. They only work with surfers that have Java enabled on their browser.

    Legal Content
    Adult content for which you have rights to display on your site.

    Model Release
    Document that a model signs at the time the photographs of them are taken.

    Message Board
    A message board is a place where you can ask and offer advice about the industry or just generally chat with other adult webmasters for example the message board at: http://www.europeanwebmasters.com.

    Newbie
    A new adult webmaster.

    Partnership, Sponsor or, Affiliate Program
    A revenue program that pays you a percentage or fixed price for every member you send to your sponsor’s site.

    Pay Site
    An adult website where surfers have to pay a fee for access.

    Pic Post
    A site where you can submit a picture and your ad on a daily basis.

    Plug In
    A plug in is a ready-made type of web “CONTENT”. Many plug in providers will even host the content on their servers and allow you to change colors, Fonts and, add a logo graphic, so the plug in matches your site. Plug In content is generally more expensive than image content.

    Ratio
    A ratio like this refers to click throughs and actual sales made from them. When a webmaster says they got a 1:250 ratio, they mean that out of 250 people who clicked on his sponsor banner, one of the surfers paid for memberships.

    Signup Ratio
    The amount of surfers that paid to view your adult site (See the example above headed RATIO).

    Spamming
    Promoting a site or service to newsgroups or e-mail addresses that have not given you permission to do so. Spamming can also mean posting your referral codes on message boards constantly inn order to get other webmasters to sign up beneath you.

    TGP (Thumbnail Gallery Post)
    A site where you can submit your gallery pages. They in return put up your gallery and send you additional traffic.

    Thumbnail
    A smaller version of an image used to link to a larger version of the same image.

    Turnkey Site
    An adult site that is already designed and finished with logos, content, billing solutions and, hosting. All you have to do is maintain the site. Newbies often make the mistake of buying a turnkey site before they properly know how to market them.

    Traffic
    The term used to refer to the amount of visitors to your adult website over a specific period of time.

    Uniques
    Number of visitors to your site. If 10 surfers visit your site on any given day and 2 of them click onto your site 3 times the same day, it will be referred to as 8 unique visitors for that day.

    URL
    A web address. Actual address to a page would be a URL. For example: http://www.adultwebmasternewsletter.com is the URL to our Adult Webmaster Newsletter Site.

    Warning or Entry Page
    The page before a surfer sees the main content of your site.

    Web Host
    A company that will provide you with a hosting account so that you may upload your website on their server so that surfers may see your site. For a reputable host you might like to try http://www.webair.com.

    Article written by Lee

  • Hard Hitting – In Your Face – This Is Reality

    Date: 2011.02.24 | Category: General | Response: 0

    It started on terrestrial television some 5 years ago with the first episode of Big Brother, then it went from a house of captive stars to talent scouts looking to create a new pop sensation. From there we saw a variety of television series with ‘reality’ as the main focus.

    It only follows suit that this popular marketing machine should hit the adult internet; and, it hit in a major way. And now, almost every major adult sponsor has one common type of site in their portfolio – a reality site.

    However, one thing that many in the adult industry are not aware of is that the ‘reality’ type adult sites have been around for longer than what most realize. Before the live sex up-sells and chat rooms, Brandon Marley, a gay website owner, has had a site catering towards the gay reality niche – the premise of his site, as a gay male on the prowl, he goes to the street looking for straight guys to use as content; once he has them in the studio, he lets them work their magic and, inevitably, gets down to business, sometimes persuading the guys to have sex, sometimes, grossing them out whilst they up and flee the studio, all of this is caught on tape and published online.

    Next is the web cam phenomenon. Reality at it’s utmost, watching live guys talk, strip, jerk off and discuss the most intimate desires in a chat room. The gay market flocks to reality like a moth to a flame. And surprisingly, much of the focus of ‘reality’ has been pointed to the straight adult audience, with a limited amount of gay orientated reality sites being launched.

    That is until now, more and more programs and providers are coming up with reality to the gay market. The key to the on going success and growth of these sites is the, always allusive, original idea.

    From M.I.L.F To D.I.L.F.

    One of the popular types of reality site we saw explode was MILF (Moms I Like To Fuck). Spurred not only by the popular teenage movie American Pie, this type of reality hits a spot of desire within some surfers to days gone by where they had a secret crush on someone’s mom. Well if it’s possible that a straight man could have a crush on a mom, what about the young gay man having a crush on a dad?

    “Well, if the straight markets can have MILF, why can’t the gay arena have DILF?’ asks Gary-Alan, owner of the new gay reality site DILF.com from http://www.studmoney.com.

    The gay markets have been yelling they are looking for something different to sell. So rather than taking DILF to the straight adult reality markets DILF takes it’s unique flavor and gears it toward to gay market.

    ‘Reality sells! It is one of the freshest and highest converting niches yet. We see this from great sites like Chi Chi La Rue and Brandon Marley – two of my most favorite sites. I have been listening to webmaster for years. They are looking for something different not just in a reality sense but something that features older guys, not your typical young buff stud. I think when the idea to finally launch StudMoney came up, the first thing that was mentioned was DILF. So we’ve brought the two aspects together and given the gay market webmasters the opportunity to promote a reality site that will convert and, convert well on their traffic.” Alan tells us.

    So What Are Reality Sites?

    Reality sites cater to a specific target audience, those people who don’t want to see the usual porn stars that are found on almost every other site on the web. Instead, these sites offer exclusive real-life models that could next door neighbor’s sister, mother or, in the case of DILF, their father. Reality opens your site offerings, giving you the opportunity to retain surfers with frequent updates and story lines that will peak their interests. You get to set the standard of your entire site to promote not only the content but a familiarity with your core performers.

    Starting Reality Site.

    So how do you go about setting up a reality niche pay site? In all honesty, there is more involved than putting up a cookie-cutter site online.

    First you need a concept. With as many niches available today you need something fresh. Mind you there are ideas to mimic but new sells. Once the ideas are down then you need to find content. This isn’t as easy as buying a standard CD, it has to be fresh and new so finding a good photographer to shoot exclusive custom content. Even if you decide you will shoot your own content, you will need to be sure to schedule fresh new shoots frequently. This is important with any type of site, but none more than reality.

    Once you have the content aspect figured out, you need to work on designing your site. You may think that’s easy, but the regular cookie-cutter designs, that are so often seen across multiple sites, simply do not cut it. You should seriously give your site design as much consideration as you do you concept for the site itself. A unique approach to the overall layout and design the site and it the member’s area has an equal impact on your members retention rates as having unique content.

    Reality Niche – Overview.

    What it all comes down to is reality is here, and here to stay. From market to market, niche to niche the one thing we have seen on and offline is that audiences around the world are looking to satisfy the voyeur, the deviant or the simple curiosity that lurks just beneath the skin. So the next time your driving past the mini-mart or peak inside the dressing room at the department store, remember you’re not only in public places – you are probably walking through the next set for an upcoming reality site.

    Article written by Lee

  • Adding Images To Your Web Pages

    Date: 2011.02.21 | Category: WebDesign | Response: 0

    The Basics

    Adding Images To Your Web Pages – The Basics.

    So you have just got into the online adult business but don’t know your ass from your elbow, you have the simplistic stuff relating to HTML down but, you want to find out how you can start adding banners and images to your pages here is a quick guide to help you on your way.

    What Is An Image?

    The answer, is, believe it or not simple, An image is a picture on a page of your website. There are however, many way to display images on your site from the size of it to the overall effect you want the image to have on your HTML page and from borders around the image and many other things.

    However, I don’t want to blind you with information at the moment considering you need to actually know the basics of adding images before you can start using fancy styles and the likes.

    Adding A Basic Image.

    The HTML code to add an image on any HTML based page is a straight forward one however, before you can use this HTML tag you need to know where on your page you want the image to appear.

    Now that you have decided where you want your image to display you need to use the image tag, the HTML coding to place an image on your page should be IMG. Also, you will need to tell your page where you want the image to come from or, in other words, you need to tell it the source of the image you want to use the HTML tag to do this is SRC.

    For example, lets say you have an image called porn.gif (you need to include the extension in your SRC coding) you would display this image on your page using the following code:

    <IMG SRC=”porn.gif”>

    Simple huh?

    Well, actually, maybe not, for example, what do you put if the images you are linking to is NOT in the same location as the page you want it to appear on? That’s not a problem, all you need to do is use the FULL location of the image in your IMG HTML tag like this:

    <IMG SRC=”http://www.domain.com/images/porn.gif”>

    You should now be able to include images on your pages without any problems.

    Image Sizes.

    Ok we can now include an image on our pages but, what if we want to make this image fit the feel of the rest of our page / site, how do you manipulate the graphic to ‘look’ right?

    There are a number of ways images can be manipulated for example, if you want the image to be 100 pixels wide by 100 pixels high you can add the WIDTH and the HEIGHT tag to your HTML coding like this:

    <IMG SRC=”http://www.domain.com/images/porn.gif” WIDTH=”100″ HEIGHT=”100″>

    That will now resize your image into a square that is 100 pixels wide and high.

    Now we have the image on our page in the right size we require what else can we do with it? Read on..

    Borders + Colors.

    In addition to placing the image and resizing the image on our pages we can also add a border and, a border color to the mage to make it stand out if needed for example:

    <IMG SRC=”http://www.domain.com/images/porn.gif” WIDTH=”100″ HEIGHT=”100″ BORDER=”2″ BORDERCOLOR=”FF0000″>

    As you can see we have now added the two tags ‘BORDER’ and ‘BORDERCOLOR’. The first ‘BORDER’ tag tells your HTML what size of border you want around your image and, this can be any size you want to make the image stand out on your page. The second ‘BORDERCOLOR’ tag tells your HTML code what color you want the border to be again, this can be any color you like to match the rest of your sites pages.

    Linking An Image.

    In addition to resizing, adding borders and colors we can also link our image to a specific URL (the most common form of this is with banner advertising) and, if you want to link your image to a URL you would use the following coding:

    <A HREF=”http://www.sponsorsurl.com”><IMG SRC=”http://www.domain.com/images/porn.gif” BORDER=”2″ WIDTH=”100″ HEIGHT=”100″ BORDERCOLOR=”FF0000″>

    This will create an image that is 100×100 pixels in size, with a border size of 2 pixels in the color FF0000 that is linked to http://www.sponsorsurl.com

    Also, the order of the HTML tags we use is not important however, you should try to get used to arranging them in a certain way to make your work easier if it ever comes to editing your images.

    Hopefully this has been of use to you and you can now see that adding banners and images to your sites isn’t as daunting as you first thought.

    Article written by Lee.

  • Now They Signed Up – Learn How To Keep Them

    Date: 2011.02.22 | Category: General | Response: 0

    Member retention is going to have a large effect on the adult industry over the next few months, with Visa chargeback rates being lowered and, many affiliate programs lowering their payout model something has to give and, hopefully, the thing that does give will be that affiliate programs start to realize that once they have your surfer, it becomes their responsibility to make that member retain.

    With that in mind this article will look at a few things that we have been doing on some of our paysites for the last few months and, instead of having to provide an excess of plug in content we have started updating our sites regularly within the niche confines of what our members are actually looking for, also, despite this increase in content, we have started doing something unique so far as member retention goes – actually communicating with the member directly.

    Communication Pays.

    Actually spending the time to listen to what your members want can be beneficial on many levels for example, how many of the big sponsors offer the member a chance to become involved in a ‘community’ inside their paysites, i can only think of 3 paysites that i have personally visited that do this.

    Often, offering your members a way to communicate to YOU what they want inside the site can, and usually will increase the value of their membership to you in the long run. offer your members weekly polls, offer them incentives to keep an active membership, perhaps some kind of loyalty program, in addition to a method of your paysite members being able to communicate to each other inside your site.

    Content Updates.

    We all know that paysites need to update however, how many paysite owners spend the time to ask their member what they are looking for? As mention in the previous section, offer your members polls on the next updates you will be doing, ask them what sections of the site need improving and, more importantly, ask them if they are happy with how your site looks and feels overall.

    Renewal Time.

    So you have managed to keep hold of your paysite member for a few days without them canceling and, their trial period is ending what now? Well, more often than not, communicating to the member that they are about to get rebilled can have a positive effect, send them an email prior to the rebill informing them of what your next set of updates will be, let them know they are a valued member of the site and, more importantly than this, that you are there to help them and listen to their suggestions. This is also an ideal time to remind them of why they joined your site in the first place, you have a lot of exclusive content that, simply put, no other paysite can offer them, you listen to their feedback and, again, value their feedback, all of these things will ensure that your member base retains well over the trial period.

    Second Month Renewals.

    So you have managed to keep your member for a month, and, again they are due a rebill, as with the first rebill you gave them, re-iterate the points of your site and, tell them what has changed over the past month, give them some sales speak about how your site is doing and, more importantly, what you have coming next month, by communicating these updates to your members a day or so before they have to renew, you should, in all honesty, keep their interest in your paysite and, more importantly, make more money from your members.

    So Your Member Cancels.

    Okay, so perhaps you managed to rebill your member for a few month or, perhaps they left after the trial period, what now? Simple, send them a follow up email, find out the reasons they cancelled their membership to your site and, see if you can offer them an alternative to stay, perhaps a reduced cost membership or, maybe even an alternative site altogether, if they entered your teen pay site and, were looking for amateur teen pics, even though you know you don’t have them yet, you will probably know of a site that does, tell this cancelled membership about this site and, get them to try it out, if you can match what the surfer is looking for to a site you own then you have a second chance at keeping their membership and, making money.

    Retention Overview.

    When all is said and done the one thing that is apparent so far as pay sites go is that a lot of them do not communicate with their members and build the sites they operate around what their members are looking for, we can all say we actually do this constantly but, how many of us really, hand on heart, can prove that they ask, listen and, more importantly, implement the feedback from their members base?

    Article written by Lee

  • Traffic Brokers – Buying Additional Traffic

    Date: 2011.02.21 | Category: Traffic | Response: 0

    For many adult webmasters traffic is the one thing they can get and, good converting traffic it would seem is hard to find in bulk. For those webmasters who simply can not or, will not work towards getting a good converting traffic base you now have several options. These option come in the form of the Adult Traffic Brokers that have seemingly multiplied over the last 12 months.

    Traffic Brokering – The Basics.

    So what is traffic brokering? In layman’s terms, it is the process used when one company sells / buys their traffic to / from another in order to turn the traffic they are selling / buying into a profit. Often webmasters will purchase traffic from a broker for several reasons, the main one being that they simply could not have generated the same amount of traffic they have purchased by any other means.

    Traffic Brokering – The Costs.

    The costs for purchasing brokered traffic vary greatly from traffic broker to traffic broker however, as a rough guideline, you could spend anywhere between US$1 and US$3 for each thousand (1000) unique hits that the traffic broker sends you. The cost of this traffic however can change for many reasons as do the rules for where you can actually send the purchased traffic to.

    Brokered Traffic – The Uses.

    There are many uses for brokered traffic as those webmasters who do it on a consistent basis will tell you. However, by far the most popular method of using purchased traffic would seem to be sending it to a central ‘hub’ site or a gallery page. From this point on the traffic can start to filter itself even more.

    In addition to this, some webmasters choose to send their brokered traffic directly to their sponsors pay sites if they have purchased niche specific brokered traffic.

    All of the above methods have their pro’s and con’s involved however, for most webmasters, the fact that they have purchased traffic at a relatively low cost will mean they can turn a profit. That said, purchasing traffic from a broker does not guarantee you a profit on your investment.

    Traffic Brokering – Overview.

    In overview of this article i would say that for webmasters who are unable to gain mass traffic through conventional methods, the traffic brokers offer a service of value and, whether the traffic that you are buying is profitable to you is an outcome that no one can say until the traffic has been used. one thing to consider though when purchasing traffic is that you need to have a clear, concise plan of what your needs for the traffic are, do not just send it blindly into the proverbial unknown but build up a solid plan of what you ultimately want to achieve.

    Also, before buying traffic ‘en mass’ you should always spend a few dollars in the first instance to run a small test of the traffic, this way, you will be able to send thousands of hits to your sponsors or hubs and judge for yourself which broker will offer you the best traffic for your money.

    Article written by Lee.

  • How To Become A Gay Porn Star

    Date: 2011.02.22 | Category: Employment, General | Response: 0

    A quick look across the gay side of the adult industry will show it is lacking in one thing that its straight counterpart has in an abundance, amateur male models with their own adult porn sites. With that said, if you wanted to tap into this market how could you go about doing so and, more importantly, could you make money from working on the other side of the camera for a change? This is what we will look at in this article.

    Becoming A Porn Star – The Basics.

    Any web cam model will tell you, to have your own porn site will take a lot of persistence, time and, more importantly, personality, not least from the webmaster side of the industry however, in my opinion I think the pressure that a webmaster may face breaking into the gay male porn side of the adult industry might just be a bit harsher than what the bubbly web cam girls have to contend with, not only because as a male you will be appearing in content but, because your primary traffic base, whether you like it or not, will be a mixture of women and gay males.

    Male Amateur Sites – Getting Ready.

    Before you start to even put your first ideas down on paper you need to do one thing, spend some time to research what is needed in order to start your own amateur porn site. In doing so, you will see that not only is everything in the two paragraphs above true but, you will also learn a little about yourself and, more importantly, about other webmasters and your surfers. Now you have the fundamental questions you need to ask yourself these are, What equipment do you need to run a male amateur site? What amount of investment in both time and money do you need to put into building your site? How much will you charge your surfers for access to your site? and, Is this going to be a long term commitment from yourself that could be possibly better spent elsewhere? Answer those questions as honestly as you can before proceeding and furthermore, think long and hard about the answers.

    Gay Amateur Web Sites – The Alternatives.

    So lets stop for a moment and consider that you have realized you do not want to build and maintain your own male amateur site but, you would still like to be male porn material, where do you go from here? Well there are companies who can put you on their books and give you work from time to time such as http://www.redbagproductions.com a male modeling agency for the adult industry, this will in all likelihood be the place for you to start your search, find out how many places there are that can get you talent work and, what type of modeling work you will be required to do.

    Becoming A Gay Porn Star – An Overview.

    With sites online such as Every Stag and the slew of other male modeling agencies finding a medium to start your modeling career wont be hard but, with this career comes uncertain hours, hard work (in more ways than one) and, to some extent, fame amongst the gay adult porn surfer. If this is something that you feel you can devote the time and energy towards and, are able to cope with the voyeuristic side of your personality then go for it, if however, you are still unsure after reading this brief article, perhaps becoming a gay pornstar isn’t for you?

    Article written by Lee

Premium Sponsors















Categories

Site Links