Recent twitter entries...

Set up my own VPN server @ last

Posted by Brad | Posted in Ramblings | Posted on 21-05-2012

I had a quick bash at this last year with OpenVPN, and couldn’t quite figure out what was going on, so last night logged a ticket with my windows hosting company to install the VPN modules to windows 2008 server and had a play this morning setting it up.

After following these great instructions step by step I had my iPad connecting via my new VPN but no internet access, after some playing around that centered around enabling NAT on the service everything works a treat now :), so browsing on public WiFi can now be done in confidence!.

 

GSA Search Engine Ranker Review

Posted by Brad | Posted in Recommendations | Posted on 16-03-2012

Being a “jack of all trades” in the (web) development world I also love to dabble in online marketing on the side and have done for years when time allows. I have a network of sites on verticals such as bingo, finance, insurance, online retail, mobile phones…. quite a variety you can see and I had trimmed a few off a few years back as it was just too much to handle, a site on hotels was one of those that bit the dust only to have their domain taken over by some PPC king or other…

One aspect of this whole process is that of getting your sites well ranked in search engines and appropriately worded link references placed in the right sorts of places to get drive by traffic to your sites. This is an extremely laborious process unless you either throw tonnes of cash at it or have some people in India do it for you rather badly. Over the past few months thought it seems three products have appeared that try to automate the process of link building as it’s all a scriptable logical process when you think about it.

The players at the moment are scrapejet, no hands seo, and GSA Search Engine Ranker so far I have used two of the three. From my experiences of scrapebox from which scrapejet tries to follow, my expectations were high – scrapebox is an extremely powerful piece of software for mining the web and posting links on blogs then verifying all went well. However although it’s a powerful program for doing things in bulk there’s still lots of manual intervention required, as I have a windows server 2008 VPS online 24/7 something that could just plough away in the background all by itself would be a far better solution.

My experience of scrapejet after purchase was a very short one of just two days, I realised from the logs that an error 503 was blocking the program from getting anywhere with harvesting links, and you still had to manually get a decent set of proxies together then control them yourself from time to time, scrapejet didnt seem to refresh the list or remove dead ones so to cut a short story shorter, I asked for a refund and got it. I then looked into no hands seo which seemed good but people were also mentioning GSA Search Engine Ranker in a better light… so that’s where I decided to invest next.

Now running the experiment and after setting up the initial profiles I honestly have not had to do a thing… it finds lots of good proxies by itself then refreshes the list at an interval of your choosing – it does not use proxies that stop responding, has a very nice variety of link sources to harvest from, it’s multi-threaded and if you don’t use captcha filling services you can just set it to ignore places requesting a captcha and it just chugs away harvesting more and more links expanding to more and more diverse sets of related keywords… it’s not done at a crazy fast rate so things seem more natural as a slow constant stream of links from a variety of types of sites is what you really want instead of 10,000 sudden wordpress links… as you can easily do with scrapebox.

12 hours into running GSA Search Engine Ranker it has submitted about 1000 links for 7 sites I’m doing about 15 threads so keep plenty of resources for the web server and SQL server as they run on the same box. Of the 1000 a very reasonable 232 have been automatically verified with PR going up as high as 6!, I have not  set an upper limit on outgoing links or any restriction on the PR of pages that are harvested so these numbers should give you an idea of performance at low load.

Will I be trying no hands seo next?, I don’t think so - GSA Search Engine Ranker seems to be doing a perfectly good job of this and I didn’t have to spend 1000′s getting a company to do it, or a couple of hundred pounds getting an Indian company to do it poorly, $99 to have 7 link building campaigns running all the time getting more and more diverse and natural is the perfect solution for me.

UPDATE: After running GSA Search Engine Ranker with 10 threads for 5 days I have almost 1000 confirmed links to 9 of my sites which google analytics has reported between 16% and 71% traffic rises throughout the week (content has not changed this week, only link building), links have been posted to pages/domains with PR as high as 7 from what I have seen.

UPDATE 2!: After realising I mistakenly put profile keywords in {spinnable} format rather than comma separated the verified link rate has gone up massively to 1300 in 24 hours… pick your keywords from somewhere like adwords keyword tool and you are ready to rock.

Download the GSA Search Engine Ranker and try to use for 5 days.

Or Buy the GSA Search Engine Ranker On GSA Official Site.

IIS7 Windows 2008 Server Create.Object problem solved

Posted by Brad | Posted in Tips | Posted on 12-01-2012

In the process this week of doing a rediculous amount of devlopment work, part of which is migrating my three sites hosting on windows 2003 server with iis6, to windows server 2008 with iis7….

If you are also wondering why as in my case jMail was not happy on iis 7 win2k8, it seems to be because it’s now using the network service account rather than IUSR, so you need to assign the correct execute permissions to the dll that you need to access….

I’n my case, I just granted execute permisson to C:\Program Files\Dimac\w3JMail\jmail.dll to “everyone”… now that machine happily sends emails using that object…