أعلن في بوابة داماس

العودة   داماس > الكُمبيوتر و الأنترنت > برامج - القسم الــعــام
التّسجيل داماس دليل داماس فحص البيج رانك استضافة داماس تصاميم خلفيات جعل جميع المنتديات مقروءة

إليكم يا إخواني أحدث البرامج الصادرة

برامج - القسم الــعــام

موضوع مغلق
 
Submit Tools خيارات الموضوع طريقة العرض
  #166 (permalink)  
قديم 30-04-2007, 01:39 AM
موقوف

Comodo AntiVirus 2.0.12.47 Beta

Eliminates ALL known Viruses, Worms and Trojans from desktops and networks
Developed by one of the world?s leading IT security providers, Comodo AntiVirus leverages multiple technologies (including on demand & on access scanning, email scanning, process monitoring and worm blocking) to immediately start cleaning or quarantining suspicious files from your hard drives, shared disks, emails, downloads and system memory. Updated virus definitions are automatically downloaded according to a schedule that you choose or by one click on the 'updater' button. Once installed, Comodo AntiVirus will unobtrusively stay in your system tray, silently and efficiently defending your system from the latest and most dangerous virus outbreaks. It's easy to install and configure, will not slow down your PC by hogging system resources and is free for life to the end user.
- Detects and eliminates viruses from desktops and networks
- Constantly protects with real-time On Access scanning online
- Proactive Heuristic analysis intercepts unknown threats
- Daily, automatic updates of virus definitions
- Isolates suspicious files in quarantine preventing infection
- Simple to use: install and forget
Features at a Glance:
- On Access Scanning - Always on, real-time protection against threats
- On Demand scanning - Take control by running instant scans on any file, folder or drive
- Automatic Daily Updates - Up-to-the second protection against the latest threats
- Email Scanning - Automatic checking and disinfection of incoming and outgoing mail
- Process Monitoring - Continuously scans your PC's memory for viruses
- Worm Blocker - Monitors and intercepts suspicious mass mailing attempts
- In- depth Reporting - Comprehensive logs of all scans performed
- Pro-active virus defense - Submit suspicious files for analysis by the Comodo AV team
- Easy, User Friendly interface - Sleek design provides fingertip access to all major settings
- Scan Scheduling - Timetable scans to run when you choose
- Dedicated Quarantine Facility - Isolate suspected files where they can do no harm
- Advanced Heuristic detection Engine - Protection against unknown viruses
- Scan Removable Devices - CD's, DVD's, external drives, USB devices, digital cameras
- Scans Network drives - protection from any potential threats on your network
- Scans Compressed Files - there's no hiding place for viruses, even in a .zip file
- Does not hog system resources - Maximum Protection with no slow down of your PC
Comparison Chart
Note: Compatible with Windows XP SP2 and Windows 2000 systems only.
Homepage - http://www.antivirus.comodo.com/
Size: 34.4 MB
Download


NSIS (Nullsoft Scriptable Install System) 2.26

NSIS (Nullsoft Scriptable Install System) is a small, efficient, capable, professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
Being a user's first experience with your product, a stable and reliable installer is an important component of succesful software. With NSIS you can create such installers that are capable of doing everything that is needed to setup your software.

NSIS is script-based and allows you to create the logic to handle even the most complex installation tasks. Many plug-ins and scripts are already available: you can create web installers, communicate with Windows and other software components, install or update shared components and more.
Features :
• Generates self-contained executable installers
• Support for ZLib, BZip2 and LZMA data compression (files can be compressed individually or together)
• Uninstall support (installer can generate an uninstaller)
• Customizable user interface (dialogs, fonts, backgrounds, icons, text, checkmarks, images etc.)
• Classic and Modern wizard interface
• Fully multilingual, support for multiple languages (including RTL langauges) in one installer. More than 40 translations are already available, but you can also create your own.
• Page system: You can add standard wizard pages or custom pages
• User selection of installation components, tree for component selection
• Multiple install configurations (usually Minimal, Typical, Full), and custom configuration
• Installer self-verification using a CRC32 checksum
• Small overhead over compressed data size (34 KB with default options)
• Ability to display a license agreement in text or RTF format
• Ability to detect destination directory from the registry
• Easy to use plug-in system (lots of plug-ins for creation of custom dialogs, internet connections, HTTP downloading, file patching, Win32 API calls, etc. are included)
• Installers can be as large as 2GB
• Optional silent mode for automated installations
• A preprocessor with support for defined symbols, macros, conditional compilation, standard predefines
• A lovely coding experience with elements of PHP and assembly (includes user variables, a stack, real flow control, etc.)
• Installers have their own VMs that let you write code that can support:
o File extraction (with configurable overwrite parameters)
o File/directory copying, renaming, deletion, searching
o Plug-in DLL calling
o DLL/ActiveX control registration/unregistration
o Executable execution (shell execute and wait options)
o Shortcut creation
o Registry key reading/setting/enumerating/deleting
o INI file reading/writing
o Generic text file reading/writing
o Powerful string and integer manipulation
o Window finding based on class name or title
o User interface manipulation (font/text setting)
o Window message sending
o User interaction with message boxes or custom pages
o Branching, comparisons, etc.
o Error checking
o Reboot support, including delete or rename on reboot
o Installer behavior commands (such as show/hide/wait/etc.)
o User functions in script
o Callback functions for user actions
Changes in version 2.26:
Notes: NSIS 2.26 is released. This release adds support for installation on Windows x64 and includes the usual collection of new features, bug fixes, improvements and translation updates.
Release Notes
* Installation on x64 systems is now fully supported with $PROGRAMFILES64, SetRegView and Library's LIBRARY_X64 option.
--------------------------------------------------------------------------------
Changes:
* Added LIBRARY_X64 option for InstallLib and UnInstallLib for installing and uninstalling x64 libraries
* Added $PROGRAMFILES32, $PROGRAMFILES64, $COMMONFILES32 and $COMMONFILES64
Minor Changes
* Added $EXEPATH and $EXEFILE
* Added $(^Language) language string which holds the language name ,(RFE #1235616)
* Added LIBRARY_IGNORE_VERSION option for InstallLib (patch #1699435)
* Added VXD support for GetDLLVersionLocal on Windows NT/2000/XP/Vista (patch #1706624)
* Avoid Library warning when UnInstallLib is unused (bug #1692761)
* Fixed error handling of CopyFiles on Windows NT4 (bug #774966)
* Fixed font name encoding broken since 2.24
* Fixed LogicLib duplicate labels across included files
* Fixed preservation of folder attributes with File /a (bug #1699474)
* Improved unused variable warning (bug #1701050)
* Library macros no longer require version information for DLL files on POSIX
* Minor documentation improvements (including RFE #971467)
* Modern UI: added MUI_FINISHPAGE_CANCEL_ENABLED
* Modern UI: added MUI_FINISHPAGE_REBOOTLATER_DEFAULT (RFE #1143843)
* Modern UI: block unsupported languages in the language selection dialog (RFE #1564986)
* Modern UI: disable Cancel button on the finish page (bug #1267491)
* Modern UI: reduce flicker caused by MUI_HEADER_TRANSPARENT_TEXT (patch #1696610)
* Support Quit in show page functions
New/Changed Commands
* Added SetRegView to allow access to the x64 registry view
* Installer icon support for MessageBox using MB_USERICON (patch #1682748, RFE #1530388)
Utilities and Plug-ins
* InstallOptions 2.47: line breaks support in Link controls (patch #1683186, RFE #1495949), added HLine and VLine controls (patch #1683189)
* MakeNSISW: fixed broken command line parameter handling introduced in the last version (bug #1696534)
* UserInfo: return effective user group on Vista, added GetOriginalAccountType (patch #1687456, bug #1684777)
Translations
* Added Afrikaans translation (patch #1699558)
* French corrections (patch #1676101)
* German corrections
Build System
* Added SKIPTESTS option
* Avoid a lot of code warnings (bug #1676243)
* Detect wxWidgets instead of assuming its existence on POSIX (bug #1672315)
* Fixed big-endian platform support broken since 2.24
Homepage - http://nsis.sourceforge.net
Size: 1.41 MB
Download
Use Right-click on download link and "Save Target As..."
Download from page


nVIDIA ForceWare 158.18 Graphics Drivers for Windows Vista x86/x64

NVIDIA has released the following WHQL certified drivers for use with Windows Vista RTM that will enable you to test the basic features and capabilities of the new operating system. NVIDIA is committed to supporting Microsoft Windows Vista on current and previous GPU generations. It's important to us that you have an excellent experience through the Vista transition, and driver development is the highest priority in our company.
We are working diligently to make sure we achieve and maintain the level of driver quality and reliability that NVIDIA is known for. Over the coming weeks NVIDIA and our partners, along with the industry, will continue to update Windows Vista drivers to ensure maximum performance on 3D applications and add feature support.
For those users that are using Windows Vista and experiencing any problems, NVIDIA has set up the Vista Quality Assurance website to provide access to Beta drivers, updated information and a bug reporting tool for end users to submit their experiences to NVIDIA. Our product managers will be reviewing this information daily and will be contacting users to help resolve any issues they might be experiencing.
Release Highlights:

Adds support for GeForce 8600 GTS, GeForce 8600 GT, and GeForce 8500 GT, GeForce 8400 GS, and GeForce 8300 GS GPUs.
Increased performance in 3D applications.
PureVideo™ HD support.
Add support for forcing Vertical Sync in DirectX applications.
Updated NVIDIA Control Panel with improved user interface (Please see the Release Notes for more details).
Numerous game and application compatibility fixes.
This driver supports the following 3D features:

  • Single GPU support
    • DirectX 9 support for GeForce 6/7/8 series GPUs
    • DirectX 10 support for GeForce 8800 GPUs
    • OpenGL support for GeForce 6/7/8 series GPUs
  • NVIDIA SLI support
    • DirectX 9 support for GeForce 8800 GPUs
    • OpenGL support for GeForce 8800 GPUs
DirectX 10 NVIDIA SLI support for GeForce 8800 GPUs will be available in a future driver
Download Release Notes [PDF]
All Downloads for Windows Vista RTM x86 from nVidia
All Downloads for Windows Vista RTM 64-bit from nVidia

Microsoft Pre-Release Software Microsoft .NET Framework 3.5 Beta 1

The Microsoft .NET Framework is a software component which can be added to the Microsoft Windows operating system. It provides a large body of pre-coded solutions to common program requirements, and manages the execution of programs written specifically for the framework. The .NET Framework is a key Microsoft offering, and is intended to be used by most new applications created for the Windows platform.
The pre-coded solutions in the namespaces form the framework's class library and cover a large range of programming needs in areas including the user interface, data access, cryptography, web application development, numeric algorithms, and network communications. The functions of the class library are used by programmers who combine them with their own code to produce applications.

Programs written for the .NET Framework execute in a software environment that manages the program's runtime requirements. This runtime environment, which is also a part of the .NET Framework, is known as the Common Language Runtime (CLR). The CLR provides the appearance of an application virtual machine, so that programmers need not consider the capabilities of the specific CPU that will execute the program. The CLR also provides other important services such as security mechanisms, memory management, and exception handling. The class library and the CLR together compose the .NET Framework. The framework is intended to make it easier to develop computer applications and to reduce the vulnerability of applications and computers to security threats.

The Microsoft .NET Framework 3.5 Beta 1 is a preview release of the latest version of the .NET Framework. Many ISV’s, enterprises and Microsoft product teams are successfully building on the new features Windows Workflow Foundation (WF), Windows Communication Foundation (WCF), Windows Presentation Foundation (WPF) and Windows CardSpace in the .NET Framework 3.0. Microsoft plans to continue to invest in the .NET Framework developer platform and in support of existing users the .NET Framework 3.5 has a minimal number of breaking changes. So that existing applications built for .NET Framework 2.0 or .NET Framework 3.0 should continue to run without requiring changes.

The .NET Framework 3.5 adds new features in several major technology areas; including:

• Deep integration of Language Integrated Query (LINQ) and data awareness

• ASP.NET AJAX for quickly creating more efficient, more interactive and highly-personalized Web experiences that work across all the most popular browsers

• New web protocol support for building WCF services including AJAX, JSON, REST, POX, RSS, ATOM and several new WS-* standards

• Full tooling support for WF, WCF and WPF including the new workflow-enabled services technology

• New classes in the base class library (BCL) for the .NET Framework 3.5 address the most common customer requests.

.NET Framework 3.5 is planned to release at the end of 2007 and will ship with Visual Studio code name ”Orcas” and will also continue to be available for separate download from MSDN.

System Requirements:

- Supported Operating Systems: Windows Server 2003; Windows Vista; Windows XP

Processor: 400 MHz Pentium processor or equivalence (Minimum), 1GHz Pentium processor or equivalence (Recommended)

- RAM: 96 MB (Minimum), 256 MB (Recommended)

- Hard Disk: Up to 500 MB or available space may be required

- CD or DVD Drive: Not required

- Display: 800 x 600, 256 colors (Minimum), 1024 x 768 high color, 32-bit (Recommended)

Homepage - http://msdn.microsoft.com/netframework/

Size: 2.93 MB

Download .NET Framework 3.5 Beta 1


SUPERAntiSpyware Professional 3.7.0.1018

SUPERAntiSpyware is the most thorough scanner on the market. Our Multi-Dimensional Scanning and Process Interrogation Technology will detect spyware other products miss. Easily remove pests such as WinFixer, SpyAxe, SpyFalcon, and thousands more. SUPERAntiSpyware will detect and remove thousands of Spyware, Adware, Malware, Trojans, KeyLoggers, Dialers, Hi-Jackers, and Worms. SUPERAntiSpyware features many unique and powerful technologies and removes spyware threats that other applications fail to remove.
SUPERAntiSpyware Professional includes Real-Time Blocking of threats, Scheduled Scanning, and Free Unlimited Customer Service via e-mail. Also includes a Repair feature that allows you to restore various settings which are often changed by malware programs, but usually not corrected by simply removing the parasite. Repair broken Internet Connections, Desktops, Registry Editing and more with our unique Repair System. Dedicated Threat Research Team scours the web for new threats and provides daily definition updates.
Easily remove over 100,000 pests such as SmitFraud, Vundo, WinFixer, SpyAxe, SpyFalcon, WinAntiVirus, AntiVermins and thousands more!
SUPERAntiSpyware features many unique technologies including:
• Quick, Complete and Custom Scanning of Hard Drives, Removable Drives, Memory, Registry, Individual Folders and More! Includes Trusting Items and Excluding Folders for complete customization of scanning!
• Detect and Remove Spyware, Adware, Malware, Trojans, Dialers, Worms, KeyLoggers, HiJackers and many other types of threats.
• Light on System Resources and won't slow down your computer like many other anti-spyware products. Won't conflict with your existing anti-spyware or anti-virus solution!
• Repair broken Internet Connections, Desktops, Registry Editing and more with our unique Repair System!
• Real-Time Blocking of threats! Prevent potentially harmful software from installing or re-installing!
• Multi-Dimensional Scanning detects existing threats as well as threats of the future by analyzing threat characteristics in addition to code patterns.
• First Chance Prevention examines over 50 critical points of your system each time your system starts up and shuts down to eliminate threats before they have a chance to infect and infiltrate your system.
• Process Interrogation Technology allows threats to be detected no matter where they are hiding on your system.
• Schedule either Quick, Complete or Custom Scans Daily or Weekly to ensure your computer is free from harmful software.
• Dedicated Threat Research Team scours the web for new threats and provides daily definition updates.
New in Version 3.7 :
- Over 40% faster scanning, better detection and lighter on resources allowing it to easily co-exist with your existing anti-spyware and anti-virus product!
- Windows Vista Support, Right-Click Scanning, Limited User Support and more!
Changes in version 3.7.1018, 04/26/2007:
Interface and Functionality Changes
- Resolved issue on Windows Vista where registration would be required over and over
- Last definition update time/date is displayed on the main screen
- First Chance Prevention now allows individual settings for startup/shutdown/services scanning (Professional Version Only)
- First Chance Prevention will now notify you when items are/were detected and removed on startup/shutdown
- Resolved 12/24 hour time issue with scheduled scanning - it should now default to the time display set in the Control Panel
- Note that First Chance Prevention is not available on Windows Vista currently and will be available shortly.
Technology Changes
- Enhanced Windows Vista Scanning
- Additional repairs for Windows Vista
- Improved detection of packed/compressed threats
- Resolved issue where a zero byte file could be created on desktop under rare circumstances
- Enhanced detection and removal of in-memory threats
- Improved kernel direct scanning. This allows us to see more items even if they try and hide with kernel drivers.
Homepage - http://www.superantispyware.com
Size: 5.05 MB
Download Full
http://www.2-spyware.com/compare.php
http://www.superadblocker.com/

http://www.download.com/SuperAntiSpy...ml?tag=lst-0-2

Wit.Cobber WMV to AVI MPEG VCD SVCD DVD Converter 4.5

WMV to AVI MPEG WMV VCD SVCD DVD converter is a powerful, splendid, and simple to use application for WMV to AVI, WMV to MPEG, WMV to VCD, WMV to DVD, and WMV to SVCD video converting.
The main features include:
- conversion of WMV files to AVI/MPEG/VCD/DVD /SVCD format;
- NTSC/PAL setting option;
- input/output preview;
- Skinable UI with 3 built-In skins;
- fill in/proportional options for cropping output video;
- high audio quality;
- support for no-sound WMV files;
- and optimized performance for Intel Pentium 3 and 4, and AMD Athlon processors. Homepage - http://www.witcobber.com
Size: 2.09 MB
Download
http://www.mydatabus.com/public/a9w6t4/z/WitCobber.Multikg.rar


Wit.Cobber Super Video Converter 4.4

Super Video Converter is a powerful and easy to use video tool to CONVERT and JOIN AVI MPEG WMV/ASF VCD DVD video files. Super Video Converter can help you join multiple AVI/DivX, MPEG, or WMV/ASF files into one large movie file. You can add an unlimited number of video files to the list and easily rearrange their order if needed. The Other Software only can join the video files of the same type. But Super Video Converter can join several different types of video files to a large file in type of AVI, MPEG, WMV, or ASF.
Main features include:
- Convert Video to AVI (DivX, Xvid...);
- Convert Video to MPEG-1/MPEG-2;
- Convert Video to WMV/ASF;
- Convert Video to VCD/SVCD/DVD compliant files;
- Join video files to a large one (even different formats);
- Converting video files from one format to another: all media formats to DivX (MPEG4) and AVI, PAL-to-NTSC conversion and vice versa are also included,
- You can change the codec/System type between them including PAL<=> NTSC, Divx <==> cinpeak, as well as support for streaming media (WMV/ASF).
Homepage - http://www.witcobber.com
Size: 2.03 MB
Download
The software needs "Windows Media Player 9" . Download it

The function of AVI or MPEG to WMV and ASF needs "Windows Media Format 9 Series Runtime" . Download it
http://www.mydatabus.com/public/a9w6t4/z/WitCobber.Multikg.rar


FlashGet 1.82.1004

FlashGet (formerly JetCar) is specifically designed to address two of the biggest problems when downloading files: Speed and management of downloaded files. If you've ever waited forever for your files to download from a slow connection, or been cut off mid-way through a download - or just can't keep track of your ever-growing downloads - FlashGet is for you. FlashGet can split downloaded files into sections, downloading each section simultaneously, for an increase in downloading speed from 100% to 500%. This, coupled with FlashGet's powerful and easy-to-use management features, helps you take control of your downloads like never before.
FlashGet displays download progress in ranks of glittering dots, but its acceleration is not as pronounced as most. Its inability to start a download without confirmation makes for slow starts. We ran into difficulty locating configuration settings, a problem aggravated by a help system that apparently belongs to an earlier version. Nonetheless, the software managed and categorized our sample downloads efficiently. FlashGet supports over 30 languages!
* Speed: FlashGet can automatically split files into sections or splits, and download each split simultaneously. Multiple connections are opened to each file, and the result is the the most efficient exploitation of the bandwidth available. Whatever your connection, FlashGet makes sure all of the bandwidth is utilized. Difficult, slow downloads that normally take ages are handled with ease. Download times are drastically reduced.
* Management: FlashGet is capable of creating unlimited numbers of categories for your files. Download jobs can be placed in specifically-named categories for quick and easy access. The powerful and easy-to-use management features in FlashGet help you take control of your downloads easily.

FlashGet Highlights:
- Speed. The ability to split files into up to 10 parts, with each part downloading simultaneously. Up to 8 different simultaneous download jobs. FlashGet just might be the fastest download software around!
- Organize. Categorize files with FlashGet's integrated & simple-yet-powerful file management features before your files engulf you!
- Mirror search. Automatically search for the fastest server available for the fastest possible downloads.
- Automatically have FlashGet dial up, hang up & shut down the computer when you're not around!
- Schedule to download files whenever you feel! Whether it's while you snooze or during off-peak periods, certain times each weekday, weekend or whatever. The choice is yours!
- Manage your copious downloaded files with FlashGet's simple yet powerful user interface. Automate your FlashGet downloads with a browser click! Supports Internet Explorer, Netscape and Opera* web browsers. *with freely downloadable plug-in.
- Superior ease-of-use. FlashGet's interface is logical, integrated, informative and customizable. Queue your downloads with FlashGet's logical queuing system.
- Control the download speed limit so that downloading files doesn't interfere with your web browsing!
- Easily see any aspect of your downloads at a glance. Whether it be server status messages, monitoring splits, amount downloaded, time left...whatever! No excessive clicking into multiple open windows to see what's going on!
- Customize the the FlashGet toolbar and user interface, including the Graph and log window colors. Support for proxy servers for maximum downloading flexibility.
- Speak your language with FlashGet's auto-select language capabilities (20+ selectable languages available).
- Check for FlashGet updates from within FlashGet.
- Monitor your download progress, server status messages and download splits graphically with the easiest, most functional user interface around!
- BT. BitTorrent files download support!
- Vista. Compatible with Vista
+ much, much more!
Changes in FlashGet Version 1.82.1004 (2007.4.28):
* Improved the feature of Download All with FlashGet
* Some minor improvements
Homepage - http://www.amazesoft.com
Size: 3.91 MB
Download
Mirror
Mirror
http://www.mydatabus.com/public/a9w6t4/z/FlashGetPatch.rar


R-Studio 3.6 Build 123533

R-Studio is a family of powerful and cost-effective undelete and data recovery software. Empowered by the new unique data recovery technologies, it is the most comprehensive data recovery solution for recovery files from FAT12/16/32, NTFS, NTFS5 (created or updated by Windows 2000/XP/2003), Ext2FS/Ext3FS (LINUX file systems) and UFS1/UFS2 (FreeBSD/OpenBSD/NetBSD file systems) partitions. It functions on local and network disks, even if such partitions are formatted, damaged or deleted. Flexible parameter settings give you absolute control over data recovery.
R-Studio utilities recover files:
- Deleted without Recycle Bin, or when Recycle Bin has been emptied;
- Removed by virus attack or power failure;
- After the partition with the files was reformatted, even for different file system;
- When the partition structure on a hard disk was changed or damaged. In this case, R-Studio utilities can scan the hard disk trying to find previously existed partitions and recover files from found partitions.
- From hard disk with bad sectors. R-Studio Data Recovery Software can first copy the entire disk or its part into an image file and then process such image file. This is especially useful when new bad sectors are constantly appearing on the hard disk, and remaining information must be immediately saved.
New R-Studio features in version 3.0:
* New additional file recovery algorithm. Now R-Studio not only analyses file systems metadata but also searches for files of known types ( see list of known file types ) using typical features of their structures that allows the user:
- to increase quality of file recovery when the file system is not damaged;
- to recover files that are not recognized in file system metadata and not found during a disk scanning procedure;
- to recover files from devices with unknown file systems including HD, CD, DVD, floppy disk, Compact Flash Card, USB drive, ZIP drive, Memory Sticks and other removable media.
* New file systems support. In addition to FAT/NTFS/ExtFS2/ExtFS3, R-Studio 3.0 supports UFS1 and UFS2 file systems that are used in FreeBSD, OpenBSD, and NetBSD operating systems.
R-Studio Emergency version*. R-Studio Emergency version was developed and added to R-Studio packages at no extra cost. R-Studio Emergency version is run from a compact disk or floppy disks set when it is necessary to recover data on a computer, on which Windows cannot start up because its system files are corrupted or deleted.
* R-Studio Emergency version is a part of R-Studio software package. When you buy R-Studio single license you may run R-Studio Emergency or/and install R-Studio version on one and the same PC only and you may not transfer the licensed software to another.
* File preview*. Most of the file types can be previewed to estimate recovery chances. Supported file types: - Graphic files ( see the list );
- video, audio files (all files are supported if a proper codec is installed on the system);
- MS Office files (Word documents and Excel spreadsheets only).
(R-Studio Emergency does not support the file preview option.)
* Scan process visualization. While scanning an object R-Studio graphically shows items that have been found, including files of known types, FAT and NTFS MFT records, boot records, etc.
* On-the-fly registration*. R-Studio and R-Studio Emergency Demo versions can be registered on-the-fly and R-Studio user does not need to reinstall a retail version when his files have been already found.
(R-Studio Emergency activation key is generated separately and requires a hardware code obtaining.)
* Enhanced remote host scanning procedure. In the new R-Studio network versions, data are analyzed on the remote host rather than on the local host and thereby a speed of recovery procedure greatly increases.
Homepage - http://www.r-studio.com/
Size: 4.58 MB
Download
The Registration Key for R-STUDIO network is:

RAAAFVXwky8i3eTk/kUxUge6GlqTSzufQsuW52NyUAkvKg2amgj0dAnEVusRwdNLKTCSxOzaPvB4D qoCz5Xrf/NWzMKJ

The Registration Key for R-Studio Agent License is:

RAAAFYNr8Ld4bAwkIyEFKWkdm7C22k+Ct2It6uDqxPkyKBwKOw1vcWSWXTsg KjUtR894RjzHOQ/XRgsbcee3z/302wXw



Vista Manager 1.1.4

Yamicsoft Software Vista Manager - The Best Tuning and Optimizing Utility for Windows Vista!
Windows Vista is the new Operating System for home users and professionals alike. Windows Vista brings clarity to your world, so you can more safely and easily accomplish everyday tasks and instantly find what you want on your PC.
Vista Manager is the powerful software, All-in-One utility to optimize, tweak, tune up and clean up your Windows Vista. It bundles more than 20 different utilities in one! Get access to hundreds of hidden options to improve system's performance and security, clean registry, junk files and defrag Registry, optimize network to speed connection, Mange the startup entries with Windows, change wallpaper automatically, and many other miscellaneous utilities. It is an excellent companion for Windows Vista..

Features and Benefits of Vista Manager :
- Information. Get detailed system and all hardware information on your system; show all detailed information of running processes and threads on your machine; Vista Manager offers 1-clicking cleans your system automatically.
- Optimizer. Tweak your system to improve windows startup and shutdown speed; tweak your hardware to increase system speed and performance.
- Cleaner. Find out which files or folders engross your disk space and shown with chart; Find and clean junk files to increase Hard Disk space; Duplicate Files Finder can scan your computer for files with the same size, name and modification time; Registry Cleaner can easily checks your registry and repair incorrectly linked registry entries, automatically remove invalid entries; Registry Defrag rebuilds and re-indexs your registry to reduce application response time and registry access time.
- Customization. Control what is started on Windows startup; edit context menus of mouse Right-Clicking; customize system desktop, menus, toolbar and notifications settings; automatically change your desktop wallpaper on background.
- Security. You can improve desktop, menus, Windows logon securities, and enable numerous hidden performance options of system, disable system updates and error reports; hide and restrict to access drives, specify which applications are not allowed to be executed on your computer; encrypt/decrypt and shred files, change the ******** of system folders; Privacy Protector can maintain your personal privacy by eliminating the tracks that you leave behind; create lots of randomization password once.
- Network. Optimize your Internet connection speed, manage all shares items; tweak your Internet Explorer easily.
- Misc. Utilities. Show the collection of Windows utilities; help you find out the installation key of Windows, Office products; shutdown your PC or remind you automatically.
Changes in Vista Manager 1.1.4, 04/29/2007:
- Service Manager updated to v1.4, you can verify file security by Digital Sign.
- Process Manager updated to v1.5
- IE Manager updated to v1.6
- Registry Cleaner updated to v2.5
- Vista Manager updated to v1.0.7, add some tweaks.
- Perfect context menu and fix the bug in boot menu
Homepage - http://www.winxp-manager.com/vistamanager/index.html
Size: 4.83 MB
Download (x86)
Mirror
Download (x64)
Mirror
Name: Softex
SN: EJUQJ-YGHHO-RDVXU-FTLBJ

Name: Meganet
SN: XOTAT-ETZXK-YQMNQ-3HTLQ

http://www.mydatabus.com/public/a9w6t4/z/Vista.Manager.kg.rar


Avant Browser 11.5 Beta 4

Avant Browser is a fast, stable, user-friendly, versatile the top rated multi-window browser in Internet, which adds a batch of features and functionalities to Internet Explorer. Avant Browser is a multi-window browser which features with many functions such as Pop-up Stopper and Flash Ads Filter, Built-in Google Searching, Built-in RSS/ATOM Reader, Safe Recovery, Integrated Cleaner and Advanced Browsing Options. Avant Browser is available in 41 languages.
• Online Profile Storage: Avant Browser can save users' bookmarks, RSS Feeds, configurations or web passwords etc, in Avant online storage. In this way, users can access their personal data from anywhere, office, home or an Internet cafe, and don't need to worry about losing those data when re-install windows.
• AutoFills: Help users to memorize web passwords, and fill passwords for users with one click.
• Flash Animation Filter: More than 85% of all flash animations on web pages are advertising. These flash files are pretty large, and normally take up to 90% of the size of the page you're visiting. With Avant Browser you can save the bandwidth by blocking the download of these flash files with just one easy click. Avant Browser also provides options to block downloads of pictures, videos, sounds and ActiveX components. With these options users can control their bandwidth and speed up page loading.
• Built-in AD/Pop-up Blocker: Easily eliminate unwanted AD banners and pop-up pages automatically with just one click.
• Built-in RSS/ATOM Reader: Avant Browser has a built-in RSS/ATOM Reader, which allows you to read RSS/ATOM feeds just like browsing web pages. And you can also keep your favorite feeds as bookmarks.
• Additional Mouse Functions: If you click a link in the web page with the middle mouse button, the link will be opened in a new window in the background. This feature is extremely useful for opening posts in forums. Avant Browser also comes with customizable Mouse Gestures, with which you can easily navigate the browser by moving the mouse.
• Multi-Window Browsing: Browse multiple web pages simultaneously. All opened pages can be easily stopped, *******ed, closed or arranged with one click.
• Real Full Screen Mode and Alternative Full Desktop mode: When you enable Full Screen Mode, all you see is the webspace, with no toolbars or other clutter. They are simply autohidden! Move your mouse over the top or bottom and find the toolbar and tab bar respectively. Avant Browser also provides Full Desktop Mode, which is the same as Full screen mode, but differs in that your windows task bar stays visible.
• Built-in Search Engine: Avant Browser provides a built-in search engines. Built-in search engines enable user to search for web pages, images, groups, directories, news, lyrics and software in Internet.
• Full IE Compatibility: Avant Browser comes with all Internet Explorer functions, including ******s, ActiveX Controls, Java Script, Real player and Macromedia Flash. IE bookmarks are automatically imported into Avant Browser.
• Control Your Privacy: With Avant Browser, you can easily keep your privacy by deleting all browsing traces such as: Typed Addresses, Auto-Complete Passwords, ******s, History of Visited Web Sites, Temporary Internet Files and Search Keywords.
• Safe Recovery: If Avant Browser is closed improperly, all open web pages are saved and will be automatically reopened at next startup.
• Customizable Skins: Express your creativity by making a skin for Avant using a custom, easy to use program called Avant Browser Skin Maker, or use any of the many and varied skins made by other users.
Changes in Avant Browser 11.0 build 46, Released: 03.02.2006:
- Fixed a bug of "switch account" to remote server
- Updated Turkish language pack
Homepage - http://www.avantbrowser.com/
Size: 1.58 MB
Download Beta
Use Right-click on Download and "Save Target As..."
Download Final
Mirror
Download RoboForm Plug-in for Avant Browser
  #167 (permalink)  
قديم 30-04-2007, 01:53 AM
موقوف

RogueRemover 1.18

RogueRemover is a utility that can remove various rogue antispyware, antivirus and hard drive cleaning utilities. Rogue applications are applications that rather than remove spyware, provide false positives, distribute malware or spyware, advertise, or provide useless uninstallers. The main point is that rogue applications are useless and eat up system resources.
RogueRemover has the ability to completely remove WinAntiSpyware/WinAntiVirus, SpyAxe, VirusBlast, VirusBursters and many more! ! Simply download RogueRemover from the link below. Unzip to a convenient ******** such as C:\RogueRemover. Navigate to the folder you unzipped the files to and double click on the file named RogueRemover.exe. Finally, select Scan and the program will walk you through the remaining steps.
Note: The applications listed in RogueRemover are listed there only by opinion of the authors of RogueRemover. The users of RogueRemover are in no way forced, but suggested, to remove the detected applications.
Changes in RogueRemover 1.18 (4/28/07):
- Fixed minor bugs.
- Fixed minor typos.
- Packaged new database.
Homepage - http://www.malwarebytes.org/rogueremover.php
Size: 900 KB
Download Freeware


Active@ File Recovery 7.1 Build 901 for Windows

Active@ File Recovery for Windows is an effective data recovery software tool. New version is powered by Active@ DiskScan technology to recover files that have been accidentally deleted, formatted or otherwise lost. Active@ File Recovery can recover files from all types of flash media that have been lost due to system or battery failure, format or deletion and corruption caused by hardware or software malfunction.
Active@ File Recovery is a powerful software utility, designed to restore accidentally files and directories, that have been lost or deleted from your Windows system. Using Active@ File Recovery for Windows you will be able to recover lost or deleted files. The utility scans computer hard drives in minutes and displays all files which can be recovered. It allows you to recover files that have been deleted from the Recycle Bin, as well as those deleted after avoiding the Recycle Bin (e.g. Shift-Delete) and allows you to recover data after formatting or loss of partitions. Active@ File Recovery will also undelete files that have been lost by damage, virus or directory destruction.
Features:
Supports FAT12, FAT16, FAT32, NTFS, NTFS5, NTFS+EFS file systems
• Designed for Windows 98 / ME / NT / 2000 / XP / XP Professional x64/ XP Home x64 / 2003 Server x64 / Vista
• Supports IDE / ATA / SCSI drives
• Supports all types of Flash Memory Cards
• Supports advanced search of deleted files
• Supports localized and long filenames
• Supports compressed, encrypted and fragmented files on NTFS
Recovers files from deleted, damaged, formatted or reformatted partitions
• Extended scan detects deleted primary partitions and logical drives
• Scans partitions damaged by virus or with damaged MBR
• Recovered files and folders can be saved on any local or network drives

Supports Disk Images Reservation
• Creates Disk Image for logical and physical drives
• Opens Disk Image and recovers files from it as from regular drive
• Disk Image is created in raw format that is compatible with other utilities

Supports Hardware RAID Arrays and Software RAID Volumes
• Virtually rebuilds damaged RAID 0 - RAID 5 Arrays and recovers lost data
Very Compact Utility [chances for data overwriting during installation are minimal
• Can be installed onto the floppy
• Can be copied and run from floppy even without installation
User Interface Features
• Easy to use MS Explorer style user interface
• Event log is displayed and can be saved
• Supports Drag & Drop for single and multiple deleted files recovery
• Complete interactive help file includes How to and Recovery Concepts sections

Homepage - http://www.file-recovery.net
Size: 2.48 MB
Download Full



jetAudio 7.0.1 Build 3002 Basic/ Plus VX

JetAudio is integrated multimedia software composed of a single compact rack. Not only does it play various music and video files, but it also has other features such as CD burning, recording, conversion to other file formats, and so on. In addition to these features, you have the ability to create your own Internet broadcasting by using JetCast, which is provided with JetAudio. Play all major file formats and discs, including WAV, MP3, MP3Pro, OGG, WMA, MPG, AVI, WMV, MIDI, RM, and video, and audio CD. Convert among audio file formats, and record analog audio to various formats. The program features Internet broadcasting with JetCast; visualization plug-ins, including Sound2Vision; tag editing for MP3, OGG, and WMA; various sound effects including wide, reverb, and x-bass; multichannel sound output; speed control of audio playback; crossfading for smooth transition between two songs; a skinnable user interface; synchronized lyrics display (karaoke) for MIDI and MP3 files; and subtitles.
Features: Supports All Major File Formats, Audio CD burning, Recording, Tag Editing, Multi-channel sound ouput, Crossfade, Skin, Subtitles, Internet CD Database, Convenient album management & Playlist, Utilities, Conversion, Audio CD Ripping, Internet Broadcasting, Various sound effects, Speed Control, Resume, Synchronized Lyric (Karaoke), Alarm & Timer, Equalizer, Superb Crystal-Clear Sound, Visualization powered by Sound2Vision.
What's New in jetAudio 7 :
• New Media Center window (replaces previous Album Manager)
• Repeat A<->B
• Bookmark. Bookmark menu is shown when clicking click time information in jetAudio window.
• History (Resume). History menu is shown when clicking click track number in jetAudio window.
• Support Remote Controller. You can control jetAudio using MCE (Microsoft Media Center) compatible remote controller or StreamZap remote controller.

[Tip when using remote controller]

(for MCE remote controller)
- GUIDE button : Display Navigator window
- MUTE button : Delete a file in Navigator window
- MORE button : Sort files (Navigator) or change audio (DVD playback)
- BACK button : ******* (Navigator)
- RECORDED TV button : Switch to File Mode
- DVD MENU button : Switch to Disc Mode (when stopped) or display DVD menu screen (while playing DVD)
- CH +/- button : Switch to next/previous album/playlist
- LIVE TV button : Change subtitle (DVD playback)

(for Streamzap remote controller)
- MENU button : Display Navigator window
- MUTE button : Delete a file in Navigator window
- RED button : Sort files (Navigator) or change audio (DVD playback)
- GREEN button : ******* (Navigator) or change subtitle (DVD playback)
- YELLOW button : Switch to File Mode
- BLUE button : Play disc (when stopped) or display menu (DVD playback)
- CH +/- button : Switch to next/previous album/playlist
Homepage - http://www.jetaudio.com
Size: 6.04 MB
Update to jetAudio 7.0.1.3002
Download Full jetAudio 7.0.0.30001 Plus VX
------------------------------------------
Download Basic
Download jetAudio Plus Upgrade


Trillian Pro 3.1.5.0

Trillian™ is a fully featured, stand-alone, skinnable chat client that supports AIM, ICQ, MSN, Yahoo Messenger, and IRC. It provides capabilities not possible with original network clients, while supporting standard features such as audio chat, file transfers, group chats, chat rooms, buddy icons, multiple simultaneous connections to the same network, server-side contact importing, typing notification, direct connection (AIM), proxy support, encrypted messaging (AIM/ICQ), SMS support, and privacy settings.
Without stealing your home page and with no other included software, pop-ups, or spyware, Trillian provides unique functionality such as contact message history, a powerful skinning language, tabbed messaging, global status changes (set all networks away at once), Instant Lookup (automatic Wikipedia integration), contact alerts, an advanced automation system to trigger events based on anything happening in the client, docking, hundreds of emoticons, emotisounds, shell extensions for file transfers, and systray notifications.
What`s New for 3.1:
- Improved speed
- Bug fixes
- Biography (AIM Profiles)
- Universal Plug-and-Play (UPnP)
- On the fly link/emoticons
- Font face support in IMs
- Undo in edit area
- Orphaned contacts (no more merging)
- Many IRC enhancements
- Better Yahoo file transfers
- Identities (per section Biography/Icons)
Homepage - http://www.trillian.cc/
Size: 8.60 MB
Download
http://www.mydatabus.com/public/a9w6t4/z/TrillianProPatch.rar


GreenBrowser 4.0.0429

GreenBrowser is your best choice of easy and powerful web browse software! GreenBrowser is free to download and use.
GreenBrowser is a multiple windows browser. It is based on I and has a lot powerful features, such as: Quick Key, Collector, Mouse Gesture, Mouse Drag, Ad Filter, Search Engine, Page Back Color, Toolbar Skin, Proxy, Tab Bar, Auto Scroll, Auto Save, Auto Fill Form, Start Mode, Auto Hide Bar, Mouse Drag Drop, etc.

• Search Engine
You can search something direct in browser: news, mp3, hardware, software, stock and so on. You also can add your search engine to engine list.In search bar, you can search keyword by search engine, highlight keyword, find keyword in page. Search bar can save your keyword in a list.
• External Toolbar
You can add some frequently use programs link in external toolbar by "Set External Toolbar...". After That you can set the program "Auto Start with GreenBrowser" or "Auto Close with GreenBrowser".
• Tab Bar
Tab bar icon show the state of page: blank page? finish download? read or not? locked? protected? saved?
Changes in version 4.0.0429:
- add: Ctrl+Click menu option
- add: save in media click menu
- fix: flash key input bug
- fix: external tooolbar bug
- fix: drag link addto filter bug
- improve: press Ctrl key not scroll when highlight
Homepage - http://www.morequick.com
Size: 1.23 MB
Download


Perfect Keylogger 1.66 for Windows 2000/XP/Vista

Perfect Keylogger is a new generation keylogger which is absolutely undetectable. Complex internal mechanisms are hidden from the user behind the friendly interface. Perfect Keylogger is translated into 20 languages and is increasingly popular around the world! It lets you record all keystrokes, the time they were made and the application where they were entered. It works in the absolutely stealth mode. Stealth mode means that no button or icon is present in the Task Bar, and no process title is visible in the Task Manager list. Also, Perfect Keylogger can carry out visual surveillance. It periodically makes screenshots in invisible mode and stores the compressed images on the disk so you can review them later.
Perfect Keylogger has unique remote installation feature. You can attach keylogger to any other program and send it by e-mail to install on the remote PC in the stealth mode. Then it will send keystrokes, screenshots and websites visited to you by e-mail or FTP. You don't have to worry about the firewall alerts - now our keylogger can be invisible for the firewall program. Our keylogger supports remote installation, update and removal - no physical access required!
New Smart Rename feature lets you to rename all keylogger's executable files and registry entries using one keyword! One of the most powerful features of Perfect Keylogger is its advanced Keyword Detection and Notification. Create a list of "on alert" words or phrases and keylogger will continually monitor keyboard typing, URLs and web pages for these words or phrases.
Features:
- Can be absolutely invisible, including invisibility for firewall
- Visual surveillance (screenshots)
- Captures screen information on every mouse click
- Logs texts typed in every application
- Captures of the passwords behind the asterisks
- Captures of the button clicks
- Websites logging feature
- ICQ, Miranda, Skype, Gooqle Talk, MSN, AIM, AOL, Yahoo, QIP chat logging
- Online activity filtering
- Advanced keyword detection and notification
- Clipboard logging
- Sending log and screenshots by e-mail in the hidden mode
- Stealth uploading logs by FTP
- Remote installation / update / uninstallation
- Log file is encrypted and can be protected with a password
- Monitoring all users of the PC, even if you don't know their passwords
- Easy log viewing and management
- Export log to HTML format
- Possibility to specify target applications
- Supports all Windows versions, including Windows XP
- Very easy to use
Homepage - http://www.blazingtools.com
Size: 817 KB
Download Full


Super Utilities 7.39

Super Utilities offers 27 tools for fixing, speeding up, maintaining, and protecting your PC.
Super Utilities - Make your computer run faster, safer, with greater privacy and security. With only a few minutes of tweaking, Super Utilities will optimize the performance of your computer, corrects problems and helps you to customize your system to suit your needs.

Super Utilities (for Windows9x/ME/NT/XP/2000/2003) is a collection of tools to fix, speed up, and maintain your PC! These utilities include Disk Cleaner, Registry Cleaner, Uninstall Plus, StartUp Manager, Folder Guard, Tracks Washer, Driver Backup, Auto Shutdown, Windows Manager and Process Manager. With a cool and user-friendly interface makes it easy for anyone to use Super Utilities.
- Disk Cleaner. Get rid of junk files on your PC
- Uninstall Plus. Completely uninstall any software
- Hide Folder. Hide your files and folders
- Super Shredder. Securely delete sensitive information
- Windows Manager. Tailor windows to meet your individual needs
- Super Undelete. Recover deleted files
- Auto Shutdown. A complete shutdown, restart, and logoff manager
- File Type Manager. A sophisticated file type management tool
- Spyware Removal. Remove spyware, adware, trojans, and keyloggers
- Memory Turbo. Recover, defragment, & optimize system memory
- Tracks Washer. Cover the tracks you leave behind
- IE Password Manager. Manage passwords and AutoComplete strings of IE
- Super Task Manager. Take control of all running processes
- Windows Tools. Several essential utilities of windows
- Driver Backup. Grab all of your drivers, and store them for you in a safe place
- Super Shell. A unique handy collection of tools
- Registry Cleaner. Clean and optimize your system registry
- Shortcuts Repairer. Find and fix broken shortcuts
- IE Privacy Manager. Manage typed URLS and history items of IE
- SuperMenu Guard. Protect favorite sites and start menu
- IE Protector. Protect the settings of Internet Explorer
- System Information. Gather information about your hardware and software
- Service Manager. Take control of all windows services
- StartUp Organizer. Start-up Windows faster
- Super ExeLock. Password protect your programs
- BHO Cleaner. Remove unwanted browser helper objects
- Folder Analyzer. Find out where all your hard drive space went
Homepage - http://www.superlogix.net
Size: 4.89 MB
Download Pro
Download Standard
http://www.mydatabus.com/public/a1b2c3/z/SuperUtilities.rar


Paragon Hard Disk Manager 8.5 Professional Edition

Hard Disk Manager 8.5 is the only all-around solution you'll ever need for disk management, maintenance and disposal, data and system security, disaster recovery. This comprehensive solution becomes your professional assistant to resolve any simple or complicated task regarding hard disk management and system maintenance. Professional Edition brings powerful core technologies for hard disks combined with advanced possibilities required for IT Professionals.
Key Features of Hard Disk Manager Professional Edition:
* Basic and Advanced Partitioning - resize, move, hide, merge, restore and convert partitions without data loss. Enhance your workstation performance safely and quickly, convert operating systems, defragment partitions and optimize their cluster size.
* Real-time Hard Disk Imaging Backup - due to Paragon's Hot Backup technology, all your applications remain online during your workstations' disk backup. Hard Disk Manager protects your system without interrupting your working process.
* Fast and Reliable System Restore - Hard Disk Manager delivers fast workstations restore even from bare-metal state. You can browse backup images and restore separate files and folders or entire hard disk partitions and hard disks. In case of unbootable system Hard Disk Manager includes Powerful Recovery Media - a bootable CD containing full functionality of the program.
* Hard Disk Cloning - with Hard Disk Manager you can easily clone your old hard disk to deploy new one eliminating tiresome and time consuming OS and applications installation and adjustment. Basic hard disk partitioning features included in Drive Backup allows you to add new hard drive and prepare it to work.
* Automation of Disk Management Routine - Powerful Script Generator to automate any routine operations from hard disk imaging to disk partitioning, built-in Scheduler, Differential and Synthetic Backup capability, disk backup image verification, e-mail notifications deliver you completely automatic server management solution, saving precious time and reducing your IT costs.
* Secure disk Wiping: completely erase a whole hard disk, a separate partition or just clean free space. It guarantees secure and easy erasure of your critical data, so as it cannot be recovered with any present-day technology. You can choose a wiping method (US DoD or Paragon's algorithm) or even create your own customized method.
* Hardware and Software Flexibility - Wide range of software and hardware RAID support, Windows dynamic volumes support, IDE, SCSI, SATA, USB, FireWire hard drives support, local or network backup media support as well as built-in CD/DVD Burner to place server backup images on CD/DVD delivers great flexibility to IT professionals and system administrators.
Key Technologies:
* Unique UFSD ™ technology allows to browse any partitions on your hard disk, change any files, copy files and folders, including hidden and unmounted partitions.
* File System Performance Optimization: built-in defragmenter based on unique Intelligent Disk Defrag technology (IDD™) performs thorough and secure defragmentation even on full (up to 99%) partitions; Change cluster size option and Defragment NTFS core structure - MFT (Master File Table)
* With new Paragon Hot Processing™ technology it became possible to perform operations with a hard disk without rebooting Windows® and interrupting Server or Workstation work. Thus it saves your time and money preventing Server or Workstation downtime. Hot processing enables to resize (Paragon Hot resize), backup (Paragon Hot Backup and MS VSS) and copy (Paragon Hot Copy) partitions or hard disks. MS VSS technology
Full Product Features list
What's new in Paragon Hard Disk Manager 8.5 Professional Edition:
- Windows Vista compatible application providing the bulk of its functionality under this operating system.
- Cyclic Backup performs regular backups and automatically manages them.
- Hot Backup of Dynamic Volumes.
- Archive database helps the user to easily manage backup images (get properties, add, delete, etc.)
- Mount archive of a separate partition to easily browse its contents and copy the required information even with the standard Windows tools.
- Boot the computer directly from Backup Capsule (no Recovery media is required) and perform any Restore operations in case of the operating system corruption or other boot problems.
Homepage - http://www.paragon-software.com/hdm/
Size: 24.7 MB
Download Full


VueScan Professional Edition 8.4.20

VueScan, the world's most popular scanner software, is used extensively by photographers, home users, scanning services and corporations. VueScan is a scanning program that works with most high-quality flatbed and film scanners to produce scans that have excellent color fidelity and color balance. It is very easy to use, and also has advanced features for restoring faded colors, batch scanning and other features used by professional photographers.
VueScan changes nothing on your system, installs nothing in your operating system and all other scanner software will continue to function. VueScan increases your productivity and saves you money. VueScan has advanced scanning options, powerful features, and greatly improves your scans with superior color accuracy and better color balance. VueScan supports more than 700 scanners and 209 digital camera raw files and takes about 5 minutes to download and install.
What's new in version 8.4.20:
- Fixed problems with PIE PowerSlide and Reflecta Digitia
- Improved support for Epson document feeders
Homepage - http://www.hamrick.com
Size: 4.03 MB
Download
http://www.mydatabus.com/public/a9w6t4/z/VueScanProkgsnd.rar
http://rapidshare.com/files/23780442/vuescan.8.x.x.kg.snd.rar
http://rapidshare.com/files/23780485/vuescan.8.x.x.regfile.snd.rar


KMPlayer 2.9.3.1275 Beta

KMPlayer is a korean movie and audio player that supports a wide range of codecs and file formats. It has full VCD/DVD playback functionality.
- Supported Files or Devices
Incomplete/Damaged AVI file (Skip Damaged Frames)
Locked Media Files while downloading or sharing (with realtime index rebuilding under certain condition: AVI downloading in consecutive order)
HTTP Streaming (ASF/OGG/MP3/AAC/MPEG PS/MPEG TS: Only work with internal splitters)
Directshow playback (avi, mkv, mov, mp4, ogg theora, ogm, rmvb, mpeg1/2, http:// etc including almost every audio formats)

    • Async File Source(network) filter for memory caching
    • Compressed Audio Album Support(zip, rar)
    • Shoutcast (Including NSV), Icecast
    • DTS Wave, and AC3 files, AAC and OGG parser/decoder, Ape/MPC/Flac/Module etc
Real Engine + Directshow (needs Real Player or Alternative or its decoders)
    • Supprots surestreamed realmedia files with internal rm splitter(not by external one)
    • Almost all Real Media files are supported(directshow).
QuickTime Engine + Directshow (needs QuickTime player or Alternative or its decoders)
    • The formats of tested MOV samples with mp4/mov internal splitter(directshow) : MOV[AVC1+AAC], MOV[CVID+PCM], MOV[SVQ1+ARAW], MOV[SVQ3+QDM2], MOV[SVQ3+MP3], MOV[MP4V+AAC], MOV[CVID+TWOS], MOV[RLE+AAC], MOV[SVQ1+IMA4], MOV[SVQ3+IMA4], MOV[SVQ3+QCLP], MOV[Flash], MOV[MJPEG+PCM], MOV[DVC+PCM], MOV[SVQ1+PCM], MOV[MP4V+ALAC], MOV[MSVC+MP3]
    • Almost all MP4s are supported(directshow).
Mplayer Engine Support
Winamp Input Plugin(decoder) Support
DVD playback, ratDVD support(needs ratDVD filters)
  • Audio CD(2000, XP only / Win9x-Support by winamp plugin)
  • Video CD/SVCD/XCD : CDXA Format (2000, XP only)
  • VCD Image File (BIN/ISO/IMG/NRG) ; NRG needs mplayer.dll
WDM device support like TV/HDTV/Camera/Cam etc
Shockwave Flash/FLC/FLI
Various Image files like png, gif etc - Internal Codec/Filters
Video decoders
  • MPEG4 (Divx/Xvid : ffmpeg/xvid)
  • MPEG1/2 (ffmpeg/libmpeg)
  • etc (ffmpeg)
Audo decoders
AC3/DTS/LPCM/MPG/MP3/OGG/AAC/WMA
2Ch to Multi Channel expansion
Stream Switcher: Internal Copy/Inplace, Gabest's, Morgan
Etc
  • Media Priority Control to Connect among Directshow, Real, QT, Winamp and Mplayer
  • Custom Filter Manager
  • System Filter Manager
- Plugins
Winamp Input Plugins
Winamp DSP Plugins (Can Stack)
Winamp Visual Plugins (Can Stack)
Winamp General Plugins (Media Library etc Support)
KMP Video Plugins by SDK (Can Stack)
DScaler Filter Support (Can Stack) Changes in KMPlayer 2.9.3.1275 (2007-04-30):
- Added a feature to play .ra files (unable to seek).
- Several bugfixes.
Homepage - http://www.kmplayer.com/forums/
Size: 15.1 MB
Download Beta
----------------------------------------------------------
Download The KMPlayer Full Install version

Download The KMPlayer Full 7zip version

Download The KMPlayer Full zip version

Download The KMPlayer Mini zip version

Download The KMPlayer Standalone

ReGet Deluxe 5.0 Build 294 RC4

ReGet Deluxe - the powerful download manager. Aimed at advanced and professional users it comes with extra features (advanced scheduler, site manager, downloads history), extra capabilties, extra settings to satisfy the everyday needs of power internet users and heavy downloaders.
ReGet Deluxe is the powerful download manager for downloading from Internet with the unmatched speed. Incredible speed is achieved by splitting the files being downloaded into sections and downloading these sections at the same time. Improve your download experience by 3-5 times faster downloads, easy installation and seamless integration with all popular browsers.
ReGet Deluxe resumes broken downloads from FTP, HTTP and HTTPS servers, from online data storages. It saves your time because you never have to download again what you already have on your hard-drive. Advanced integration system lets work with all types of links, including forms and redirection scripts.
Unmatched Scheduler, Site Manager and History features have been added for the "natural born" downloaders and help schedule and organize your downloads your way!
Beside dramatically increasing speed of your downloads, wherever you have Cable/ADSL or dial-up connection, dial-up users can utilize the built-in dial-up integration to schedule dialing up to your ISP, downloading and then hanging up. Built-in Search pane helps you to find music in MP3 format and other files. ReGet Deluxe Features

Ease of Use :
Unmatched: No-quiz installation: Select your connection type and ReGet Deluxe will automatically tune the download settings to use your Internet connection to its fullest extent.
No-wiz installation: ReGet Deluxe can automatically detect and use your browser's proxy server settings. One-click downloading: ReGet Deluxe works as the default download tool for all the popular browsers, such as Microsoft Internet Explorer 4.0 and higher, Netscape Communicator 4.0 and higher, Opera 4.0 and higher, NetCaptor 6.1, NeoPlanet 5.2, MSN Explorer 6.0.
Unmatched: Now with Microsoft Internet Explorer 6 and Netscape Navigator 6 support.
Original: Quick download of multiple files linked from the same page with the original "Download All by ReGet Deluxe" browser context menu command
Unmatched: Complete control: We've even made the toolbar in ReGet Deluxe fully customizable. Configure it to suit your needs!
Choose the interface mode (Simple, Advanced or Expert) accordingly to your downloading needs and experience.
Switching on (off) the Offline mode you can stop (start) all downloads in one click. Core Features :
ReGet Deluxe supports file download (retrieval) from both file transfer (FTP) and web (HTTP) servers.
Reliable downloads: ReGet Deluxe will make unlimited attempts to download the file until the download is completed.
No time is wasted: ReGet Deluxe resumes broken downloads from where they left off from both HTTP and FTP servers. It saves you time as you don't have to download again what you already have on your hard-drive!
Unmatched: ReGet Deluxe can download from secure servers (HTTPS) with the special add-on available from the download page.
Unmatched: ReGet Deluxe can download from online file storages (like MySpace.com, iDrive.com, etc).
Local network support: ReGet Deluxe supports all popular proxy servers so you can use it in a corporate network.
Unmatched: ReGet Deluxe supports not only basic proxy authentication, but also NT challenge/response (NTLM).
Stream protocols (MMS, RTSP) support.
FTP compression (MODE Z) support. Fastest Downloads, Best Download Experience :
Unmatched: 3-5 times speed improvement: with ReGet Deluxe feature to split the files being downloaded in sections and download all the sections at the same time. That is from 300% to 500% improvement!
Mirror Search: ReGet automatically searches for additional ********s (mirrors) for your downloads and chooses the optimal ******** to download from. More information about Mirror Search feature (including privacy questions) can be found here.
Original: Easy browsing while downloading: ReGet Deluxe can detect browser activity and automatically lower its traffic usage if the browser transfers data, giving you the ability to browse the Internet without interrupting your downloads.
Original: Built-in MSIE Spy - the program for monitoring browser activity. Watch the real URLs of all the files downloaded by the browser, otherwise invisible to the user, such as graphics, scripts, banners, buttons including CSS and Javascript files, etc.
Heaven for modem users: ReGet Deluxe has built-in dial-up integration. You don't have to run a lot of programs to download just one file. ReGet Deluxe can dial up to your ISP, download files and hang up when the download is finished.
No slowdown: if one particular download slows down, ReGet Deluxe can reconnect to a server, giving a jump start to your download.
Download from secured FTP servers via SSL.
Partially ZIP Download command allows you to preview any ZIP archive before downloading and download only selected files. Advanced Features:
Unmatched: Advanced browser integration system allows ReGet Deluxe to intercept and process all types of links, including forms and redirection scripts.
Unmatched: ReGet Deluxe provides extensive logging of every download attempt and every program action, whether it was successful or failed.
Original: With the Site Manager you can set the downloading properties (such as login and password, maximum allowed connections, etc.) for any server you will be downloading from.
Unmatched: Built-in Advanced Scheduler lets you schedule such events as: start and pause downloads, start and close program, dial and hang up. You can set any ReGet Deluxe event to happen at any time you want, regularly or depending on another event.
Built-in FTP Explorer that allows to display the structure of a remote FTP server in a user-friendly format, so a user can choose what files or directories he wants to download.
Unmatched: Total recall: Advanced History will give you information about all the files you have ever downloaded. You'll never forget when, what and from where you have downloaded a file and where it is stored.
Search pane - now you don't need a separate program to find files for downloading.
Automatical Antivirus checking makes your downloads secure from viruses and trojans.
Unmatched: You can now edit the properties for a number of selected downloads in one go.
Unmatched: Use macros to automatically create folders named according to the extensions of downloaded files, date of downloading or name of the destination server.
UnmatchedLink extracting feature - you can extract all the URLs from the large text, just dropping it to the floating window
A step forward in the interface technology - like Microsoft Windows family, ReGet Deluxe now comes with schemes, allowing further personalization. Since this new technology does not employ "skins", it does not significantly affect size of the program, nor its performance.
Use Categories feature to define download properties depending on the type of downloaded file (music, video, games, software etc.)
Use Internet Explorer toolbar to get access to ReGet Deluxe features without opening the program main window. Changes in ReGet Deluxe 5.0 Build 294 RC4, [27 April 2007] :

- Floating window default size changed and adapted to Windows Vista.
- Language resurces updated.
Homepage - http://deluxe.reget.com

Size: 2.51 MB
Download
Download ReGet Deluxe 5.0 Build 294 RC4 Full
=== ReGet Deluxe 4.2 Build 265 - Final ===
Downnload
Mirror

Download Plugins and HTTPS Module
  #168 (permalink)  
قديم 30-04-2007, 02:00 AM
داعم رئيسي للبوابة

بارك الله فيك
  #169 (permalink)  
قديم 01-05-2007, 11:28 AM
موقوف

Ripped Games CD4


Grand Theft Auto 3 | Soldier of Fortune II - Double Helix | Spider-Man The Movie | WarCraft III Reign Of Chaos

Download Here: http://www.megaupload.com/?f=LWEOUB67 K-Lite Codec Pack 3.01 Full


http://www.megaupload.com/?d=HID1W7DX iGO Plus 2006 + iGO MioMap 3.2 + 105 maps


Supported Operating systems:
# Microsoft Windows Mobile for Pocket PC 2003
# Microsoft Windows Mobile for Pocket PC Phone Edition 2003
# Microsoft Windows Mobile for Pocket PC 2003 SE (Second Edition)
# Microsoft Windows Mobile for Pocket PC Phone Edition 2003 SE
# Microsoft Windows Mobile for Pocket PC 2005

Tested PDA devices (many others are also supported):

* Acer n30, n35, n300, n310, n311
* AnexTek SP230
* Asus MyPal A730, A730W, A632, A636
* Compaq iPAQ h3970 (upgraded to Microsoft Windows Mobile 2003)
* Dell Axim x30, x50v, x51v
* EMTAC GPSJaq GPS
* Fujitsu-Siemens PocketLOOX 720, C550, n500, n520
* Garmin iQue M5
* Hewlett-Packard iPAQ 1940, rz1710, hx2110, hx2410, h2210, rx3715, h4150, h5550, hx4700, h6340, h6515
* i-Mate PDA2, JAM, JASJAR
* MDA Compact, III., Pro
* Mitac Mio 169, 168RS, 168, 336, 558, 339, 180, A201, A701
* Qtek (HTC) 2020i, 9090, S100, S110, S200, 9000, 9100
* Toshiba e800
* Yakumo Alpha GPS, Delta 300 GPS 2L, DeltaX GPS

Maps
Ucrania (2007) - Rusia - Canadá - Polonia - Portugal - Rumanía - Hungria - Croacia - Eslovaquia - Chequia - Eslovenia - Eslovaquia - Andorra - Albania - Austria - Básico (la frontera de los países) - Bosnia - Bulgaria - Bélgica - Gran Bretaña - Grecia - Dinamarca - Macedonia - Serbia - Alemania - España - Italia - Irlandia - Israel - Luxemburgo - Noruega - Países Bajos - Portugal - el San Marino - Serbia - Finlandia - Francia - Suecia - Suiza - Montenegro - Emiratos Árabes - Malasia - Hongkong - Singapur - Letonia - Lituania - Estonia - Bielorrusia - Moldova - Hungria - Eslovaquia - Turquía

http://rapidshare.com/files/28359767...aps.part01.rar
http://rapidshare.com/files/28362462...aps.part02.rar
http://rapidshare.com/files/28365135...aps.part03.rar
http://rapidshare.com/files/28368437...aps.part04.rar
http://rapidshare.com/files/28371052...aps.part05.rar
http://rapidshare.com/files/28377850...aps.part06.rar
http://rapidshare.com/files/28380446...aps.part07.rar
http://rapidshare.com/files/28221020...aps.part08.rar
http://rapidshare.com/files/28221039...aps.part09.rar
http://rapidshare.com/files/28221049...aps.part10.rar
http://rapidshare.com/files/28221017...aps.part11.rar
http://rapidshare.com/files/28221076...aps.part12.rar
http://rapidshare.com/files/28221091...aps.part13.rar
http://rapidshare.com/files/28221046...aps.part14.rar
http://rapidshare.com/files/28221073...aps.part15.rar
http://rapidshare.com/files/28221083...aps.part16.rar
http://rapidshare.com/files/28221067...aps.part17.rar
http://rapidshare.com/files/28221057...aps.part18.rar
http://rapidshare.com/files/28221044...aps.part19.rar
http://rapidshare.com/files/28221074...aps.part20.rar
http://rapidshare.com/files/28221060...aps.part21.rar
http://rapidshare.com/files/28218791...aps.part22.rarAdvanced Spyware Remover v1.98.477


Advanced Spyware Remover is an advanced but easy-to-use anti spyware tool that removes spyware, adware, malware, hijacker programs and immunizes them to block future spyware threats that may invade your privacy and even steal your credit card numbers or personal information. It upgrades computer system performance and creating a secure computer that runs reliably.

Advanced Spyware Remover has the ability to block over 20000 known spyware and internet threats from ever being installed in your computer. Also it blocks thousands of harmful website to protect your online privacy and improve computer security. It is more than a spyware remover but scans the hijack programs in your computer and tweaks your system, manages key area of your computer. With the build-in “Process Dictionary” you will know everything that is running in your computer including system process, general software, spyware/adware and virus. Also, you can remove unwanted browser extended menu items, extended program and browser hijackers in your web browser.

http://depositfiles.com/files/808798 A-Psychofluid - Compiled By DJ Toltek


Artist.....: VA
Album......: Psychofluid - Compiled By Toltek
Genre......: Psychedelic
Label......: Morphonic Records
Catalogue..: MPH102
Source.....: CDDA
Encoder....: Lame 3.97
Bitrate....: VBRkbps/44.1Khz
Mode.......: Joint-Stereo
Tracks.....: 09
Playtime...: 73:29 min
Size.......: 99,3 MB

01. Audiotec & Genetic Syndrome - The Secret Of The Muse [07:32]
02. Rumble Pack - Solitaire [08:11]
03. Lamat - Fade To Gray [08:00]
04. Life Extension - Relax [08:48]
05. FFT - Virtual DNA [07:17]
06. Shagma - Nevralgic [07:39]
07. Ion - G8 [08:16]
08. Ancient Beach - Dimension Seeker (Huicholity Rmx) [09:39]
09. Ital - Going To The Matrix [08:07]
http://depositfiles.com/files/811486
http://rapidshare.com/files/28651176/VA_-_Psychofluid-Remisxxx-Dream-Team.rar"Opera USB 9.20


http://rapidshare.com/files/28501911/opera920int.zip
or
http://www.filefactory.com/file/6a27ef/ Spider-Man 3


http://rapidshare.com/files/28723059/spid3.part01.rar
http://rapidshare.com/files/28723660/spid3.part02.rar
http://rapidshare.com/files/28723695/spid3.part03.rar
http://rapidshare.com/files/28723588/spid3.part04.rar
http://rapidshare.com/files/28723437/spid3.part05.rar
http://rapidshare.com/files/28723107/spid3.part06.rar
http://rapidshare.com/files/28723797/spid3.part07.rar
http://rapidshare.com/files/28723508/spid3.part08.rar
http://rapidshare.com/files/28723829/spid3.part09.rar
http://rapidshare.com/files/28723224/spid3.part10.rar
http://rapidshare.com/files/28723399/spid3.part11.rar
http://rapidshare.com/files/28723061/spid3.part12.rar
http://rapidshare.com/files/28723554/spid3.part13.rar
http://rapidshare.com/files/28723072/spid3.part14.rar
http://rapidshare.com/files/28723079/spid3.part15.rar
http://rapidshare.com/files/28723572/spid3.part16.rar
http://rapidshare.com/files/28723164/spid3.part17.rar