-->

Time.....

ALL ABOUT SINGRAULLLI.......

RECENTLY ADDED PHOTOS......

PLS DONT COPY............

Protected by Copyscape Online Plagiarism Tool

Saturday, January 15, 2011

Cigarettes - - Slow and Sweet poison

Chemicals in Cigarettes: What They Are and How They Harm Us


As smokers, we don't think about the chemicals in cigarettes. We think
about how cigarettes help us cope with the stress of daily life, how
they calm us down when we're angry, help us relax at the end of a long
day, comfort us when we're sad or lonely. Harmful chemicals in
cigarettes? No, we don't think much about that.
The truth of the matter is that smoking does the opposite of just
about everything we give it credit for. When the chemicals in
cigarettes are inhaled, they put our bodies into a state of physical
stress by sending literally thousands of poisons, toxic metals and
carcinogens coursing through our bloodstream with every puff we take.
And those chemicals affect everything from blood pressure and pulse
rate to the health of our organs and immune system.

While researchers are still working to uncover all of the hazards
cigarettes present to human life, we do know that air tainted with
cigarette smoke is dangerous for anyone who breathes it -- smoker or
not.

Let's take a closer look at some of the harmful chemicals in
cigarettes and how they affect our health.

Chemicals in Cigarettes: Carcinogens

A carcinogen is defined as any substance that can cause or aggravate
cancer. Approximately 60 of the chemicals in cigarettes are known to
cause cancer.
TSNAs
Tobacco-specific N-nitrosamines (TSNAs) are known to be some of the
most potent carcinogens present in smokeless tobacco, snuff and
tobacco smoke.

Benzene
Benzene can be found in pesticides and gasoline. It is present in high
levels in cigarette smoke and accounts for half of all human exposure
to this hazardous chemical.

Pesticides
Pesticides are used on our lawns and gardens, and inhaled into our
lungs via cigarette smoke.

Formaldehyde
Formaldehyde is a chemical used to preserve dead bodies, and is
responsible for some of the nose, throat and eye irritation smokers
experience when breathing in cigarette smoke.

Chemicals in Cigarettes: Toxic Metals

Toxic / heavy metals are metals and metal compounds that have the
potential to harm our health when absorbed or inhaled. In very small
amounts, some of these metals support life, but when taken in large
amounts, can become toxic.
Arsenic
Commonly used in rat poison, arsenic finds its way into cigarette
smoke through some of the pesticides that are used in tobacco farming.

Cadmium
Cadmium is a toxic heavy metal that is used in batteries. Smokers
typically have twice as much cadmium in their bodies as nonsmokers.

Chemicals in Cigarettes: Radioactive Toxic Metals

There are a couple of toxic metals in cigarette smoke that carry an
extra punch of danger for anyone breathing it in: they are
radioactive.
Radioactive Cigarette Smoke
Lead-210 (Pb-210) and polonium-210 (Po-210) are poisonous, radioactive
heavy metals that research has shown to be present in cigarette smoke.

Chemicals in Cigarettes: Poisons

Poison is defined as any substance that, when introduced to a living
organism, causes severe physical distress or death. Science has
discovered approximately 200 poisonous gases in cigarette smoke.
Ammonia
Ammonia compounds are commonly used in cleaning products and
fertilizers. Ammonia is also used to boost the impact of nicotine in
manufactured cigarettes.

Carbon Monoxide
Carbon monoxide is present in car exhaust and is lethal in very large
amounts. Cigarette smoke can contain high levels of carbon monoxide.

Hydrogen Cyanide
Hydrogen cyanide was used to kill people in the gas chambers in Nazi
Germany during World War II. It can be found in cigarette smoke.

Nicotine
Nicotine is a poison used in pesticides and is the addictive element
in cigarettes.

A Word About Secondhand Smoke

Also known as environmental tobacco smoke, secondhand smoke is a term
used to describe cigarette smoke that comes from two sources: Smoke
that is exhaled by the smoker (mainstream smoke) and smoke produced by
a smouldering cigarette (sidestream smoke). Secondhand smoke is known
to contain at least 250 toxic chemicals, including 50 cancer-causing
chemicals. According to the U.S. Surgeon General, there is no
risk-free level of exposure to secondhand smoke. That means if you can
smell cigarette smoke in the air, it could be harming your health.
If you smoke...

There is no time like the present to stop the madness that cigarette
smoking is. You'll be rewarded with benefits beyond what you can
probably imagine and they'll start to occur faster than you think.
Within 20 minutes of your last cigarette, your body will begin to heal
and improvements to your mental and physical health will continue to
grow with time invested in smoking cessation.
It is never too late to quit smoking!

Friday, January 14, 2011

Customised Anonymous email service

steps


Do you want to send an email anonymously because, for example, you
fear your views might not be appreciated by your boss? When avouching
your opinion in public — critically important under more favorable
circumstances — is unhealthy, anonymity becomes vital. Here i will
show you how to setup your own anonymous email service. I am writing
this post because there are some things that must be said, even when
the speaker must remain anonymous.

Lets start:


1. First of all you need to find a free hosting service that supports
PHP and SendMail. Here is one that works perfect, and without ads:
x10hosting.com. Create an account there.


2. Now open notepad and paste this PHP code: code is below


3. Save it everywhere u want as mail.php, then upload it in your host
you created (x10hosting) via FTP.


4. Now we are done. Just go at yourname.x10hosting.com/mail.php, and
start sending your fake emails.


Why sending anonymous emails is important:
Anonymously report sensitive information to the media
Send crime tips to law enforcement agencies anonymously
Report wrongdoing or theft at the workplace
Voice concerns to school principals anonymously
Report child or any other abuse
Initiate an anonymous chat discussion
Share suspicions regarding a friend or loved one


mail.php code start

<?
/*
(C) NOmeR1
*/
?>
<title>Sender Anonym Email :: FLoodeR :: SpameR</title>
<?
//
error_reporting (0);
if(!set_time_limit(0)) {
$limit = false;
} else {
set_time_limit(0);
ignore_user_abort(1);
$limit = true;
}

$log = 'log.txt'; // Log file

ini_set('max_execution_time', '0');

?>
set_time_limit(0) = <?if($limit)echo('<font color=Green>On</font>');else
echo('<font color=Red>Off</font> (Working time is limited with the
current settings of the server)');?><br>
<?

$ip = getenv('REMOTE_ADDR');
if($_GET['mail'] == '1' || $_GET['mail'] == '2' || $_GET['mail'] == '3')
{

$_POST['to'] = stripslashes($_POST['to']);
$_POST['msg'] = stripslashes($_POST['msg']);
$_POST['from'] = stripslashes($_POST['from']);
$_POST['subject'] = stripslashes($_POST['subject']);

if($_POST['to'] && $_POST['msg'] && $_POST['from'] && $_POST['tipe'])
{
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/".$_POST['tipe']."; charset=windows-1251\r\n";
$headers .= "From: ".$_POST['from']."\n";
if($_GET['mail'] == '1')
{
mail($_POST['to'], $_POST['subject'], $_POST['msg'], $headers) or
die('Cannot send the message');
}
elseif($_GET['mail'] == '2')
{
$_POST['to'] = explode("\n",$_POST['to']);
foreach($_POST['to'] as $poluchatels)
{
mail($poluchatels, $_POST['subject'], $_POST['msg'], $headers) or
die('Cannot send the message');
}
}
elseif($_GET['mail'] == '3')
{
if(preg_match('/[0-9]+/',$_POST['kol']))
{
for($i=0;$i<$_POST['kol'];$i++)
{
mail($_POST['to'], $_POST['subject'], $_POST['msg'], $headers) or
die('Cannot send the message');
sleep(1);
}
}
else
{
echo('Incorrect (or not entered) number of messages');
}
}
$f = fopen($log,'a');
fwrite($f,'Message sent &'.$_POST['msg'].'& with subject
"'.$_POST['subject'].'" for "'.$_POST['to'].'" from IP -
"'.$ip."\"\r\n");
fclose($f);
echo('<center><b><font color="green">Message succesfully
sent</font></b></center>');
}
else
{
?>
<form style="width:350px" method='post'>
<?
if($_GET['mail'] == '1' || $_GET['mail'] == '3')
{
echo("Receiver &nbsp;<input type='text'name='to'><br>");
}
?>
Sender <input type='text' name='from'><br>
Subject &nbsp;<input type='text' name='subject'><br>
<?
if($_GET['mail'] == '3')
{
echo("Amount of messages <input type='text' name='kol'><br>");
}
?>
<br>
htm -> <input type='radio' checked='checked' tabindex='1' name='tipe'
value='html'> :: <input type='radio' name='tipe' value='plain'><-
text<br>
<?
if($_GET['mail'] == '2')
{
echo("Receivers<br><textarea name='to' rows='10' cols='30'>admin@fbi.org
admin@cia.org
admin@whitehouse.org</textarea>");
}
?>
<br>Message<br>
<textarea name='msg' rows='10' cols='30'></textarea><br><br><input
type='submit'>
</form>
<?
}
} else {
?><br>
<a href='<?=$_SERVER['PHP_SELF']?>?mail=1'>Send simple message</a><br>
<a href='<?=$_SERVER['PHP_SELF']?>?mail=2'>Spam</a><br>
<a href='<?=$_SERVER['PHP_SELF']?>?mail=3'>Flood</a><br>
<?
}


code end

SEARCH BLOG

INDORAMA { BUNKERS OF L.K.C.T. }

Followers