• The Negative Marketing Technique

    Date: 2011.02.24 | Category: Promotion | Response: 0

    Negative marketing is a wonderful thing in its own right however, negative marketing can, surprisingly enough have a NEGATIVE effect on your sales.

    How many times have you seen a site that has, about half way down the page some text telling the surfer no to click on anything because ‘these are only counters’?

    Counters in themselves can be VERY useful tools to the adult webmaster however, counters are given to us for free because of one simple reason, the graphics used on them are made in such a way that they will actually draw clicks from your traffic.

    Most of the time however, these counters that take your hits are helping you much more than you know, from giving you addition traffic, valuable surfer stats and many other things.

    Now, the same is also true for banner exchanges as is for counters, they are a useful addition to the variety of tools available for adult webmasters however, many webmasters, as mentioned above tell the surfer NOT to click on them, something i just never seemed to be able to get my head around. As you reading this post kind of proves, tell someone not to do something and you can guarantee they WILL do it

    However, as i started off this quick article saying, Negative marketing is a good thing, after all, you have now got the proof to tell you that it works why not put this to use on your site?

    For example, rather than telling a surfer…

    ‘Click Here For The Hottest Porn Site On The Web’

    Tell them…

    ‘DO NOT CLICK HERE’

    Wonder what they will do

    Article written by Lee

  • Building A Surfer Trap – Stage 6

    Date: 2011.02.21 | Category: Traffic | Response: 0

    Stage 6 already!

    Only 2 more stages to go after this tutorial until you have a fully functional surfer trap!

    Ok as promised in the last tutorial, we are going to implement the table pages you hopefully made in our last tutorial.

    You now need to signup for ANOTHER counter code. Use the same counter as you did last time and, again, make sure the URL you send the traffic from the counter to is your main Multi-Site FPA surfer trap page.

    Ok, you have the new counter code, what you should do with this is place it on every one of the niche table pages we made yesterday. Nowhere else except on these pages.

    Once you have the counter code placed you now need to go back to our consoles, what we are going to do is make these HTML table pages into a secondary console from off the first pop up that we get when a surfer visits any of our FPA’s.

    What you should do is enter the following coding in between the <head> and </head> tags of the niche pop-ups ensuring that you choose a DIFFERENT niche to the one of your original consoles:

    <!—— BEGIN CONSOLE CODE ——->
    <SCRIPT language=Javascript>
    <!–
    var exit=true;
    function exitcnsl()
    {
    if (exit)
    open(“http://www.yourdomain.com/tableconsolepage.html”, “tables”,”toolbar=0,location=0,status=0,menubar=0, scrollbars=0,resizable=0, width=800,height=600,top=0,left=0″);
    }
    //–>
    </SCRIPT>
    <!—— END CONSOLE CODE ——->

    You need to edit the figures for width= and height= to reflect the size of your table, ideally the frame of the console should be around 3 or 4 pixels either side of your tables.

    Ok now once you have added the above to your existing pop-ups you now need to add the following to the newly created table consoles between the <head> and the </head> tags:

    <SCRIPT language=javascript>
    self.blur();
    </script>

    What this will do is once the first console loads, it will immediately load a second console but, this second console should be ‘hidden’ behind the main window that is displayed. We have created a blur console.

    We now have one last thing to do with this ‘blur console’ that we have just created.

    Go to the HTML coding for the table ad console and add the same JavaScript to that page however, this time you DO NOT need to use the self.blur section of the instructions or, change the sizes of the console that pops.

    Instead you need to add the following to the <body> tag:

    onUnload=”exitcnsl()” so as an example your body tag may look like this:

    <BODY BGCOLOR=#000000 onUnload=”exitcnsl()”>

    Now you also need to alter the location for the console that will pop this time, you have a choice, you can send the console directly to the ARS POTD program or, you can send it BACK to your Multi-Site FPA page, at which point the surfer will be able to select another niche or leave your site.

    Now remember, this surfer trap IS aggressive however, every time one of your counter codes load both from the FPA’s where we implemented them AND on the newly created table consoles we are gaining extra traffic.

    If you have ANY questions at all please do not hesitate to post on the forums and myself or one of our administrators will assist you.

    Article written by Lee

  • Formatting HTML Text Using Tags

    Date: 2011.02.22 | Category: WebDesign | Response: 0

    Formatting HTML Text Using Tags.

    As we know there are many elements to a website from graphics to text. In this article we are going to have a closer look at text and, more importantly how we format the text to look like we want it to.

    The text of the HTML pages we create, as you already know goes inside the <body> tag of our HTML pages but, unless you are using a WYSIWYG editor you can not just click a button and make it appear bold or italic therefore we need to get to know some of the text property tags that can be used to enhance our HTML text. Lets take a look at some of these now.

    <b> Any text inside these two tags will appear bold on our page</b>
    <i> Any text inside these two tags will appear in italic on our page</i>
    <u> Any text inside these two tags will appear to be underlined on our page</u>
    <big> Any text inside these two tags will appear BIG on our page</big>
    <small> Any text inside these two tags will appear small on our page</small>
    <sub> Any text inside these two tags will appear subscript on our page</sub>
    <sup> Any text inside these two tags will appear as superscript on our page</sup>

    There are also things called ‘heading tags’ these will work the same as the formatting tags mentioned above however there are only six of them and they look like this <hx> with the x being replaced by a number from 1-6 the lower this number is in the tag the LARGER our text will become so for example:

    <h1> Will be the largest heading text</h1>
    <h2> Will be the next smallest heading tag</h2>
    <h3> Will be smaller again </h3>
    <h4> Will be one size smaller again</h4>
    <h5> Will be the second to smallest heading size</h5>
    <h6> Is the smallest of the heading tags</h6>

    Also, you should remember that it *IS* possible to use more than one of the text tags in any single line of portion of text on our web page so for example, if i wanted to have bold underlined italic text my tags for the text would look like this:

    <b><i><u>This text is bold, in italics, and underlined</u></i></b>

    You will notice from the above example that the tags were opened and closed in the same order they were created this doesn’t have to be done like this but, in the long run, it is easier for you as a webmaster to code your pages this way.

    Hopefully this article has given you a further understanding on how we can format out text and you will be bale to put this into practice on the next site you build.

    Article written by Lee

  • Sample Adult Model Release Form

    Date: 2011.02.21 | Category: Forms & Contracts | Response: 0

    For many webmasters the option of being able to shoot their own content is a wholly viable one as such, you should ensure that the models you are using sign a suitable release form. Below we have set together a pretty industry standard model release form which you may duplicate if you so wish. European Webmasters would however, recommend that you get professional legal advice in respect of this matter and that this is no substitution for proper legal advice.

    I, (Please Print) ____________________ (Model), for good and valuable consideration, the receipt of which is acknowledged, give to [INSERT YOUR LEGAL NAME HERE] (Photographer), his legal representatives, successors, and all persons or corporations acting with his permission, unrestricted permission to copyright and/or use, and/or publish photographic portraits or pictures of me, and the negatives, transparencies, prints, or digital information pertaining to them, in still, single, multiple, moving or video format, or in which I may be included in whole or in part, or composite, or distorted in form, or reproductions thereof, in color or otherwise, made through any media in his studio or elsewhere for art, or any other lawful purpose.

    I hereby waive any right that I may have to inspect and approve the finished product or copy that may be used in connection with an image that the Photographer has taken of me, or the use to which it may be applied.

    I further release the Photographer, or others for whom he is acting, from any claims for remuneration associated with any form of damage, foreseen or unforeseen, associated with the proper commercial or artistic use of these images unless it can be shown that said reproduction was maliciously caused, produced and published for the sole purpose of subjecting me to conspicuous ridicule, scandal, reproach, scorn and indignity.

    I acknowledge that the photography session was conducted in a completely proper and highly professional manner, and this release was willingly signed at its termination.

    I certify that I am not a minor under the laws where I live, and am free and able to give such consent.

    Model’s signature:_________________________ day___/month___/year_____ Address:___________________________________ City:______________________________________ State/Province:______________________________ Country:___________________________________
    Zip/Postal Code:_____________________________
    Country area code and home telephone number:(______)____________________________
    Witness (non family member):___________________________________
    Witness (non family member):___________________________________
    This form will be retained with the negatives, transparencies, digital media, and/or contact sheets. day___/month___/year_____ {INSERT YOUR LEGAL NAME HERE}.

    The above model release form is to be used as a mere example form and, when entering into any contractual agreement with any model for photographic / video work you should always seek proper legal advice.

    Article written by Lee.

  • Niche Marketing – What Is A Niche?

    Date: 2011.02.23 | Category: Promotion | Response: 0

    The first step as webmasters we must take to become successful is to discover what our niche specialty is however, many webmasters still do not realize exactly what a niche is.

    In fact, from the webmasters I have spoken to it would seem that a ‘niche’ is just another word for the main topics of pornography, Teen, Asian, Fetish, Gay, Straight, the list goes on and, whilst this list is never ending they are all niches in themselves however, you need to look beyond the top level niche and start to develop a feel, a stance of your own as to what niche you will work on for example, Asian Midgets, you probably cant get more niche than that in this day and age however, realistically, the chances of you a) being able to find the content for this niche and b) Being able to find a sponsor are remarkably thin.

    That said, if you can find a niche that you like personally, whether that be she-male, midgets, straight or, gay, this will give you a solid foundation to market your sites on especially if you build on your already vast knowledge of what turns you on.

    Now, onto breaking down the niche you are comfortable working in..

    Lets say for arguments sake that you have chosen to concentrate on the ‘Gay’ market,, within this market (as with any other) there is a remarkable amount of ‘sub-niches’ and, these are what you need to build your business around whether you want to or not, the ‘sub-niches’ of any given adult market is where the $$$ can be earned.

    Now using the gay market as an example the first few niches that come to mind are:

    Twink’s – Young looking hairless 18 – 20 year olds.
    Bear’s – Hairy men over the age of 20.
    Hunk’s – Muscular looking guys in the age group of 20 – 30 .
    Straight Guys – Yes, that’s right, gay men get off on looking at straight guys.

    As you can see from the above four examples we can now start targeting our market audience a lot better.

    The next thing we need to do now that we have found the niche and the sub-niche we will be working is to look for a sponsor that complements the niche of our choice, this is the hard part. Many webmasters will go directly to the highest paying sponsor and throw links up to their ‘sub-niche’ pay site not even looking at the sites tour or members area. This is a huge mistake, the first thing you NEED to do is to look over the sponsors paysites and, more importantly, the sponsors site tour AND members area. What point is there sending your surfers who are after Twink’s if, your sponsors tour has images of a load of guys over the Twink age bracket?

    From this point on and, after you have chosen a suitable tour to send your traffic to you need to build up a flow of ‘niche’ traffic the chances are, if you submit your TGP gallery to an ‘all gay’ TGP that you will receive a substantial amount of unfiltered traffic making your hard work in choosing your sponsors tour worthless.

    So how do you choose a traffic source that is right for you? Simple, you need to experiment, start of with your niche TGP’s, Top Lists, Links Lists etc and see what happens, how much traffic are you being sent from your chosen traffic source and, more importantly, how much of this traffic is actually clicking through to your sponsors tour. Once you can get an idea of what traffic you are being sent from what traffic source you have won more than half of the battle already.

    Record EVERY possible detail about your traffic sources that you can, how much traffic they send a day, how many visits your sponsor gets, how many sales you made, what content you were using etc, etc.

    Once you have a working list of data to use you can start to abuse and filter your traffic like you would have not thought imaginable, if one of your sponsors has a higher payout on Bear traffic, then you instantly know what traffic source gives you traffic for that niche and, you can utilize that information to your benefit.

    The most important thing to remember however when marketing a niche is that you need to have patience, you need to use a process of trial and error and, more importantly, you need to experiment, just because TGP A sends you 100,000 hits of Twink traffic one day, it doesn’t mean you will get the same quantity of niche traffic the next.

    Article written by Le

  • Building A Surfer Trap – Stage 2

    Date: 2011.02.21 | Category: Traffic | Response: 0

    In the last tutorial we hopefully got the foundations of our surfer trap laid and in this stage, we will start to put this thing together.

    Ok the first step of stage two of building your surfer trap is to start linking each of the individual FPA’s to your Multi-Site FPA.

    The easiest way that I have found to do this is to give each FPA its own sub directory on your server and have the html page named index for each of the single site FPA’s.

    So for instance, if you have the site All Petite on your Multi-Site FPA you would link it to:

    mydomain.com/all-petite/

    Or whatever you called the sub directory for the All Petite single FPA.

    Now, once you have linked these single FPA’s to your Multi-Site FPA we need to start ‘playing’ with them once again.

    You should now have copy’s of your single site FPA’s and Multi-Site FPA on both your server and Hard Drive.

    Take the copy’s you have on your hard drive and add a small NICHE pop up console to each of the single site FPA’s AND the Multi-Site FPA.

    I would suggest making 6 NICHE consoles.

    These consoles should be pure text and nothing else.

    Each of the links on this small console should link to a different niche of your single site FPA’s I usually go with one link for each of the following niches…

    Gay
    Mature
    Teen
    Fetish
    Hardcore
    Asian

    Plus, I usually add a link at the bottom of my console which goes to the POTD program.

    Once you have these consoles built you should upload them to their OWN sub directory on your server, I would suggest calling this directory ‘consoles’ and calling each of the niche consoles the name of the NICHE they represent.

    So, you should now have the following on your HD and on your server:

    1 Multi-Site FPA
    50 or so Single Site FPA’s (All Linked From The Multi-Site FPA)
    6 Small Pop-Up Consoles (Popping Only One On The Multi-Site FPA and The Single Site FPA’s, each different niche Single Site FPA pops a different niche console however.)

    You now have to check that your surfer trap is working so far.

    Article written by Lee.

  • What Is The Golden Ratio?

    Date: 2011.02.24 | Category: Sponsors | Response: 0

    Its a little known marketing technique that say that, as long as the longest side on any oblong is 1.6 times the length of the shortest side of the same oblong people will be more likely to prefer that shape over any other shape.

    Why do they prefer this size? Because it occurs naturally and, subconsciously EVERY LIVING PERSON is attracted to this trait.

    An example of this is as follows:

    1) Stand Up
    2) Measure the distance from your head to your feet and write this measurement down
    3) Measure the distance from your Navel write this figure down.

    The length of your ENTIRE body is 1.6 times longer than from your Navel to your feet!!

    The same is also true for the length of your arm from shoulder to finger tip, then from elbow to finger tip.

    The same is true for credit cards, the longest side is 1.6 times longer than than the shorter side!

    Think about this for a second, banner ads, what shape are they? Oblong except, they don’t employ the ‘golden ratio’ what if, just what if, you used some banner ads that employed this ‘golden ratio’ who says banners have to be 468×60 in size?

    Why not try making some ‘basic’ banners in paint or a decent graphics program utilizing the 1.6 rule and see if your click thru’s increase, personally, I will bet my earnings last month that they will.

    On the same way of thinking towards marketing, table ads, money bars, etc, why not incorporate this idea into them also? It cant hurt and who knows it may just work.

    the math to work this ‘golden ratio’ out is as follows for Image a above:

    shortest side (60) x 1.6 = (90) Longest side

    You don’t even need to be a genius to make your own ads using this method as the people at Microsoft supplied you with a calculator.

    Article written by Lee

  • Cell Phone Porn – Closer Than We Think?

    Date: 2011.02.21 | Category: General | Response: 0

    Cell Phone Porn – Closer Than We Think?

    From dialup to broadband, from standard to reality, from multiple pages to single magazine style tours, one thing is for certain adult pornography is constantly evolving and adapting to the both the marketing savvy of the surfer and, more importantly the technological advances hitting the web and, with the sudden impact of PDA’s (Personal Digital Assistants) and Cell Phones able to connect to the web could cell phone porn be the next big thing? This is what we will take a brief look at in this article.

    What Is Cell Phone Porn?

    Cell phone porn is a method of displaying not only images but streaming video feeds to a surfers portable cellular phone many companies (specifically in Europe) at the present time are starting to roll out 3gsm network cell phones this means that the surfers we get to our sites may not only be using a computer or a PDA to visit our sites but, in all reality they may already be surfing our sites on their cell phones.

    Building Cell Phone Porn Sites.

    In order to profit from this newly evolving cell phone porn market we have to diversify the methods in which we build our sites for example, we need to use WAP (Wireless Application Protocol) on our sites in order for them to be readable easily by the 3G cell phones for starters and then, we need to ensure that not only do our pages flow but, they load quickly and further still, how easy is it for the surfer to fill out the required join forms in order for them to actually access the cell phone porn they are being offered?

    Cell Phone Porn Statistics.

    Currently, if you head across to http://www.google.com and type in ‘cell phone porn’ as your search query you will find a total of 173,000 pages listed in the search results, now, combine this number with the amount of cell phones currently in circulation across the globe that are able to use WAP, 743 Million, those 173,000 sites in Google have an advantage that you don’t, they are already most likely getting cell phone traffic.

    Mobile Porn – An Overview.

    Will cell phone porn become a thing of the past as quickly as it is emerging as a medium of the future? Quite possibly however, until you start attracting your share of cell phone porn surfers you will not realize the benefits to this new source of traffic, in fact, even 12 months ago when the PDA Porn was a huge thing, many webmasters neglected to cash in on the latest craze and were surprised at the figures others were reporting to them. There is one thing that will always remain constant in the adult industry, the latest fads and crazes change as quickly as the arrive and, webmasters have to be quick off the mark in order to cash in on these new crazes. Will cell Phone Porn be a craze that you cash in on?

    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

  • Over The Rainbow

    Date: 2011.02.24 | Category: General | Response: 0

    So why is the gay community over the rainbow? As promised today I’ll finish up on the symbols that are prevalent in the gay community. Last week I mention the Pink Triangle and it’s political emergence. And technically, the rainbow flag has a similar political beginning.

    I always love answering a question with another question (it is one of those annoying habits I have). So, when I am asked the “what does the rainbow flag stand for?” I look forward to the response when I ask, in turn, “what do YOU think it means?” Here are my top three favorite answers:

    1 – “It’s colorful and gay people like colors.”

    2 – “It’s a dance party thing”

    3 – “Judy Garland sang Over the Rainbow you guys loved her a lot.” (This has to be my all time favorite.)

    Well like any political symbol, it is a way to distinguish ourselves. But this time we look not to a place in history but we look at the world in general. No matter where you are, whether it is on 8th street in NYC or Rue du Champe in Paris, there will be a gay person somewhere. Now, some may argue that not all cultures and societies will have homosexual present. And I say, “BULL”. They are just in the closet somewhere.

    So in essence, gay men and women cross every racial and religious culture around the world. We come in all shapes, sizes and colors. So what better symbol to show that with than a rainbow, all colors coming together as one – as one community. No matter how culturally diverse our world is, the gay community is made up from a piece of each.

    The rainbow flag and the uses of the rainbow, in the gay community, are diverse. If you see it flying outside on a restaurant wall, and it means it is a gay or gay friendly establishment. See a set of rainbow rings around a friend’s neck, it’s gay fashion accessories. And see a political march with rainbows on posters and flags, it’s a gay assembly.

    Last week I insinuated that the pink triangle was not a symbol to over use in design. Well, in my opinion, the opposite is true with the rainbow and the rainbow flag. I am NOT saying run out and re do all your sites with rainbow backgrounds. No! But, I am saying that the nature of this political symbol is somewhat more flexible. We ourselves took the rainbow and made jewelry, publications, tee shirts and such. And just as the pink triangle, the rainbow will say that it’s ok to be here, you have friends inside or you have nothing to worry about here – be yourself, this place is for you.

    So what have we learned? What some people think as silly symbols that gay people use, actually have an origin – and, a potent origin at that. I still ask, for your own good, that you use them wisely and not over do it. The more you throw symbols around willy-nilly, the more people will think you do not know what you are doing. And the more that the surfers thinks that, the less likely you are to make the sale and get your business to grow.

    Article written by Gary-Alan

Premium Sponsors















Categories

Site Links