LocatePC sends you a secret email message from your computer containing vital information that can help you and law enforcement track a stolen computer, and eventually return it to you.
LocatePC is free software, and runs unobtrusively on your computer, with no icons, popups or saved emails. If your computer is stolen then the thief will not even know that LocatePC is running, and as soon as they connect to the internet a secret email is sent to you containing the details that you need to track your hardware.
System requirements:
- Windows Vista/XP/Me/98
- POP email account for LocatePC to send you email.
- LocatePC can only send email if a user is logged in to the PC, and the PC is connected to the internet.
- LocatePC does not support HTTP proxy servers, mail servers that use SSL or SPA or IMAP (including Gmail and Hotmail), or email accounts that only work when the PC is connected to a specific ISP.
Click here to download LocatePC.
By admin | Posted in Communications, Internet, Office tools, Privacy & Security, Productivity, Utilities |
I have been busy the last couple of weeks, building a website for a friend. One of the things I had to do was a really simple and plain guestbook that you can adapt to any site. And it all has to be in just one PHP file. The result is here.
With just basic notions of PHP and MySQL, you can have this script running in your website in 5 minutes. The script is very well documented on itself. So if you want to modify it, it will be very easy to do so.
There’s millions of pages and tutorials about how to create a database in MySQL, so I’ll just give you the table structure this script uses and you will have to create the database and the table. I recommend using PHPMYADMIN for this.
CREATE TABLE comments (gb_name varchar(50), gb_comment text, gb_ip varchar(20), gb_moderated char(1), gb_datetime datetime, primary key (gb_datetime));
Next, open the script in notepad and locate this lines (should be in lines 22 and 23)
$link=mysql_connect(”localhost“, “user“,”password“) or die(mysql_error());
mysql_select_db (”database“) or die(mysql_error());
replace the host, user, password and database name with your own information and that’s it. It should work like this demo.
You can use this script for free in any way you want, modify it all you want, but I’m not responsible of anything you do with it or any problem you may have using it, such as data loss and/or corruption. This script in its original source code only adds to the database, nothing is modified or deleted ever.
If you need a customization of this script, like a captcha, colors, a control panel or anything you may need to include it in your site, please contact me (admin at freewarenation.com) and I will work with you to adapt the script to your needs.
Click here to download plain guest book.
By admin | Posted in Internet, Productivity, Web design |
Wow! Another program I just can’t believe it’s free. This is like the Photoshop of the icon editors.
Some of the main features are: No restrictive limits for image dimensions, support for different color depths up to 32-bit RGB with alpha channel, semi-transparent colors, multiple layer support, multiple file format support, icon extraction capability, Vista icon optimization, and a lot more.
System requirements:
- Operating system:
Windows 9x/ME, Windows NT 4.0, Windows 2000, Windows XP, Windows 2003, Windows Vista.
- Hardware:
500MHz CPU (1GHz recommended);
128MB RAM (256MB recommended);
800×600x15bpp display (1024×768x32bpp recommended).
Click here to download Pixelform.
By admin | Posted in Image Editing, Office tools, Utilities |
Of course you can visit Microsoft’s site to see what security patches your system is missing, but the checking process takes forever. With this program, you’ll know your vulnerabilities faster and in a more friendly way. It’s a stand alone program so you don’t need to install it. Just download and run it.
First it scans your system, then shows you a list with all the patches you need to get and a link to the page where you can get it. Also you’ll see the risk level of not having that update.
System requirements:
Windows Vulnerability Scanner is compatible with Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Ultimate, Windows Vista Business, Windows XP (Home & Professional), Windows 2000 Server & Professional and Windows 2003.
Click here to download Windows Vulnerability Scanner.
By admin | Posted in Operative System, Optimization, Privacy & Security, Utilities |