Web Programming
Check if a URL exists and return code not 404(not found) with cURL PHP
Here is a simple function that will do just that, determine if a website exists using PHP and cURL. It’s check http code, if http code is 404 (Not Found) it will return false.
function urlExists($url=NULL) {
if($url == NULL) return false;
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_TIMEOUT, 5);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$data = curl_exec($ch);
$httpcode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
curl_close($ch);
if($httpcode>=200 && $httpcode
General
The best thing you need to remember is your PC will run faster if you have a good amount of RAM. The higher the RAM, the faster your PC would be. If your PC is more than two years old, it would be time for you upgrade the RAM in your PC, and find the [...]
Freeware
Here’s a handy little site that I think is useful to add to your bookmarks if you are a web designer, it is called Iconfinder. It does exactly what it says…. finds the icon of your choice.
The site is simply designed and straight to the point, add your search query, click and wait for the [...]
Portable Apps
Looking for Floppy Office? The original USB office productivity suite will always remain availible, but has developed into an improved package – Tiny USB Office!
Replaces the former FloppyOffice package, is an improved version of the small, portable productivity software suite which offers a collection of unique standalone free software applications. If you find yourself working [...]
Anti Virus
Download anti virus PCMAV 1,1 dan updatenya di
Software
Wanna get your email in just second every received on your mail server? Blackberry can do this. But if we love Nokia, Sonyericson, O2, Motorolla or another smart phone or PDA phone, don’t worry we have free service. Emoze can do it. And now you can turn your mobile phone into Blackberry like phone. It’s [...]
Tips and Tricks
The best thing you need to remember is your PC will run faster if you have a good amount of RAM. The higher the RAM, the faster your PC would be. If your PC is more than two years old, it would be time for you upgrade the RAM in your PC, and find the [...]
Hacking
Clear login log or lastlog linux and unix.»Universal utmp, wtmp, and lastlog editor. Actually
removes, doesn’t leave holes…
/*Compile “cc -o remove remove.c -DGENERIC” and run
as root. Use -DAIX instead of -DGENERIC for an AIX
machine. Use -DSCO instead of -DGENERIC for a SCO
machine.
*/
#include
#include
#include
#include
#include
#ifndef AIX
#include
#else
#include
#endif
#include
#ifdef AIX
#define WTMP “/var/log/wtmp”
#define UTMP “/etc/utmp”
#define LASTLOG “/etc/security/lastlog” /* Not a binary file in [...]
Hardware
GMail Virtual Drive, Best Virtual Live Drive!»
GMail Drive is a Shell Namespace Extension that creates a virtual filesystem around your Google Gmail account, allowing you to use Gmail as a storage medium.
GMail Drive creates a virtual filesystem on top of your Google Gmail account and enables you to save and retrieve files stored on your Gmail account directly from inside Windows [...]
Handphone
Download Sic FTP, Freeware FTP Client for your Symbian 60 3rd Phone.»I have long time find the symbian program like Yellow FTP to connect my ftp server, and just found Freeware FTP Client. It’s Sic-FTP from Sic Software German. Last time, i try to download from their website, but can’t found the download link. I must download it from my phone and they sent me a [...]
Internet
arp-sk,WinARP Watch – arpwatch for Vista/XP/2003/2000»arp-sk
If ARP is a well known protocol, the attacks it allows are often restricted to sniffing, while so many are possible.ARP traffic generation tool.
arp-sk is a tool designed to manipulate ARP tables of all kinds of equipment. This can be easily performed through the sending of the appropriate packet(s). Basically, an ARP message on an [...]
Linux
LINUX RECOVER PASSWORD ROOT ONLY»RECOVERY PASSWORD ON LINUX (GRUB ONLY) lupa password box linux kamu…??? gamapang koq jangan keburu di install ulang dolo…
1. Restart Linux anda
2. pada saat booting dan tampilan grub linux,tahan menu tersebut, dengan menekan sembarangtombol pada keyboard anda
Windows
The remote computer disconnected the session because of an error in licensing protocol»You receive ‘The remote computer disconnected the session because of an error in licensing protocol’ when you attempt to connect to a remote computer using Remote Desktop on a Windows XP Professional Edition? (29-Aug-06)
When you attempt to connect to a remote computer using Remote Desktop on a Windows XP Professional Edition, you receive:
The remote computer [...]



