Downloadic is the place that you can find newest software and sofware updates to download free, fast and safely. Today, Software is in almost in every sector. Softwares make people's life easier. And we make Downloadic for you to easily find Softwares. We hope you enjoy it. If you want to advertise with us, please click the "Advertise Here" image at left.
Categories

 download 

Wordpress Download Monitor 3.3.3.1
Wordpress Download Monitor 3.3.3.1
Author: Mike Jolley Download Monitor is a plugin for uploading and managing downloads, tracking download hits, and displaying links
Installation:
First time installation instructions Installation is fast and easy. The following steps will guide get you started: Unpack the *.zip file and extract the /download-monitor/ folder and the files. Using an FTP program, upload the /download-monitor/ folder to your WordPress plugins directory (Example: /wp-content/plugins). Ensure the /wp-content/uploads directory exists and has correct permissions to allow the script to upload files. Open your WordPress Admin panel and go to the Plugins page. Locate the "Wordpress Download Monitor" plugin and click on the "Activate" link. Once activated, go to the Downloads admin section. Note: If you encounter any problems when downloading files it is likely to be a file permissions issue. Change the file permissions of the download-monitor folder and contents to 755 (check with your host if your not sure how).
faq:
You can now view the FAQ in the documentation: http://blue-anvil.com/archives/wordpress-download-monitor-3-documentation.
Wordpress Download Monitor 3.3.3,1
Wordpress Download Monitor 3.3.3,1
Author: Mike Jolley Download Monitor is a plugin for uploading and managing downloads, tracking download hits, and displaying links
Installation:
First time installation instructions Installation is fast and easy. The following steps will guide get you started: Unpack the *.zip file and extract the /download-monitor/ folder and the files. Using an FTP program, upload the /download-monitor/ folder to your WordPress plugins directory (Example: /wp-content/plugins). Ensure the /wp-content/uploads directory exists and has correct permissions to allow the script to upload files. Open your WordPress Admin panel and go to the Plugins page. Locate the "Wordpress Download Monitor" plugin and click on the "Activate" link. Once activated, go to the Downloads admin section. Note: If you encounter any problems when downloading files it is likely to be a file permissions issue. Change the file permissions of the download-monitor folder and contents to 755 (check with your host if your not sure how).
faq:
You can now view the FAQ in the documentation: http://blue-anvil.com/archives/wordpress-download-monitor-3-documentation.
Wordpress Download Monitor 3.3.3
Wordpress Download Monitor 3.3.3
Author: Mike Jolley Download Monitor is a plugin for uploading and managing downloads, tracking download hits, and displaying links
Installation:
First time installation instructions Installation is fast and easy. The following steps will guide get you started: Unpack the *.zip file and extract the /download-monitor/ folder and the files. Using an FTP program, upload the /download-monitor/ folder to your WordPress plugins directory (Example: /wp-content/plugins). Ensure the /wp-content/uploads directory exists and has correct permissions to allow the script to upload files. Open your WordPress Admin panel and go to the Plugins page. Locate the "Wordpress Download Monitor" plugin and click on the "Activate" link. Once activated, go to the Downloads admin section. Note: If you encounter any problems when downloading files it is likely to be a file permissions issue. Change the file permissions of the download-monitor folder and contents to 755 (check with your host if your not sure how).
faq:
You can now view the FAQ in the documentation: http://blue-anvil.com/archives/wordpress-download-monitor-3-documentation.
Download Statusbar 0.9.6.6
Download Statusbar 0.9.6.6
View and manage downloads from a tidy statusbar - without the download window getting in the way of your web browsing.
Flash video download 2.50
Flash video download 2.50
Flash video download 2.50 brings you the ultimate solution for saving possibly any kind of last watched (cached) flash video. It support sites like YouTube.com, Myspace.com, Google video, Metacafe.com and thousands other sites. Major Features: Support ALL types of FLV files including On2 vp6 video FLV, H.263,H.264 video FLV and audio FLVs. Support YouTube, Google video, Myspace and and thousands other sites. Support search for FLV, WMV, SWF, RM, MOV, MP4 video files search. Easy-to-use interface Requirements: Intel Pentium III/500 MHz or compatible Microsoft Windows 98/NT/2000/ME/XP/Vista 64MB RAM (128 MB recommended) 20 MB hard disk space For optimal performance they recommend to use the latest codecs.
Simple Download Monitor 0.07
Simple Download Monitor 0.07
Author: Pepak I wrote Simple Download Monitor because I wanted to monitor the number of downloads of my files without having to maintain any kind of database or making any special download links. I just wanted to upload a file to a designated directory using FTP, provide a direct link to it and once in a while check the number of downloads. And this is pretty much what Simple Download Monitor does, with some slight additions, such as recording referers and username of people who download my files
Installation:
Create a subdirectory in your /wp-content/plugins/ directory and extract the plugin there. The plugin subdirectory can be anything you like - I use simple-download-monitor, but the plugin should accept any name. Activate the plugin through the Plugins menu in WordPress. You will see a Simple Download Monitor item in your Settings menu. You can enter three options there: Allowed directories. The plugin could potentially be a huge security hole because it could be used to download source files of your site (e.g. config.php - you definitely dont want to allow that!) This option restricts Simple Download Monitor to directories matching a regular expression. The default value of files/ means that Simple Download Monitor will only allow download of files in the /files directory and its subdirectories. Allowed extensions. Much like Allowed directories, allowed extensions protect your sites files from unwanted downloads. It is a regular expression too and it is recommended to only place "safe" extensions such as zip or jpg here. Do not EVER allow php extension, either directly or through wildcard (such as .* - that is a BIG NO-NO!). Store detailed info. If this option is checked, detailed information about each download (such as referer, users IP address or name, and date of download) is stored. This could fill your database quickly if you have a well-visited site so you can turn detailed info off and only keep the number of downloads and the date of last download. The last step involves editing the .htaccess file. The default .htaccess skips default WordPress processing for existing files, which means that direct-linked files would get downloaded directly, without Simple Download Monitor ever learning about it. You need to modify the .htaccess file so that downloads are passed through Simple Download Monitor. This is easy enough to do: Open your .htaccess file and locate line RewriteCond %{REQUEST_FILENAME} !-f Add this line directly above it: RewriteRule ^(files/.*) /index.php?sdmon=$1 [L] (replace files/ with your download directory).
faq:
= Why dont I see any files in the download statistics? Because nobody downloaded any file yet. Simple Download Monitor does not scan all available files and assign "zero" downloads to them; instead, it starts with an empty list and populates it with attempted downloads. If you want to see something, just try to download one of the monitored files. = Simple Download Monitor doesnt monitor my downloads. Why? The most common cause is that your webhoster doesnt support user-definable .htaccess and/or mod_rewrite, both of which are required for the expected (standard) behavior of Simple Download Monitor. The second common cause is a misconfigured .htaccess. You can verify that Simple Download Monitor itself is running by using a specially-formatted URL for download: instead of http://www.mywebsite.com/files/somefile.zip try this URL: http://www.mywebsite.com/index.php?sdmon=files/somefile.zip This URL calls Simple Download Monitor directly, without any interaction with mod_rewrite, and should therefore work at all times (unless there is a bug in Simple Download Monitor or its installation went wrong). If it succeeds, you know the problem lies either in your .htaccess file or in the fact that the required functionality is not provided by your webhosting.
Fresh Download 8.38
Fresh Download 8.38
License: Freeware
OS: Windows XP, 2000, 98, Me, NT
Size: Freshdevices.com
Size: 2.02MB
Free download manager, no ads, no spyware, no charges.BSEditor: Fresh Download is an easy-to-use and very fast Download Manager that turbo charges downloading files from the Internet, such as your favorite freeware and shareware, mp3 files, movie files, picture collections, etc. Unlike any other similar utilities, this software is 100% free, no charges, no banners (which steal your bandwidth), no spyware inside it.Key features of Fresh Download: * Turbo charges downloading files in FTP, HTTP and HTTPS protocols using your current internet connection (dial-up, cable, DSL / ADSL, satellite, T1, etc). * Pause and resume broken downloads, recovers from a dropped Internet connection. * Multiple connections download manager. To get the highest possible speed, this powerful tool uses 4 simultaneous connections (up to 8 connections) for the same file, while many other similar software only support single connection download. Based on user reports, this method may speed up your downloads by up to 400%. * Easy integration into Internet Explorer, Mozilla Firebird and Firefox, Netscape Communicator, Opera, Avant Browser, Crazy Browser, Maxthon / MyIE2, Slim Browser, in any Windows operating system (95, 98, Me, NT, 2000, and XP). Simply grabs any URL from these popular browsers and Fresh Download will take over. * Schedule your downloads for low traffic periods. * Clipboard monitoring and drag & drop features. Easily grabs any URL from any applications. * Antivirus support. Scan downloaded files from any viruses using your current antivirus software. * Ability to download from password protected sites, in both HTTP and FTP protocols. * Proxy Server support in both HTTP and FTP protocols. * Plus now it has a built-in Zip file extractor. you can free download Fresh Download 8.38 now.
Download YouTube As MP4 0.3
Download YouTube As MP4 0.3
Adds a direct link to download YouTube Video as MP4 File.
1 2 3 4 5 6 7 8 9 10
Latest Files



2009 Downloadic (c) All rights reserved.
Privacy Policy - DMCA - Contact - Sitemap
Follow on Twitter Subscribe to RSS

By publishing newest softwares and updates on Downloadic, we respect to these and all Master Software Companies
Adobe - Microsoft - IBM - Sun

warcraft 3 patch 124 cz
gladius 313 addon download
cod6 wiki deutsch
narutowire videos downloader
gladius 313 addon
shotcode generate
siemens tc65i
mafia wars automation
passmark sleeper
vanetmobisim
expressgamesin
xvdeoscom
xvidoescom
xvidoescom
xvidoescom