“Alabama”,
‘AK’ => “Alaska”,
‘AS’ => “American Samoa”,
‘AZ’ => “Arizona”,
‘AR’ => “Arkansas”,
‘AE’ => “Armed Forces Africa”,
‘AA’ => “Armed Forces Americas”,
‘AE’ => “Armed Forces Canada”,
‘AE’ => “Armed Forces Europe”,
‘AE’ => “Armed Forces Middle East”,
‘AP’ => “Armed Forces Pacific”,
‘CA’ => “California”,
‘CO’ => “Colorado”,
‘CT’ => “Connecticut”,
‘DE’ => “Delaware”,
‘DC’ => “District of Columbia”,
‘FM’ => “Federated States of Micronesia”,
‘FL’ => “Florida”,
‘GA’ => “Georgia”,
‘GU’ => “Guam”,
‘HI’ => “Hawaii”,
‘ID’ => “Idaho”,
‘IL’ => “Illinois”,
‘IN’ => “Indiana”,
‘IA’ => “Iowa”,
‘KS’ => “Kansas”,
‘KY’ => “Kentucky”,
‘LA’ => “Louisiana”,
‘ME’ => “Maine”,
‘MH’ => “Marshall Islands”,
‘MD’ => “Maryland”,
‘MA’ => “Massachusetts”,
‘MI’ => “Michigan”,
‘MN’ => “Minnesota”,
‘MS’ => “Mississippi”,
‘MO’ => “Missouri”,
‘MT’ => “Montana”,
‘NE’ => “Nebraska”,
‘NV’ => “Nevada”,
‘NH’ => “New Hampshire”,
‘NJ’ => “New Jersey”,
‘NM’ => “New Mexico”,
‘NY’ => “New York”,
‘NC’ => “North Carolina”,
‘ND’ => “North Dakota”,
‘MP’ => “Northern Mariana Islands”,
‘OH’ => “Ohio”,
‘OK’ => “Oklahoma”,
‘OR’ => “Oregon”,
‘PW’ => “Palau”,
‘PA’ => “Pennsylvania”,
‘PR’ => “Puerto Rico”,
‘RI’ => “Rhode Island”,
‘SC’ => “South Carolina”,
‘SD’ => “South Dakota”,
‘TN’ => “Tennessee”,
‘TX’ => “Texas”,
‘UT’ => “Utah”,
‘VT’ => “Vermont”,
‘VI’ => “Virgin Islands”,
‘VA’ => “Virginia”,
‘WA’ => “Washington”,
‘WV’ => “West Virginia”,
‘WI’ => “Wisconsin”,
‘WY’ => “Wyoming”);
function time_ago_mysql($mysql_time)
{
$time = strtotime($mysql_time);
$sec = time() – $time;
$str = null;
if (($num = floor($sec / (365*24*60*60))) > 0) $str = str_replace(‘ ‘, ‘ ‘, date(‘M d, Y’, $time));
else if (($num = floor($sec / (24*60*60))) > 0) $str = str_replace(‘ ‘, ‘ ‘, date(‘M d’, $time));
else if (($num = floor($sec / (60*60))) > 0) $str = $num.’h’;
else if (($num = floor($sec / 60)) > 0) $str = $num.’m’;
else $str = $sec.’s’;
return ““.$str.”“;
}
function print_signers($my, $start_id = 0, $meta = false)
{
global $states;
$query = mysqli_query($my, ‘SELECT id,name,state,comments,created FROM uranium_petition’.(!empty($start_id) ? ‘ WHERE id >= ‘.intval($start_id) : null).’ ORDER BY id DESC LIMIT 300′);
print ‘SELECT id,name,state,comments,created FROM uranium_petition’.(!empty($start_id) ? ‘ WHERE id >= ‘.intval($start_id) : null).’ ORDER BY id DESC LIMIT 300′;
$last_id = 0;
$str = null;
while ($info = mysqli_fetch_assoc($query))
{
$last_id = $info[‘id’];
$info[‘comments’] = trim($info[‘comments’]);
$str .= “$info[id]
\n”;
if ($info[‘comments’])
{
$str .= “
$COMMENT_MAX = 300; // NOT number of signers
if (strlen($info[‘comments’]) < $COMMENT_MAX)
{
$str .= htmlentities($info['comments'])."\n";
}
else
{
$str .= htmlentities(substr($info['comments'], 0, $COMMENT_MAX))."…
(More) \n”;
}
$str .= “
\n”;
}
}
if (!empty($meta) && !empty($str))
{
print time().”\t”.$last_id.”\t”;
}
print $str;
}
if (!empty($_REQUEST[‘no_body’]))
{
if (isset($_REQUEST[‘signers’]))
{
print_signers($my, $_REQUEST[‘signers’], !empty($_REQUEST[‘get_meta’]));
exit();
}
function do_fwrite($fp, $data)
{
fwrite($fp, $data);
$response = fgets($fp, 256);
/* print “Sending: “.htmlentities($data).”
\n”;
print “Response: “;
print htmlentities($response).”
\n”;
print “
\n”;*/
return $response;
}
function mail_remote($from, $to, $subject, $headers)
{
$nl = “\n”;
if (!($fp = fsockopen(“fre.freedomwatchusa.org”, 25, $errno, $errstr, 10)))
{
list($headers1, $headers2) = explode(“\n\n”, str_replace(“\r”, ”, $headers), 2);
mail($to, $subject, $headers2, $headers1);
}
else
{
fgets($fp, 256); // 220 fre.freedomwatchusa.org ESMTP Postfix
do_fwrite($fp, “EHLO list.freedomwatchusa.org”.$nl);
fgets($fp, 256); // 250-fre.freedomwatchusa.org
fgets($fp, 256); // 250-PIPELINING
fgets($fp, 256); // 250-SIZE 102400000
fgets($fp, 256); // 250-VRFY
fgets($fp, 256); // 250-ETRN
fgets($fp, 256); // 250-STARTTLS
fgets($fp, 256); // 250-AUTH PLAIN LOGIN
fgets($fp, 256); // 250-AUTH=PLAIN LOGIN
fgets($fp, 256); // 250-ENHANCEDSTATUSCODES
fgets($fp, 256); // 250-8BITMIME
/*fgets($fp, 256);*/ // 250 DSN
$response = do_fwrite($fp, “AUTH PLAIN AGluZm9AbGlzdDQuZnJlZWRvbXdhdGNodXNhLm9yZwBBRFVjZ3U3OA==”.$nl); // Taken from list4 config
if (!preg_match(‘/^235 /i’, $response))
{
fclose($fp);
$fp = null;
mail($to, $subject, null, $headers);
}
else
{
$data =
“To: “.addslashes($to).$nl.
“Subject: $subject”.$nl.
str_replace(“\n.”, “\n..”, $headers).”\n.\n”;
do_fwrite($fp, “MAIL FROM: <".$from.">“.$nl);
do_fwrite($fp, “RCPT TO: <".$to.">“.$nl);
do_fwrite($fp, “DATA”.$nl);
do_fwrite($fp, $data);
}
}
}
if (!preg_match(‘/^[\’\/a-z0-9.\-_]+@((?:[a-z0-9](?:[a-z0-9\-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9\-]*[a-z0-9])?)$/i’, $_REQUEST[’email’]))
{
die(‘EMAIL’);
}
if (mysqli_num_rows(mysqli_query($my, ‘SELECT 1 FROM uranium_petition WHERE name=”‘.mysqli_escape_string($my, $_REQUEST[‘name’]).'” AND email=”‘.mysqli_escape_string($my, $_REQUEST[’email’]).'” LIMIT 1′)) <= 0)
{
if (mysqli_num_rows(mysqli_query($my, 'SELECT 1 FROM uranium_petition_pending WHERE name="'.mysqli_escape_string($my, $_REQUEST['name']).'" AND email="'.mysqli_escape_string($my, $_REQUEST['email']).'" LIMIT 1')) <= 0)
{
$send_email = true;
if (mysqli_num_rows(mysqli_query($my, 'SELECT 1 FROM uranium_existing WHERE email="'.mysqli_escape_string($my, $_REQUEST['email']).'" LIMIT 1')) > 0)
{
$send_email = false;
}
$values =
‘”‘.mysqli_escape_string($my, $_REQUEST[‘name’]).'”,’.
‘”‘.mysqli_escape_string($my, $_REQUEST[’email’]).'”,’.
‘”‘.mysqli_escape_string($my, $_REQUEST[‘phone’]).'”,’.
‘”‘.mysqli_escape_string($my, $_REQUEST[‘address’]).'”,’.
‘”‘.mysqli_escape_string($my, $_REQUEST[‘city’]).'”,’.
‘”‘.mysqli_escape_string($my, $_REQUEST[‘state’]).'”,’.
‘”‘.mysqli_escape_string($my, $_REQUEST[‘zip’]).'”,’.
‘”‘.mysqli_escape_string($my, $_REQUEST[‘comments’]).'”,’.
‘”‘.mysqli_escape_string($my, $_REQUEST[‘opt_other’]).'”,’.
‘INET_ATON(“‘.mysqli_escape_string($my, !empty($_REQUEST[‘ip’]) ? $_REQUEST[‘ip’] : $_SERVER[‘REMOTE_ADDR’]).'”),’.
‘NOW()’.
($send_email ? ‘,”‘.mysqli_escape_string($my, $code = strrev(uniqid().’.’.md5(microtime().’xyzzy’.$_SERVER[‘REMOTE_ADDR’]))).'”‘ : null);
if (!mysqli_query($my, ‘INSERT INTO ‘.($send_email ? ‘uranium_petition_pending’ : ‘uranium_petition’).'(name,email,phone,address,city,state,zip,comments,opt_other,ip,created’.($send_email ? ‘,code’ : null).’) VALUES(‘.$values.’)’)) die(‘DB’.mysqli_error($my));
$_REQUEST[‘id’] = mysqli_insert_id($my);
if ($send_email)
{
$email_from = ‘info@list3.freedomwatchusa.org’;
$email_to = $_REQUEST[’email’];
$email_headers = str_replace(‘[CODE]’, $code, file_get_contents(‘uranium_petition_email.txt’));
$email_subject = ‘Please confirm your signature’;
mail_remote($email_from, $email_to, $email_subject, $email_headers);
}
else
{
$info = $_REQUEST;
// Send to Node.js (COPIED FROM u.php)
$curr_time = time();
$COMMENT_MAX = 300;
if (strlen($info[‘comments’]) < $COMMENT_MAX)
{
$comments = htmlentities($info['comments'])."\n";
}
else
{
$comments = htmlentities(substr($info['comments'], 0, $COMMENT_MAX))."…
(More) \n”;
}
$post_data = json_encode(array(
‘id’ => htmlentities($info[‘id’]),
‘time’ => time(),
‘name’ => htmlentities($info[‘name’]),
‘state’ => $states[$info[‘state’]],
‘ago’ => “0s“,
‘comments’ => $comments));
$cURL = curl_init();
curl_setopt($cURL, CURLOPT_URL, ‘http://localhost:2424/’);
curl_setopt($cURL, CURLOPT_CUSTOMREQUEST, “POST”);
curl_setopt($cURL, CURLOPT_POSTFIELDS, $post_data);
curl_setopt($cURL, CURLOPT_RETURNTRANSFER, true);
curl_setopt($cURL, CURLOPT_HTTPHEADER, array(‘Content-Type: application/json’, ‘Content-Length: ‘.strlen($post_data)));
/* curl_setopt($cURL, CURLOPT_AUTOREFERER, true);
curl_setopt($cURL, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($cURL, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($cURL, CURLOPT_SSL_VERIFYHOST, 2);
curl_setopt($cURL, CURLOPT_ENCODING, ”);*/
curl_setopt($cURL, CURLOPT_TIMEOUT, 3);
$result = curl_exec($cURL);
die(‘DONE’);
}
}
}
die(‘OK’);
}
?>
You know me as the only lawyer ever to have a court of law rule that former President Bill Clinton committed a crime. This ruling was by a courageous U.S. District Court Judge Royce Lamberth over Clinton’s violation of the privacy rights of a woman he assaulted and sexually abused in the Oval Office, which in Slick Willy’s case could sadly be called the “Oral Office,” given his illicit and unethical sex with a White House intern.
But today we face a much greater threat and crimes by the Clintons and the administration of former President Barack Hussein Obama. Obama, along with the Clintons, have committed the real Russian collusion scandal, one that involves racketeering and bribery into their coffers from “communists” to acquire illegally over 20 percent of America’s strategic uranium reserves, seriously endangering our national security. Uranium is the fuel for atomic reactors and nuclear bombs!
Here is what the National Review recently wrote about this scandal, perhaps the biggest in American history, short of Teapot Dome, Watergate, and of course the Clintons’ Chinagate scandal which I uncovered in the years after I founded and ran Judicial Watch.
-
“Let’s put the Uranium One scandal in perspective: The cool half-million bucks the Putin regime funneled to Bill Clinton was five times the amount it spent on those Facebook ads — the ones the media-Democrat complex ludicrously suggests swung the 2016 presidential election to Donald Trump . . . Here’s the kicker: The Uranium One scandal is not only, or even principally, a Clinton scandal. It is an Obama-administration scandal. The Clintons were just doing what the Clintons do: cashing in on their ‘public service.’ The Obama administration, with Secretary Clinton at the forefront but hardly alone, was knowingly compromising American national-security interests. The administration green-lighted the transfer of control over one-fifth of American uranium-mining capacity to Russia, a hostile regime — and specifically to Russia’s state-controlled nuclear-energy conglomerate, Rosatom. Worse, at the time the administration approved the transfer, it knew that Rosatom’s American subsidiary was engaged in a lucrative racketeering enterprise that had already committed felony extortion, fraud, and money-laundering offenses. The Obama administration also knew that congressional Republicans were trying to stop the transfer. Consequently, the Justice Department concealed what it knew. DOJ allowed the racketeering enterprise to continue compromising the American uranium industry rather than commencing a prosecution that would have scotched the transfer. Prosecutors waited four years before quietly pleading the case out for a song, in violation of Justice Department charging guidelines. Meanwhile, the administration stonewalled Congress, reportedly threatening an informant who wanted to go public.”
And then there are the recent revelations about a Russian front group called Fusion GPS, which was paid handsomely by Hillary Clinton and the Democratic National Committee (DNC) and possibly an establishment Republican to manufacture dirt, that is “fake news,” on then presidential candidate Donald Trump to kill his election chances. This highly illegal smear campaign is yet another example of Russian collusion, not by Donald Trump, his family and his campaign, but by Clinton and the Democrats themselves. Here is what even the leftist pro-Clinton and Obama Washington Post revealed about this dastardly and illegal plot, carried out by a so-called British and discredited past spy, Christopher Steele.
-
“The Hillary Clinton campaign and the Democratic National Committee helped fund research that resulted in a now-famous dossier containing allegations about President Trump’s connections to Russia and possible coordination between his campaign and the Kremlin, people familiar with the matter said . . . The dossier has become a lightning rod amid the intensifying investigations into the Trump campaign’s possible connections to Russia. Some congressional Republican leaders have spent months trying to discredit Fusion GPS and Steele and tried to determine the identity of the Democrat or organization that paid for the dossier. . . People involved in the matter said that they would not disclose the dollar amounts paid to Fusion GPS but that the [Hillary] campaign and the DNC shared the cost. Steele previously worked in Russia for British intelligence. The dossier is a compilation of reports he prepared for Fusion GPS. The dossier alleged that the Russian government collected compromising information about Trump and that the Kremlin was engaged in an effort to assist his campaign for president. U.S. intelligence agencies later released a public assessment asserting that Russia intervened in the 2016 election to aid Trump. The FBI has been investigating whether Trump associates helped the Russians in that effort. Trump has adamantly denied the allegations in the dossier and has dismissed the FBI probe as a witch hunt.”
These major scandals, next to the Clinton Chinagate scandal of the late 1990s, when I exposed the Bonnie and Clyde of American politics taking bribes from the communist Chinese, much like they did with the Russians — the Clinton Foundation took hundreds of millions of dollars and Bill Clinton took large bogus speaking fees from the Russians, in exchange for Bonnie, the Wicked Witch of the Left Hillary Clinton, greasing as Obama’s Secretary of State, the sale of America’s strategic reserves of uranium, are a major affront to the rule of law and imperil our survival as a free nation. Uranium, as you know, is used to build atom bombs and the Russians, after bribing the Clintons and Obama, likely peddled this uranium to the Iranians and North Koreans, as well as used the uranium to build more atomic weapons for themselves.
BOTH THE CLINTONS AND OBAMA, AND THOSE CONSPIRATORS AROUND THEM, MUST BE PROSECUTED FOR THESE CRIMES. WHILE THEY THINK THAT THEY ARE ABOVE THE LAW, THEY ARE NOT! THIS NATION CANNOT HAVE TWO SYSTEMS OF JUSTICE, ONE FOR THE POLITICAL ELITE CLUB IN WASHINGTON, D.C., AND ONE FOR THE REST OF US, WHO ARE ACCOUNTABLE UNDER THE RULE OF LAW.
But the problem is that our current Attorney General, as I demonstrate in the enclosed column which I recently wrote for WND.com, is too cowardly to do his job and prosecute either the Clintons or Obamas. And, Congress will not get to the bottom of these scandals either. If the past is a prologue, the Republicans will simply use these Clinton-Obama scandals to go on Fox News and try to raise money and win reelection. In the last eight years under Obama they did not bring either the former president or those criminals around him to justice — corrupt public officials like former Attorneys General Eric Holder and Loretta Lynch, and former FBI Director James Comey.
The embedded video below on Fox News’ “Hannity” underscores why a Special Counsel now needs to be appointed, as AG Sessions is too scared he will be prosecuted by Robert Mueller for alleged Russian collusion and lying to Congress about his meetings with the Russian Ambassador during the months leading up to last fall’s presidential elections. Sessions is worried that if he goes after the Clintons and the Obamas, he will be indicted by the pro-Clinton and Obama prosecutors on Special Counsel Mueller’s conflicted staff.
UNDER THESE CIRCUMSTANCES, ONLY A SPECIAL COUNSEL CAN INVESTIGATE AND BRING STRONG CRIMINAL CHARGES OVER THESE SCANDALS AND I AM THE PERSON TO DO THIS. IN ALL MODESTLY, I AM THE ONLY LAWYER WHO HAS THE GUTS TO FINALLY BRING THE CLINTONS AND OBAMA AND HIS FELLOW CRIMINALS TO JUSTICE, INDICT THEM AND HAVE THEM THROWN IN PRISON FOR THE REST OF THEIR LIVES, WHICH IS WHERE THEY BELONG.
As even the slightly left and prestigious National Journal observed many years ago, “The main reason Larry Klayman is exasperating to many people across the ideological spectrum is that he ignores the rules of partisan combat that define Washington. Many political operatives have come to realize that Klayman is impossible to sway, because he seeks no Establishment credentials, and has none to protect.” The National Journal, Louis Jacabson, (June 29, 2002), Number 26.
I, LARRY KLAYMAN, AM THE RIGHT MAN TO FINALLY BRING THE CLINTONS AND OBAMAS AND THEIR CRIMINAL COLLABORATORS TO JUSTICE AND FOR THIS REASON, PLEASE SIGN THE ENCLOSED PETITION TO URGE PRESIDENT TRUMP AND HIS JUSTICE DEPARTMENT TO APPOINT ME TO THIS POST.
Years ago, my friend Alan Keyes, when he was running for president, said I would be his Attorney General if he was elected. Now, it’s time for me to be a real Attorney General and have President Trump direct the Justice Department to appoint me as special counsel, who would have all the powers of the Attorney General in these criminal matters.
TIME IS SHORT AND OUR SYSTEM OF JUSTICE AND OUR FREEDOMS HANG IN THE BALANCE.
God bless you and your loved ones as we seek to preserve the heritage of our Founding Fathers and the Republic for which they stood and died for. John Adams our great founding father and second president declared that we were created to be a nation of laws and not men.
I NEED YOUR STRONG MORAL AND FINANCIAL SUPPORT TO FINALLY UPHOLD THIS GREAT VISION WHICH HAS BEEN LOST IN THE LAST DECADES UNDER THE CLINTONS AND OBAMA IN PARTICULAR.
GOD BLESS YOU AND YOUR LOVED ONES,
YOURS IN FREEDOM,
LARRY KLAYMAN, ESQ.
CHAIRMAN AND GENERAL COUNSEL OF FREEDOM WATCH, INC.
P.S. Please sign this petition and contribute handsomely to our urgent cause to save our beloved nation! I pledge my honor and life to serve you, the American people!
Once you are confirmed, your name and comments will appear publicly below.