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

 monitor 

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.
IsItUp Network Monitor 6.80
IsItUp Network Monitor 6.80
IsItUp Network Monitor is a server monitor, website monitor, port, and email system monitor. It continuously monitors multiple IP devices, websites, servers & alerts you via email or pager; graphs. Website content check; runs as a service; maintains performance statistics for each device it monitors - up time, maximum response time, minimum response time, standard deviation & error log. IsItUp tracks the last successful and last failed Traceroute.Taro Softwares IsItUp - When you need to know the status of your network. IsItUp continuously monitors multiple pingable devices using TCP/IPs Ping utility; it tests email servers by bouncing messages off auto-reply accounts and websites by using HTTP. Devices are monitored at specified intervals, notifying you, by email alert, pager alert, when they go down - or come back up.Features:- Monitor any number of devices, 24 hours a day, 365 days a year- Checks TCP/IP (ping) devices, websites, LAN servers, email servers, switches, routers, etc.- Runs as a service- Sophisticated website content tests- Graphical interface is easy to customize and use- Configuration wizard makes it easy to add devices and configure options- Automatically watch any mail system by sending email messages and looking for returned messages- System tests reports on uptime, average response time, and logs all data to a Microsoft Access database for you to work with on your own- Notification by pager (modem), mail (MAPI or SMTP), or execute a batch job- Multiple people can receive status notifications and each person has their own rules- Rules allow you to specify how many times a query fails- Notify on every nth failure-Option to notify you when an item returns to operation (comes back up) System Requirements: Min 256 MB RAM, 50MB Disk Space, Windows 2000 and up. Enhancements: IsItUp version 6.80 improves the restart a service action when a monitor fails by allowing the reordering of the services to be restarted. All the services are stopped before they are restarted in the order specified. This accommodates situations where there are dependencies between the services.
WP Ventrilo Status Monitor 1.1.146
WP Ventrilo Status Monitor 1.1.146
Author: Onykage a robust self configuring ventrilo server status monitor for wordpress that uses Onykages ventspy script
Installation:
goto the dashboard, selected the ziped file, activate, goto options->Wp Vent Spy, configure with your server address, goto widgets, add it. alternate route. 1. Download the plugin Upload the plugin to the /wp-content/plugins/ directory Configure the plugin through the plugins menu on your dashboard Activate the plugin through the settings menu on your dashboard shajzam~! using wp-extemespy put the following line of code in your post. This line requires the Exec-php plugin. http://wordpress.org/extend/plugins/exec-php/ replace the {everything in here including the curly braces} with server information. (php tag)- include(includes/wp-extremespy.php?nme={server name}&svr={theserver ipaddress or cname}&prt={server port}&psw={server password, leave blank if no password is needed.}); - (php tag)
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.
hardware sensors monitor 4.4.3.5
hardware sensors monitor 4.4.3.5
Hardware sensors monitor utilizes sensor chips on smart motherboards to track system and CPU temperatures, voltages and cooling fans.Also, program monitors most graphics cards GPU temperature and SMART hard disks attributes.By quickly get an overheated computer, you can prevent disasters such as system instability or damage. The program is resource friendly, residesquietly in the system tray and continuously monitors the various parameters. By clickingits icon youll view in real time for each component.Once has detected an overheating state can perform a number of Hmonitor tasks.First, it may propose an audio alarm, then shut down the system or optionally execute anyselected application (ie sending e-mail alert messages) to the system administrator. It can also log information to a file on your hard drive Drive.From The Settings Dialog, Hmonitor allows you to set the yellow zone and redzone temperatures for the motherboard and CPU. You can also set minimum fan RPMbefore a warning is issued. In addition, nominal values and thresholds can adjustedfor voltage parameters. System Requirements: none extensions: see http://www.hmonitor.com/
SQL Monitor 0.5.5
SQL Monitor 0.5.5
Author: Vladimir Kolesnikov Almost every developer knowns that the poor performance in many cases is due to poorly designed database or SQL queries (for example, when the table does not have indices that the query can use or when the query uses unnecessary performance killers such as ORDER BY/GROUP BY)
Installation:
Upload sqlmon folder to the /wp-content/plugins/ directory. Please make sure that wp-content directory is writable by your web server (when activated, SQLMon will copy db.php to wp-content). Activate the plugin through the Plugins menu in WordPress. If everything is fine, you will see db.php in your wp-content directory.
faq:
None yet. Be the first to ask.
1 2 3 4 5 6 7 8 9 10 ... 33
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

raoid uploader
powerd by wordpress 174
blockland addons
brazil
kees moviescom gratis
Ipod touch 301 firmware
app sync 31
kees moviescom gratis
gpxplus list of eggs
wdtv cover
you hube
xvideos familycom
travian scout attack
CleverPrint
Cessna172