One by one the secret ambush of Osama bin Laden revealed.
Reported porn videos found by U.S. commandos in a raid on the hideout of Osama in Abbottabad, Pakistan.
It was said by U.S. officials as reported by Reuters on Friday (13/05/2011).
According to the official who requested anonymity, the pornographic video found in U.S. forces is quite long duration.
Officials could not be sure exactly where it was found pornographic videos and who see it.
Specifically, officials said they did not know whether bin Laden himself who owns and menotonnya.
Reports from Abbottabad states, the Internet or wired network communication in the hiding place of Osama was disconnected.
It is unclear how the residents at the hideout has a porn video.
However, a videotape seized from the hideout of Osama and the U.S. government released showing Osama was watching the picture of her that appeared on television.
This indicates the hiding place of Osama also has a video player equipment.
The materials to be transported from the hiding place of Osama by U.S. commandos, including thumb drives,
U.S. officials believed as the main tool used couriers to carry electronic messages to and from the new leader of Al Qaeda.
Meanwhile, three U.S. officials familiar with the evidence gathered during the investigation of other Islamic militants, said
the discovery of pornography is not uncommon in such cases.
Related news :
# http://www.msnbc.msn.com/id/43024125/ns/world_news-south_and_central_asia/t/porn-found-bin-laden-hideout-officials-say/
# http://www.reuters.com/article/2011/05/13/us-binladen-porn-idUSTRE74C4RK20110513
# http://www.sun-sentinel.com/news/fl-porn-bin-laden-20110513,0,651758.story
Important Message to all human in this Wordl!
Never believe the terrorist.
Because they are like wolves in sheep's clothing, which outwardly pious, but the attitude behind it all than animals and demons.
Do not let the criminals roam / live around you, especially the terrorist.
Terrorist is not a religion, but the terrorist is often the name of religion to attract sympathy.
So, if we have a religion, do not ever trust with the terrorist.
Establish brotherhood and unity in your own country for the terrorist do not have the slightest wiggle room to disturb public security and comfort of your people.
News World
May 14, 2011
May 13, 2011
Showing 1 (one) record data table with PHP Script
1. < ? php
2. // STEP 1. CREATE DATABASE
3. // --------------------------------------------------------------------------------
4. // create database : eod
5. // create table : tbproduk
6. // create field on table tbproduk :
7. // idp kprod nprod hprod sprod gprod tprod pstatus pview pstock
8. // --------------------------------------------------------------------------------
9. // STEP 2. ACTIVATE OF DATABASE
10. // --------------------------------------------------------------------------------
11. $db_hname = "localhost"; //hosting name of database
12. $db_uname = "root"; //user name of database
13. $db_pword = ""; //password of user database
14. $db_name = "eod"; // database name
15. $link = mysql_connect($db_hname, $db_uname, $db_pword) or die("Not Success ....!");//connection of database
16. if (!$link) { die('Could not connect: ' . mysql_error()); } //error handling possiblity
17. mysql_select_db($db_name); //select function for database selection to using
18.
19. // --------------------------------------------------------------------------------
20. // STEP 3. ACTIVATE THE TABLE
21. // --------------------------------------------------------------------------------
22. $tb_produk = mysql_query("SELECT * FROM tbproduk");
23. // STEP 4. VIEW THE RECORD OF TABLE
24. $tbv_product = mysql_fetch_array($tb_produk);
25. // some of script must using :: mysql_fetch_array('tb_produk')
26. // update php.ini
27. // --------------------------------------------------------------------------------
28.
29. echo 'Product Information
';
30. echo 'Name : '.$tbv_product['nprod'].'< br >';
31. echo 'ID : '.$tbv_product['kprod'].'< br >';
32. echo 'Price : USD '.number_format($tbv_product['hprod'], 2, '.', ',').'< br >';
33. echo 'Stock : '.$tbv_product['pstock'].'< br >';
34.
35. // --------------------------------------------------------------------------------
36. // The Result of script running
37. // --------------------------------------------------------------------------------
38. Product Information
39. Name : Acer Aspire One AO522-AMD
40. ID : 0203ka03-001
41. Price : USD 2,699,000.00
42. Stock : 1
43. // --------------------------------------------------------------------------------
44. ? >
Please keep in mind.
If you have more than one data record,
and you use the script above program,
then the data will appear on your page is just one record of data.
How to display data from more than one data?
Visit the following links:
2. // STEP 1. CREATE DATABASE
3. // --------------------------------------------------------------------------------
4. // create database : eod
5. // create table : tbproduk
6. // create field on table tbproduk :
7. // idp kprod nprod hprod sprod gprod tprod pstatus pview pstock
8. // --------------------------------------------------------------------------------
9. // STEP 2. ACTIVATE OF DATABASE
10. // --------------------------------------------------------------------------------
11. $db_hname = "localhost"; //hosting name of database
12. $db_uname = "root"; //user name of database
13. $db_pword = ""; //password of user database
14. $db_name = "eod"; // database name
15. $link = mysql_connect($db_hname, $db_uname, $db_pword) or die("Not Success ....!");//connection of database
16. if (!$link) { die('Could not connect: ' . mysql_error()); } //error handling possiblity
17. mysql_select_db($db_name); //select function for database selection to using
18.
19. // --------------------------------------------------------------------------------
20. // STEP 3. ACTIVATE THE TABLE
21. // --------------------------------------------------------------------------------
22. $tb_produk = mysql_query("SELECT * FROM tbproduk");
23. // STEP 4. VIEW THE RECORD OF TABLE
24. $tbv_product = mysql_fetch_array($tb_produk);
25. // some of script must using :: mysql_fetch_array('tb_produk')
26. // update php.ini
27. // --------------------------------------------------------------------------------
28.
29. echo 'Product Information
';
30. echo 'Name : '.$tbv_product['nprod'].'< br >';
31. echo 'ID : '.$tbv_product['kprod'].'< br >';
32. echo 'Price : USD '.number_format($tbv_product['hprod'], 2, '.', ',').'< br >';
33. echo 'Stock : '.$tbv_product['pstock'].'< br >';
34.
35. // --------------------------------------------------------------------------------
36. // The Result of script running
37. // --------------------------------------------------------------------------------
38. Product Information
39. Name : Acer Aspire One AO522-AMD
40. ID : 0203ka03-001
41. Price : USD 2,699,000.00
42. Stock : 1
43. // --------------------------------------------------------------------------------
44. ? >
Please keep in mind.
If you have more than one data record,
and you use the script above program,
then the data will appear on your page is just one record of data.
How to display data from more than one data?
Visit the following links:
May 11, 2011
Create a Log In Page via PHP Script (7)
1.
2.
3. --------------------------------------------------
4. Create file ptop.php in to "initiate" folder
5. --------------------------------------------------
6.
7.
8. copy the script below to initiate.php
9. --------------------------------------------------
10.
11.
12.
13. < ? php
14.
15. $tu = $_POST['txun'];
16. $tp = $_POST['txpa'];
17. $tb_usess = mysql_query("SELECT * FROM tb_ips_user where iuser='".$tu."' and ipass='".md5($tp)."'");
18. echo "SELECT * FROM tb_ips_user where iuser='".$tu."' and ipass='".md5($tp)."'
";
19. $dtb_usess = mysql_fetch_array($tb_usess);
20. // id iduser iuser ipass ileve ilogin iactive
21.
22. if(strlen($dtb_usess["iuser"])!=0){
23.
24. $ubka = 'buka';
25.
26. $_SESSION['user'] = $dtb_usess['iuser'];
27. $_SESSION['pass'] = $dtb_usess['ipass'];
28. $_SESSION['level'] = $dtb_usess['ileve'];
29. $_SESSION['ids'] = $dtb_usess['iduser'];
30.
31. $_SESSION['ubka'] = $dtb_usess['ilogin'];
32. $_SESSION['uviw'] = $dtb_usess['iactive'];
33.
34.
35.
36.
37.
38. ? >
39. < SCRIPT language="JavaScript" >
40.
41. window.location="index.php";
42.
43. < /SCRIPT >
44. < ? php
45.
46. }else{
47. $msgsnl = 'Kunci Keamanan Yang Dipergunakan Tidak Sesuai';
48. echo $msgsnl;
49. }
50.
51.
52.
53. ? >
2.
3. --------------------------------------------------
4. Create file ptop.php in to "initiate" folder
5. --------------------------------------------------
6.
7.
8. copy the script below to initiate.php
9. --------------------------------------------------
10.
11.
12.
13. < ? php
14.
15. $tu = $_POST['txun'];
16. $tp = $_POST['txpa'];
17. $tb_usess = mysql_query("SELECT * FROM tb_ips_user where iuser='".$tu."' and ipass='".md5($tp)."'");
18. echo "SELECT * FROM tb_ips_user where iuser='".$tu."' and ipass='".md5($tp)."'
";
19. $dtb_usess = mysql_fetch_array($tb_usess);
20. // id iduser iuser ipass ileve ilogin iactive
21.
22. if(strlen($dtb_usess["iuser"])!=0){
23.
24. $ubka = 'buka';
25.
26. $_SESSION['user'] = $dtb_usess['iuser'];
27. $_SESSION['pass'] = $dtb_usess['ipass'];
28. $_SESSION['level'] = $dtb_usess['ileve'];
29. $_SESSION['ids'] = $dtb_usess['iduser'];
30.
31. $_SESSION['ubka'] = $dtb_usess['ilogin'];
32. $_SESSION['uviw'] = $dtb_usess['iactive'];
33.
34.
35.
36.
37.
38. ? >
39. < SCRIPT language="JavaScript" >
40.
41. window.location="index.php";
42.
43. < /SCRIPT >
44. < ? php
45.
46. }else{
47. $msgsnl = 'Kunci Keamanan Yang Dipergunakan Tidak Sesuai';
48. echo $msgsnl;
49. }
50.
51.
52.
53. ? >
May 10, 2011
Create a Log In Page via PHP Script (5)
1.
2.
3. --------------------------------------------------
4. Create file mp.php in to "nature" folder
5. --------------------------------------------------
6.
7.
8. copy the script below to mp.php
9. --------------------------------------------------
10. < ? php
11. include 'ptop.php';
12. include 'pmid.php';
13. include 'pbot.php';
14. ? >
#############################################
1.
2.
3. --------------------------------------------------
4. Create file pbot.php in to "nature" folder
5. --------------------------------------------------
6.
7.
8. copy the script below to pbot.php
9. --------------------------------------------------
10.
11. < table border=0 cellpadding=0 cellspacing=0 width=100% height=20 >
12.
13. < tr >
14. < td class='tpg3' >©2011;ME< /td >
15. < /tr >
16. < /table >
17.
2.
3. --------------------------------------------------
4. Create file mp.php in to "nature" folder
5. --------------------------------------------------
6.
7.
8. copy the script below to mp.php
9. --------------------------------------------------
10. < ? php
11. include 'ptop.php';
12. include 'pmid.php';
13. include 'pbot.php';
14. ? >
#############################################
1.
2.
3. --------------------------------------------------
4. Create file pbot.php in to "nature" folder
5. --------------------------------------------------
6.
7.
8. copy the script below to pbot.php
9. --------------------------------------------------
10.
11. < table border=0 cellpadding=0 cellspacing=0 width=100% height=20 >
12.
13. < tr >
14. < td class='tpg3' >©2011;ME< /td >
15. < /tr >
16. < /table >
17.
Subscribe to:
Posts (Atom)
IT Conversations
Moneycontrol Latest News
Latest new pages on Computer Hope
Latest from Infoworld
Door Lock
Door Lock Import Top Door Lock from China Contact Quality Manufacturers Now