Cash Volume - Turn Up The Cash Volume!

Adventures In Online Financial Freedom

Very Useful US State Names and Abbreviations Database

April 27th, 2008 by cashvolume

Here is a very useful mysql database that includes U.S. state names with their abbreviations you can download it in plain text here. Just load up phpMyAdmin and import it into a new database. I found this very useful for making dating/personals websites without having to manually enter all the state names into individual tables. Here is how the database is setup:

#State names and abbreviations mysql database
#http://www.cashvolume.com
#

drop table if exists state;

create table state
(
state_id smallint unsigned not null auto_increment comment ‘Unique state ID’,
state varchar(32) not null comment ‘State name’,
state_abbr varchar(8) comment ‘State abbreviation’,

primary key (state_id)
);

insert into state
values
(NULL, ‘Alabama’, ‘AL’),
(NULL, ‘Alaska’, ‘AK’),
(NULL, ‘Arizona’, ‘AZ’),
(NULL, ‘Arkansas’, ‘AR’),
(NULL, ‘California’, ‘CA’),
(NULL, ‘Colorado’, ‘CO’),
(NULL, ‘Connecticut’, ‘CT’),
(NULL, ‘Delaware’, ‘DE’),
(NULL, ‘District of Columbia’, ‘DC’),
(NULL, ‘Florida’, ‘FL’),
(NULL, ‘Georgia’, ‘GA’),

Read the rest of this entry »

Posted in mySQL | No Comments »

Bad Google Bot Bad!

February 5th, 2008 by cashvolume

Last night I implemented a bot trap that I coded up in PHP on one of my sites. Its just a little bit of code saved into a page thats linked off the index.php of my website. I used robots.txt to disallow access for bots that follow the rules and used empty anchor text for the link so that it would be invisible to human eyes. What the bot trap basically does is record any access to the file and logs the IP by sending an email and then automatically appends to the .htacces file a deny from that IP which effectively blocks any further access coming from that IP address. Be careful this works really well I actually ended up blocking my IP address from testing the system out and had to manually edit the .htaccess file via FTP to unblock myself. Read the rest of this entry »

Posted in tools, PHP | No Comments »

Finally Joined MyBlogLog

January 15th, 2008 by cashvolume

I know MyBlogLog is old news. I’ve been meaning to setup an account on MyBlogLog for a while now just never had an overwhelming reason to do it. Well yesterday I was poking around and reading some new blogs mostly just slacking and semi avoiding doing anything useful (lazy monday evening). On one blog in particular I will keep the url private out of respect for its owner. I noticed that it was displaying some VERY irrelevant Google Adsense Ad’s Tramadol, Cialis, Daizapam that kinda stuff. This was a Internet Marketing Blog mind you an there was NO reference to these kinda products whatsoever. So I got nosey and poked around in the source code and found all these hidden links linking back to sketchy pharmacy neighborhoods Oi Vay! I believe this is a problem similar to the one described here on SEO EGGHEAD.

Well to make a long story short the only way I could find to contact the blogger was via MyBlogLog so I went ahead and joined up (which was long over due to begin with) and notified the blogger about the hack. If your a member of MyBlogLog please feel free to check out my Cash Volume Community and add me to your friends, family, contacts list.

Posted in Communities | No Comments »

Totally Free Keyword Tools

January 10th, 2008 by cashvolume

Today I want to share some very handy and FREE keyword tools.

Google Adwords Keyword Suggest - A free keyword research tool provided by google.

Wordtrackers FREE Keyword Tool - The free version only lets you get 100 quality keywords at a time.

45n5 Keyword Scrubber - Keyword Scrubber scrubs large lists of keywords and removes junk like swear words, keywords over 50 characters, and duplicates. Very handy for making nice and tidy keyword lists.

Posted in tools | No Comments »

phpLinkBid 1.4 Beta Has Been Released

October 12th, 2007 by cashvolume

I am excited! The long awaited update for phpLinkBid has finally arrived. Although it is still in beta and on limited availability. If you already have a licensed phpLinkBid website you can apply for beta testing here. Or you can check out version 1.4 in action at Epic Bids Directory.

Posted in Uncategorized, directories | No Comments »

Generate More Traffic With Google Images

October 9th, 2007 by cashvolume

Google Images is a great tool for locating images that are indexed in the google search engine but when a user comes across an image that is hosted on your site they are brought to a framed up version with the image on top and the rest of your content in the bottom frame. This brings the user to what they were looking for but they are also missing out on all your great content. Well I am going to share with you a quick and EASY technique that can bring your site some extra traffic that would otherwise be lost.

Introducing The Frame Buster!

  1. <script type="TEXT/javascript" language="javascript">  if(self !=top)top.location.href=self.location.href </script>

Thats right just add this 3 lined snippet of code within your tags and from now on when visitors come to your page from google image search the annoying frame will bust and users will be shown your page in its full glory!

Posted in Traffic Generation | 1 Comment »

New Webmaster Directory

October 8th, 2007 by cashvolume

Hello I launched my newest endeavor URLs 2 : Webmaster Directory I hope to create a huge resource for webmasters and Internet Marketers.

I’ve been reading all sorts of negative posts and threads about general directories with google handing out penalizations for paid links and general directories I think as long as you keep it relevent and choose a great niche you can keep yourself on googles goodside of things.

Posted in Uncategorized, directories | No Comments »

Blog Rush Bandwagon

September 17th, 2007 by cashvolume

Come join in on the Blog Rush bandwagon!

If you havn’t heard of Blog Rush yet then I am happy to announce a new platform for bloggers made for promoting your blog and gaining more coveted traffic to your site and in turn providing reciprocal links to relevant blogs in the “Blogosphere” (I still dont like that word) Blog Rush is the brain child of internet marketing genius John Reese. If thats not convincing enough all the big boys are using it:

ShoeMoney

John Chow

Dosh Dosh

Nuff Said!

Posted in Blog Rush | No Comments »

Myspace is cloaking links

May 30th, 2007 by cashvolume

Just noticed today when I posted a link in a comment on one of my friends myspace profiles and the url had changed to http://msplinks.com/ and then a long hash value eeek thats cheezy! what next??

Posted in text links, link strategies | No Comments »

Free PR 4 Links For Digitalpoint Forum Members

March 17th, 2007 by cashvolume

Who doesnt love free links especially links with decent PR? Ryandarin is a member of the Digitalpoint Forums and he is giving away free pr4 links on his “word cloud site” to forum members.

http://www.arthouse81.com/

here is the forum posting
http://forums.digitalpoint.com/showthread.php?t=271296

Posted in text links, digital point | 1 Comment »

« Previous Entries