• Search Engine Optimization, Is It Worth It?

    Date: 2011.02.24 | Category: Search Engine Optimization | Response: 0

    One of the trendiest takes on Internet marketing these days seems to be the notion that securing top search engine rankings “no longer works.” Where it started, I have no idea.

    But rarely does a week go by when I don’t see one or more Internet marketing “experts” claiming that search engine positioning is largely a waste of time and should not be a primary focus of Website owners.

    Well, as the saying goes, “there are two sides to every story.”

    But let’s not make this article about my side, or your side, or anyone else’s side. Let’s forget about my opinion and other “expert’s” opinions and stick to the indisputable facts, as reported by highly credible third party sources:

    According to a Forrester Research Media Field Study, getting a loyal audience in the first place is best done by Search Engine Placement.

    According to a GVU Users Survey, 84.8% of Internet users use Search Engines to find Websites.

    In a study released by ActivMedia Research in September 1999, Search Engine Positioning was ranked as the #1 Website promotional method used by eCommerce sites.

    And look what I just found in the April 2000 issue of Target Marketing Magazine.
    “Top Ways Websites are Discovered”

    Banner ads: 1%

    Targeted email: 1.2%

    TV spots: 1.4%

    “By accident”: 2.1%

    Magazine ads: 4.4%

    Word-of-mouth: 20%

    Random Surfing: 20%

    Search Engines: 46%

    You’ve now seen the numbers and know that search engine promotion is very much alive and kicking. But let’s take this a step further. Let’s talk about the *quality* of prospects coming to your Website through search engines as opposed to other advertising mediums.

    Every time your potential customers use the search engines, they qualify themselves as *hot prospects* by conducting searches on keywords that are directly related to your product or service. Their choice of keywords is proof that they have a genuine interest in what you offer. These people spend their valuable time exploring the search engines for your type of product or service.

    Think About That.

    They didn’t stumble upon one of your ads, or wander past a hyperlink to your site. And they didn’t get a banner ad thrown in their face. They made the *decision* to actively search the keywords that brought them to YOUR Website. And when they get there, they are ready and willing to do business with you. At the very least, they’re seriously considering it and, that’s the most powerful sales tool you can have!

    But merely getting your Website “indexed” or listed in the search engines is not enough. In order to get any significant traffic from the search engines, your Website must be listed within the top 30 search results (preferably the top 20).

    Very rarely will anyone look beyond the first 30 results returned from a search. This makes perfect sense because the most relevant sites are always listed at the top. So if your prospect doesn’t find what they want within the first 20 to 30 listings, they’ll simply do a new search.

    If your site falls anywhere below the 30th listing, you don’t stand a chance against anyone in the TOP-20. Hence, it should be your goal to achieve Top 20 positions.

    How Do You Get Your Website Listed In The Top 20?

    1) You can attempt to gain these Top 20 rankings yourself. However, this can easily become a full time job. (I think this is why so many marketers advise against focusing on search engine positioning.)

    2) You can hire a reputable company who can achieve AND maintain your Top 20 rankings for you (be sure they guarantee their service and have several verifiable clients that currently have multiple Top 20 rankings).

    3) You can do nothing at all. But as you’ve seen from the third party statistics referenced above, search engine positioning is something you can’t afford to ignore.

    Whatever choice you make, I hope that your eyes have been opened to the tremendous profit potential that exists with top search engine placement.

    Article written by Lee

  • Saving Time Online – Shortcut Keys

    Date: 2011.02.24 | Category: General | Response: 0

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

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

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

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

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

    The following list are shortcut keys when using Internet Explorer:

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

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

    Article written by Lee

  • Robots.txt – Control The Robots That Crawl Your Sites

    Date: 2011.02.24 | Category: Search Engine Optimization, WebDesign | Response: 0

    By writing a structured text file you can indicate to robots that certain parts of your server are off-limits to some or all robots. It is best explained with an example:

    # robots.txt file for general use on web servers.

    User-agent: webcrawler
    Disallow:

    User-agent: googlebot
    Disallow: /

    User-agent: *
    Disallow: /cgi-bin
    Disallow: /logs
    The first line, starting with ‘#’, specifies a comment.

    The first paragraph specifies that the robot called ‘webcrawler’ has nothing disallowed: it may go anywhere.

    The second paragraph indicates that the robot called ‘googlebot’ has all relative URLs starting with ‘/’ disallowed. Because all relative URL’s on a server start with ‘/’, this means the entire site is closed off.

    The third paragraph indicates that all other robots should not visit URLs starting with /cgi-bin or /log. Note the ‘*’ is a special token, meaning “any other User-agent”; you cannot use wildcard patterns or regular expressions in either User-agent or Disallow lines.

    Two common errors:

    Wildcards are not supported: instead of ‘Disallow: /tmp/*’ just say ‘Disallow: /tmp’.
    You shouldn’t put more than one path on a Disallow line (this may change in a future version of the spec)
    Ultimately, without the use of robots.txt files on your servers/domains, you are risking a variety of potential problems including, unauthorized access to your cgi directory, unauthorized viewing of your site stats, possible spamming of the search engines by accidental crawling of doorway pages.

    One distinct advantage however of having a robots.txt file on your server is that, quite simply, you will be able to tell when and where your site has been indexed or potentially indexed as, all robots will automatically call for the robots.txt file BEFORE any other page on your server so, as long as you keep an eye open for any calls of this file, you can see who is knocking at your site for indexing purposes.

    Below is a robots.txt example that you can copy and paste into a text document to use on your own server:

    <!–Start Copy Below This Line–>

    User-agent: *
    Disallow: /cgi-bin
    Disallow: /logs

    <!–End Copy Above This Line–>

    The above will allow all spiders to crawl all of your site except the subdirectory’s ‘cgi-bin’ and ‘logs’ which, may be altered to suit any subdirectory’s you do not wish the spiders to crawl on your server.

    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

  • 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

  • Using Full Page Ad’s

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

    Full page ad’s can be used for more than just ‘adverts’ in fact, there is a wide and varied range of uses for them, below I have detailed some of the uses that I have tried in the past and from my experience, they seem to work well enough.
    Creating A ‘Hub’ Site – By interlinking FPA’s together in a range of niches and, offering your surfers a money bar linking to other FPA’s in different niches, you can actually get some good rankings in the SE’s and, if you utilize banner exchanges or counters on your FPA ‘hub’ site you can also ensure you get a fair amount of additional traffic. One thing I like to do with my FPA hub is use it as the ‘exit’ page when a surfer leaves one of my sites. This ensures that I am getting optimum traffic for my time spent a) building sites and B) building my hub.

    A lot of people I have spoken to about ‘hub’ sites simply forget about them once they have been built, personally, I do not see the point in doing this, if you build something like this why not send your exit, top list, counter, banner exchange traffic to the first page of your ‘hub’?

    Doorway Pages.

    FPA’s also make exceptional SE doorway pages, by optimizing your image names, meta tags and text on the individual FPA’s you are not only ensuring they WILL get ranked by the SE’s but, if you ‘hub’ them together as explained above you will also get some premium listings from them.

    Filter Pages.

    What I learnt to do early on is rather than send my surfers directly to the sponsors using the ‘standard’ linking codes is to send them first to an FPA with a money bar (or table ad) on it, this way, if they click the link in error and not realize that they are going to a pay site, you can give them an option, not only to use their ‘back’ button but also, to go to a different niche or, to continue into the sponsors tour. Now that you can link directly to a specific tour page on ARS sites, this method is a good way to give your surfers a ‘fresh’ tour front page.

    PPC Listings.

    An FPA is an ideal way to get sites listed in the PPC engines, not only do you show the surfers EXACTLY what is in the site they have just clicked on but, you also have the added option of being able to utilize blur consoles and exit consoles on them.

    One other thing that I will mention, is that often, you will find that FPA’s that you have made yourself, no matter how ‘amateur’ looking they are will work better than the ‘pretty’ sponsor built FPA’s.

    Hopefully, this article has given you some ideas on how you can better utilize FPA’s and not just use them in the same manner as every other adult site on the internet. If you have some good results from using FPA’s in this manner feel free to post about it on the ARSR Support forums and likewise, if you can think of any additional uses that have not been mentioned here let us know on the forums.

    Article written by Lee

  • Viral Marketing – Catching The Marketing Bug

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

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

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

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

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

    Viral marketing defined.

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

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

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

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

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

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

    Article Written By Lee

  • Why Have More Than One Index Page?

    Date: 2011.02.21 | Category: Search Engine Optimization | Response: 0

    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

  • Marketing Anime Sites

    Date: 2011.02.22 | Category: Promotion | Response: 0

    Anime and the various styles associated with it, such as Hentai, Manga, Comics and Toons is one of the hottest niches on the net.  It is presently experiencing a huge growth, with many of the larger companies launching sites dedicated to the genre.

    When someone unfamiliar with Adult Anime and Hentai hears the word Anime, they tend to think in terms of Sailor Moon, Dragon Ball Z, Pokemon or Speed Racer (if they are of my generation.) Make no mistake; what we are discussing today is NOT for children.  Adult Anime and Hentai are as different from the example above as Disney Movies are from HomeGrown Video.

    Targeting and marketing to the anime surfer is not that much different from any other niche, with a few notable exceptions.  Taking the time to learn a little about the subject matter will make a difference in your profit margin. Even though you are still selling “sex”, or more accurately “hentai” (more on that later), with anime the “sell” is more in the fantasy aspects than reality. Anime characters can perform any way and do anything that the surfer wants, even the impossible. So you must use more creative text links and graphics to create the right feel for the surfer and lure him in, and not treat the art as if it were just mere cartoons.

    True anime fans do not consider anime to be cartoons. You will get fans that like it for its sexual aspects and yet others who have a love of the art form itself.  If you make light of the art or fail to create the fantasy for them, you may lose surfers. Anime is truly an art form; each picture is unique in its beauty and in its style.  Each artist will render a vision of his or her own, and the variety is as wide and varied as one’s imagination.  This is the appeal of anime, that and the fact that in Anime a surfer can have a character created to fulfill his fantasy, no matter how outrageous.

    Bear in mind while designing, targeting and eventually linking your anime site, that this particular genre covers all age groups and appeals almost equally to woman as to men. It is also a niche that will attract surfers from many countries. It is extremely popular with your North American surfers, but a great deal of the anime surfers come from Australia, Europe and Japan, for some reason these country’s surfers love their anime!  So make sure to expand the scope of the Search Engines you normally submit to, if you are not already submitting to Japanese, Australian, and other foreign SE’s. A great place to find a list of these SE’s is http://www.beaucoup.com/1geoasia.html.  Don’t forget to look at alternative link lists as well, though many of the “big” list have anime and toon sections, you will definitely want to get listed on lists that are targeted to the niche, some examples would be:

    http://www.toonplaces.com
    http://www.hentaikitty.com
    http://www.hentaiseeker.com

    To help you understand a bit more about the Anime niche I have listed some descriptions of common anime terms:

    Anime: In the US and many other western nations, it is limited to meaning Japanese animation (AKA Japanimation, although a lot of people don’t like that term). Characteristic features would be large eyes, funky hair colors, and often, er, accentuated physiology. In Japan, anime means animation in general, Warner Brothers, Disney as well as Macross and El Hazard.

    The modern-day anime style is an adaptation of Disney style (introduced to the Japanese after WWII, by the American occupation), most notably the large eyes. However, unlike animation in America, animation or “anime” in Japan is not just for kids and the subject matter can range from deep, action packed science fiction stories to slapstick humor to even soap-opera-ish romance. In short, the only real difference between anime and other television shows and movies is that they are animated. While it’s true that in recent years there have been several American animated shows that have been aimed at a broader audience than your Saturday morning cartoon crowd, such as Titan AE, and the soon to be released Final Fantasy, the Japanese have actually been doing this for quite some time.

    Japanese law formerly banned the depiction of genitals or pubic hair in art; as a result, most of the true Japanese images you’ll see distributed in Hentai Anime circles have either been censored by the Japanese government prior to distribution or auto censored by the artists themselves in compliance with the law. Underground artists have been known to produce full, all out, no holds barred uncensored works and of course not all Hentai Anime comes from Japan. Artists who were not Japanese citizens were not bound by Japanese law so uncensored Hentai Anime usually came from those countries.. The law has since been repealed. (See the book Dreamland Japan by Frederick Schott for more information on this law.)

    Although the law has changed, people’s attitudes are slow to change with it and many Japanese artists continue the practice of censoring or avoiding depictions of the genitals or pubic hair. However, now that it has become legal, such depictions are sure to become more common. Sometimes, net artists will take it upon themselves to uncensor mosaic images, however, it isn’t easy to find someone who does this arduous job well, so even these are uncommon.

    Hentai: The classical meaning is “metamorphosis, transformation.” It later came to mean “abnormality,” and in modern colloquial Japanese is used almost exclusively to mean “pervert” or “perversion.” When a woman insults a man in anime, she generally uses on of three terms: hentai, sukebe, and ecchi. Sukebe implies “oversexed” rather than “deviant.” Ecchi can be quite mild in some contexts, comparable to “lewd” or “Fresh!” These three terms are often used interchangeably, especially when someone is stringing together insults.  In adult anime, hentai normally would lend itself to what we consider hardcore images, such as the very popular bondage anime images.  In the Adult market Anime has come to signify more softcore images and Hentai hardcore.

    Manga:  This is what comics are called in Japan. The artist Hokusai coined the word manga in 1815, usually translated to mean “irresponsible pictures.”  Traditionally drawn in black and white, sometimes with blue inks mixed in, Manga can be action comics, love stories or even hardcore fantasy.

    Doujinshi: Amateur/underground Manga that often parody existing Anime or Manga.  Usually done in small print runs and often Hentai in nature. They are frequently “proving grounds” for aspiring “professional” Manga artists.

    Yaoi: Male homosexual relationships, or Anime or Manga stories about relationships between “beautiful boys” (bishounen). Comes from “YA-ma-nashi O-chi-nashi I-mi-nashi” (No climax, no punchline, no meaning)

    Shoujo: Shoujo anime is anime originally aimed at young girls. “Shoujo” literally means “little girl”. Shoujo anime includes such series as Sailor Moon and Magic Knights       Rayearth.  Also referred to as Bishoujo, “Beautiful Girl”

    Shounen: Shounen anime is anime originally aimed at young boys. “Shounen” literally means “Little Boy”. Shounen anime includes such series as Pokemon, Speed Racer and DragonBall Z.  Also referred to as Bishonen, “Beautiful Boy”.

    It is important that you educate yourself on the difference in definitions for the various styles of art.  Using the wrong phrases could attract children to your site and responsible use of terms is extremely important.

    As with any Website, knowing your subject matter and the surfers that view it is essential.  This niche is growing more popular everyday.  Many sponsors are realizing it’s potential and adding it to their sites as well as building sites specifically for this traffic.  There are TGP’s and link lists dedicated solely to these sites, and legal content is available. The Anime/Cartoon surfer is an extremely loyal breed; once they discover quality sources they keep coming back.  I hope this   sheds some light on this highly unique niche and that the information will help webmasters market their sites to higher profits.

    Article written by Bestat

  • Using .htaccess Effectively

    Date: 2011.02.24 | Category: WebDesign | Response: 0

    The .htaccess file is an ASCII text document that can be placed in any directory on your site. It can be used to control access to files and directories, and customize some server operation in your site. A .htaccess file can be created in any word processor but must be saved as text only. You must use FTP software in ASCII mode to upload or edit your .htaccess file. For the examples provided here, place the .htaccess file in your root directory.

    There are a variety of functions that you can control using .htaccess some of the more useful of these are explained below:

    Custom Error Messages.

    Add the following to the .htaccess file::

    ErrorDocument 404 /notfound.html

    After “ErrorDocument” specify the error code, followed by a space, and then the path and filename of the .html file you would like to be displayed when the specified error is generated, each specific error code is detailed below with the recommended codes to be used in the .htaccess file in bold :

    200 OK
    206 Partial content
    301 Document moved permanently
    302 Document found elsewhere
    304 Not modified since last retrieval
    400 Bad request
    403 Access forbidden
    404 Document not found
    408 Request timeout
    500 Internal server error
    501 Request type not supported

    Using the codes above your error section of the .htaccess file should look like this:

    ErrorDocument 301 /notfound.html
    ErrorDocument 400 /notfound.html
    ErrorDocument 403 /notfound.html
    ErrorDocument 404 /notfound.html
    ErrorDocument 500 /notfound.html
    ErrorDocument 501 /notfound.html

    Redirect to a Different Folder.

    Add the following to the .htaccess file:

    RewriteEngine on
    RewriteRule ^/oldfolder(.*)$ /newfolder/$1 [R]

    This redirects the user from /oldfolder/anyfile.html to /newfolder/anyfile.html, when the .htaccess file is uploaded to the otherwise empty “/oldfolder” directory.

    Denying User Access.

    Add the following to the .htaccess file:

    <Limit GET>
    order allow,deny
    deny from 000.00.00.
    deny from 000.000.000.000
    allow from all
    </Limit>

    This is an example of a .htaccess file that will block access to your site to anyone who is coming from any IP address beginning with 000.00.00 and from the specific IP address 000.000.000.000 . By specifying only part of an IP address, and ending the partial IP address with a period, all sub-addresses coming from the specified IP address block will be blocked. You must use the IP addresses to block access, use of domain names is not supported

    Redirect a Machine Name.

    Add the following to the .htaccess file:

    RewriteEngine On
    Options +FollowSymlinks
    RewriteBase /
    # Rewrite Rule for machine.domain-name.net
    RewriteCond %{HTTP_HOST} machine.domain-name.net $
    RewriteCond %{REQUEST_URI} !machine/
    RewriteRule ^(.*)$ machine/$1

    This will redirect requests for the machine name machine.domain-name.net to the directory machine on the site domain-name.net.

    Different Default Home Page.

    Add the following to the .htaccess file:

    DirectoryIndex filename.html

    Then a request for http://domain-name.net/ would return http://domain-name.net/filename.html if it exists, or would list the directory if it did not exist.

    To automatically run a cgi script, add the following to the .htaccess file:

    DirectoryIndex /cgi-local/index.pl

    This would cause the CGI script /cgi-bin/index.pl to be executed.

    If you place your .htaccess file containing the DirectoryIndex specification in the root directory of your site, it will apply for all sub-directories at your site.

    Preventing Hot Linking.

    Add the following to the .htaccess file:

    # Rewrite Rule for images
    RewriteCond %{HTTP_REFERER} <URL of page accessing your domain>
    RewriteRule ^(.*)$ http://<same as above URL>

    You would replace the <URL of page accessing your domain> above with the domain name and path of the page that is referring to your domain. For example: www.theirdomain.com/users/mypage/

    The RewriteCond directive states that if the {HTTP_REFERER} matches the URL that follows, then use the RewriteRule directive. The RewriteRule directive will redirect any reference back to the referring web page.

    Using the above you should, safely be able to publish your sites on the internet knowing that you will not be privy to bandwidth thieves via hotlinking and also, that you will not lose any traffic through pages that are ‘not found’.

    Article Written By Lee

Premium Sponsors















Categories

Site Links