Sponsored Links:

include function for remote files disabled by default

April 23rd, 2009

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

April 23rd, 2009

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

April 17th, 2009

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

Settle up your differences in the arena!

April 15th, 2009

MyBrute is a Flash game where two animated characters duke it out in an arena. The game is almost totally random, and like putting two insects in a cage you can’t control much besides who you put in the pit. You can just sit back and watch as the fight unfolds. There are no controls, there is no ability to dictate tactics ahead of time. Your character may pull out their weapon (if they have one), but you have no idea which weapon they may use, or if they throw it. Sometimes it is frustrating to watch your fighter charge headlong into their opponent’s spear, swinging their fists like a pissed-off toddler. However, it is pretty satisfying when you are almost dead and then dodge your opponent’s attacks before putting them down for a dirt nap.There are some very light RPG elements: characters get experience from fighting and level up, but you have no control over what attributes go up or special abilities they acquire. The art direction is sweet, and the weapons ingenious. Some of ..... Read more

Show IP Display visitor’s IP Address

April 14th, 2009

IP Address (Internet Protocol Address): This number is an exclusive number all information technology devices (printers, routers, modems, et al) use which identifies and allows them the ability to communicate with each other on a computer network. There is a standard of communication which is called an Internet Protocol standard (IP). In laymans terms it is the same as your home address. In order for you to receive snail mail at home the sending party must have your correct mailing address (IP address) in your town (network) or you do not receive bills, pizza coupons or your tax refund. The same is true for all equipment on the internet. Without this specific address, information cannot be received. IP addresses may either be assigned permanently for an Email server/Business server or a permanent home resident or temporarily, from a pool of available addresses (first come first serve) from your Internet Service Provider. A permanent number may not be available in all areas and may cost..... Read more

Improve the web with Nofollow Reciprocity.