-
Converting Italian Adult Traffic – The Niche Paysites That Work
Continuing with our article series of country specific traffic and which niches work for the various global markets in this article we will take a look at some of the most complicated traffic to ‘work’ Italian Adult Surfers. The reason I say most complicated is for the simple reason that, to date there are very few Italian paysites this makes it harder for us as webmasters to tap into these markets especially if we ourselves, do not know what the Italian surfer is after. That said, lets get on with the article.
Italian Traffic – Quick Analysis.
As already mentioned surfers from Italy are hard to pre-qualify given that there are very few sites catering to this European market at the present time, this means that there are no sources of background information to look at or, statistical analysis’s available from other paysites.Italian Adult Surfers – The Niches.
For one of the most affluent international markets going it comes as a surprise to see that there are almost no localized pay sites for the Italian market this made our initial filtering of the Italian traffic much harder opting for translated free sites over paysite tour pages to send the traffic to itself then, once they hit the free sites either choosing to send them back into our central hub or, to the US version pay site of the niche free site they were visiting. That said here are the results from the previous 3 (three) months of traffic that we observed.Ebony.
The Ebony niche would appear to be the most consistent converting niche on Italian traffic however, given that almost all of the niches we used on the Italian surfers were quite evenly spread for sales (Ebony was only 5 sales in front) this, I am sure is not a good indicator and, likewise with the Japanese and Chinese traffic, this is an area of international adult marketing that should ideally be re-visited at a later day.For Women.
Even more surprising than the fact there are very few localized paysites for Italy was the fact that the ‘For Women’ niche converted just as well as the other niches we used for our Italian traffic, of course, this at first would seem to indicate that the vast majority of surfers we had on our sites from Italy were female however, as we all know, the Straight male niche is big in gay so, there is a chance the sales we got from our Italian traffic to the For Women niche paysites we used were equally male and female.Softcore General.
(Softcore Adult Tours) The other strange thing we noticed was that paysites we offered to our Italian surfers that were Hardcore in nature didn’t convert as well as the paysites that had softcore tours, this would lend itself to the fact that Italian porn surfers are not looking for hardcore – quite different to most other country traffic sources.Tranny.
The transsexual niche paysites that we offered to the Italian surfers also had some good results again, this is strange given that almost every other countries surfer we sent to a tranny site didn’t convert. One other thing that comes up with this and, given the fact that the for women niche paysites we used had good results would be that perhaps the Italian surfers are interested in the more obscure niches available on the adult internet.Italian Adult Traffic – An Overview.
All in all, as stated at the beginning of this article the Italian surfers would certainly appear at first glance to be more varied and obscure in their sexual preferences than other countries whom appear to have clear cut, well defined ‘types’ of site that interest them.I think as mentioned above Italian traffic needs to be looked at in more depth in a future article as, to my surprise the traffic didn’t work on the niches that previously converted well for the same amounts and quality of traffic.
Article written by Lee
-
What On Earth Is CGI?
Let’s unlock a little bit of the mystery about something called CGI. If it helps any, CGI means Common Gateway Interface.
This is a method which is used to swap data between the server (the hardware and software that actually allows you to get to your web site) and a web client (your browser). CGI is actually a set of standards where a program or script (a series of commands) can send data back to the web server where it can be processed.
Typically, you use standard HTML tags to get data from a person, then pass that data to a CGI routine. The CGI routine then performs some action with the data.
Some of the more common uses of CGI include:
Guest books – The CGI routine is responsible for accepting the data, ensuring it is valid, sending an email acknowledgement back to the writer, perhaps sending an email to the webmaster, and creating the guest book entry itself.
Email Forms – A simple CGI forms routine just formats the data into an email and sends it back to the webmaster. More complicated routines can maintain a database, send an acknowledgement and validate data.
Mailing List Maintenance – These routines allow visitors to subscribe and unsubscribe from a mailing list. In this case, the CGI routine maintains a database of email addresses, and the better ones send acknowledgements back to the visitor and webmaster.
A CGI routine can be anything which understands the CGI standard. A popular CGI language is called PERL, which is simple to understand and use (well, compared to other languages). PERL is a scripting language, which means each time a PERL routine is executed the web server must examine the PERL commands to determine what to do. In contrast, a compiled language such as C++ or Visual Basic can be directly executed, which is faster and more efficient.
Okay, in a nutshell (and greatly simplified), here’s how it works:
1) You (the webmaster) specify a form tag which includes the name of the CGI routine.
2) You create HTML tags which retrieves data from your visitors.
3) Each of the input tags includes a variable name. The data which is retrieved from the visitor (or directly set if the tag includes the “hidden” qualifier) is placed in the variable name.
4) When the visitor presses the “submit” button, the CGI routine which was specified in the form tag is executed. At this time, the CGI routine “takes control”, meaning the browser essentially is waiting for it to complete.
5) This CGI routine can get data from variable names. It retrieves the data and does whatever action is required.
6) When the CGI routine finishes, it returns control back to the browser.
Some important things to remember about CGI routines:
You can install CGI routines on your own site if your host allows it http://www.webair.com is an example of a web host which allows for CGI routines. Some web hosts do not allow you to install your own routines but do provide some pre-written ones to you. If these are not sufficient for your needs, you can find a remote hosting service to provide the necessary functions.
Generally, if you install your own routines they must be installed in the cgi-bin directory of your site. This is a special location which allows scripts and programs to be executed.
CGI routines work best on Apache-style servers. Windows NT and Windows 2000 does support CGI, but it tends to be slow and problematic.
If you use a remote hosting service, you must remember that although they appear to be giving you this for free, you are actually paying a price. Usually they want to display advertisements, although some of them actually take visitors away from your site.
When you write a CGI routine, you have the choice of a scripting language like PERL or a compiled language such as C++ or Visual Basic. Anything which can execute on the web server is acceptable.
I hope this short introduction to CGI has cleared up some of the mystery.
Article written by Lee
-
Using JavaScript To Auto Scroll Text
Using JavaScript To Auto Scroll Text.
There may come a time when you would like to have some text on a page that is simply just to big to fit on a single page. Of course, you could always create a new document for this text but, what if you could make the text actually scroll through the surfers browser?The following JavaScript will do just that.
Place the following section of JavaScript coding between your <head> and </head> tags:
<SCRIPT LANGUAGE=”JavaScript”>
<!–function scrollit() {
for (I=1; I<=1200; I++) window.scroll(1,I);
}// –>
</SCRIPT>Along with the following JavaScript coding someone in the Body of your page:
<FORM>
<INPUT type=button value=”scroll” onClick=”scrollit()”>
</FORM>Have a play around with the numbers in the first section of the JavaScript to speed up and slow down the rate of scrolling until you find a speed that is easy on the eye.
Article written by Lee
-
Anime vs. Cartoon – What Is The Difference?
Over the past three years I have written articles, been a guest on radio shows, and even been part of panels, all discussing the wonders and bewilderment of anime and hentai content. In that time, I thought I had covered most aspects of the niche, the content, the market, the huge underground following, the money making potential etc. Yet I am still being asked on a regular basis questions about the niche and especially about the confusion of what is anime vs. other toon type content. So I decided to re-visit the issue in this article.
One of the newer occurrences that seems to have confused many a webmaster, is the recent surge of content providers now offering images that they have titled as anime. Many of these images are computer generated images (CGI) in 3D like format, which tend to portray almost life like images. While others are cartoon images in various styles, that while they do have their market, are certainly not anime.
Anime and Bishoujo (also known as Hentai) images are very unique in their style and characterization. If you know certain key points about the art work, you will know if what you are looking at or purchasing can truly be termed anime. And believe me, your surfers or members definitely know the difference! Here are some of the key things that you can do to assure yourself of what you are getting:
Eyes: The eyes are one of the most important features of anime style characters; they are the most expressive parts of the face, and are part of what makes each character different and recognizable. Large eyes are of course the one feature that most people associate with anime, but just making the eyes large is not enough. Anime characters’ eyes should always have at least some sort of shading. Anime females in particular tend to have really heavy shading and lots of shiny areas. Male characters have light glares in their eyes, too, though they often are not as large or obvious.
Nose and Mouth: Anime style noses and mouths are pretty straightforward, they consists of three basic simple shapes: a wedge for the nose, a long, thin line for the mouth, and a shorter line to define the lower lip. You will rarely see teeth on an anime character, even when the character is seen with the mouth wide open.
Hair: Hair styles of Anime characters are stylized, unique, and sometimes impossible to have in the real world. Any hair color is possible, be it blond, black, sky blue, light green, orange, pink, all the colors of the rainbow. Hair length is also unusual as most males have shoulder length hair and most females either have really short hair or their hair is at least four feet long.
Now this is obviously a generalization as there will be some variance in images depending on the style of a particular artist. But in general, this is what the anime/hentai surfer will look for. The other key to authentic anime is the style itself, the art is hand drawn and until recently always hand inked or colored as well. Though some artists now draw the sketches by hand and color via the computer, it is still very easy to notice the difference in quality of hand drawn art.
I am not saying that other artworks do not have their market, they certainly do! I just want to make sure, if you are promoting images as Anime that you are truly using anime images, otherwise your sales or sign ups will not be near what they could be.Now let’s visit toons shall we? Cartoons, toons, sexy toons, erotic art, erotic illustrations, what ever you want to call them, are also very popular with many surfers. Toons are just what they seem to be, illustrated drawing depicting various characters in an exaggerated form. These images are fantastic for use on or for promoting the mired of Toon sites out in the market today. Toons, like Anime can fulfill fantasies that cannot be realized in real life or with real people. If you can think of it, it can be drawn! There is high demand for quality sexy toons because the loyal surfers out there cannot get enough.
There are things to watch out for however even in toon content. Copyrighted characters, this has been a popular debate among those of us that deal and make our living from anime and toons. A copyright is a copyright is a copyright! Whether it be created or shot, the characters belong to the creators. Even if the character has been modified to blur the identity, if it is a recognizable character, ie, Batman, Flintstones, Sailor Moon, DragonBallZ etc. then you can be opening yourself up to prosecution from the copyright holder. Many a webmaster can tell you about hearing from Nintendo, Disney, Marvel and many other companies on this issue. Some providers feel that since such images are a parody of the copyrighted characters, they are protected, and in some cases they might be. But unless you have very deep pockets or a rich uncle to help you win that court battle, I would strongly suggest you steer clear of this type of image.
As with any content you purchase it is important that you do your research and know your provider! Just because some one is selling something, it does not automatically make it legal, nor does it indemnify you, if it is not illegal. Unfortunately, as in all business there are a few bad apples out there that are willing to risk their reputations and their business to make a few quick bucks. If a provider tells you that the anime/toon images they offer come from Japan, and it is ok to use them, because the Japanese artists do not care, run, do not walk from this provider because that is simply a lie. Japanese artists are very aware of the theft of their artwork and many are now utilizing the Bourne Convention (http://www.law.cornell.edu/treaties/berne/overview.html) to actively prosecute offenders throughout the world.
I hope this has helped clear up some of the confusion about anime vs. cartoons, and as always I am more than happy to answer any questions you may have on the subject. You can always find me through my sites.
Article written by Bestat
-
Why Have More Than One Index Page?
The first thing you should do when you start designing a web site is to create an index page. You would think that this is a basic knowledge in web design, but I still encounter web sites that are lacking in this.
If there’s no index page, and if the web host server has not set a directory access limitation, any visitor will see a directory listing of all the images, html pages, CGI-scripts, and other files in the directory. Everything will then be accessible for reading and downloading, and the CGI-scripts will also be executable!
So, for a basic security it is most important to have an index page in all your directories, whether they contain only pictures or garbage. In the directories that are private or containing things other then HTML pages, the index pages need only to print out a text like “access forbidden” or something in that spirit. In the directories containing one or more HTML pages, one of the pages must be named “index.html,” whether it is a page with real content or for security reason.
If you have a directory specifically for CGI-scripts, it will run a higher security risk, because most of the times these directories are called CGI-bin, or a variant of that, and anyone who is after your scripts is undoubtedly familiar with this and can access the directory by typing the directory name in the targeted site’s URL, if it’s not properly protected by an index page. Imagine the horror when someone uses your mailing list program to Spam all your subscribers or decides to sell your email list. It’s quite a big business in selling email lists. A large email list is worth thousands of US dollars nowadays.
I could have done all these things if I had any bad intentions when I accidentally bumped into an unprotected site. Actually, I bumped into two unprotected, huge subscribers lists in the last two months, which prompted me to write this article. But of course, I did the proper thing and emailed the web sites’ webmasters about their oversight. You would think that these professional looking and operating web sites with email lists of respectively 8,000 and 15,000 subscribers would know better.
Even if your site is made by a web design company, make sure all your directories are protected. In fact, one of the two unfortunate web sites I uncovered is a web design company. So, check out your site for this unnecessary security gap, right now.
Article written by Lee
-
Outsourcing – Becoming More Profitable Online
As webmasters we already do a lot of outsourcing from hosting our sites to design and marketing to getting traffic which we send to our sponsors. However, many of us are missing out on opportunities to outsource even more of our work and, by missing these opportunities, we are losing money.
Outsourcing work can consist of anything from translations, design, scripting, marketing, seo, site submissions and pretty much anything and everything in between.
However, before we outsource some work to others there are several factors that need to be taken into consideration these are what will be addressed in this article.
Cost.
Ensuring we work ‘cost-effectively’ is one thing we all want to do, we need to make a profit whilst still being able to develop our business further. One good way to find out if the costs of outsourcing outweighs the cost of keeping the work in house to make a simple list of both the time and financial involvements both in and out of house. For example, in house you may have employees that need paying to do the work, you will almost certainly need to spend a lot of your own time on the project and, more likely than not you will need to research the work you want to undertake, all of this can become costly when looked at in detail a good reason to outsource your work to another company or individual.Benefits.
How will outsourcing benefit you and your business? As with the cost example above make a list of things that will benefit you from the time saved on the project to the monetary benefits of outsourcing the work and the completion times often, by outsourcing your work you can have it done in much less time than if you handled it yourself ‘in-house’ so to speak.Flexibility.
What are the indirect benefits of you outsourcing your work? Not necessarily the money saved but more along the lines of time management. if you give a designer a list of ideas and suggestions you WANT your work to have, chances are, they will get it right the first time whereas, if you amble along experimenting with what you actually create you may, in effect, take much longer to complete the task in hand. By saving yourself time what else can you get done, whether it is building more sites or marketing your existing sites further the indirect benefits all weigh up more often than not, these benefits will be favorable to outsourcing the work.Risk.
This is probably THE most important thing to take into account when considering outsourcing your work, what happens if, you pay for the outsourcing and, overnight the company who is doing the work for you goes out of business? What happens if someone you have in your employ decides that they would rather be doing the work rather than you outsourcing it? Financially can you afford to outsource the work? All of these factors need to be considered before undertaking any form of outsourcing.Basically, what I am trying to tell you is that, if you spend a few moments actually running the numbers as oppose to the ideas you have in respect of your workload you will see that outsourcing can be come a valuable asset to your business and, more importantly, your bottom line profits.
Article written by Lee
-
Gay Adult Marketing 101
There is a myth out there that gay traffic is hard to convert because a gay surfer is reluctant to buy. This isn’t so. Conversions come down to two things:
- The gay surfer is discriminating; a membership to a site that has exactly what we want
- The gay surfer is loyal; I, believe, this comes from our experience as a community. When a Gay surfer decides to purchase a membership, it’s typically for a longer period of time.
This is evident with the better Gay Pay Sites; conversions may be lower than a straight hardcore site however, membership tend to be longer than the industry average. The gay surfer is discriminating; we look for a long-term membership with a site that has we want whether it’s teens, bears, amateurs, etc.
With that idea, I always advocate that age-old niche free site philosophy use a variety of sponsor programs on your sites. Typically, my free sites will have one main sponsor (I use Quality Males) then I’ll break my other banner slots down one Teen site, a Twink site and maybe a product like Viagra. But this will vary depending on the “flavor” or “personality” of your site – if you have a gay leather site, my main sponsor will be a Leather sponsor or product, with a variety of other sponsors (one mega site, a teen site, and maybe an adult toy store).
One marketing option, I tend to see working well is the full-page ad vs. only banners. I, honestly, do not know whether it’s a quality issue, a larger ad or the surfer’s disgust with banner ads, but it works well in our market.
One thing that experience has proven to me, it makes no difference whether you’re a webmaster to gay or straight traffic, you need to analyze your traffic. If you’re sending traffic out to sponsors and your not seeing the conversions, maybe you need to really look who your surfers are. If you’re lucky enough to know who your surfers are, then look for a specialty sponsor (whether partnership or click-thru program). It’s all a matter of finding the right sponsor programs and tweaking your site (and we all know how that can be). Don’t be afraid to experiment. It’s the long term that we need to be looking at. Remember that this isn’t “Who wants to be a Millionaire is 30 days or less”.
Gay traffic isn’t difficult to manage as many people think. It’s a matter of patience and understanding your market. And the best way to understand that market, is to ask a successful webmaster in the gay adult market..
Article written by Gary-Alan
-
Domain Name Registration Services What To Look For
Once upon a time, if you wanted to register a domain name, you could only do it by visiting Network Solutions at http://www.networksolutions.com/ and paying them whatever they asked for, about $35.00 per year.
Then ICANN, http://www.icann.org/, The Internet Corporation for Assigned Names and Numbers (ICANN) that is the non-profit corporation that was formed to assume responsibility for the IP address space allocation, protocol parameter assignment, domain name system management, and root server system management functions previously performed under U.S. Government contract by IANA and other entities, decided to change the rules.
The initial testing phase of the new competitive Shared Registry System for the .com, .net, and .org domains quietly began to take place in April of 1999.
It started with five participants who were the first to implement the new system for competition in the market for .com, .net, and .org domain name registration services.
Previously, registration services in the .com, .net, and .org domains were provided by Network Solutions, Inc. under an exclusive contract with the United States government.
In the two years since this program began, things have really changed.
Just this last week, ICANN reported that two of their registrars, Tucows and New York-based Register.com, had recorded more new registrations for Top Level Domains (dot-com, dot-net and dot-org) than VeriSign’s Network Solutions.
This marks the first time ever that VeriSign’s Network Solutions was out-sold by any of the registrars and signals that their past dominance of domain name registration is certainly fading.
Why?
Because besides others being allowed to make domain name registrations, these new registrars are also cutting prices.
The Rules have most certainly changed.
The Shared Registration System (“SRS”), ICANN’s accredited registrars program, allows people to submit application to become a registrar along with a non-refundable $1000 filing fee.After someone is accepted into the program then they must pay a yearly fee of $5000 to maintain their status as an accredited registrar.
This situation has created a very competitive environment which can only be beneficial to all of us as the price to register a domain name has fallen like a rock from a very tall building.
However, if you plan to register a new domain name using a virtual unknown registrar, make certain they do indeed have the legal accreditation from ICANN by visiting the ICANN web site and viewing their posted list of ALL accredited vendors:
http://www.icann.org/registrars/accredited-list.htmlIt will only take you a few moments to make sure you are dealing with a reputable vendor of domain names. Those few moments will make the entire process legal and worry-free.
Article written by Lee
-
There’s Face Value And Then There Is Real Value
How often do we sign up to affiliate programs based on their standard terms of service for example, Sponsor A will pay you $35 for every signup you send to them and they tell you they convert at roughly 1:200 whilst Sponsor B will pay you $30 per signup and they convert at roughly 1:200 also, which of these scenarios straight off the bat will make you the most money? Think about your answer first then read on.
Negotiate The Figures.
Most, if not all of us would have immediately chosen Sponsor A for the pure fact that they pay you $5 more per signup and they convert at the same rate as Sponsor B however, how many of us would have written or icq’d Sponsor B and asked them to raise their payout? Not many of us I would guess. With that said, what is to stop you from emailing a certain ‘Sponsor B’ if you are able to convert consistently at their published 1:200 and asking for a higher pay rate to continue sending your traffic to them? Nothing at all and, surprisingly enough, I would guess that for most programs, they would actually increase your payout if you have a history with them.
Haggling The Costs.
The example above used a sponsor as the main focus however, how many times have you spent money at a content provider? A hosting company? A traffic broker? Have you actually taken a moment to ask these companies if they would give you a lower rate on the services they are providing you with? Again, I bet not many of us have I know it was only recently when I started asking for long term customer discounts and the likes. In fact, from the first point of contact you have with any company online, be they an adult web host, adult traffic broker, content provider or, in fact, an affiliate program, spend an extra few seconds when you first sign up and see how they can improve their service for YOU. To your surprise they might just cut you a deal that is unmatched anywhere else!
Don’t Undersell Their Products.
With the above said, one thing that you need to be aware of is that if you start making absurd price cuts from these companies you will probably be told to politely take a running jump however, lets say you were going to be charged $50 for something, ask them if you can get the same service at a 10% discounted rate if you use them again, perhaps not even on the first purchase but on the second, the third, etc.
By contacting these companies directly and not just going on ‘face value’ even if you only save yourself one or two dollars per purchase over a year those odds and ends soon add up to a nice saving.
Saving Money – Recap.
In essence many of us take things at face value whether we are talking to friends and peers or whether we are paying for goods and services but, by at least in asking for a discount on our purchase the worst thing that will happen is that you get told ‘no’ however, on the flipside of the proverbial coin, you might just find yourself a better bargain than you had already found in the first place and that’s some food for thought.
Article written by Lee
-
Online Adult Laws – Privacy Policies
To many webmasters and companies working online the fundamental basics of their business is to turn a profit through effective online marketing campaigns and promotions however, within all of this profit making there is a side of business that is so often overlooked or, forgotten entirely, what is this business practice? The law.
In this brief article we will take a look at one such law that comes into effect in California on the 1st July 2004 namely, that all ‘web sites that collect any personal information from consumers to post a privacy policy’. Whilst this in itself is the first law of its kind in the United States it is worth mentioning that this is only a State law that affects California however, that said, where one state starts, others are sure to follow especially considering the huge potential left for the growth of the internet.
Privacy Policies – How Does This Effect You?
The main factor that you must take into consideration with this new law from California is that, because the Internet is truly global, you have no way of telling where one of your surfers are coming from thus, a surfer entering your site from California, may be making you break the law by not displaying a privacy policy should you collect their information. Incidentally, this new privacy policy law does not state what ‘collected’ information requires you to post a policy however, it would seem that personal information such as addresses, phone numbers and email addresses would be the primary target of this new Californian online law.Privacy Policies – The Basics.
So what is a privacy policy, in essence, it is a document informing your site visitors / customers that any information you collect from them, including user submitted information will be used in a specific way, this might be a case of solely being used by yourself or, specifically if you rent out this information you need to tell your surfers / customers exactly who you are renting this information to.Privacy Policies – Overview.
Whether you collect personal information from you site visitors or not the one thing that makes sense is to have a page created ready for the 1st July 2004 so that you can have it online for when you need it, perhaps storing this page on a central domain and linking to that page from all of your other web sites would be the best method to go as far as ensuring you are covered from prosecution or, perhaps creating a keyword rich privacy policy which you can get listed in the search engines is the way to go after all, just because this will become a legal requirement for you it does not mean that you cant profit from the potential traffic going to that page.Article written by Lee
Premium Sponsors
Categories
- 2257
- Billing Solutions
- Blogging
- Branding
- Content
- Domain Names
- Employment
- Forms & Contracts
- General
- Hosting
- Link Lists
- Opt-in Mail
- Paid Traffic
- Pic Posts
- Promotion
- Scripts
- Search Engine Optimization
- Sponsors
- TGP
- Traffic
- Tutorials
- Viral Marketing
- WebDesign
- Writing