PHP Pseudo Crontab Great Tool… Author Name : Kai Blankenhorn
Features:
- Runs any PHP script
- Periodical or time-controlled script execution
- All executed jobs is logging via email
- Can be run from an IMG tag in an HTML page
- Follow Unix/Linux cron syntax for crontabs
All job definitions are made in a crontabs.txt file on the server with a
user definable name. A valid command for example:
*/10 * * * * wget http://www.m256.net/script.php
Weblink : www.bitfolge.de/pseudocron
Download : PHP Pseudo-Cron v1.3.zip
Password : www.wordpress.m256.net
Filed under: Scripts | Comment (0)
UltraEdit is great for HEX editing, but what does that mean? A HEX editor allows you to manipulate binary files, be it an exe, a corrupted database or any other from of non-text file. With Ultra-Edit, you can see or edit the raw and exact contents of a file as opposed to the interpretation of the same content that other software may associate with the file format. Editing a file in HEX mode will allow you to see the underlying character/byte values of a file. If you’ve ever needed to look at the HEX values of the under-lying file, toggle into HEX mode and see… it’s that very easy. If you’ve ever needed to patch an EXE or DLL file, but don’t have the source code from which it is compiled, you can edit the ALL data of the file in Ultra HEX mode.
Download : UltraEdit Latest Version
Read the rest of this entry »
Filed under: Software | Comment (0)