Neat Tricks and Hacks


Neat Tricks and Hacks11 Nov 2009 08:46 am

I got this question from Primal in regards to my post on Building Mininets

Eli,

I like the post and your entire site. Thanks for sharing your knowledge. One thing confuses me about this particular tactic. Where are you getting the content from? You mentioned Audioscrobbler and Youtube API but I am not focusing on a music niche. The “widely available car db” sounds more like something I could use. Can you say where you would get something like this from? Also is there any reason why I should use customized pages instead of a CMS like Wordpress to generate these kinds of sites?

Upon a glancing read this question seems to focus too much on the exact example used in the post. Yet if you really read the multipart question thoroughly and get to its core it’s a FANTASTIC question that really needs an answer in more depth than what I would put in a comment response. The mininet building post isn’t about how to use APIs and RSS feeds to get content. Nor is it about creating a custom CMS or doing multiple installs of the same site structure (I covered that in depth in my SEO Empire post and called them ANT Scripts). The real down to brass tax gem behind the technique is understanding how to do Addon Domain Spam via environmental variables such as HTTP_HOST to create a lot of sites from a single install of ANYTHING. I’m absolutely a firm believer that addon domain spam is the future of webspam. Subdomains had their day and now its time for figuring out creative ways to create a ton of unique sites from a single platform. This doesn’t always have to be done through addon domains and as mentioned in the comments can be done through other ways such as editing the httpd.config. For now though I wanted to focus on the basics such as using addon domains and if you’d like to go cheap about it subdomains, and let the SEO ingenuity naturally evolve from there.

To answer your question yes you can use databases to help with the content for these sites. Check out my Madlib Sites post for some great ideas on how to accomplish that and use databases. As for the second part YES you can use other CMS’ such as Wordpress!

How To Use Wordpress To Do Addon Domain Spam
I got several emails from people asking how to create a wordpress plugin to accomplish this technique as well as a comment from the longtime reader PhatJ. I realize at first thought this sounds like a complicated process to be able to convert wordpress over to being able to read multiple addon domains and treat them as multiple installs and probably require some sort of plugin being created, but as with most things the simple solution is often the best.

The easiest and most effective way to convert any CMS to be used for addon domains that I’ve found is to simply edit the config files. No joke, that’s seriously usually all it ever takes. In my wordpress wp-config.php file I grabbed the line that declared the database:

define(’DB_NAME’, ‘database1′);

I replaced it with a simple IF ELSE statement to check for the domain and define the appropriate database:

if ( $_SERVER["HTTP_HOST"] == 'domain1.com' ) {
define('DB_NAME', 'database1');
}
elseif($_SERVER["HTTP_HOST"] == 'domain2.com'){
define('DB_NAME', 'database2');
}else {
define('DB_NAME', 'database1');
}

Then I just pull each database in the browser or mass wordpress installer script and setup each blog as if it was separate.

To show you it in action I put up a single Wordpress install on a subdomain on Bluehat. I then added a second database and put that code into the wp-config.php. Looking at each you’d have no idea they were a single wordpress install. See for yourself :)

Domain 1: http://addtest1.bluehatseo.com
Domain 2: http://addtest2.bluehatseo.com

Thanks for your question Primal!

Neat Tricks and Hacks09 Sep 2008 11:25 pm

Haven’t done a Neat Tricks and Hacks in awhile. Here’s one to remind DIGG and Stumbleupon users to up your shit.

PHP


PERL



*PERL code is untested, I just translated it off the top of my head. Probably made a mistake or two… I always do. Am I the only CGIer left in this world?

Javascript
Source: Top News Trends


I just started testing this method today, so I couldn’t tell you how well it works yet. I’m going to start with Stumbleupon because I’m willing to wager I’ll have better results with them than the Digg crowd but who knows? Let me know how it works for you in the comments. :)

Neat Tricks and Hacks08 Dec 2007 11:53 pm

I’ll be dedicating a few posts to grabbing questions in the Open Questions post.

There were several questions like it, but I think this one represents it the best.

From Matthew

Hi Eli,

I’ve read through your blog and its amazing info. Thanks. I have a question. I’ve read through and I find the link building stuff (black hole SEO) a bit too complex, could you suggest any other effective link building techniques? I’ve heard great stuff about TNX.net.

Thanks!

I haven’t heard of TNX, but here’s a really simple one most haven’t thought of. Much like ugly girls tend to have better personalities pretty and clean sites tend to be harder to link build, or at least take more effort initially. So a little technique I’ve been using a lot lately is to build sites that gather links really easy. A quick easy way to do this is to build a site that distributes something people want to either put on their websites or social site profiles (ie. myspace, facebook, youtube and such). I’ll give you the most basic of examples. In a really old post on this blog I put up this picture:

Since then everyone and their dog has been hotlinking to it, especially since it’ll often times show up in Google images for the term Middle Finger. Not that I care but it illustrates the stupid shit people spread and its effectiveness can be used for links as minuscule as it is. So lets say all I had in my arsenal was this stupid picture of a flaming middle finger. I post it up on some site get it in google images and such just like i did. Then under it I put a textbox that says something like Put this on your ____ copy past etc etc. The code has a link to a random domain of mine, the domain doesn’t even have to be active, or it can be a money site. Who really cares? After awhile the flaming finger image gathers enough links to that domain that i just 301 redirect the domain over (doesn’t even have to be an entire domain as I’ll mention below). All the links goes to my new pretty site.

This is a really weak example I realize, but it can be done with just about any media (video, image, flash, etc.) you’d like. It can be done with any type of site you’d like. As long as its the type that tends to be able to gather links faster than your other type of site. If I got big pretty sites coming out on a future date i can build several of these site and by the time the main site goes live I can have plenty of link volume to rank properly. The only reason why this extra work is necessary is because viral link building tends to be exponential. In other words you got to have links to get rankings and got to have rankings to have links. More links means more links. So it creates a nice little shove on a boat too big to leave the dock on its own. Best of all its really easy and rarely costs anything at all to do.

If you’re wondering why this all kind of sounds familiar or like you should already know it, its because its a creative spin on two of the more popular techniques on this blog, Link Laundering Sites, and Cycle Sites. On a side note I’ve found that this also works on subdirectories. So you can create a site that distributes media or allows people to upload their own and it has em all on a separate subdirectory or page, the links can even go to the same page the item is on. Once each subdirectory or subpage gets enough links to it, cycle it out and let the links go to a site that needs em. You can also put the media up on another subdirectory to be used again in gathering more links. :) The best advice I can give you on this is to look for types of sites that gain links quickly right out of the gate. They may not make a lot of money, they may be high bandwidth, it doesn’t matter if they’re all temporary. You can still steal the idea to do some easy link building on the harder sites.

More answers coming soon

Neat Tricks and Hacks15 Jul 2007 09:47 pm

Hi guys!
Sorry I haven’t had a chance to post lately. I got some great posts coming up, I just haven’t had a chance to sit down with ‘em yet. I was going to write today but alas…I didn’t :(

So to hold you over here’s a quick five minute black hat tip

Finding Link Injection Possibilities With Versions & Changes Logs
Search for popular file names that include version update information and changes logs that are typically found in downloadable website scripts.

Two good places to find them would be:

    1. Popular PHP and CGI scripts.
    2. Searching directly for the filenames.

Check the changes and version logs and look for vulnerability fixes that happened recently. These typically mean theres a possibility for a link injection or spamming possibilities.

Try to download the versions of the script before the bug was fixed.

Look for the vulernability and figure out a way to exploit it.

Search for sites using the same script and attempt to link inject on all of them.

Avoid hacking :)

New posts coming out soon :)

Neat Tricks and Hacks04 Apr 2007 10:46 pm

I have a couple posts almost ready to go, but I simply don’t have enough time to finish and make them live yet so I’ll make a quick one just to hold you over.

Here’s How To Get A Free Link on Amazon.com
1) Create an Amazon.com affiliate account.
2) Select the aStore option.

3) Fill in the keywords you would like to use and select a product category related to your site.

4) At the bottom of that page while still on step 1, Insert your link and anchor text.

5) Complete the last 3 steps. They are very short.

6) Parse or copy the custom affiliate URL. It’ll be in this format: http://astore.amazon.com/username

7) Run the URL through the QUIT tool.

8) Do it again before they catch on that everyone is starting to do this.


Neat Tricks and Hacks07 Mar 2007 04:43 pm

I’m excited. I just put up a new Wordpress plugin that I’ve been wanting for awhile now. It’s called Recommend It.

Recommend It - Allows your blog’s veteran readers to recommend posts to first time visitors through a simple voting system.

You’ll notice that at the bottom of every post is now a button that allows you to recommend that post to first time readers. So now first time visitors here will be greeted with the posts that got the most recommendations from the veteran readers.

I’ve been wanting a plugin like this really bad. I think it’s a great way to point your new readers to the real meat of your blog. I first got the idea for this when I saw several blogs that recently got links from bigger blogs and so they made special posts to welcome the readers. They all recommended a few of what they felt were their best posts for the new readers to check out. My reasoning was that they might be worried that the new flood of visitors would leave after not being able to find the good posts, or get the wrong impression about their blog from the most recent post. I started thinking about how much I could use something like that. Sometimes my most recent post isn’t always the best representation of the rest of my blog or the best for new readers to get introduced into the community with. It’s often best to leave it to the people who know your writings the best, your readers, to point your new visitors in the right direction. I personally would like to see this at the top of every blog I first visit.

So I asked a buddy of mine, , who is a great coder if he could possibly make me a plugin to automated the process and leave it to the visitors to decide which posts would be best for the newbies. I think he did a great job.

If you would like to use Recommend-It on your blog he was gracious enough to allow me to share it.

Download Recommend It

Installation Instructions

If you need any coding work done I’d strongly recommend you contact . He does some great work.

E-mail:

Neat Tricks and Hacks19 Feb 2007 10:22 pm

Sorry I haven’t been posting lately guys. I got lots of pretty damn good excuses for it but I’ll spare you of having to hear them. This week I’m back on the ball and I’m going to attempt to up my post volume to make up for the slack the last week and a half.

Today’s post is a detailed way to deal with pesky hotlinkers. Hotlinkers are people who use your binary content and instead of hosting it themselves they just link directly to it on their site. I saw a funny article awhile back about a guy who threatened to sue another webmaster for removing the images he was hotlinking to on his server. That’s pretty funny stuff for anyone with half a brain, but there must of been a better way for the victim to get his rewards from the hotlinker instead of having to rename or remove the images. So true to tradition here at Blue Hat we’re going to look at some simple ways to not only stop them from hotlinking to your material but to try to get some of their visitors out of it as well. Personally I see hotlinking as a compliment. It means you have quality content. However there in lies the opportunity. If they are hotlinking to your content then their visitors must be of the similiar niche as yours. So I see no moral dilemma in trying to grab some of their visitors while politely letting them know that you don’t appreciate them sucking up your bandwidth. Let’s look at a few media formats and determine some ways to draw their visitors to your site using your .htaccess file. If you don’t know what a .htaccess file is please go here and do some reading.

Images
Images are the most commonly hotlinked to content so lets tackle them first. The trick here is to simply replace the image they are hotlinking to with an image that advertises your website. So make an image saying something like, “Go To www.MyDomain.com To View This Image.” Then name the file hotlinked.jpg and upload it to your server.
Then add this to your .htaccess file
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://mydomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mydomain.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mydomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mydomain.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ hotlinked.jpg [R,NC]

Flash Files
You have two options with flash. You could use the same method as the images and show a different flash file that displays an ad for your site. A more aggressive option might be to use the getURL() method inside the flash file and have it actually forward the user to your site. So your essentially hijacking any hotlinkers site or dare I say Myspace page. Create this file and name it hotlinked.swf then put this in your .htaccess file.
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://mydomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mydomain.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mydomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mydomain.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mydomain.com$ [NC]
RewriteRule [^hotlinked].(swf)$ http://www.mydomain.com/hotlinked.swf [R,NC]

Music
Sometimes sites users from MyPlaylist.org, Musiclist.us, and other sites will jack your mp3 files for their myspace pages and other sites. So its not a bad idea to have some fun and create a short audio advertisement for your site and put it into an mp3 file called hotlinked.mp3 then put this in your .htaccess file.
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://mydomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mydomain.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mydomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mydomain.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mydomain.com$ [NC]
RewriteRule [^hotlinked].(mp3)$ http://www.mydomain.com/hotlinked.mp3 [R,NC]

Neat Tricks and Hacks17 Dec 2006 08:36 pm

Another one? Haha didn’t see that comin’ did ya! If you haven’t already; be sure to read one of my favorite posts on Abandoned Wordpress Accounts before continuing to read this post. Got it? Good! :)

So by now you’ve had about 6 months to hopefully grab at least a couple hundred already indexed and quality built Wordpress accounts. Good! You’ve also probably added links to your sites that could use a good IBL and page rank boost. Great! Your on your way except now we just need to convert these medium quality links into great links. Awesome! Lets get to it.

Recovery
First things first, we need to recover some abandoned content and lost links. Lookup your abandoned blogs on Archive.org and see if you can scrounge up some old posts. For some more recent ones you can do a linkdomain: on Yahoo or something. Then pull the cached copy of the individual posts. Repost them on your blogs and try to match the Post Slugs (the url to the post itself ie. myblog.wordpress.com/my-awesome-post). This will ensure that all the old links that exists to the blog and individual posts will still be giving you credit and traffic instead of going to an ugly 404. Also be sure to put up a post about how the blog got abandoned but out of kindness you reposted the old posts for the users’ sake. How kind of you! This will also give the original owner a small opporunity to complain and ask you to take down the posts(don’t be a jerk do it if asked, no matter how small the chances are they will actually ask or care). This will keep everyone happy and preserve your linking and traffic.

Remodeling
A URL is just a URL. However a theme and topic is great link potential. Remodel the site to fit what kind of links you’re wanting. If your wanting tech news type links change up the keywords to match a technews type content. This’ll help transform your medium quality links to a semi-relevant stature.

Build
Now lets build some more relevant content as well as relevant IBL links to the blogs. This is where it gets interesting. Remember when I said to make a common Wordpress account and attach all your new blogs to the same account? If you didn’t take that advice you’re going to wish you did, because now we’re going to talk about how to get huge amounts of links and content to your blogs. Don’t worry it’ll be easy, it’ll be whitehat, and like the first part of the technique it also can be done completely by hand.

1) Go to Digg.com (Shoutwire also works) and signup with an account.

2) Go to your account settings and edit your blog settings. Put in your main login and password for your main Wordpress account. Digg will be kind enough to generate a nice list of all your blogs that are attached to that account next time you login. So in the future you can easily switch between them quickly.

3) Select your first blog and click update.

4) Search for that blogs terms and click “Blog It” on all the results. This will do three things. First it will grab the title and the description of the original post and insert it as a new post on your blog. You now got some great content. Secondly, it will post a trackback link on the original post. A percentage of the posts you grab will draw a huge number of backlinks to the original post which ups the quality of your trackback link. It’ll also drive some traffic(some of my abandoned blogs get over 200 visitors/day for this reason. Lastly this will give you a link on the Digg post itself under “Who blogged this.”

Lets do the math
You got a couple hundred blogs. Each blog has a couple hundred posts. Each post has at least 2 backlinks. Add the previous inbound links + content. You got yourself hundreds of quality blogs driving traffic and link quality to your real money sites.

Life is good

Neat Tricks and Hacks30 Nov 2006 12:26 am

I wanted to make a quick follow up on the $100/day post in regards to monetizing the Google search. If you used the same screensaver program I use than this will be easy. If not then yo may need to make some modifications. Download any simple installer creation program. I’ve been using Setup Specialist for quite a few years now just because its super simple and quick. Create an installer for your screensaver. Copy over the self installing exe for the screensaver and then have it automatically execute immediately after the install finishes. There are two ways i know to pull some serious Google searches through your new install.

Desktop Search
This is the bit more technical way and since I have never actually done it I can’t go too specific on it. This will put a little google search box on their taskbar very similar to the Google Desktop Search. Go to Creating Custom Explorer Bars, Tool Bands, and Desk Bands and create the toolband. Then in the registry add the toolband to the taskbar. Like I said i’ve never done it but it doesn’t seem too hard to figure out. Use the Google search box that is easily created in your Adsense account

Changing Their Homepage
Create a small website that is something like myhomepage.com or greatstartpage.com, it doesn’t really matter what the url is. Make a snazzy but simple template and include the google search box on the page. Use the google search box that is easily created in your adsense account. Then in your installer program change the registry key HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main\ change the “Start Page” to your new start page website address.

What will this do?
Everytime they search google you get proceeds from the adsense ads. As I’ll end up talking about in the upcoming Blue Hat Technique many internet users(especially the newbie ones) will never change their homepage. If it changes on them they will leave it. So you get small amounts of money over a very long period of time over massive amounts of users.

I was going to avoid this topic due to the new Blue Hat Technique coming out, but since this is extra info that won’t be covered in the post I figured I might as well get it out of the way.

Neat Tricks and Hacks18 Nov 2006 04:43 am

I just realized something! This entire blog is filled with ideas on how to help your sites make more money and receive more traffic, but I don’t have a single post that says, HEY! HERE IS HOW YOU MAKE MONEY. I want a post that tells you exactly how to reach your goals. A comment in another post (I do read them and get inspired by them) reminded me of this. So I perused through some old projects of mine and grabbed one thats very easy, very automated, reciprocal (consistantly makes money forever), and makes about a $100/day. Most of all it requires very minimal time and investment. So here ya go! Follow the instructions carefully and do as I did.

Here Is What You Do

1) Pick a generalized niche that is fairly popular. Celebrities work well, cars, animals. Anything will do.

2) Make a list of 300 items in that niche. For instance if you pick music artists make a list of the top 300 most popular music artists.

3) Download at least 20 public use(noncopyrighted) pictures of each item in your list.

4) Download or buy a screensaver maker. I don’t remember which one I use so I’ll have to update you in the comments when I get back to the office on Monday. Just make sure it is quick and easy to create the screensavers (saves you a lot of time) and comes with an exe output function that’ll easily install the screensavers on their computer without much dialog boxes or windows getting in thier way. This one looks decent. Easy Screensaver Maker and its only $25. Update: I use Screen Saver Builder. It’s $20 with fully functioning 21 day trial.

5)
Create all your screensavers and put them up on a simple website. Give each screensaver its own page and download link. It also never hurts to SEO the site so it’ll do well in the search engines and make you even more money later on. Adsense also doesn’t hurt for a lil’ bit of extra cash.

6) Signup with Zangocash (Aff Link). This step is optional. See the comments for more ideas on how to monenize your new screensavers.

7)
Talk to your account manager and ask him to bundle Zango software with your screensavers. Send him all the installers along with a textfile containing all the short descriptions and a sample picture. They are usually happy to do this for you. If they aren’t get a new account manager.

8)
Get yourself a copy of Promosoft software submitter(nonAff link). I think it costs $95 for a copy but trust me it’s well worth it.

9) Follow the instructions on Promosoft to create the PAD files(product description files used for software sites) and submit each screensaver to hundreds of software and screensaver directories.

There you go. You will get paid $0.45 for every person who installs your screensaver. Once the screensavers are submitted you will have no problem getting tons of people downloading them everyday. If you get about 250 downloads per day(easy with 300 screensavers) you will easily make about a $100/day!

Okay so now all those people on forums and such who are bitching and moaning; saying stuff like “I want to quit my day job” and “I wish I could make a living online” can finally shut up. It is all right there, spelled out in plain english. You now have absolutely no excuses. Get off your ass and actually do it. Follow each step carefully and do a good job. It should take the average person no more than a couple days to get it done and you will make continuous money for a very long time. If you’re reading this and you suddenly realize that you are one of those people, just know that there is nothing wrong with that. We were all there. You just have to know when to quit. Quit searching forums for ideas. Quit buying ebooks hoping they’ll give that magical $100/day project idea. Quit asking “SEO experts” how they do it, and for God’s sake quit reading blogs hoping someone will post something like this, cus it just ain’t gonna happen(haha). All I expect from you is to read this post throughly and carefully at least two more times and actually follow through. There is nothing more I would love, than to hear someone tell me that an article I wrote helped them quit their job in the next 8 weeks. So make it happen!

Good Luck and Lets Get Back To Some SEO Shall We?

Update 3/20/07: The comments for this post are getting semi-ridiculous :) So a nice user has setup a forum especially for this post, where it can be discussed in a more efficient manner. Feel free to register.
http://www.zoomist.com/

Next Page »