A simple plugin that allows the use of the jQuery JS library throughout wordpress.
Download
Original post by admin
WordPress
A simple plugin that allows the use of the jQuery JS library throughout wordpress.
Original post by admin
Plugin Author: Christopher Hwang
It is a very simple plugin to use. Follow the instructions for installing it and away you go! You don’t even have to go through the trouble of going through their setup script or creating their config file. Everything has been done for you and the settings from your WordPress setup will be passed over.
Some of the features have been removed or changed slightly for things to work and to maintain security. However you’ll find that most of the things you are used to are still available. Due to the changes that I made, you will only be able to access the phpMyAdmin console from within your WordPress admin console. Trying to link directly will bomb!
If you need help on using phpMyadmin, please go to their site and you will find extensive documentation on how to use it.
If you are feeling generous after trying this plugin out, please support my efforts through the donate link you see on my site. I’ve been cracking the code out on my free time, so even a small token amount is appreciated.
1. Extract the files and transfer the ‘wp-phpmyadmin’ folder to your plugins folder.
2. Log into your admin panel and click on ‘Activate’.
3. Goto the ‘Manage’ tab of your admin console and you’ll find phpMyAdmin.
Language Support
phpMyAdmin has the ability to support multiple languages. For this plugin I have included the files for only the following languages:
1) English
2) Chinese simplified and traditional
3) French
4) German
5) Japanese
6) Korean
7) Spanish
I did this because providing the full set of languages was putting a strain on my bandwidth and was starting to cost me money on the hosting side. As I provide this plugin for free, and since no one seems to be donating, the best thing that I could do was to remove some of the languages.
If you need to use other languages, you will need to download the phpMyAdmin (Version 2.8.2) file from the phpMyAdmin site. After unzipping the file, go to the ‘lang’ directory and copy the language file that you need to the ‘lang’ directory for the WP-phpMyAdmin plugin. Becareful not to delete or overwrite other files as they have been modified to work within WordPress. If you are unsure of this, do get in touch with me and I’ll try to help you.
Original post by admin
Technorati Tags: blog
Plugin Author: Lester Chan
Manages your Wordpress database. Allows you to optimize database, repair database, backup database, restore database, delete backup database , drop/empty tables and run selected queries. Supports automatic scheduling of backing up and optimizing of database.
Original post by admin
Plugin Author: LightPress
LightPress is a frontend for the popular WordPress blogging platform. A frontend is the code sitting between the db and your blog’s readers, which manages all user interaction and displays the relevant content appropriately formatted. I started this project because, even though WordPress is easy to install and has plenty of features, it has a couple of serious drawbacks for a non-casual user: it’s slow, its queries are suboptimized, and its code has no clear distinction between program logic and layout, making customization very boring and time-consuming. In contrast, the principles behind LightPress are ones I have learned learned by trial and error in more than ten years of Web development:
* reduce abstractions to a minimum
* separate code and layout as much as possible
* stay close to the language, don’t overengineer
* pay attention to how your relational data is stored and retrieved
* keep an eye on performance
With the exception of comment and trackback submission, LightPress just wraps the data stored in the relational DB with an XHTML layout, and provides a way to navigate through it.
Features
LightPress has been developed to be faster than WordPress, and to ease customization of both its layout and code. Its main features are:
* faster page rendering than WP, using less and faster queries
* layout components abstracted in simple XHTML files, using easy to read templating variables as placeholders for the live data
* installs as a WP plugin, integrates with the WP admin console for management
* two modes of operation, testing (lets WP manage your root URL) and root (takes over your root URL)
* one-way (testing) or two-way (root) options synchronization with WP
* mod_rewrite rules generation
* comment antispam included and enabled by default
* optional statistics plugin and DB table to efficiently log traffic
* search results available as RSS/Atom feeds
* conditional GET support for feeds
* a powerful plugin architecture, that allows the developer to concentrate on the extra functionality in a single, separate class
* no includes, scattered functions, variable name clashes, etc.
* basic features abstracted in only a few classes, which can be instantiated and used from a custom file with a couple of lines of code
* DB interaction achieved via a simple wrapper class, to enable the use of different databases via custom wrapper classes
LightPress has a few (obvious) limitations compared to a full WordPress
install. The main ones are:
* WordPress templates do not work
* WordPress “output” plugins (ie those that modify your blog’s public pages) do not work, though plugins that interact with the admin console work fine
* only two nested levels of categories are supported in the sidebar (this is to speed up SQL operations)
Original post by admin
Plugin Author: Donnie La Curan
Place fixdb.php in your /wp-content/plugins/ folder and the login to your admin area. Activate the plugin. Now in the admin area, when you click Options there will be a sub-menu titled “Fix Database.” Go to that link, if you click the button on that page titled “Fix Database” the script will then check all the tables within that database. If any report an error it will attempt to repair the table. Once that is done it will optimize the tables.
Good for when the comments table is left open and nobody is able to make or view comments until it is repaired. Now you don’t have to log into phpMyAdmin to repair the table, just run this.
Original post by admin
Plugin Author: Hovenko
I wrote a plugin that can be useful if you are going to move your blog to a different site. There are many options that needs to be changed if the URL of your blog changes, at least ’siteurl’ and ‘home’. This is normally done manually updating the values in the database table wp_options, since you can not reach the WordPress administration sites if these URLs are wrong. If you use a plugin that makes use of Google Maps you need to update the API key as well.
This plugin has only been tested with the WordPress 2.1 branch, but might work with older versions. Please report on compatiblity with other versions.
Please read the readme.txt file that is included in the archives for installation directions. It is important to understant the structure of the array variable in the configuration file.
I suggest you leave the option “df_fileconf_update” to false until you are certain that you have entered the correct options and they are working. If your blog stops working then you can change the option “df_fileconf_active” to false to disable the usage of the configuration file.
Original post by admin
Plugin Author: Johan Känngård
To install the DB Files 1.0 plugin:
* Download dbfiles1.0.zip
* Extract the files in the downloaded archive
* Upload/copy the extracted folder (dbfiles) to your plugins folder, usually “wp-content/plugins/”
* Activate the plugin at the plugin screen. The default table and options are set up automatically
* Optional: modify the settings in the ‘Options’, ‘Database File Options’ pane
* Finito! You are now ready to upload files!
Original post by admin
Plugin Author: Mark Ghosh
This is an easy-to-use plugin to quickly backup your WordPress database. You may download the backup file, or have it emailed to the address of your choice. By default, the core WordPress tabels are backed up.
You may select additional tables, if any, and choose how you’d like to receive your backup file. This may also be used with the WP-Cron package from Skippy to receive daily backups automatically to your email.
Please be sure to read the installation instructions included in the zip file. For the impatient, here they are:
1. Create a directory /wp-content/backup/ inside your WordPress directory. $ cd wordpress/wp-content $ mkdir backup
2. Make this directory writable by your webserver. $ chgrp www-data backup $ chmod g+w backup
3. Insall and activate the plugin
4. Navigate to Manage -> Backup
5. Backup!
Delivery Method Details
None
This will save the database backup in your /wp-content/backup/ directory on your server. This is provided as a convenience only. Please do not leave your database backup files lying around!
Email
The backup file will be emailed to the address you specify. Gzip compression is strongly encouraged. Once delivered, the backup file will be deleted from the server.
Download
The backup file will be sent to your browser, where you can save it to your local workstation. Gzip compression is strongly encouraged. Once downloaded, the backup file will be deleted from the server.
The Fine Print
This plugin works for me. Currently, I have about 160 posts, with a little over one thousand comments. A gzip compressed backup of my database produced with this plugin is about 460 KB. This plugin was successfully tested on another blog with 1369 posts and 4000 comments. The gzipped backup file was ahout 1.3 megabytes, and was successfully emailed and downloaded. If you have a huge database (tens of thousands of posts and comments) this plugin may not work for you, for any of the following reasons:
* PHP memory limit: server operators can limit the amount of memory a PHP script may use. If the size of your database backup exceeds this limit, the backup will not succeed.
* PHP time out: server operators can limit the amount of time for which a PHP script may run. If it takes longer than this amount of time to backup your database, the backup will not succeed.
* Email attachment file size limitations: many email providers do not accept email attachments greater than a certain size. If your database backup is excessively large, it may not make it to your Inbox.
* insufficient disk space: although extremely unlikely, if your server does not have space to store the temporary backup file, the backup will not succeed.
Please note that including the database tables for your plugins in the backup is likely to introduce any (or all) of the problems listed above. Plugins like user and statistics tracking, or spam filter logs, can grow to enormous sizes.
Finally, although this plugin works for me, I will not accept any responsibility for any problems that this may cause for you. Use this plugin at your own risk.
Original post by admin
Technorati Tags: blog