<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>theDomz.com</title>
	<atom:link href="http://www.thedomz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thedomz.com</link>
	<description>The easy money resource with black hat, white hate, and other easy tricks!</description>
	<lastBuildDate>Fri, 21 May 2010 20:17:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>A Script to get unlimited traffic</title>
		<link>http://www.thedomz.com/2010/05/a-script-to-get-unlimited-traffic/</link>
		<comments>http://www.thedomz.com/2010/05/a-script-to-get-unlimited-traffic/#comments</comments>
		<pubDate>Fri, 21 May 2010 20:17:42 +0000</pubDate>
		<dc:creator>domz</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[document body]]></category>
		<category><![CDATA[document referrer]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[indexof]]></category>
		<category><![CDATA[script type]]></category>
		<category><![CDATA[text javascript]]></category>
		<category><![CDATA[unlimited traffic]]></category>
		<category><![CDATA[visibility]]></category>

		<guid isPermaLink="false">http://www.thedomz.com/?p=854</guid>
		<description><![CDATA[This is used for a collection of URL you want to load silently. var aDomains = [".com"]; What this script does is a referrer check. If you only want the script to work when traffic is coming from thedomz. Write &#8220;thedomz.com&#8221; in there. You can add a comment to include unlimited number of websites. For [...]]]></description>
			<content:encoded><![CDATA[<p>This is used for a collection of URL you want to load silently.</p>
<p><!-- BEGIN TEMPLATE: bbcode_code --></p>
<div>
<blockquote>
<pre dir="ltr">var aDomains = [".com"];</pre>
</blockquote>
</div>
<p><!-- END TEMPLATE: bbcode_code -->What this script does is a referrer check. If you  only want the script to work when traffic is coming from thedomz. Write<br />
&#8220;thedomz.com&#8221; in there. You can add a comment to include unlimited number of websites.</p>
<p>For example:</p>
<p><!-- BEGIN TEMPLATE: bbcode_code --></p>
<div>
<blockquote>
<pre dir="ltr">var aDomains = ["thedomz.com","google.com"];</pre>
</blockquote>
</div>
<p><!-- END TEMPLATE: bbcode_code -->Just insert this to your HTML code and the code will start magic.  It&#8217;s still a good idea to take care of the referrer on your pages.</p>
<p><!-- BEGIN TEMPLATE: bbcode_html --></p>
<div>
<div></div>
<blockquote>
<pre dir="ltr">&lt;script type="text/javascript"&gt;
    var sLocation = document.referrer.toLocaleLowerCase();
    //Links that you want to boost
    var rDomains = ["http://www.thedomz.com","http://www.google.com"];
    //Allowed domain referrer
    var aDomains = [".com"];
    var valid = 0;

    //Valid referrer
    for (i=0;i&lt;aDomains.length;i++) {
        //Check referrer
        if (sLocation.indexOf(aDomains[i], 0) &gt; -1)
        {
            valid = 1;
            break;
        }
    }

    //Valid referrer
    if (valid == 1)
    {
        //Loop
        for (i=0;i&lt;rDomains.length;i++) {
            //alert(rDomains[i]);
            invisibleWindow("mydiv" + i,rDomains[i]);
        }
    }

    function invisibleWindow(iframeID, url) {
        divel = document.createElement("div");
        divel.id = "div" + iframeID;
        divel.style.width = "5px";
        divel.style.height = "5px";
        divel.style.visibility = "hidden";

        //Add div
        document.body.appendChild(divel);

        domiframe = document.createElement("iframe");
        domiframe.id = iframeID;
        domiframe.src = url;
        domiframe.style.width = "5px";
        domiframe.style.height = "5px";
        domiframe.style.visibility = "hidden";

        var divid = document.getElementById("div" + iframeID);
        divid.appendChild(domiframe);
    }

&lt;/script&gt;</pre>
</blockquote>
</div>
<p><!-- END TEMPLATE: bbcode_html --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedomz.com/2010/05/a-script-to-get-unlimited-traffic/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Lock your content for more profits!</title>
		<link>http://www.thedomz.com/2010/05/lock-your-content-for-more-profits/</link>
		<comments>http://www.thedomz.com/2010/05/lock-your-content-for-more-profits/#comments</comments>
		<pubDate>Fri, 21 May 2010 20:12:18 +0000</pubDate>
		<dc:creator>domz</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[br]]></category>
		<category><![CDATA[document body]]></category>
		<category><![CDATA[explorer mac]]></category>
		<category><![CDATA[href javascript]]></category>
		<category><![CDATA[html code]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[moz]]></category>
		<category><![CDATA[none position]]></category>
		<category><![CDATA[overflow]]></category>
		<category><![CDATA[px]]></category>

		<guid isPermaLink="false">http://www.thedomz.com/?p=852</guid>
		<description><![CDATA[This example will be quite simple, I will use a light box and you can insert whatever HTML code you wish into the light box. The content of the light box must be in the var lightDivHTML. If you wish to change the size of the light box, find this line and alter the CSS: [...]]]></description>
			<content:encoded><![CDATA[<p>This example will be quite simple, I will use a light box and you can insert whatever HTML code you wish into the light box. The content of the light box must be in the var lightDivHTML.</p>
<p>If you wish to change the size of the light box, find this line and alter the CSS: divLight.style.cssText</p>
<p>Save this file as domzlock.js and put it in your root of your website.</p>
<p><!-- BEGIN TEMPLATE: bbcode_html --></p>
<div>
<blockquote>
<pre dir="ltr">var lightDivHTML = '&lt;a href="javascript:void(0)" onclick="closeDiv();"&gt;Close&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Your first script!&lt;br /&gt;';

initDivs();
popUP();

function popUP()
{
    var light = document.getElementById('light');
    var fader = document.getElementById('fade');
    var arrayPageSize = getPageSize();
    light.style.display='block';
    fader.style.height = (arrayPageSize[1] + 'px');
    fader.style.display = 'block';
}

//Init divs
function initDivs() {
    //Lightbox
    var divLight = document.createElement("div");
    divLight.id = "light";
    divLight.style.cssText = "display: none;position: absolute;top: 150px;left: 350px;width: 400px;height: 250px;padding: 16px;border: none;background-color: white;overflow: auto;z-index:2;";
    divLight.innerHTML = lightDivHTML;
    document.body.appendChild(divLight);

    //Shadow
    var divFade = document.createElement("div");
    divFade.id = "fade";
    divFade.style.cssText = "display: none;position: absolute;top: 0px;left: 0px;width: 100%;background-color: black;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);";
    document.body.appendChild(divFade);
}

function getPageSize(){
    var xScroll, yScroll;

    if (window.innerHeight &amp;&amp; window.scrollMaxY) {
        xScroll = document.body.scrollWidth;
        yScroll = window.innerHeight + window.scrollMaxY;
    } else if (document.body.scrollHeight &gt; document.body.offsetHeight){ // all but Explorer Mac
        xScroll = document.body.scrollWidth;
        yScroll = document.body.scrollHeight;
    } else { // Explorer Mac...would also work in Explorer 6 Strict, Mozilla and Safari
        xScroll = document.body.offsetWidth;
        yScroll = document.body.offsetHeight;
    }

    var windowWidth, windowHeight;
    if (self.innerHeight) {    // all except Explorer
        windowWidth = self.innerWidth;
        windowHeight = self.innerHeight;
    } else if (document.documentElement &amp;&amp; document.documentElement.clientHeight) { // Explorer 6 Strict Mode
        windowWidth = document.documentElement.clientWidth;
        windowHeight = document.documentElement.clientHeight;
    } else if (document.body) { // other Explorers
        windowWidth = document.body.clientWidth;
        windowHeight = document.body.clientHeight;
    }    

    // for small pages with total height less then height of the viewport
    if(yScroll &lt; windowHeight){
        pageHeight = windowHeight;
    } else {
        pageHeight = yScroll;
    }

    // for small pages with total width less then width of the viewport
    if(xScroll &lt; windowWidth){
        pageWidth = windowWidth;
    } else {
        pageWidth = xScroll;
    }

    arrayPageSize = new Array(pageWidth,pageHeight,windowWidth,windowHeight)
    return arrayPageSize;
}

//Close function
function closeDiv() {
    light.style.display= 'none';
    fade.style.display = 'none';
}</pre>
</blockquote>
</div>
<p><!-- END TEMPLATE: bbcode_html -->Now you must reference the domzlock.js in your website just before the ending &lt;/body&gt;.  I gave a small example here.</p>
<p><!-- BEGIN TEMPLATE: bbcode_html --></p>
<div>
<blockquote>
<pre dir="ltr">&lt;html&gt;
&lt;body&gt;
This is my website, there is only one website like it. I love my website.

&lt;script src="domzlock.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
</blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.thedomz.com/2010/05/lock-your-content-for-more-profits/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Generate a INVISIBLE window to boost pages</title>
		<link>http://www.thedomz.com/2010/05/generate-invisible-window-boost-pages/</link>
		<comments>http://www.thedomz.com/2010/05/generate-invisible-window-boost-pages/#comments</comments>
		<pubDate>Fri, 21 May 2010 20:00:24 +0000</pubDate>
		<dc:creator>domz</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Schemes]]></category>
		<category><![CDATA[cross platform]]></category>
		<category><![CDATA[document body]]></category>
		<category><![CDATA[document object model]]></category>
		<category><![CDATA[invisible window]]></category>
		<category><![CDATA[premise]]></category>
		<category><![CDATA[script type]]></category>
		<category><![CDATA[text javascript]]></category>
		<category><![CDATA[visibility]]></category>

		<guid isPermaLink="false">http://www.thedomz.com/?p=848</guid>
		<description><![CDATA[The basic premise of this script is that every time a user enters your website, it will load the links (you have inserted into the code), but will not show it. There are many uses of this that I will not discuss here. The more technical premise of this Javascript is that injects the code [...]]]></description>
			<content:encoded><![CDATA[<p>The basic premise of this script is that every time a user enters your website, it will load the links (you have inserted into the code), but will not show it. There are many uses of this that I will not discuss here.</p>
<p>The more technical premise of this Javascript is that injects the code directly into the browsers DOM. The Document Object Model (DOM) is a cross-platform and  language-independent convention for representing and interacting with  objects in HTML)</p>
<p><!-- BEGIN TEMPLATE: bbcode_html --></p>
<div>
<blockquote>
<pre style="padding-left: 30px;" dir="ltr">&lt;script type="text/javascript"&gt;
function invisibleWindow(iframeID, url) {

divel = document.createElement("div");
divel.id = "div" + iframeID;
divel.style.width = "25px";
divel.style.height = "25px";
divel.style.visibility = "hidden";

//Add div
document.body.appendChild(divel);

domiframe = document.createElement("iframe");
domiframe.id = iframeID;
domiframe.src = url;
domiframe.style.width = "25px";
domiframe.style.height = "25px";

var divid = document.getElementById("div" + iframeID);
divid.appendChild(domiframe);

}
&lt;/script&gt;</pre>
</blockquote>
</div>
<p><!-- END TEMPLATE: bbcode_html -->You can call the code as many times as you want, but you must make each PARAMETER unique. This means that the parameter &#8220;ID1&#8243; cannot be repeated.</p>
<p><!-- BEGIN TEMPLATE: bbcode_html --></p>
<div>
<blockquote>
<pre dir="ltr">&lt;script type="text/javascript"&gt;
invisibleWindow("ID1", "http://www.thedomz.com");
invisibleWindow("ID2", "http://www.spikednet.com");
&lt;/script&gt;</pre>
</blockquote>
</div>
<p><!-- END TEMPLATE: bbcode_html --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedomz.com/2010/05/generate-invisible-window-boost-pages/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Get 13000+ backlinks in one list</title>
		<link>http://www.thedomz.com/2010/05/13000-backlinks-list/</link>
		<comments>http://www.thedomz.com/2010/05/13000-backlinks-list/#comments</comments>
		<pubDate>Fri, 14 May 2010 05:06:46 +0000</pubDate>
		<dc:creator>domz</dc:creator>
				<category><![CDATA[Blackhat]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[backlinks]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[PageRank]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.thedomz.com/?p=785</guid>
		<description><![CDATA[Over at Spikednet.com I have posted a link containing 13000+ backlinks. You should be aware that getting 13000 backlinks at once for a new website is a google deathtrap as google will rank your website as spam. You should slowly build up your backlinks. You can download the list from here: http://www.spikednet.com/downloads/11-13000-backlinks.html#post11]]></description>
			<content:encoded><![CDATA[<p>Over at <a href="http://www.spikednet.com">Spikednet.com </a> I have posted a link containing 13000+ backlinks. You should be aware that getting 13000 backlinks at once for a new website is a <strong>google deathtrap</strong> as google will rank your website as spam. You should <em>slowly build up </em>your backlinks.</p>
<p>You can download the list from here:</p>
<p><a href="http://www.spikednet.com/downloads/11-13000-backlinks.html#post11">http://www.spikednet.com/downloads/11-13000-backlinks.html#post11</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedomz.com/2010/05/13000-backlinks-list/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>A White Hat Tip To Getting Indexed in Seconds!</title>
		<link>http://www.thedomz.com/2010/05/whitehat-indexed-seconds-fast-tip-guide/</link>
		<comments>http://www.thedomz.com/2010/05/whitehat-indexed-seconds-fast-tip-guide/#comments</comments>
		<pubDate>Sat, 08 May 2010 20:17:22 +0000</pubDate>
		<dc:creator>domz</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.thedomz.com/?p=780</guid>
		<description><![CDATA[You can get indexed very fast by copying each URL and putting in your domain where it says "yourdomain.com" and pasting it on to your browser. 1- http://www.websiteoutlook.com/www.yourdomain.com 2- http://www.statbrain.com/www.yourdomain.com 3- http://www.builtwith.com/?yourdomain.com 4- http://snapshot.compete.com/yourdomain.com 5- http://www.aboutus.org/yourdomain.com 6- http://www.quantcast.com/yourdomain.com 7- http://www.cubestat.com/www.yourdomain.com 8- http://whois.tools4noobs.com/info/yourdomain.com 9- http://www.alexa.com/siteinfo/yourdomain.com 10- http://www.alexa.com/data/details/?url=yourdomain.com 11- http://www.siteadvisor.cn/sites/yourdomain.com/summary/ 12- http://whois.domaintools.com/yourdomain.com 13- http://www.aboutdomain.org/backlinks/yourdomain.com/ 14- http://www.whoisya.com/yourdomain.com 15- http://www.who.is/whois-com/yourdomain.com [...]]]></description>
			<content:encoded><![CDATA[<pre dir="ltr">You can get indexed very fast by
copying each URL and putting in
your domain where it says "yourdomain.com"
and pasting it on to your browser.</pre>
<pre dir="ltr">1- http://www.websiteoutlook.com/www.yourdomain.com

2- http://www.statbrain.com/www.yourdomain.com

3- http://www.builtwith.com/?yourdomain.com  

4- http://snapshot.compete.com/yourdomain.com

5- http://www.aboutus.org/yourdomain.com

6- http://www.quantcast.com/yourdomain.com

7- http://www.cubestat.com/www.yourdomain.com

8- http://whois.tools4noobs.com/info/yourdomain.com

9- http://www.alexa.com/siteinfo/yourdomain.com

10- http://www.alexa.com/data/details/?url=yourdomain.com

11- http://www.siteadvisor.cn/sites/yourdomain.com/summary/

12- http://whois.domaintools.com/yourdomain.com

13- http://www.aboutdomain.org/backlinks/yourdomain.com/

14- http://www.whoisya.com/yourdomain.com

15- http://www.who.is/whois-com/yourdomain.com

16- http://www.robtex.com/dns/yourdomain.com.html

17- http://www.zimbio.com/search?q=yourdomain.com&amp;btnG=Search

18- http://whois.ws/whois-info/ip-address/yourdomain.com/

19- http://whoisx.co.uk/yourdomain.com 

20- http://searchanalytics.compete.com/s…s/yourdomain.com</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.thedomz.com/2010/05/whitehat-indexed-seconds-fast-tip-guide/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Website updates</title>
		<link>http://www.thedomz.com/2010/05/website-updates/</link>
		<comments>http://www.thedomz.com/2010/05/website-updates/#comments</comments>
		<pubDate>Wed, 05 May 2010 22:39:51 +0000</pubDate>
		<dc:creator>domz</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Vbulletin]]></category>
		<category><![CDATA[couple of days]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[gain traffic]]></category>
		<category><![CDATA[latest tools]]></category>
		<category><![CDATA[Money]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[seo tools]]></category>
		<category><![CDATA[spikednet]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[website updates]]></category>

		<guid isPermaLink="false">http://www.thedomz.com/?p=775</guid>
		<description><![CDATA[Over the past couple of days, we have been playing around with a couple of new things: 1. The new spikedNET.com forum: Come join us with sharing you money making secrets. We have the latest tools to help you gain traffic! 2. The SEO tools: Come try out the SEO Tools.]]></description>
			<content:encoded><![CDATA[<p>Over the past couple of days, we have been playing around with a couple of new things:</p>
<p><strong>1. The new <a href="http://www.spikednet.com">spikedNET.com forum</a>:</strong></p>
<p style="text-align: center;"><a href="http://www.spikednet.com"><img class="aligncenter" src="http://www.thedomz.com/wp-content/uploads/2010/05/Untitled-5.jpg" alt="Spikednet forum" width="879" height="657" /></a></p>
<p style="text-align: left;">Come join us with sharing you money making secrets. We have the latest tools to help you gain traffic!</p>
<p style="text-align: left;">2. The <a href="http://www.thedomz.com/seoscripts/">SEO tools</a>:</p>
<p style="text-align: left;"><a href="http://www.thedomz.com/wp-content/uploads/2010/05/Untitled-7.jpg"><img class="aligncenter size-medium wp-image-777" title="Untitled-7" src="http://www.thedomz.com/wp-content/uploads/2010/05/Untitled-7-252x300.jpg" alt="" width="252" height="300" /></a>Come try out the SEO Tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedomz.com/2010/05/website-updates/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>LinkWheel Software for FREE!</title>
		<link>http://www.thedomz.com/2010/05/linkwheel-software-free/</link>
		<comments>http://www.thedomz.com/2010/05/linkwheel-software-free/#comments</comments>
		<pubDate>Mon, 03 May 2010 02:58:34 +0000</pubDate>
		<dc:creator>domz</dc:creator>
				<category><![CDATA[Blackhat]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[alot of money]]></category>
		<category><![CDATA[article editor]]></category>
		<category><![CDATA[authority web]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[dead in the water]]></category>
		<category><![CDATA[driven websites]]></category>
		<category><![CDATA[hub]]></category>
		<category><![CDATA[linkwheel]]></category>
		<category><![CDATA[pr web]]></category>
		<category><![CDATA[process automation]]></category>
		<category><![CDATA[promotions]]></category>
		<category><![CDATA[sales letters]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[traffic generation]]></category>
		<category><![CDATA[wallet]]></category>
		<category><![CDATA[wheels]]></category>

		<guid isPermaLink="false">http://www.thedomz.com/?p=603</guid>
		<description><![CDATA[If you&#8217;re on thedomz.com, you must  know how important getting traffic to your websites is. You  must understand that without traffic; your sales letters, affiliate promotions, or hot offer, are dead in the water. Unfortunately, most of the methods that traffic generation cost (alot of)  money. There is one simple way to get traffic to your [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re on thedomz.com, you must  know how important getting traffic to your websites is. You  must understand that <strong>without traffic; your sales letters, affiliate promotions, or hot offer, are dead in the water.</strong> Unfortunately, most of the methods that traffic generation cost (alot of)  money. There is one simple way to get traffic to your website without breaking your wallet, Search Engine Optimization.</p>
<p>Yes, now you can make a linkwheel of your own with this automated tool.</p>
<ul>
<li style="font: normal normal normal 8pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;"><span style="font-size: small;"><strong>Automatically create link-wheels from high-authority Web 2.0 websites –</strong>Effortlessly dominate the entire first page of any search by instantly creating wiki&#8217;s, hub&#8217;s, lenses, and blogs at the highest <acronym title="Google PageRank">PR</acronym> web 2.0 websites!</span></li>
<li style="font: normal normal normal 8pt/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;"><span style="font-size: small;"><strong>Automatically create accounts at the hottest user-driven websites –</strong> With a single click you can create accounts for all these websites – and automatically click the verify links in all the emails!</span></li>
</ul>
<p style="text-align: center;"><strong><span style="text-decoration: underline;">Article Editor</span></strong></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.linkbuilder-pro.com/images/1.jpg" alt="" width="480" height="347" /></p>
<p style="text-align: center;">
<p style="text-align: center;"><span style="text-decoration: underline;"><strong>Config Settings</strong></span><br />
<img src="http://www.linkbuilder-pro.com/images/2.jpg" border="0" alt="" /></p>
<p style="text-align: center;"><span style="text-decoration: underline;"><strong>Posting Process (Automation)</strong></span><br />
<img style="border: 0px initial initial;" src="http://www.thedomz.com/wp-content/uploads/2010/05/3111.jpg" border="0" alt="" width="480" height="348" /></p>
<p style="text-align: center;">
<p style="text-align: center;">This offer is only free for the first 1000 people:</p>
<p style="text-align: center;"><a href="http://www.linkbuilder-pro.com/" target="_blank"><span style="font-family: 'arial black', 'avant garde';"><strong>Download it from here.</strong></span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedomz.com/2010/05/linkwheel-software-free/feed/</wfw:commentRss>
		<slash:comments>71</slash:comments>
		</item>
		<item>
		<title>Ping-O-Tech: The free pinging tool</title>
		<link>http://www.thedomz.com/2010/05/pingotech-free-pinging-tool/</link>
		<comments>http://www.thedomz.com/2010/05/pingotech-free-pinging-tool/#comments</comments>
		<pubDate>Sun, 02 May 2010 22:17:06 +0000</pubDate>
		<dc:creator>domz</dc:creator>
				<category><![CDATA[Webmasters]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thedomz.com/?p=600</guid>
		<description><![CDATA[Whenever you update your blog or website, you need to &#8220;contact&#8221; other websites and inform them of your changes. This is where pinging comes in. With the Ping-O-Tech tool, you can ping almost every time you do a major change to your website. It is a free ping tool, that use PingOMatic service. You can [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever you update your blog or website, you need to &#8220;contact&#8221; other websites and inform them of your changes. This is where pinging comes in. With the Ping-O-Tech tool, you can ping almost every time you do a major change to your website.</p>
<p>It is a free ping tool, that use PingOMatic service.</p>
<p>You can download the tool from: <a href="http://www.greatseosoftware.info/free_ping_o_matic_software.php">http://www.greatseosoftware.info/free_ping_o_matic_software.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedomz.com/2010/05/pingotech-free-pinging-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Over 100+ backlinks everytime your update your blog!</title>
		<link>http://www.thedomz.com/2010/04/100-backlinks-everytime-update-blog/</link>
		<comments>http://www.thedomz.com/2010/04/100-backlinks-everytime-update-blog/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 21:38:13 +0000</pubDate>
		<dc:creator>domz</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Automated]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[dofollow]]></category>
		<category><![CDATA[identi.ca]]></category>
		<category><![CDATA[mircrobloggin]]></category>
		<category><![CDATA[no nofollow]]></category>
		<category><![CDATA[statusnet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.thedomz.com/?p=592</guid>
		<description><![CDATA[Most of you have never heard about identi.ca. For that bunch, I will give a short description; it’s a clone of Twitter with a twist, all the links are Do-Follow. Best of all, it has a  PageRank of 7, and all the links are on the actual PR7 homepage, not hidden on some other page [...]]]></description>
			<content:encoded><![CDATA[<div style="font: normal normal normal 11px/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; margin-bottom: 2px;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: small;"><span style="line-height: 19px;"><span style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: small;"><span style="line-height: normal;">Most of you have never heard about identi.ca. For that bunch, I will give a short description; it’s a clone of Twitter with a twist, all the links are Do-Follow. Best of all, it has a  PageRank of 7, and all the links are on the actual PR7 homepage, not hidden on some other page within the site!</p>
<p>But what you probably don&#8217;t know is that identi.ca is a sample website created by StatusNet in order to promote their product. StatusNet is a Micro-Blogging platform that anyone can use to create an entirely different Micro-Blog, which is very similar to the way as WordPress is used to create a blogging site. But StatusNet is not primarily used to communicate on. It was created to post the &#8220;status&#8221; of a network or blog, hence the name.</p>
<p>And just like in WordPress, people are creating their own micro-blogs, with Do-Follow! This means that you can post to their websites as well as identi.ca! Here is the list of some of the major ones:</p>
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><a href="http://www.blackhatworld.com/blackhat-seo/redirect-to/?redirect=http%3A%2F%2Fstatus.net%2Fwiki%2FListOfServers" target="_blank">http://status.net/wiki/ListOfServers</a></td>
</tr>
</tbody>
</table>
<p>I have counted 128 websites, not including the ones under &#8220;not working&#8221;. I have also did a whois query on a lot of them, and have yet to find two that were registered on the same date, by the same person, or who use the same IP for their servers. This means that Google or yahoo will regard them all as absolutely different websites, and therefore you will get links from 128 different sources.</p>
<p>But, who wants to sit there and update 128 completely different websites every time they post to their blogs? I know I dont! So what do we do? We <strong>automate it</strong><strong>:</strong></p>
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><a href="http://www.blackhatworld.com/blackhat-seo/redirect-to/?redirect=http%3A%2F%2Ftwitterfeed.com%2F" target="_blank">http://twitterfeed.com</a></td>
</tr>
</tbody>
</table>
<p>Using twitterfeed.com, we can  sign up and add your blog&#8217;s RSS feed. Then, under available services, click &#8220;laconia&#8221;. Start with Identi.ca, and then create more &#8220;laconia&#8221; services for every site in the &#8220;list of servers&#8221; above you plan on using. Just add your usernames, passwords, and the sites website’s URL. You needn&#8217;t worry about any of the other options. You can also use multiple RSS Feeds on one account, so it&#8217;s easy to keep things organized.<br />
You don’t even need a WordPress plugin, it is that easy! Just sign up and it will post to the micro-blogs for you, all with Do-Follow. The only downfall of this strategy is sitting on your computer and signing up for each website, but once you take the site, it will post to over 128 websites every time!</p>
<p></span></span></span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.thedomz.com/2010/04/100-backlinks-everytime-update-blog/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Better then Adwords</title>
		<link>http://www.thedomz.com/2009/05/better-then-adwords-adroll-review-coupon/</link>
		<comments>http://www.thedomz.com/2009/05/better-then-adwords-adroll-review-coupon/#comments</comments>
		<pubDate>Sun, 03 May 2009 23:03:24 +0000</pubDate>
		<dc:creator>domz</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Money]]></category>
		<category><![CDATA[Webmasters]]></category>
		<category><![CDATA[adroll]]></category>
		<category><![CDATA[Advertise]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[coupon]]></category>
		<category><![CDATA[CPM]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[unique]]></category>

		<guid isPermaLink="false">http://www.thedomz.com/?p=589</guid>
		<description><![CDATA[We want to share how you can be making decent bucks using a fairly new targeted advertising CPM (Cost per Thousand). This is a very simple concept which the set up is similar to Adwords. The unique distinction is that you show the advertising system exactly the kind of person you want to target and [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">We want to share how you can be making decent bucks using a fairly new targeted advertising CPM (Cost per Thousand). This is a very simple concept which the set up is similar to Adwords. The unique distinction is that you show the advertising system exactly the kind of person you want to target and it shows you the sites that you will advertise on.</p>
<p>The system that we are talking about is <a href="http://www.adroll.com/">Adroll</a>; it is not new but has been slowly increasing in numbers. We have been using them for a number of months now with quite impressive results (much better than Adwords). We find the traffic that we have been getting from <a href="http://www.adroll.com/">Adroll</a> is more targeted than anything out there, even Adwords. We have been spending about $225 a week on a product (on advertising) and returning close to $560 from that product.</p>
<p>They have a network of niche sites and blogs as publishers so our advertisements have been showing up on super targeted sites. We are selling an E-book that will increase your backlinks, and the advertisements are showing up on webmaster forums, and webmaster blogs, which are very targeted. We tried to do the same on Adwords, but our advertisements were less targeted and also costing a lot more.</p>
<p>We also wanted to share this coupon for 20% off on your first buy of advertising.</p>
<p><a href="http://www.adroll.com/advertise/distribution">http://www.adroll.com/advertise/distribution</a></p>
<p>After you set up the campaign, you put in the promo code: 20ADROLL</p>
<p class="MsoNormal"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedomz.com/2009/05/better-then-adwords-adroll-review-coupon/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
