That is a really smart move putting your backlinks in a SQL database. I may take a day to organize all my website links this way. Brilliant thank you for the suggestion! Mind if I ask what data you store aside from backlinks URL and site URL?When I generate a site, I also generate a .txt file that goes in the root directory that describes the url structure and the keywords used. Also all url and keyword data goes into a mysql database, along with the niche and batch, so if I want to return a bunch of urls that use the same keyword, are in the same niche, or belong to the same batch of sites, it's easy.
All my backlinks go into a mysql database so it's easy to pull out random backlinks for backlinking my backlinks.
That is a really smart move putting your backlinks in a SQL database. I may take a day to organize all my website links this way. Brilliant thank you for the suggestion! Mind if I ask what data you store aside from backlinks URL and site URL?
When I generate a site, I also generate a .txt file that goes in the root directory that describes the url structure and the keywords used. Also all url and keyword data goes into a mysql database, along with the niche and batch, so if I want to return a bunch of urls that use the same keyword, are in the same niche, or belong to the same batch of sites, it's easy.
All my backlinks go into a mysql database so it's easy to pull out random backlinks for backlinking my backlinks.
At the moment for backlinks I just store the backlink url. Storing the url of the site I'm linking to is not so relevant because some backlink pages only have a backlink to one url, but some backlinks (e.g. a profile page where I can put a bunch of links into the "about me" box or similar) will have a bunch of links on them, but all to the pages in the same niche.
...
The big advantage to using an SQL database of some sort is that you can just rely on SQL queries to do all the randomization for you - you don't have to do any more coding to pick out random links of whatever type you want.
I also have scripts that go out and spider all my urls and backlink urls, and then remove dead urls from the databases, so I'm not wasting resources backlinking backlinks that don't exist anymore.
Thanks for sharing ... that sounds so effective yet manageable with very little time after it is all setup..
Have you thought about marketing your system or in$talling for others ??
We