your uninstaller 2008 downloads
Strato Log Download 1.2
Strato Log Download is a small Perl script intended to download logfiles from Web accounts from Strato hosted sites. more>>
The problem is that the normal download interface is interactive, and that only about six weeks are kept on the server. So without scripting, youre likely to lose valuable log information (at least I was unable and unwilling to remember to download the logfiles once every six weeks).
This script logs in via the SSL-encrypted web-interface and downloads the files without needing a web-browser (proxies are configurable via the https_proxy environment variable).
Note: For SSL support, you might need additional Perl modules since some distros dont include crypto stuff: either use IO::Socket::SSL or Net::SSL (in Crypt::SSLeay).
If an SSL module is missing, https access will not work.
Usage is very easy:
$ get-logfiles -p mypassword www.mysite.de > logfile.gz
Enhancements:
- Feature: a new logfile download protocol was necessary, because the web interface changed (thanks to J. Puchalla for telling me -- it would probably have gone unnoticed otherwise).
Image Download 1.0.2
Image Download allows you to download All the Picuture In the Page. more>>
Filter by width ,height, type.
Auto Create Sub Folder ,auto rename
Auto log Download Infomation.
Top Downloads 2.0
Top Downloads provides a script that counts how many times a file has been downloaded. more>>
It keeps statistics of your downloads and can generate a TOP10 of your downloaded files. The administration function of this script allows you to delete, rename or change count numbers for your downloads.
It can check a directory that you specify for new files and add it to a database. Count numbers and TOP10 can be included into a HTML document.
Most web servers require SSI documents to have the extension .shtml or .shtm
For Apache web servers:
- AddType text/html .shtml
- AddHandler server-parsed .shtml
JPartialDownloader 1.9
JPartialDownloader is a Java Program for downloading files using HTTP/FTP/BitTorrent protocols. more>>
JPartialDownloader support many features like resuming unfinished downloads and retrying. But what makes this program different from similar programs is that you can download only a range of a file.
Using range downloading feature you can download large files in smaller pieces and later merge the pieces together to reconstruct the main file.
This feature might be useful when you are low on disk space on your downloading computer or when you are only interested in a range of a file.
Retriever Download Manager 1.05
Retriever allows you to download files from the internet easier and with more control than from your web browser. more>>
Retriever allows you to download files from the internet easier and with more control than from your web browser, with it you can resume interrupted downloads at any time thats convenient or even schedule downloads to occur when youre away from your computer. Even if one server is too busy to accomodate you Retriever will automatically switch to another to continue your download.
You can even temporarily pause your download and resume it instantly a few minutes later.
No matter how many times your download is interrupted or stopped Retriever gives you a successful download.
Retriever is highly reliable and customizable.
Downloads can be input manually into the program or captured from the clipboard.
You can also drag and drop links onto the download list to capture them. If a selection of text is dropped, it will be parsed for links, you can use this behaviour to add multiple files at once.
Main features:
- Resumable FTP and HTTP downloads.
- Support for BitTorrent transfers (starting with version 0.905).
- FTP and HTTP server authentication.
- supports HTTP, FTP and SOCKS proxies with authentication.
- Ability to add file download mirrors.
- Scheduled downloading.
- Pausable downloading.
- Execute external application on download start and/or completion.
- User customizable icons. See the file "Icon-Set.txt"in the icons/default.zip archive for details.
Enhancements:
- Removed "resume" button, paused downloads are now resumed with the "start download" button.
- Referer information can now be edited or input manually.
- Fixed problem with FTP servers that did not use the default port.
- Fixed issue where status information would be incorrect.
InstallJammer 1.1
InstallJammer is a multiplatform GUI installer. more>>
InstallJammer is a re-design of my previous installer, InstallBase. The initial release has not been done yet, but it should be released very soon.
Main features:
- A full-featured install builder.
- Installs are packaged in single binary executables for each platform making web distribution easy.
- Support for multiple install themes.
- Default install themes that resemble popular, commercial installers.
- A high level of configurability.
- Built-in support for Windows and Linux conventions.
- Automatic creation of an uninstaller.
- Easily extended to new platforms.
Beijing 2008 Icons for Linux -
This iconset will help you customize your projects more>> Along came 2008 and one of the most expected and vivid events of this year is clearly the Olympics in Beijing. The preparation for this event is in full course and we are trying not to lag behind. Chinese designer Han Meilin drew the symbol or rather symbols of Fuwa. And our TurboMilk designer Olesia Kozlova who highly praised the style of the Olympics produced icons for these symbols.
Logo and Fuwa characters copyright The Beijing Organizing Committee for the Games of the XXIX Olympiad.
NOTE: Free to use for personal non-commercial purposes<<less
dl Download Ticket Service 0.1
dl Download Ticket Service project is a minimalist and rough download ticket service with automatic expiration, written in PHP. more>>
Installation:
Copy the "htdocs" directory to a directory of choice under your web server. Configure the needed parameters inside "include/config.php" to reflect the external url, main password, etc. The "include" directory must not be accessible: if you use apache, the included .htaccess file should be sufficient; consult your web server documentation otherwise.
A spool directory outside of the web server root must be accessible to the web server process. In the example "include/config.php" this is configured as "/var/spool/dl". If you web server runs as "nobody:nogroup", issue:
mkdir -p -m770 /var/spool/dl
chgrp nogroup /var/spool/dl
to create correctly this directory.
The maximal upload limit is determined by several PHP configuration parameters:
file_uploads: must be "On".
upload_tmp_dir: ensure enough space is available.
upload_max_filesize: change as needed.
post_max_size: must be at least 1M larger than upload_max_filesize.
The upload limit as shown in the submission form is determined automatically from the upload_max_filesize parameter. You can also set these parameters with ini_set() inside "include/config.php" or through apaches directives to localize them to the installation path.
There are several bugs in the dba_open() function in PHP 4.x which cannot be fixed. If you can, upgrade PHP to at least 4.3.5. If you cannot upgrade, you need to configure the "$dbHandler" parameter to something available to your PHP installation (usually db3/db2/dbm) and use the Berkeleys DB "db4_load" utility to create an empty database:
echo | db4_load /var/spool/dl/data.db
echo | db4_load /var/spool/dl/user.db
chmod 770 /var/spool/dl/*.db
chgrp nogroup /var/spool/dl/*.db
Depending on your system, you may have to use "db3_load/db2_load/etc" instead of "db4_load". Sometimes these utilities are part of "db*-util" packages under several linux distributions. If you have PHP 4.3.5 or greater, this is done automatically.
Ticket expiration is performed automatically when any web page is requested. This means that expired downloads will still occupy space on the spool directory until a web page is first serviced. If you need to ensure that the spool is purged regularly (for very low traffic servers), setup a scheduled job that requests the "http://dl.example.com/d/" page. Under UNIX, setup a cron entry like this:
0 0 * * * wget -q -O /dev/null "http://dl.example.com/d/" > /dev/null
Version restrictions:
- Tested with all mayor and minor browsers.
- Tested with PHP 4.2/4.3.
- Byte ranges are currently not supported.
- The submit button is not disabled correctly with Internet Explorer 6 (works on other graphical browsers however).
Download Sort 2.5.7
Download Sort is a Firefox extension that automatically saves downloaded files to different directories. more>>
Lime Wire 2008 4.18.8
Download unlimited mp3s, movies, videos, music, games, applications, ebooks and more! http://lime.wire-2008.com Written in the Java programming language, LimeWire is able to run on any computer with Java Virtual Machine installed. Installers are provided for Microsoft Windows, Mac OS X, and Linux. more>>
Lime Wire 2008 - Download unlimited mp3s, movies, videos, music, games, applications, ebooks and more! http://lime.wire-2008.com
Protection Against Identity Theft
New ways to control your sensitive material.
Even Better Control Over Shared Files
Easily see and control what files you are sharing.
Built-In Browser
Browse the Web, right from LimeWire!
NO BUNDLED SOFTWARE OF ANY KIND!
No spyware. No adware. Guaranteed.
Firewall to Firewall Transfers.
Since about 60 percent of users are currently firewalled, this feature greatly increases the amount of content on the network.
Faster network connections.
Using new "UDP Host Caches", LimeWire starts up and connects faster than ever before!
Universal Plug N Play.
UPnP support allows LimeWire to find more search results and have faster downloads.
iTunes Integration.
Windows and Mac users can now take advantage of LimeWires iTunes integration.
Creative Commons Integration.
LimeWire now recognizes OGGs and MP3s licensed under a Creative Commons License.
Users can browse the network for the most recent content additions.
Search drill down results.
Searches in LimeWire now immediately display information that fully describes files.
Proxy support.
Users can now use web proxies to route their downloads to protect their identity.
Support for International searches and International groups.
Users can now search in any language, and LimeWire ensures that a user will be connected to other users with their own language to aide international users to receive search results in their native language and to find content from sources that are close to home
Enhancements:
Version 4.18.8
none
System Requirements:<<less
wxDownload Fast 0.6.0
wxDownload Fast (also known as wxDFast) is an open source download manager. more>>
Besides that, it is a multi-threaded download manager. This means that it can split a file into several pieces and download the pieces simultaneously.
Created in C++ using the wxWidgets(wxWindows) library.
Main features:
- Faster downloads (with Segmented/Multi-threaded/Accelerated transfers)
- Download resuming (Pause and restart where you stopped)
- Download scheduling
- Organizes files you have already downloaded
- View server messages (HTTP, FTP, file://). No HTTPS support.
- Available in multiple languages and easily translated. Now available in Portuguese [Brazil], Spanish, English and German
- Connection to FTP servers which require a password
- Calculates the MD5 checksum of downloaded files so they can be easily verified
Downloads in Tab 0.0.5
Downloads in Tab is an extension which opens Downloads manager in tab from Tools menu. more>>
Opens "Downloads" manager in tab from Tools menu or automaticlly when a download starts, when in options you uncheck "Show the Downloads window when downloading a file"
To use tab, in Firefox Options dialog uncheck "Show the Downloads window when downloading a file"
To use window, in Firefox Options dialog check "Show the Downloads window when downloading a file"
To use neither, disable or remove this extension and in Firefox Options dialog uncheck "Show the Downloads window when downloading a file" which will restore original functioning.
htmlobserver 0.8a
htmlobserver project is a program that downloads a Web page at regular intervals, and searches it for regular expressions. more>>
All HTML tags are removed, and the remaining text is searched for regular expressions, which can be defined in a list.
Matching rows are displayed in a panel, and different alarms may be triggered. The alarms are repeated when the result set changes.
Ultimate++ IDE for liunx 2008.1
A set of libraries (GUI, SQL, etc..), and an integrated development environment. more>> Ultimate++ is a C++ cross-platform rapid application development suite focused on programmers productivity. It includes a set of libraries (GUI, SQL, etc..), and an integrated development environment.
Rapid development is achieved by the smart and aggressive use of C++ rather than through fancy code generators. In this respect, U++ competes with popular scripting languages while preserving C/C++ runtime characteristics.
The U++ integrated development environment, TheIDE, introduces modular concepts to C++ programming. It features BLITZ-build technology to speedup C++ rebuilds up to 4 times, Visual designers for U++ libraries, Topic++ system for documenting code and creating rich text resources for applications (like help and code documentation) and Assist++ - a powerful C++ code analyzer that provides features like code completion, navigation and transformation
TheIDE can work with GCC, MinGW and Visual C++ 7.1 or 8.0 compilers (including free Visual C++ Toolkit 2003 and Visual C++ 2005 Express Edition) and contains a full featured debugger. TheIDE can also be used to develop non-U++ applications.
U++ distributions combine U++ with 3rd party tools like MinGW compiler or SDL library to provide an instant development platform<<less

Mandriva Linux 2008
Mandriva Linux One 2008 is the best way to start using Linux. more>> Mandriva Linux One 2008 is the best way to start using Linux. A full Linux operating system on a single CD for both new and experienced Linux users, it is fast to download and install, and also safe to try with a live mode. One is really the one CD you need!
<<less