Watch Pacquiao vs. Hatton 24/7 Live
The groundbreaking HBO Sports® reality series 24/7 returns with the four-episode Pacquiao/Hatton 24/7, spotlighting two of boxings most intriguing superstars Manny Pacquiao, the sports reigning pound-for-pound king, and Ricky Hatton, England’s explosive Hitman. Follow the drama and grueling preparations under the watchful eyes of two fiery trainers as it all leads up to the LIVE HBO Pay-Per-View® welterweight showdown on May 2 at 9PM ET/6PM PT. Sponsored Links: google_ad_client = "pub-0983540800597903"; google_ad_width = 468; google_ad_height = 15; google_ad_format = "468x15_0ads_al"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "FFFFFF"; google_color_text = "555555"; google_color_url = "555555"; Sponsored Links: ..... Read more
Notorious Filipino hacker
Notorious Filipino hacker rebarz99 defaces several Republic of The Philippines Government websites The notorious Filipino hacker “rebarz99″ hit several Philippine-based websites, among them the Globe Telecom, Pod central, and the Ateneo University chemistry department’s websites over the past few days, according to Zone-H.org, a Web-based depository of defacement. Rebarz99 has been linked to various web defacement of local and foreign websites. Web defacement is considered hacking, which is illegal and punishable under section 33 of the Philippines’ E-commerce Law. The hacker has left traces of his defacements in the websites of Globe Telecom (www.globe.com.ph/main.htm), an online community of Filipino iPod users’ Podcentral, (http://podcentral.ph/gallery/include/main.htm), and the Ateneo University Department of Chemistry (http://www.chem.admu.edu.ph/main.txt). Sponsored Links: google_ad_client = "pub-0983540800597903"; google_ad_width = 468; google_ad_height..... Read more
include function for remote files disabled by default
If your PHP installation is secure and you try to include a file using an absolute path or a remote file then you will face this issue. For example … <? include ("http://www.somedomain.com/file.php"); ?> will result in you seeing this PHP error when viewing the page in your browser … Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/user/public_html/page.php on line xx Warning: include(http://www.somedomain.com/file.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/user/public_html/page.php on line xx Warning: include() [function.include]: Failed opening ‘http://www.somedomain.com/file.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/user/public_html/page.php on line xx PHP 5 has the include function for remote files disabled by default and if your host is using another version of PHP and has secured the installation then you will a..... Read more
Hacking Friendster Private Photo
In FRIENDSTER, some people can hide some photos that they upload into friendster albums. Usually this photos is private picture or something likesecret picture. If we want to see that picture, we must ask permission from the owner….. but not not this time! The 3 things that you must do to see the private photo is: 1. target uid example : http://www.friendster.com/5739526 5739526 – is target UID ( it’s just example, so find your target first ) 2. target album id write this address into your addressbar http://www.friendster.com/viewalbums.php?uid=”Your target uid here” example : http://www.friendster.com/viewalbums.php?uid=5739526 Select View – Page Source from the browser menu, and then find “abAlbumPrivacy” near the word private example : “abAlbumPrivacy-1” — all you need is the number in the end of word, in this case the number is 1 ( one ) Sponsored Links: google_ad_client = "pub-0983540800597903"; google_ad_wid..... Read more
How to check server specification on Linux
First About dmesg dmesg (for “display message”) is a command on Unix-like operating systems that prints the message buffer of the kernel. When the computer system is initially booted the kernel is loaded into memory. At this stage each device driver present in the kernel probes the system for the existence of relevant hardware. If the hardware is located, a diagnostic message is produced documenting precisely what was found. Other elements within the kernel may also produce similar output reporting both the presence of that particular module, and the values of any parameters adopted. This process typically happens at a speed where individual messages scroll off the top of the screen before they can be read. The dmesg command allows these messages to be reviewed in a controlled manner after the system has started. Even after the system has fully booted, the kernel may occasionally produce further diagnostic messages. Common examples of when this might happen are when I/O dev..... Read more




