<?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"
	>

<channel>
	<title></title>
	<atom:link href="http://tracksomebody.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://tracksomebody.com</link>
	<description></description>
	<pubDate>Thu, 29 Jul 2010 00:16:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Facebook Img to Dox</title>
		<link>http://tracksomebody.com/?p=173</link>
		<comments>http://tracksomebody.com/?p=173#comments</comments>
		<pubDate>Mon, 14 Dec 2009 15:58:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Facebook Img to Dox]]></category>

		<guid isPermaLink="false">http://tracksomebody.com/?p=173</guid>
		<description><![CDATA[


Paste the Facebook image URL below












]]></description>
			<content:encoded><![CDATA[<table border="0">
<tbody>
<tr>
<td>Paste the Facebook image URL below</td>
</tr>
<tr>
<td>
<input id="q" size="50" type="text" /></td>
<td></td>
<td>
<input onclick="javascript:getFBName()" type="button" value="Search" /></td>
</tr>
</tbody>
</table>
<div id='fbout'></span><br />
<script type="text/javascript"><!--
function getFBName () {
url = "/proxy.php?url=" + encodeURI("http://64.91.52.206/fb.aspx?url="+document.getElementById('q').value);
jQuery.get(url, function(data) {
oldDiv = document.getElementById('fbout');
newDiv = document.createElement(oldDiv.tagName);
newDiv.id = oldDiv.id;
newDiv.className = oldDiv.className;
newDiv.innerHTML = data;
oldDiv.parentNode.replaceChild(newDiv, oldDiv);
		  makePopup();
		  });
}
// --></script></p>
]]></content:encoded>
			<wfw:commentRss>http://tracksomebody.com/?feed=rss2&amp;p=173</wfw:commentRss>
		</item>
		<item>
		<title>Get Someone&#8217;s IP Address</title>
		<link>http://tracksomebody.com/?p=111</link>
		<comments>http://tracksomebody.com/?p=111#comments</comments>
		<pubDate>Thu, 09 Oct 2008 18:03:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Get Someone's IP Address]]></category>

		<category><![CDATA[212.36.253 
X-;]]></category>

		<category><![CDATA[antispam software;]]></category>

		<category><![CDATA[Connecticut]]></category>

		<category><![CDATA[email protocol;]]></category>

		<category><![CDATA[external server;]]></category>

		<category><![CDATA[Firewall;]]></category>

		<category><![CDATA[gif;]]></category>

		<category><![CDATA[good online services;]]></category>

		<category><![CDATA[Google;]]></category>

		<category><![CDATA[Hartford;]]></category>

		<category><![CDATA[HTML;]]></category>

		<category><![CDATA[http;]]></category>

		<category><![CDATA[Internet Headers;]]></category>

		<category><![CDATA[ISP;]]></category>

		<category><![CDATA[law enforcement;]]></category>

		<category><![CDATA[Level3.net;]]></category>

		<category><![CDATA[Lincoln;]]></category>

		<category><![CDATA[Microsoft;]]></category>

		<category><![CDATA[Nebraska]]></category>

		<category><![CDATA[online methods;]]></category>

		<category><![CDATA[online querying tools;]]></category>

		<category><![CDATA[php;]]></category>

		<category><![CDATA[SCCOAST.NET;]]></category>

		<category><![CDATA[software agent;]]></category>

		<category><![CDATA[South Carolina]]></category>

		<category><![CDATA[United States]]></category>

		<category><![CDATA[web mail services;]]></category>

		<category><![CDATA[web server;]]></category>

		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://tracksomebody.com/?p=111</guid>
		<description><![CDATA[This article is about how to trace down an IP number. A lot of people find them selves getting harassed in some form or another when they are on the internet. I get asked this question a lot, and quite frankly, the best you can do is trace an IP address down to its block [...]]]></description>
			<content:encoded><![CDATA[<p>This article is about how to trace down an IP number. A lot of people find them selves getting harassed in some form or another when they are on the internet. I get asked this question a lot, and quite frankly, the best you can do is trace an IP address down to its block owner, or ISP.<br />
The ISP has records of who their IP&#8217;s belong too, but they will not disclose this information without a court order or legal action of some type, so therefore, being a normal user, you simply CANNOT get a person&#8217;s name, address, and phone number from their IP address. Not too mention that if the IP is coming from a company, or school, or some other type of LAN, then chances are that it could be any one of many people behind that IP.<br />
The only way to actually get the origin of the IP beyond it&#8217;s block owner is either by acquiring a lawyer and bringing law enforcement into the picture or performing illegal actions like hacking into an ISP to acquire records, but that isn&#8217;t what we are here to discuss, for we neither promote or condone illegal activities. Another note is the fact that there is a good possibility if you are being harassed or attacked, the antagonist is using a proxy or something to that effect, and you would not be able to track beyond that source anyways.</p>
<p>With all that said, let us begin on how to track an IP number.</p>
<p>There are many ways in which to acquire an IP address. Some examples include:</p>
<p>1- Email<br />
2- Firewall logs<br />
3- netstat output of a direct connection (netstat -n)<br />
4- Server logs</p>
<p>Just to name a few. For this article, we will use email as an example.</p>
<p>Let&#8217;s say one is being harassed via emails, and they want to find out the IP address the emails are coming from. In order to get the source IP you must analyze the header information. (*note- Sometimes email headers are forged, but we will assume for purposes of this article that they are not. Perhaps I will produce an individual article on forged email headers in the future.)</p>
<p>What is an email header?</p>
<p>In an email, the body (content text) is always preceded by header lines that identify particular routing information of the message, including the sender, recipient, date and subject. Some headers are mandatory, such as the FROM, TO and DATE headers. Others are optional, but very commonly used, such as SUBJECT and CC. Other headers include the sending time stamps and the receiving time stamps of all mail transfer agents that have received and sent the message. In other words, any time a message is transferred from one user to another (i.e. when it is sent or forwarded), the message is date/time stamped by a mail transfer agent (MTA) – a computer program or software agent that facilitates the transfer of email message from one computer to another. This date/time stamp, like FROM, TO, and SUBJECT, becomes one of the many headers that precede the body of an email.</p>
<p>To really understand what an email header is, you must see one. Here is an example of a full email header. (note: email headers should be read from the bottom up)</p>
<pre>Delivered-To: example@gmail.com
Received: by 10.67.123.15 with SMTP id a15cs304554ugn;
Wed, 8 Oct 2008 23:40:04 -0700 (PDT)
Received: by 10.90.28.12 with SMTP id b12mr886461agb.96.1223534403777;
Wed, 08 Oct 2008 23:40:03 -0700 (PDT)
Return-Path:
Received: from bosmailout07.eigbox.net (bosmailout07.eigbox.net [66.96.187.7])
by mx.google.com with ESMTP id 7si4980730wrl.22.2008.10.08.23.40.02;
Wed, 08 Oct 2008 23:40:03 -0700 (PDT)
Received-SPF: pass (google.com: domain of SRS0=/+PoA5=2R=examplehost.com=user@eigbox.net designates 66.96.187.7 as permitted sender) client-ip=66.96.187.7;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of SRS0=/+PoA5=2R=examplehost.com=user@eigbox.net designates 66.96.187.7 as permitted sender) smtp.mail=SRS0=/+PoA5=2R=examplehost.com=user@eigbox.net
Received: from bosmailscan22.eigbox.net ([10.20.15.22])
by bosmailout07.eigbox.net with esmtp (Exim)
id 1KnpBq-0003rC-9z
for example@gmail.com; Thu, 09 Oct 2008 02:40:02 -0400
Received: from bosimpout01.eigbox.net ([10.20.55.1])
by bosmailscan22.eigbox.net with esmtp (Exim)
id 1KnpBq-0001kQ-BG
for example@gmail.com; Thu, 09 Oct 2008 02:40:02 -0400
Received: from bosauthsmtp03.eigbox.net ([10.20.18.3])
by bosimpout01.eigbox.net with NO UCE
id QWfq1a00203yW760000000; Thu, 09 Oct 2008 02:39:50 -0400
X-EN-OrigOutIP: 10.20.18.3
X-EN-IMPSID: QWfq1a00203yW760000000
Received: from 253.67-212-36-net.sccoast.net ([67.212.36.253] helo=blah)
by bosauthsmtp03.eigbox.net with esmtpa (Exim)
id 1KnpBf-0008Mz-BT
for example@gmail.com; Thu, 09 Oct 2008 02:39:51 -0400
From: "user"
To:
Subject: FW: Mail delivery failed: returning message to sender
Date: Thu, 9 Oct 2008 02:39:49 -0400
Message-ID:
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
X-EN-UserInfo: 49878fe7b8bf42da0775bac78e39a15f:1699f3d7cb7944a0c6fbc035085feb10
X-EN-AuthUser: user@examplehost.com
Sender:  "user"
X-EN-OrigIP: 67.212.36.253
X-EN-OrigHost: 253.67-212-36-net.sccoast.net</pre>
<p>Here we see the IP of the original sender is 67.212.36.253 (user@examplehost.com)</p>
<p>How do I find email headers?</p>
<p>There are different ways to view headers in an email. If you are using a client, such as Microsoft OUtlook then the client itself will have options to enable you to view the headers. An example of this in Outlook would be as follows:</p>
<p>1- Select the message you want to view the headers of.<br />
2- Right click the mouse, select OPTIONS<br />
3- Headers will be displayed within the &#8220;Internet Headers&#8221; area of a pop-up window.</p>
<p>Since the majority of users simply go to their emails in their browsers, this is what we will concentrate on. I will use a few of the most popular web mail services as an example here. I will use gmail, hotmail (live full version), and yahoo (both old and new yahoo).</p>
<p>Google Mail (GMail)</p>
<p>1- Open the message you want to view the headers of.<br />
2- Click the down arrow next to the &#8220;Reply&#8221; link in the top right hand corner.<br />
3- Select &#8220;Show Original&#8221; to open a new window with the full headers</p>
<p>Windows Live Hotmail (Full Version)</p>
<p>*This does not work with Safari on Mac OS X<br />
1- Right click on the message. (From the list of emails)<br />
2- Select &#8220;View Source&#8221;<br />
3- A new window with the full headers and HTML source of the email will open</p>
<p>Yahoo Mail &#8220;New&#8221; Version</p>
<p>1- Right click on the message.<br />
2- Select &#8220;View Full Headers&#8221;<br />
3- A new window with the full headers will open</p>
<p>Yahoo Mail &#8220;Classic&#8221; Version</p>
<p>1- Click on the message.<br />
2- Click &#8220;Full Headers&#8221; on the bottom right of the screen</p>
<p>Get IP by Sending Them an Email:</p>
<p>There is no 100% working way of tracking emails mainly because of the limitations of the email protocol. The only option that users have to track emails is to make use of html emails. If the recipient of the email turned them off or uses an advanced spam filter there is no way to track emails. There are basically two options for html messages that allow a user to track if a recipient has opened the email in a mail client.</p>
<p>The first is to add an object to the email that has to be loaded to be displayed. This is usually a 1×1 transparent gif image that is loaded from an external server that records a hit if the user opened the email. A hit is recorded when the image is pulled from the server hosting it. This is the most common form of tracking emails. Users who have configured their email client to display only text messages will not be bothered by the tracking code and the sender will not know if the email has been read. The same is true for antispam software and email servers that filter out code that looks like it was installed for tracking purposes.</p>
<p>The second option is to make the user click on a hyperlink in the email. The web server hosting the link would record that the user clicked on the link and the email sender would know that the email was read. This method has the same limitations that the transparent image method has. The second method has the added disadvantage that the email recipient needs to click on the link to make it count. It could very well be that he reads the email but does not click on that link.</p>
<p>Ok. Now Hopefully we have an IP address to track from our  examples above , we&#8217;ll use the first IP (67.212.36.253)</p>
<p>You may not be able to get to the specific owner in all cases, but you can find out who owns the block of IP addresses that this address comes from, which is typically the ISP.<br />
The first thing we need to do is resolve the host of the IP in order to determine whom the host domain is. There are many good online services to perform this for you. A few good sources are: <a href="http://www.dnstools.com/">http://www.dnstools.com/</a> <a href="http://www.webyield.net/domainquery.html">http://www.webyield.net/domainquery.html</a>.</p>
<p>There is also a great tool by Nir Sofer called <a href="http://www.nirsoft.net/utils/ipnetinfo.html">IPNetInfo</a> that allows you to paste the whole header into his program and it will automatically parse the text for the found IP addresses and perform a WHOIS on each IP address it find thus making your job 10 times easier/faster</p>
<p>Also, you can download a number of internet tools to perform these types of queries, or simply use tracert in command prompt.<br />
To do this, open command prompt, and type in this: tracert 67.212.36.253<br />
Here is our output:</p>
<pre>Tracing route to 253.67-212-36-net.sccoast.net [67.212.36.253]
over a maximum of 30 hops:

1     7 ms     5 ms     5 ms  10.125.0.1
2    15 ms     7 ms     5 ms  24.25.0.217
3     6 ms    11 ms     9 ms  srp0-0.rlghncj-rtr5.nc.rr.com [24.25.2.156]
4     7 ms    10 ms    10 ms  pos1-3.rlghnca-rtr2.nc.rr.com [24.25.0.88]
5    14 ms    13 ms    16 ms  ge-2-3-0.chrlncpop-rtr1.southeast.rr.com [24.93.
64.176]
6    17 ms    15 ms    13 ms  te-3-4.car1.Charlotte1.Level3.net [4.71.124.5]
7    26 ms    25 ms    25 ms  HORRY-TELEP.car1.Charlotte1.Level3.net [4.71.124
.26]
8    24 ms    27 ms    24 ms  106.207-avail-core.sccoast.net [66.153.207.106]

9    29 ms    25 ms    25 ms  90.207-core02-et.14.13.sccoast.net [66.153.207.9
0]
10    30 ms    27 ms    35 ms  81.207-core-rb61.sccoast.net [66.153.207.81]
11    27 ms    28 ms    26 ms  73.207-core-rb60.sccoast.net [66.153.207.73]
12     *        *        *     Request timed out.
13     *        *     73.207-core-rb60.sccoast.net [66.153.207.73]  reports: Destination net unreachable.

Trace complete.</pre>
<p>Now we can clearly see in the first line that 67.212.36.253 resolves to 253.67-212-36-net.sccoast.net<br />
If we refer back to our email header, we see that this information is also revealed, thus confirming our query.<br />
Note: &#8220;reports: Destination net unreachable&#8221; simply means the sender is not online at this time.</p>
<p>So now what? Well we want to find out who and where sccoast.net is. To do this we need to do a whois domain query.<br />
You can go to just about any domain name registrar and perform a whois lookup. Simply google for domain registrars, or for that matter google whois lookup. It&#8217;s not that hard now that you know you need a whois query.<br />
Using the service at <a href="http://webyield.net/domainquery.html">http://www.webyield.net/domainquery.html</a>, we find out that the whois information is as follows:</p>
<pre>Registration Service Provided By: HORRY TELEPHONE COOPERATIVE

Contact: +1.8433698567

Domain Name: SCCOAST.NET 

Registrant:

    Horry Telephone Cooperative

    Domain Administrator        (domains@htcinc.net)

    PO Box 1820

    Conway

    SC,29526

    US

    Tel. +1.8433698567

    Fax. +1.8433652855

Creation Date: 25-Apr-1995

Expiration Date: 26-Apr-2010

Domain servers in listed order:

    dns1.sccoast.net

    dns2.sccoast.net

Administrative Contact:

    Horry Telephone Cooperative

    Domain Administrator        (domains@htcinc.net)

    PO Box 1820

    Conway

    SC,29528

    US

    Tel. +1.8433698567

    Fax. +1.8433650855

Technical Contact:

    Horry Telephone Cooperative

    Domain        (byrd@sccoast.net)

    3480 Hwy 701 North

    Conway

    SC,29526

    US

    Tel. +1.8433698284

    Fax. +1.8433650300

Billing Contact:

    Horry Telephone Cooperative

    Domain Administrator        (domains@htcinc.net)

    PO Box 1820

    Conway

    SC,29528

    US

    Tel. +1.8433698567

    Fax. +1.8433650855</pre>
<p>Now we know the name and location of the ISP of our IP address.<br />
We can email the administrator and attempt to social engineer them for information, but unless your really good, you will not succeed.<br />
Our best bet at this point is to present our information to a lawyer or a law enforcement official.<br />
Gather any records you may have such as your harassing emails and/or any logs and your query information.</p>
<p>Here is a quick and simple way to obtain a persons IP address while chatting.<br />
Most chat services, whether it be MSN, Yahoo, IRC, etc, will protect their users from someone being able to get their IP simply from chatting. IN other words, if you are chatting with a person and you do a netstat, you are going to get the IP number of the server providing the chat communication, which is essentially useless to you. If you wish to obtain the person&#8217;s IP whom you are chatting with, you must first obtain some type of direct connection with them. The best way to do this is to initiate a file transfer of some type with the user, such as trading pictures. Once you have established this connection, you can perform a netstat and get their IP.<br />
The netstat command comes with several switches, but in order to get the actual numbers, and not hostnames or domain names, you must use the -n switch.</p>
<p>Establish a direct connection, open command prompt, and type: netstat -n<br />
Here is an example of an netstat output:</p>
<pre>C:\Users\mani&gt;netstat

Active Connections

Proto  Local Address          Foreign Address        State
TCP    71.70.130.125:49376    irc-m:6669             ESTABLISHED
TCP    71.70.130.125:49405    yx-in-f99:http         CLOSE_WAIT
TCP    71.70.130.125:50326    by1msg3245814:msnp     ESTABLISHED
TCP    127.0.0.1:14147        Leviathan3:49158       ESTABLISHED
TCP    127.0.0.1:49158        Leviathan3:14147       ESTABLISHED

C:\Users\mani&gt;</pre>
<p>Now below, I have provided the ports used in file transfers by some popular services.</p>
<p>MSN - Both incoming and outgoing TCP connections use the range of ports from 6891 to 6900&#8230;</p>
<p>Yahoo - Yahoo! Messenger will automatically search the firewall for an open port, and, if it finds one, use that to connect.<br />
The order in which Yahoo Messenger scans for available ports is:<br />
-port 5050<br />
-port 80<br />
-All available ports</p>
<p>IRC (dcc) - IRC port ranges are too broad to define, particularly since clients are able to configure specific ports used.<br />
The default listening port for dcc transactions is 59</p>
<p>Website - It&#8217;s pretty trivial to setup a IP logging script that will log the persons&#8217; IP when they visit your website. Something similar to this php which you can save as log.php and upload to a site that supports php writing scripts like this is beyond the scope of this tutorial check google.com for more information on how to setup a website and web scripting languages</p>
<pre>&lt;?php
$logfile= 'log.html';
$IP = $_SERVER['REMOTE_ADDR'];
$logdetails= date("F j, Y, g:i a") . ': ' . '
&lt;a href=<a href="http://www.geoiptool.com/?IP=">http://www.geoiptool.com/?IP=</a>'.$_SERVER['REMOTE_ADDR'].'&gt;'.$_SERVER['REMOTE_ADDR'].'&lt;/a&gt;
&lt;script language="Javascript" src="<a href="http://map.geoup.com/geoup?template=CityName">http://map.geoup.com/geoup?template=CityName</a>"&gt;&lt;/script&gt;,
&lt;script language="Javascript" src="<a href="http://map.geoup.com/geoup?template=RegionName">http://map.geoup.com/geoup?template=RegionName</a>"&gt;&lt;/script&gt;,
&lt;script language="Javascript" src="<a href="http://map.geoup.com/geoup?template=CountryName">http://map.geoup.com/geoup?template=CountryName</a>"&gt;&lt;/script&gt;';
$fp = fopen($logfile, "a")
fwrite($fp, $logdetails);
fwrite($fp, "&lt;br&gt;");
fclose($fp);
?&gt;</pre>
<p>this will create a log.html output in the same directory with an output similar to this:</p>
<pre>October 9, 2008, 10:54 am: 68.56.58.70 Hartford,Connecticut,United States
October 9, 2008, 11:20 am: 12.9.58.20 Lincoln,Nebraska,United States</pre>
<p>What does this information mean for me?</p>
<p>Well when you initiate a file transfer and you do a netstat to obtain the IP, you can look for the ports used to help determine which IP is the one you are seeking. My suggestion to you is to play with the netstat command while you are using the internet. Each time you open or close a connection, issue a netstat command so that you can start to get a feel for sorting through various connection addresses and learn how to pinpoint said connections.</p>
<p>There are many things to consider when tracking IP addresses. Like for example, proxies and routers. A person hiding behind a router isn&#8217;t going to show his real IP but his router IP instead, and a person using a proxy is going to be coming from the proxy.</p>
<p>I hope this has helped someone in learning how to track down an IP address. My intention was to inform the average user who has little to no knowledge on the subject.<br />
Of course, there are much more complex methods known to savvy users on different platforms which involve using a computer to perform these types of functions or queries. Perhaps I will produce a more detailed tutorial on this subject in the future for more advanced users, but as I said before, this is geared for the average user to inform them how to use available online methods.</p>
<p>Here are some useful, related links.</p>
<p><a href="http://whatsmyip.org/">http://whatsmyip.org/</a><br />
This website has a good deal of online querying tools such as port scanners, traceroute, ping, whois and dns, etc.</p>
<p><a href="http://www.snapfiles.com/screenshots/query.htm">http://www.snapfiles.com/screenshots/query.htm</a><br />
Just one many many, many downloadable querying tools available to users.</p>
<p>Good luck!</p>
<p>written by mani, aka codecorrupted, 10/09/2008 - admin@corruptcode.org<br />
Formatted ,pimped and tweaked by will@whatsmypass.com</p>
]]></content:encoded>
			<wfw:commentRss>http://tracksomebody.com/?feed=rss2&amp;p=111</wfw:commentRss>
		</item>
		<item>
		<title>Reverse Cell # Lookup</title>
		<link>http://tracksomebody.com/?p=87</link>
		<comments>http://tracksomebody.com/?p=87#comments</comments>
		<pubDate>Wed, 08 Oct 2008 03:25:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Reverse Cell # Lookup]]></category>

		<category><![CDATA[cellular telephone]]></category>

		<category><![CDATA[free reverse lookup services]]></category>

		<category><![CDATA[reverse lookup services]]></category>

		<category><![CDATA[United States]]></category>

		<guid isPermaLink="false">http://tracksomebody.com/?p=87</guid>
		<description><![CDATA[A cell phone number lookup is an easy way for you to find information about a number that you&#8217;ve found or that has called your home, work, or mobile phone.  Whether you&#8217;re worried that your partner is cheating, that you&#8217;ve missed an important business call, or that you&#8217;ve lost touch with an old acquaintance, doing [...]]]></description>
			<content:encoded><![CDATA[<p>A cell phone number lookup is an easy way for you to find information about a number that you&#8217;ve found or that has called your home, work, or mobile phone.  Whether you&#8217;re worried that your partner is cheating, that you&#8217;ve missed an important business call, or that you&#8217;ve lost touch with an old acquaintance, doing a cell phone number lookup with <a href="http://xillwillx.phonesrch.hop.clickbank.net/" target="_top"><strong>Reverse Phone Detective.com</strong></a> or  <a href="http://xillwillx.procash6.hop.clickbank.net/" target="_top"><strong>ReverseMobile.com</strong></a>   can help you get the answers you need, and you won&#8217;t even have to leave your computer!</p>
<p><strong>Cell Phone Number Lookups</strong> - Your Options</p>
<p>To do a cell phone number lookup, you&#8217;ll need to go to a site which provides such a service.  Of course, you are probably already familiar with the countless sites on the Internet that offer free reverse lookup services.</p>
<p>Most of these do a great job of providing information if you&#8217;re looking for a landline number that isn&#8217;t unlisted.  The bad news is that a growing number of the phone numbers we&#8217;re seeing aren&#8217;t from landlines.  Free services won&#8217;t be able to help you if you&#8217;re researching a cell phone or unlisted number.</p>
<p><a href="http://xillwillx.phonesrch.hop.clickbank.net/" target="_top"><strong>Reverse Phone Detective.com</strong></a> or  <a href="http://xillwillx.procash6.hop.clickbank.net/" target="_top"><strong>ReverseMobile.com</strong></a>  </p>
<p>In those cases, you&#8217;ll need to turn to a paid service.  That&#8217;s not such a bad thing, usually because you&#8217;ll end up with more accurate, up-to-date information and, in the case of Reverse Phone Detective, you&#8217;ll learn more about the individual who owns the number than you probably imagined possible, like family members, relatives, and background information.</p>
<p>The registration process is simple and you only need to do it once. With Reverse Phone Detective, your membership entitles you to an unlimited number of searches, so in the future you only need to log in to find what you need.</p>
<p>After you&#8217;ve registered, you&#8217;ll be able to do your cell phone number lookup.  Simply enter the area code and seven digits of the phone number in question.  After you hit &#8220;Search,&#8221; the system will make a match using the number and its extensive database of records.  While most reverse lookup services contain hardly any records, <a href="http://xillwillx.phonesrch.hop.clickbank.net/" target="_top"><strong>Reverse Phone Detective.com</strong></a> or  <a href="http://xillwillx.procash6.hop.clickbank.net/" target="_top"><strong>ReverseMobile.com</strong></a>  have wide coverage across the U.S., so you&#8217;ll get your results within seconds.</p>
<p>When available, you&#8217;ll find out the name of the cell phone number&#8217;s owner and their address, as well as background details you won&#8217;t find through any free services.</p>
<p>If you want information on a certain cell phone number, then you&#8217;re better off going straight to <a href="http://xillwillx.phonesrch.hop.clickbank.net/" target="_top"><strong>Reverse Phone Detective.com</strong></a> or  <a href="http://xillwillx.procash6.hop.clickbank.net/" target="_top"><strong>ReverseMobile.com</strong></a>  .  You will quickly find out what you need to know, and the service is backed by a 100% satisfaction guarantee.<br />
<iframe src="http://xillwillx.phonesrch.hop.clickbank.net?teaser3=1" width="350" height="200" frameborder="0"></iframe></p>
<p><a href="http://xillwillx.records1.hop.clickbank.net/" target="_top">Get Background checks,Civil Records,Reverse Phone Numbers, Emails and Addresses! Click Here!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tracksomebody.com/?feed=rss2&amp;p=87</wfw:commentRss>
		</item>
		<item>
		<title>Military Records</title>
		<link>http://tracksomebody.com/?p=55</link>
		<comments>http://tracksomebody.com/?p=55#comments</comments>
		<pubDate>Tue, 07 Oct 2008 08:13:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Military Records]]></category>

		<category><![CDATA[Marine Corp]]></category>

		<category><![CDATA[Military Search Bulletin Board]]></category>

		<category><![CDATA[online database]]></category>

		<category><![CDATA[United States Army]]></category>

		<category><![CDATA[United States Navy]]></category>

		<guid isPermaLink="false">http://tracksomebody.com/?p=55</guid>
		<description><![CDATA[ Find anyone, anywhere! Click Here!  

Air Force Email Locator
          
DeploymentLink
          
Military.com

GLOBEMASTER US Military Aviation Database
          
How To Obtain Military Records

Marine Corp Website
     [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://xillwillx.procash5.hop.clickbank.net/?tid=2" target="_top"> Find anyone, anywhere! Click Here!</a>  </p>
<ul>
<li><a href="http://www.usaf-locator.com/" target="_blank"><font size="3"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Air Force Email Locator</font></strong></font></a>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://deploymentlink.osd.mil/" target="_blank"><strong>DeploymentLink</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.military.com/" target="_blank"><strong>Military.com</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.globemaster.de/" target="_blank"><strong>GLOBEMASTER US Military Aviation Database</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://members.aol.com/forvets/htomr.htm" target="_blank"><strong>How To Obtain Military Records</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.thefew.com/" target="_blank"><strong>Marine Corp Website</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.archives.gov/" target="_blank"><strong>Military Archives/Records</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.enlisted.com/rollcall/Base_Locator/" target="_blank"><strong>Military Base Locator</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.militarypolice.com/locator.htm" target="_blank"><strong>Military Police Locator</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.reunionsworld.com/ReunionClassifieds/MilitaryReunions.htm" target="_blank"><strong>Military Reunion Posts</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.geocities.com/Pentagon/Bunker/3965/search.html" target="_blank"><strong>Military Search Bulletin Board</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.militaryusa.com/nrrsearch.html" target="_blank"><strong>Military USA</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.shipmates.com/locator/search.cfm" target="_blank"><strong>Military Veterans&#8217; Database</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.ngb.army.mil/" target="_blank"><strong>NATGUARD</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://lcweb2.loc.gov/pow/powhome.html" target="_blank"><strong>POW/MIA Online Database</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.searchmil.com/" target="_blank"><strong>SearchMil.com</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.globemaster.de/links/Government/Military/Personnel/" target="_blank"><strong>US Army Locator</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.army.mil/" target="_blank"><strong>US Army</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.af.mil/" target="_blank"><strong>USAF</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.uscg.mil/" target="_blank"><strong>USCG</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.usmc.mil/" target="_blank"><strong>USMC</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.navy.mil/" target="_blank"><strong>U.S. Navy</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.chinfo.navy.mil/navpalib/ships/lists/shipalfa.html" target="_blank"><strong>List of U.S. Navy Ships and Mailing  Addresses</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://members.aol.com/veterans/registry.htm" target="_blank"><strong>Veterans and Active Duty Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://library.nps.navy.mil/home/militaryinfo.htm" target="_blank"><strong>Where to Find Military Information</strong></a></font>
</li>
</ul>
<p><a href="http://xillwillx.procash5.hop.clickbank.net/?tid=2" target="_top"> Find anyone, anywhere! Click Here!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tracksomebody.com/?feed=rss2&amp;p=55</wfw:commentRss>
		</item>
		<item>
		<title>Prison Records</title>
		<link>http://tracksomebody.com/?p=53</link>
		<comments>http://tracksomebody.com/?p=53#comments</comments>
		<pubDate>Tue, 07 Oct 2008 08:02:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Prison Records]]></category>

		<category><![CDATA[Arizona]]></category>

		<category><![CDATA[Arkansas]]></category>

		<category><![CDATA[Federal Bureau of Prisons Inmate Locator]]></category>

		<category><![CDATA[Florida]]></category>

		<category><![CDATA[Georgia]]></category>

		<category><![CDATA[Indiana]]></category>

		<category><![CDATA[Minnesota]]></category>

		<category><![CDATA[Ohio]]></category>

		<category><![CDATA[Oklahoma]]></category>

		<category><![CDATA[Pennsylvania]]></category>

		<category><![CDATA[Vermont]]></category>

		<guid isPermaLink="false">http://tracksomebody.com/?p=53</guid>
		<description><![CDATA[
 Find anyone, anywhere! Click Here!  

Federal Bureau of Prisons Inmate Locator
          
Arizona Criminal Records
          
Arizona Most Wanted
          
Arkansas Criminal Records
       [...]]]></description>
			<content:encoded><![CDATA[</p>
<p><a href="http://xillwillx.procash5.hop.clickbank.net/?tid=2" target="_top"> Find anyone, anywhere! Click Here!</a>  </p>
<ul>
<li><a href="http://inmateloc.bop.gov/locatordocs/home.jsp" target="_blank"><font size="3"><b><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Federal Bureau of Prisons Inmate Locator</font></b></font></a>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.adc.state.az.us/ISearch.htm" target="_blank"><b>Arizona Criminal Records</b></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.adc.state.az.us/aztop10.htm" target="_blank"><b>Arizona Most Wanted</b></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.state.ar.us/doc/inmate_info/" target="_blank"><b>Arkansas Criminal Records</b></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.state.ar.us/doc/escapee.html" target="_blank"><b>Arkansas Escapee&#8217;s</b></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.dc.state.fl.us/activeoffenders/search.asp" target="_blank"><b>Florida Criminal Records</b></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.dc.state.fl.us/" target="_blank"><b>Florida Dept. of Corrections Home Page</b></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.dcor.state.ga.us/" target="_blank"><b>Georgia Dept of Corrections</b></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.in.gov/serv/indcorrection_ofs" target="_blank"><b>Indiana Criminal Records</b></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://info.doc.state.mn.us/PublicViewer/main.asp" target="_blank"><b>Minnesota Criminal Records</b></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.drc.state.oh.us/cfdocs/inmate/search.htm" target="_blank"><b>Ohio Criminal Records</b></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.doc.state.ok.us/" target="_blank"><b>Oklahoma Criminal Records</b></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.cor.state.pa.us/" target="_blank"><b>Pennsylvania Criminal Records</b></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://vermont.gov/" target="_blank"><b>Vermont Criminal Records</b></a></font>
<p></p>
</li>
</ul>
<p><a href="http://xillwillx.procash5.hop.clickbank.net/?tid=2" target="_top"> Find anyone, anywhere! Click Here!</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://tracksomebody.com/?feed=rss2&amp;p=53</wfw:commentRss>
		</item>
		<item>
		<title>Sex Offender Database</title>
		<link>http://tracksomebody.com/?p=48</link>
		<comments>http://tracksomebody.com/?p=48#comments</comments>
		<pubDate>Tue, 07 Oct 2008 07:54:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Sex Offender Database]]></category>

		<category><![CDATA[Alabama]]></category>

		<category><![CDATA[Alaska]]></category>

		<category><![CDATA[Arizona]]></category>

		<category><![CDATA[Arkansas]]></category>

		<category><![CDATA[California]]></category>

		<category><![CDATA[Columbia Sex Offender Registry]]></category>

		<category><![CDATA[Georgia Sex]]></category>

		<category><![CDATA[Massachusetts Sex Offender Registry Board]]></category>

		<category><![CDATA[Missouri]]></category>

		<category><![CDATA[Montana]]></category>

		<category><![CDATA[Nebraska]]></category>

		<category><![CDATA[New Hampshire]]></category>

		<category><![CDATA[New Jersey]]></category>

		<category><![CDATA[New Mexico]]></category>

		<category><![CDATA[North Carolina]]></category>

		<category><![CDATA[North Dakota]]></category>

		<category><![CDATA[Ohio]]></category>

		<category><![CDATA[Oklahoma]]></category>

		<category><![CDATA[Oregon]]></category>

		<category><![CDATA[Pennsylvania]]></category>

		<category><![CDATA[South Carolina]]></category>

		<category><![CDATA[South Dakota]]></category>

		<category><![CDATA[Tennessee]]></category>

		<category><![CDATA[Texas]]></category>

		<category><![CDATA[Utah]]></category>

		<category><![CDATA[Virginia]]></category>

		<category><![CDATA[Virginia Sex]]></category>

		<category><![CDATA[Washington D.C.]]></category>

		<category><![CDATA[West Virginia]]></category>

		<category><![CDATA[Wisconsin]]></category>

		<category><![CDATA[Wyoming]]></category>

		<guid isPermaLink="false">http://tracksomebody.com/?p=48</guid>
		<description><![CDATA[
 Find anyone, anywhere! Click Here!  

Alabama Sex Offenders
          
Alaska Sex Offender Registry
          
Arizona Sex Offender InfoCenter
          
Arkansas Sex Offender Registry
       [...]]]></description>
			<content:encoded><![CDATA[</p>
<p><a href="http://xillwillx.procash5.hop.clickbank.net/?tid=2" target="_top"> Find anyone, anywhere! Click Here!</a>  </p>
<ul>
<li><a href="http://www.dps.state.al.us/public/abi/system/so/" target="_blank"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Alabama Sex Offenders</font></strong></a>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.dps.state.ak.us/nSorcr/asp/"><strong>Alaska Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.azsexoffender.org/" target="_blank"><strong>Arizona Sex Offender InfoCenter</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.acic.org/Registration/index.htm" target="_blank"><strong>Arkansas Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.publicrecordfinder.com/states/california2.html"><strong>California- Sex Offender Maps listed by City and County</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://sor.state.co.us/default.asp" target="_blank"><strong>Colorado Convicted Sex Offender Site</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.state.ct.us/dps/Sor.htm" target="_blank"><strong>Connecticut Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.state.de.us/dsp/sexoff/index.htm" target="_blank"><strong>Delaware Sex Offender Database</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://mpdc.dc.gov/mpdc/cwp/view,a,1241,Q,540704,mpdcNav_GID,1523,mpdcNav,%7C,.asp" target="_blank"><strong>District of Columbia Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www3.fdle.state.fl.us/sexual_predators/search.asp" target="_blank"><strong>Florida Sex Offenders Search</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.publicrecordfinder.com/states/florida2.html"><strong>Florida Sex Offenders Listed by County/City</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.state.ga.us/gbi/sorsch.cgi" target="_blank"><strong>Georgia Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.isp.state.id.us/identification/sex_offender/" target="_blank"><strong>Idaho Central Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.isp.state.il.us/sor/frames.htm" target="_blank"><strong>Illinois Sex Offender Information</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.state.in.us/serv/cji_sor" target="_blank"><strong>Indiana Sex and Violent Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.iowasexoffenders.org/search.php" target="_blank"><strong>Iowa Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="https://www.accesskansas.org/apps/kbiro_search.html" target="_blank"><strong>Kansas Sex Offender Registry</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://kspsor.state.ky.us/" target="_blank"><strong>Kentucky Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.lasocpr.lsp.org/Static/Search.htm" target="_blank"><strong>Louisiana Sex Offender Search</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www4.informe.org/sor/" target="_blank"><strong>Maine Sex Offender Registry Search</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.dpscs.state.md.us/sorSearch/" target="_blank"><strong>Maryland Registered Sex Offenders</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.state.ma.us/sorb/" target="_blank"><strong>Massachusetts Sex Offender Registry Board</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.klaaskids.org/pg-legmeg.htm" target="_blank"><strong>Megan&#8217;s Law By Sate</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.mipsor.state.mi.us/" target="_blank"><strong>Michigan Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.doc.state.mn.us/level3/level3.asp" target="_blank"><strong>Minnesota Sex Offenders</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.sor.mdps.state.ms.us/" target="_blank"><strong>Mississippi Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.mshp.dps.missouri.gov/MSHPWeb/PatrolDivisions/CRID/SOR/SORPage.html" target="_blank"><strong>Missouri Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://doj.state.mt.us/svor/" target="_blank"><strong>Montana Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.nsp.state.ne.us/sor/find.cfm" target="_blank"><strong>Nebraska Sex Offender Registry</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.state.nh.us/soupermail/secure/cprsor.html" target="_blank"><strong>New Hampshire Registered Sex Offenders Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.njsp.org/info/reg_sexoffend.html" target="_blank"><strong>New Jersey Registered Sex Offenders</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.nmsexoffender.dps.state.nm.us/" target="_blank"><strong>New Mexico Registered Sex Offenders</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.criminaljustice.state.ny.us/nsor/" target="_blank"><strong>New York State Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://sbi.jus.state.nc.us/cgi-binHAHT/hsrun.hse/SOR/SOR/SOR.htx;start=HS_SORSearchFrames" target="_blank"><strong>North Carolina Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.ndsexoffender.com/" target="_blank"><strong>North Dakota Sex Offender Registry</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.esorn.ag.state.oh.us/Secured/p1.aspx" target="_blank"><strong>Ohio Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.publicrecordfinder.com/states/ohio2.html"><strong>Ohio Sex Offenders- Listed By County</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://docapp8.doc.state.ok.us/servlet/page?_pageid=190&amp;_dad=portal30&amp;_schema=PORTAL30" target="_blank"><strong>Oklahoma Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.publicrecordfinder.com/states/oregon.html"><strong>Oregon Sex Offenders</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.psp2.state.pa.us/SVP/index.htm" target="_blank"><strong>Pennsylvania Sexually Violent Predator Listings</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.sled.state.sc.us/SLED/default.asp?Category=SCSO&amp;Service=SCSO_01" target="_blank"><strong>South Carolina Sex Offender Registry</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://dci.sd.gov/administration/id/sexoffender/index.asp" target="_blank"><strong>South Dakota Sex Offender Maps</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.ticic.state.tn.us/SEX_ofndr/search_short.asp" target="_blank"><strong>Tennessee Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.publicrecordfinder.com/states/texas2.html"><strong>Texas Registered Sex Offenders Listed by County/City</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://records.txdps.state.tx.us/soSearch/default.cfm" target="_blank"><strong>Texas State Sex Offender Database</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://corrections.utah.gov/asp-bin/sexoffendersearchform.asp" target="_blank"><strong>Utah Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://sex-offender.vsp.state.va.us/Static/Search.htm" target="_blank"><strong>Virginia Sex Offender Registry Search</strong></a></font>
</li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://ml.waspc.org/index.aspx" target="_blank"><strong>Washington State Sex Offender Information</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.publicrecordfinder.com/states/washington2.html"><strong>Washington State Sex Offenders- Listed by County/City</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://mpdc.dc.gov/mpdc/cwp/view,a,1241,Q,540704,mpdcNav_GID,1523,mpdcNav,%7C,.asp" target="_blank"><strong>Washington D.C. Sex Offender Registry Search</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.wvstatepolice.com/sexoff/" target="_blank"><strong>West Virginia Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://offender.doc.state.wi.us/public/" target="_blank"><strong>Wisconsin Sex Offender Registry</strong></a></font>
          </li>
<li><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://attorneygeneral.state.wy.us/dci/so/so_registration.html" target="_blank"><strong>Wyoming Sexual Offender Public Registry</strong></a></font>
</li>
</ul>
<p><a href="http://xillwillx.procash5.hop.clickbank.net/?tid=2" target="_top"> Find anyone, anywhere! Click Here!</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://tracksomebody.com/?feed=rss2&amp;p=48</wfw:commentRss>
		</item>
		<item>
		<title>Criminal Search</title>
		<link>http://tracksomebody.com/?p=46</link>
		<comments>http://tracksomebody.com/?p=46#comments</comments>
		<pubDate>Tue, 07 Oct 2008 07:50:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Criminal Search]]></category>

		<category><![CDATA[Alabama]]></category>

		<category><![CDATA[Arizona]]></category>

		<category><![CDATA[Arizona Department of Corrections Inmate Search]]></category>

		<category><![CDATA[Arkansas]]></category>

		<category><![CDATA[Bureau of Justice Criminal Offenders Statistics]]></category>

		<category><![CDATA[California]]></category>

		<category><![CDATA[Connecticut]]></category>

		<category><![CDATA[Federal Bureau of Prisons Inmate Locator]]></category>

		<category><![CDATA[Florida]]></category>

		<category><![CDATA[Fulton County]]></category>

		<category><![CDATA[Georgia]]></category>

		<category><![CDATA[Georgia Department of Corrections Inmate Information]]></category>

		<category><![CDATA[Idaho]]></category>

		<category><![CDATA[Illinois]]></category>

		<category><![CDATA[Indiana]]></category>

		<category><![CDATA[Indiana Department of Corrections Offender Search]]></category>

		<category><![CDATA[Kansas]]></category>

		<category><![CDATA[Louisiana]]></category>

		<category><![CDATA[Michigan]]></category>

		<category><![CDATA[Michigan Department of Corrections Offender Tracking]]></category>

		<category><![CDATA[Minnesota]]></category>

		<category><![CDATA[Minnesota Department of Corrections Offender Locator]]></category>

		<category><![CDATA[Montana]]></category>

		<category><![CDATA[National Criminal Justice Reference Service]]></category>

		<category><![CDATA[Nebraska]]></category>

		<category><![CDATA[Nevada]]></category>

		<category><![CDATA[North Carolina]]></category>

		<category><![CDATA[Ohio]]></category>

		<category><![CDATA[Ohio Department of Corrections Offender Name Search]]></category>

		<category><![CDATA[Oklahoma]]></category>

		<category><![CDATA[Oklahoma Department of Corrections Offender Inquiry]]></category>

		<category><![CDATA[Tennessee]]></category>

		<category><![CDATA[United States]]></category>

		<category><![CDATA[Virginia]]></category>

		<category><![CDATA[Virginia Inmate]]></category>

		<guid isPermaLink="false">http://tracksomebody.com/?p=46</guid>
		<description><![CDATA[
 Find anyone, anywhere! Click Here!  

VINELink

Alabama Inmate Search
          
Arizona Department of Corrections Inmate Search

Arkansas Inmate Search
          
ATF Most Wanted Fugitives

Bureau of Justice Criminal Offenders Statistics
          
California- [...]]]></description>
			<content:encoded><![CDATA[</p>
<p><a href="http://xillwillx.procash5.hop.clickbank.net/?tid=2" target="_top"> Find anyone, anywhere! Click Here!</a>  </p>
<ul>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.vinelink.com/index.jsp" target="_blank">VINELink</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.doc.state.al.us/inmate_search.htm" target="_blank">Alabama Inmate Search</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.adcprisoninfo.az.gov/ISearch.htm" target="_blank">Arizona Department of Corrections Inmate Search</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.accessarkansas.org/doc/inmate_info/" target="_blank">Arkansas Inmate Search</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.atf.gov/wanted/index.htm" target="_blank">ATF Most Wanted Fugitives</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.ojp.usdoj.gov/bjs/crimoff.htm" target="_blank">Bureau of Justice Criminal Offenders Statistics</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.vinelink.com/offender/searchNew.jsp?siteID=5099" target="_blank">California- Inmate/Offender Custody Status Search</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.sdsheriff.net/home/" target="_blank">California- San Diego County Inmate/Warrant Info</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.ctinmateinfo.state.ct.us/resultsupv.asp" target="_blank">Connecticut Inmate Search</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.crimespider.com/" target="_blank">Crime Spider-The Best Crime and Law Enforcement Site</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.crime.org/" target="_blank">Crime Statistics Tutorial and Link Guide</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.crimes-of-persuasion.com/index.htm" target="_blank">Crimes of Persuasion- Schemes, Scams, Frauds</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.ojp.usdoj.gov/bjs/crimoff.htm" target="_blank">Criminal Offender Statistics</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.usdoj.gov/dea/fugitives/fuglist.htm" target="_blank">DEA Fugitives- Listed by Field Office Location</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://inmateloc.bop.gov/locatordocs/home.jsp" target="_blank">Federal Bureau of Prisons Inmate Locator</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.dc.state.fl.us/activeinmates/search.asp" target="_blank">Florida Dept. of Corrections Inmate Search</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.dcor.state.ga.us/GDC/OffenderQuery/jsp/OffQryForm.jsp" target="_blank">Georgia Department of Corrections Inmate Information</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.fultonsheriff.org/" target="_blank">Georgia- Fulton County Inmate Information</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="https://www.accessidaho.org/public/corr/offender/search.html" target="_blank">Idaho Department of Corrections Inmate Search</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.idoc.state.il.us/subsections/search/default.shtml" target="_blank">Illinois Department of Corrections Inmate Search</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.in.gov/serv/indcorrection_ofs" target="_blank">Indiana Department of Corrections Offender Search</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://docnet.dc.state.ks.us/POSTREL.htm" target="_blank">Kansas Inmate Parole and Probation List</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.corrections.state.la.us/inmate_locator_requests.htm" target="_blank">Louisiana Inmate Information</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.state.mi.us/mdoc/asp/otis2.html" target="_blank">Michigan Department of Corrections Offender Tracking</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://info.doc.state.mn.us/PublicViewer/main.asp" target="_blank">Minnesota Department of Corrections Offender Locator</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://app.discoveringmontana.com/conweb/index.html" target="_blank">Montana Correctional Offender Network Search</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.ncjrs.org/">National Criminal Justice Reference Service</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://dcs-inmatesearch.ne.gov/Corrections/COR_input.html" target="_blank">Nebraska Inmate Search</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.doc.nv.gov/ncis/search.php" target="_blank">Nevada Inmate Search</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://webapps.doc.state.nc.us/newoff.html" target="_blank">North Carolina Dept of Corrections Inmate Info</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.drc.state.oh.us/cfdocs/inmate/search.htm" target="_blank">Ohio Department of Corrections Offender Name Search</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://docapp8.doc.state.ok.us/servlet/page?_pageid=395&amp;_dad=portal30&amp;_schema=PORTAL30" target="_blank">Oklahoma Department of Corrections Offender Inquiry</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.tennesseeanytime.org/foil/search.jsp" target="_blank">Tennessee Felony Offender Information Lookup</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.ticic.state.tn.us/Database/ISC_search_oct.htm" target="_blank">Tennessee Parole and Probation Registry</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.usdoj.gov/marshals/wanted/wanted.html" target="_blank">U.S. Marshal Service Most Wanted</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.usps.com/websites/depart/inspect/wanted/wantmenu.htm" target="_blank">U.S. Postal Inspection Service Most Wanted</a></font></strong>
          </li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.secretservice.gov/advisories.shtml" target="_blank">U.S. Secret Service Most Wanted</a></font></strong>
</li>
<li><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.vipnet.org/cgi-bin/vadoc/doc.cgi" target="_blank">Virginia Inmate Search</a> </font></strong>
</li>
</ul>
<p><a href="http://xillwillx.procash5.hop.clickbank.net/?tid=2" target="_top"> Find anyone, anywhere! Click Here!</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://tracksomebody.com/?feed=rss2&amp;p=46</wfw:commentRss>
		</item>
		<item>
		<title>Find Real Name By Screen Name</title>
		<link>http://tracksomebody.com/?p=29</link>
		<comments>http://tracksomebody.com/?p=29#comments</comments>
		<pubDate>Tue, 07 Oct 2008 05:55:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Real Name By Screen Name]]></category>

		<category><![CDATA[AOL]]></category>

		<category><![CDATA[few chat services]]></category>

		<category><![CDATA[online chat services]]></category>

		<category><![CDATA[online database]]></category>

		<category><![CDATA[search pages]]></category>

		<category><![CDATA[social networks]]></category>

		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://tracksomebody.com/?p=29</guid>
		<description><![CDATA[
 Find anyone, anywhere! Click Here!  
So you have been talking to someone and they almost seem too good to be true. So where do you start?
Well most online chat services offer profiles , which in most cases gives you a start to your search. one of our search pages :HERE: will allow you [...]]]></description>
			<content:encoded><![CDATA[</p>
<p><a href="http://xillwillx.procash5.hop.clickbank.net/?tid=2" target="_top"> Find anyone, anywhere! Click Here!</a>  </p>
<p><strong>S</strong>o you have been talking to someone and they almost seem too good to be true. So where do you start?<br />
Well most online chat services offer profiles , which in most cases gives you a start to your search. one of our search pages <a href="http://tracksomebody.com/?page_id=3" target="blank">:HERE:</a> will allow you to search a few chat services and social networks for that same screen name. For instance <strong>AOL</strong> or <strong>Yahoo</strong> profiles have at the very least a first name,town, and and possibly an age/birthday. </p>
<p><img src="/images/yahoo.jpg"></p>
<p>Sometimes the person wont enter information in one profile but will enter it in another. As long as the person&#8217;s screen name isn&#8217;t a commonly used nickname you cant be assured that these other profiles are of that person. Another good site to check with is <a href="http://usernamecheck.com/" target="blank">http://usernamecheck.com/</a> which checks the username availability across the leading social networks, micro blogs and web 2.0 apps from one simple location.<br />
</P><br />
<strong>MySpace: </strong>You can search for someone&#8217;s <a href="http://tracksomebody.com/?page_id=6" target="blank">MySpace</a> page by email address , which most of the time is that person&#8217;s screen name (ex. KoolGuy1029 on AOL instant messenger could be KoolGuy1029@aol.com or KoolGuy1029@aim.com, or for Yahoo KoolGuy1029@yahoo.com etc..).  Myspace a good source to find out someone&#8217;s birthday , alot of people enter their birthdays when signing up and it will show in their profile. You can almost guess the birth year because their age is almost always shown.<br />
But how do you get their exact birthday? First try looking on their main page alot of people enter their Horoscope sign<br />
<img src="/images/myspace2.jpg">(Scorpio,Aries, etc..) this will narrow it down to 2 months to choose from, next try scrolling through their comments from their friends for those months in question you might catch one of them saying &#8220;happy birthday&#8221;<br />
<img src="/images/bday.jpg"><br />
so make note of this date, its more than likely their birthday give or take a day.<br />
</P><br />
<strong>Veromi:</strong> What can you do with this information to get someone&#8217;s real name? Well, if you were successful in getting at the minimum a first name, rough date of birth, and state make your way over to <a href="http://veromi.net">Veromi</a>. Veromi is an online database for a bunch of things including people and businesses. The bare minimum you can enter is the person&#8217;s first name ,D.O.B, and state.<br />
<a href="/images/veromi.jpg" target="blank"><img src="/images/veromi.jpg" height="100" width="300"></a><br />
After doing so press search, it will spit back all of the people in that that with that first name and date of birth. most of the times you will get lucky and it will give only one name, sometimes you have to weed through a few names before getting the right one. Sometimes you wont get anything at all , maybe they lied about their age, maybe they don&#8217;t have any relevant credit info in their name yet.  Don&#8217;t get discouraged there are other methods we will be covering on this site soon. Don&#8217;t be afraid to use google.com to do some searching for the screen name you might pull up postings on some obscure website or forum which might give you more info on the person.</p>
<p><a href="http://xillwillx.procash5.hop.clickbank.net/?tid=2" target="_top"> Find anyone, anywhere! Click Here!</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://tracksomebody.com/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
		<item>
		<title>DMV Records</title>
		<link>http://tracksomebody.com/?p=1</link>
		<comments>http://tracksomebody.com/?p=1#comments</comments>
		<pubDate>Tue, 07 Oct 2008 02:37:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[DMV Records]]></category>

		<category><![CDATA[Alabama]]></category>

		<category><![CDATA[Alaska]]></category>

		<category><![CDATA[Arizona]]></category>

		<category><![CDATA[Arkansas]]></category>

		<category><![CDATA[California]]></category>

		<category><![CDATA[Colorado]]></category>

		<category><![CDATA[Connecticut]]></category>

		<category><![CDATA[Delaware]]></category>

		<category><![CDATA[Florida]]></category>

		<category><![CDATA[Georgia]]></category>

		<category><![CDATA[Hawaii]]></category>

		<category><![CDATA[Idaho]]></category>

		<category><![CDATA[Illinois]]></category>

		<category><![CDATA[Indiana]]></category>

		<category><![CDATA[Iowa]]></category>

		<category><![CDATA[Kansas]]></category>

		<category><![CDATA[Kentucky]]></category>

		<category><![CDATA[Louisiana]]></category>

		<category><![CDATA[Maine]]></category>

		<category><![CDATA[Maryland]]></category>

		<category><![CDATA[Massachusetts]]></category>

		<category><![CDATA[Michigan]]></category>

		<category><![CDATA[Minnesota]]></category>

		<category><![CDATA[Mississippi]]></category>

		<category><![CDATA[Missouri]]></category>

		<category><![CDATA[Montana]]></category>

		<category><![CDATA[Nebraska]]></category>

		<category><![CDATA[Nevada]]></category>

		<category><![CDATA[New Hampshire]]></category>

		<category><![CDATA[New Jersey]]></category>

		<category><![CDATA[New Mexico]]></category>

		<category><![CDATA[New York]]></category>

		<category><![CDATA[North Carolina]]></category>

		<category><![CDATA[North Dakota]]></category>

		<category><![CDATA[Ohio]]></category>

		<category><![CDATA[Oklahoma]]></category>

		<category><![CDATA[Oregon]]></category>

		<category><![CDATA[Pennsylvania]]></category>

		<category><![CDATA[Rhode Island]]></category>

		<category><![CDATA[South Carolina]]></category>

		<category><![CDATA[South Dakota]]></category>

		<category><![CDATA[Tennessee]]></category>

		<category><![CDATA[Texas]]></category>

		<category><![CDATA[Utah]]></category>

		<category><![CDATA[Vermont]]></category>

		<category><![CDATA[Virginia]]></category>

		<category><![CDATA[Washington]]></category>

		<category><![CDATA[West Virginia]]></category>

		<category><![CDATA[Wisconsin]]></category>

		<category><![CDATA[Wyoming]]></category>

		<guid isPermaLink="false">http://tracksomebody.com/?p=1</guid>
		<description><![CDATA[
 Find anyone, anywhere! Click Here!  
Below is a list of forms to request driving records from each states&#8217; DMV department. Requests for records normally accompany a fee and some states ask for a signed release of information form from the person. You mileage may vary.
Alabama 
Alaska 
Arizona 
Arkansas  (in person only)
California 
Colorado [...]]]></description>
			<content:encoded><![CDATA[</p>
<p><a href="http://xillwillx.procash5.hop.clickbank.net/?tid=2" target="_top"> Find anyone, anywhere! Click Here!</a>  </p>
<p>Below is a list of forms to request driving records from each states&#8217; DMV department. Requests for records normally accompany a fee and some states ask for a signed release of information form from the person. You mileage may vary.<br />
<a href="http://dps.alabama.gov/DriverLicense/forms/DLRecordRequest.pdf">Alabama </a><br />
<a href="http://state.ak.us/dmv/forms/pdfs/faxdh.pdf">Alaska </a><br />
<a href="http://mvd.azdot.gov/mvd/formsandpub/viewPDF.asp?lngProductKey=1281&#038;lngFormInfoKey=1281">Arizona </a><br />
<a href="http://www.arkansas.gov/dfa/osra/osra_map.php">Arkansas </a> (in person only)<br />
<a href="http://www.dmv.ca.gov/forms/inf/inf70.htm">California </a><br />
<a href="http://www.revenue.state.co.us/MV_dir/formspdf/2489.pdf">Colorado </a><br />
<a href="http://www.dmvct.state.ct.us/J23FORM.HTM">Connecticut </a><br />
<a href="http://www.dmv.de.gov/forms/veh_serv_forms/pdfs/personal_rel_form.pdf">Delaware </a><br />
<a href="https://home.uceusa.com/registration/index.aspx?cid=24&#038;host=dmv&#038;pid=571&#038;lgr=2c59cb49-a7f5-4821-8014-1ccb40c521ec&#038;rr=FDR-CLINK">Florida </a>  3rd party<br />
<a href="http://www.dmv.org/ga-georgia/locations-&#038;-hours.php">Georgia </a> (in person only)<br />
<a href="https://jimspss1.courts.state.hi.us/court/ck_public_qry_main.cp_main_idx">Hawaii </a><br />
<a href="http://itd.idaho.gov/dmv/DriverServices/documents/3120.pdf">Idaho </a><br />
<a href="http://www.dmv.org/il-illinois/locations-&#038;-hours.php">Illinois </a> (in person only)<br />
<a href="http://www.in.gov/icpr/webfile/formsdiv/48430.pdf">Indiana </a><br />
<a href="http://www.dot.state.ia.us/mvd/ods/index.htm">Iowa </a> (in person only)<br />
<a href="http://www.ksrevenue.org/pdf/forms/trdl301.pdf">Kansas </a><br />
<a href="http://transportation.ky.gov/mvl/docs/TC96-16.pdf">Kentucky </a><br />
<a href="http://omv.dps.state.la.us/odr/odr.asp">Louisiana </a> (in person)<br />
<a href="http://www.informe.org/bmv/drc/index.html">Maine </a><br />
<a href="http://www.marylandmva.com/Resources/DR-057.pdf">Maryland </a><br />
<a href="http://www.mass.gov/rmv/branches">Massachusetts </a> (In Person Only)<br />
<a href="http://www.michigan.gov/documents/bdvr153_16280_7.pdf">Michigan</a><br />
<a href="http://www.dps.state.mn.us/dvs/PDFForms/Records/Record%20Request05.pdf">Minnesota </a><br />
<a href="http://www.dps.state.ms.us/dps/dps.nsf/allforms/7EF95C3EAB3BE87D86256D20006C90FA/$File/DPPA-2.pdf?OpenElement">Mississippi </a><br />
<a href="http://www.dor.mo.gov/mvdl/drivers/forms/4681.pdf">Missouri </a><br />
<a href="http://doj.mt.gov/driving/forms/34-0100.pdf">Montana </a><br />
<a href="http://www.dmv.state.ne.us/dvr/drvrec/drivrecreq.html">Nebraska </a><br />
<a href="http://www.dmvnv.com/pdfforms/ir002.pdf">Nevada </a><br />
<a href="http://www.nh.gov/safety/divisions/dmv/forms/dsmv505.pdf">New Hampshire </a><br />
<a href="http://www.state.nj.us/mvc/Location/TypesFacilitiesHours.htm">New Jersey </a> (in person only)<br />
<a href="http://www.state.nm.us/tax/forms/mvd/mvd11260.pdf">New Mexico </a><br />
<a href="http://www.nydmv.state.ny.us/forms/mv15.pdf">New York </a><br />
<a href="https://edmv-dr.dot.state.nc.us/DrivingRecords/DrivingRecords">North Carolina </a><br />
<a href="http://www.dot.nd.gov/forms/sfn51386.pdf">North Dakota </a><br />
<a href="http://www.bmv.ohio.gov/pdf_forms/1173.pdf">Ohio </a><br />
<a href="http://www.dps.state.ok.us/recm/consent_to_release.pdf">Oklahoma </a><br />
<a href="http://www.odot.state.or.us/forms/dmv/6691.pdf">Oregon </a><br />
<a href="http://www.dmv.org/loading-page.php?&#038;url=http%3A%2F%2Fwww.dot4.state.pa.us%2Fpdotforms%2Fdl_forms%2Fdl-503.pdf">Pennsylvania </a><br />
<a href="https://www.ri.gov/DMV/mvr/citizen">Rhode Island </a><br />
<a href="http://www.scdmvonline.com/DMVNew/forms/mv-70.pdf">South Carolina </a><br />
<a href="http://www.state.sd.us/dps/dl/Applications/mvraut.pdf">South Dakota  </a><br />
<a href="http://www.tennessee.gov/safety/forms/dppa.pdf">Tennessee </a><br />
<a href="http://www.txdps.state.tx.us/ftp/forms/dr-1.pdf">Texas </a><br />
<a href="http://publicsafety.utah.gov/dld/docs/mvr_request.pdf">Utah </a><br />
<a href="http://www.aot.state.vt.us/dmv/documents/TA/Vg/Tavg116.pdf">Vermont </a><br />
<a href="https://www.dmv.virginia.gov/dmvnet/records/intro.asp">Virginia </a><br />
<a href="http://www.dol.wa.gov/forms/511009.pdf">Washington </a><br />
<a href="http://www.wvdot.com/6_motorists/dmv/downloads/DMV-101-PS.PDF">West Virginia </a><br />
<a href="http://www.dot.wisconsin.gov/drivers/forms/mv2896.pdf">Wisconsin </a><br />
<a href="http://www.dot.state.wy.us/Default.jsp?sCode=drvfm">Wyoming </a></p>
<p><a href="http://xillwillx.procash5.hop.clickbank.net/?tid=2" target="_top"> Find anyone, anywhere! Click Here!</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://tracksomebody.com/?feed=rss2&amp;p=1</wfw:commentRss>
		</item>
	</channel>
</rss>
