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

 reloaded 

Smart Archives Reloaded 1.9.1
Smart Archives Reloaded 1.9.1
Author: scribu Smart Archives Reloaded is an enhanced version of the Smart Archives plugin by Justin Blanton
Installation:
The plugin can be installed in 3 easy steps: Unzip "Smart Archives Reloaded" archive and put the folder into your plugins folder (/wp-content/plugins/). Activate the plugin from the Plugins menu. Create a new page or post and add [smart_archives] to the content. Alternatively, you can add <?php smart_archives(); ?> anywhere in your theme, where you want the archives displayed.
faq:
"Parse error: syntax error, unexpected T_CLASS..." Help! Make sure your new host is running PHP 5. Add this line to wp-config.php: var_dump(PHP_VERSION); Fancy archive not working In footer.php in your theme directory, make sure you have this code somewhere: <?php wp_footer(); ?>. How can I change the CSS or HTML? Read this: Advanced Tweaking
Smart Archives Reloaded 1.8.1
Smart Archives Reloaded 1.8.1
Author: scribu Smart Archives Reloaded is an enhanced version of the Smart Archives plugin by Justin Blanton
Installation:
The plugin can be installed in 3 easy steps: Unzip "Smart Archives Reloaded" archive and put the folder into your plugins folder (/wp-content/plugins/). Activate the plugin from the Plugins menu. Create a new page or post and add [smart_archives] to the content. Alternatively, you can add <?php smart_archives(); ?> anywhere in your theme, where you want the archives displayed.
faq:
"Parse error: syntax error, unexpected T_CLASS..." Help! Make sure your new host is running PHP 5. Add this line to wp-config.php: var_dump(PHP_VERSION); Fancy archive not working In footer.php in your theme directory, make sure you have this code somewhere: <?php wp_footer(); ?>. "Cant open cache file!" Go to your wp-content/uploads directory, create an empty file called "sar_cache.txt" and set its permissions (chmod) to 757.
kStats Reloaded 0.6.9
kStats Reloaded 0.6.9
Author: mwaterous kStats Reloaded began as a project to redesign StatPress Reloaded into a much faster and more up to date statistics plugin for Wordpress. The original StatPress Reloaded is an amazing plugin, and can be found here
Installation:
Installation of kStats Reloaded is fairly easy; After unpacking the archive, upload the entire /kstats-reloaded/ folder to your /wp-content/plugins/ directory All of the .ini files in the packages /definitions/ folder need to be made writable (chmod 0777) Navigate to the Plugins page of your Wordpress Dashboard and activate kStats-Reloaded Watch the statistics start building immediately! ** Please note that installation of kStats Reloaded requires PHP 5. MySQL 5.0.3+ is recommended but not required.
kStats Reloaded 0.5.0
kStats Reloaded 0.5.0
Author: mwaterous kStats Reloaded is based on a stripped down and highly modified version of StatPress Reloaded, allowing you to record extremely accurate and useful information about traffic coming to your web site. You can instantly see how many unique visitors are arriving at your site, how many pageviews youre getting, know when a search engine has crawled your site, and see where people are coming from
Installation:
Installation of kStats Reloaded is fairly easy; After unpacking the archive, upload the entire /kstats-reloaded/ folder to your /wp-content/plugins/ directory There are two files in the /definitions/ directory of your archive, cache.ini and agents.ini that need to be made writable (chmod 0777) Navigate to the Plugins page of your Wordpress Dashboard and activate kStats-Reloaded Watch the statistics start building immediately! ** Please note that installation of kStats Reloaded requires PHP 5.
kStats Reloaded 0.4.2
kStats Reloaded 0.4.2
Author: mwaterous kStats Reloaded is based on a stripped down and highly modified version of StatPress Reloaded, allowing you to record extremely accurate and useful information about traffic coming to your web site. You can instantly see how many unique visitors are arriving at your site, how many pageviews youre getting, know when a search engine has crawled your site, and see where people are coming from
Installation:
Installation of kStats Reloaded is as simple as; After unpacking the archive, upload the entire /kstats-reloaded/ folder to your /wp-content/plugins/ directory Navigate to the Plugins page of your Wordpress Dashboard and activate kStats-Reloaded Watch the statistics start building immediately! ** Please note that installation of kStats Reloaded requires PHP 5 for the internal datetime class to function properly.
Social Bookmarking RELOADED 3.08
Social Bookmarking RELOADED 3.08
Author: valent The Social Bookmarking RELOADED plugin for WordPress adds a list of XHTML compliant graphic links at the end of your posts and/or pages that allow your visitors to easily submit them in a number of social bookmarking sites. Furthermore, the plugin adds a page in the WordPress admin section that lets you customize it.
Installation:
If you have never use this plugin or a previous version, you have extract the archive file (.zip) and upload the folder social-bookmarking-reloaded in wp-content/plugins of your web space. Than activate the plugin in plugin menu of admin control panel. Se non si ha mai installato una versione precedente del plugin, è necessario estrarre il contenuto del file .zip e caricare la cartella social-bookmarking-reloaded e i suoi file nella directory wp-content/plugins che si trova sullo spazio web che ospita Wordpress. Successivamente manca solo di attivare il plugin nel menu plugin del pannello di controllo dellamministratore.
kStats Reloaded 0.1.0
kStats Reloaded 0.1.0
Author: mwaterous kStats Reloaded is based on a stripped down and highly modified version of StatPress Reloaded, allowing you to record extremely accurate and useful information about traffic coming to your web site. You can instantly see how many unique visitors are arriving at your site, how many pageviews youre getting, know when a search engine has crawled your site, and see where people are coming from
Installation:
Installation of kStats Reloaded is as simple as; Unpack the archive, and upload the contained /kstats/ folder to the /wp-content/plugins/ directory Navigate to the Plugins page of the Wordpress Dashboard and activate kStats Watch the data start collecting immediately!
DB Cache Reloaded 1.4.1
DB Cache Reloaded 1.4.1
Author: Daniel FrużyÅ?ski This plugin caches every database query with given lifetime. It is much faster than other html caching plugins and uses less disk space for caching
Installation:
Upload db-cache-reloaded directory to the /wp-content/plugins/ directory Activate the plugin through the Plugins menu in WordPress Configure and enjoy :)
faq:
How do I know my blog is being cached? Check your cache directory wp-content/tmp/ for cache files. Check the load statistics in footer. Also you can set DBC_DEBUG to true in db-cache-reloaded.php file to display as hidden comments on your html page, what queries were loaded from cache and what from mysql. What does this plugin do? This plugin decreases count of queries to DB, which means that CPU load of your web-server decreases and your blog can serve much more visitors in one moment. What is page generation time? It is time from request to server (start of generation) and the generated page sent (end of generation). This time depends on server parameters: CPU speed, RAM size and the server load (how much requests it operates at the moment, popularity of sites hosted on the server) and of course it depends on how much program code it needs to operate for page generation. Let set the fourth parameter as constant (we cant change the program code). So we have only 3: CPU, RAM and popularity. If you have a powerful server (costs more) it means that will be as low as possible and it can serve for example 100 visitors in one moment without slowing down. And another server (low cost) with less CPU speed and RAM size, which can operate for example 10 visitors in one moment. So if the popularity of your site grows it is needed more time to generate the page. Thats why you need to use any caching plugins to decrease the generation time. How can I ensure of reducing server usage? You can show usage statistics with your custom template in your footer. Checking count of queries, ensure that other cache plugins are disabled, because you can see cached number. View the source of your site page, there maybe some code like this at the foot: <!-- 00 queries. 00 seconds. --> If not, please put these codes in your footer template: <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> After using the DB Cache Reloaded, I think youll find the number of queries reducing a lot. Why is DB Cache Reloaded better than WP Super Cache? This plugin is based on a fundamentally different principle of caching queries to database instead of full pages, which optimises WordPress from the very beginning and uses less disk space for cache files because it saves only useful information. It saves information separately and also caches hidden requests to database. Dmitry Svarytsevych analysed server load graphs of his sites and he can say that the peaks of server load are caused of search engines bots indexing your site (they load much pages practically in one moment). He has tried WP Super Cache to decrease the server loads but it was no help from it. Simply saying WP Super Cache saves any loaded page and much of these pages that are opened only once by bots. His original plugin (DB Cache) roughly saves parts of web-page (configuration, widgets, comments, content) separately, which means that once configuration is cached it will be loaded on every page. Here is the Google translation of Dmitry Svarytsevychs article on it. Troubleshooting Make sure wp-content is writeable by the web server. If not youll need to chmod wp-content folder for writing. How do I uninstall DB Cache Reloaded? Disable it at Settings->DB Cache Reloaded page. The plugin will automatically delete all cache files. If something went wrong - delete /wp-content/db.php, /wp-content/db-config.ini and /wp-content/tmp folder manually. When wp-content/db.php file exists, WordPress will use our optimised DB class instead of its own. Deactivate it at plugins page. Why plugin shows -1 as number of cached queries? By default DB Cache Reloaded shows number of cached queries in hidden HTML comment in page footer. When you see -1 as a cached queries count, this means that caching is not active. Please make sure that you have enabled caching on settings page (DB Cache Reloaded also shows message in admin backend when caching is not enabled). If caching is enabled and you still see -1, this is a result of conflict with other plugin, which wants to replace default wpdb class with its own too. You have to disable plugins one by one until you find one which causes this conflict. If you have added custom code to your wp-config.php (or other file) in order to install plugin, please remove (or comment out) it too. When you find conflicting plugin, please notify its author about this problem. I am a plugin developer. How can I make my plugin compatible with DB Cache Reloaded? DB Cache Reloaded uses default WordPress mechanism to load custom version of wpdb class - it creates custom wp-content/db.php file. WordPress checks if this file exists, and loads it instead of wp-includes/wp-db.php. When your plugin includes this class using custom code added to wp-config.php (or any other file), please use require_wp_db() to do this, or use similar code to this function body. When you need to modify wpdb class (e.g. by adding or replacing methods), consider deriving your class from the default one (using the extends keyword). Another option is to use aggregation - save value of $wpdb variable, create object of your class and assign to $wpdb. Your class should call methods and access member variables of this saved object, in order to keeps its functionality. Your class should also implement magic methods __get, __set, __isset, __unset and __call. Note: when you use derivation, make sure you create object of your class very early, before queries are done. Otherwise number of queries shown in stats will be incorrect. How to move default cache directory elsewhere? By default DB Cache Reloaded saves cached queries in wp-content/tmp dir (or another, if you changed value of WP_CONTENT_DIR constant). If you want to change this location, please define DBCR_CACHE_DIR constant in your wp-config.php file - it should point to existing directory. DB Cache Reloaded will use it instead of default location.
1 2 3 4 5
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

You tubecom
limewire48 download
chronosync 404
kees moviescom gratis
warcraft III 125
wwwhubcom
call of duty 6 glitches
gtasaweaponlocations
fontxchange
wwwhubcom
gundamicon
gundamicon
Parches wow 200 a 313
uml diagrammer 612
patch l4d 1004