2012年2月4日土曜日

What Does Bcc Mean?

what does bcc mean?

WordPress : WP-Optimize @ 1dollarplug.com

5752

please rate me

Thanks!

An error occurred!


version :


Description

This plugin can be used to send e-mail to users. The front side of the 'WP Opt-in' plugin is a simple form with an e-mail input field and a submit button. By entering an e-mail address into the field and pressing submit, an e-mail is sent automatically to the specified address.

The contents and sender of the automatic e-mail can be specified in options, along with whatever you would like for status messages and other text for the front side.

IP address and time for submit is stored together with the e-mail address in the database. E-mail entries in the database can be selectively deleted. Export to a Bcc friendly format is also possible.

Installation

  1. Deactivate the plugin in the WordPress 'Plugins' menu if you are upgrading
  2. Download and unzip the plugin
  3. Upload the wp-opt-in folder to the /wp-content/plugins/ folder
  4. Active the plugin, place the widget in your sidebar and edit its title by using the 'Presentation' menu
  5. Configure the plugin in the 'WP Opt-in' menu located under the WordPress 'Options' menu

    If your theme does not support widgets, you can paste <?php if (function_exists('wpoi_opt_in')) { wpoi_opt_in(); } ?> into your sidebar file. This file may be called 'sidebar.php' or similar.

Frequently Asked Questions

= Can I send e-mail to all users who have asked for information through this plugin? =

Yes. Simply copy all the e-mail addresses from the 'Bcc friendly format' section on the plugin options page. Paste them into the Bcc field in your favorite e-mail client software.

= No e-mails are sent! Why? =

Check if PHP is configured to use a working SMTP server, possibly in a file called php.ini.

= What does Bcc mean? =


Black Country Communion 2
Learn more

Blind carbon copy. A receipient field for e-mail. Using it results in not revealing e-mail addresses between the recipients.

= Why do the plugin mess up my theme when including it in the sidebar? =

The options might be messed up. Try the default options:

* Bad e-mail:

Bad e-mail address.

* Failed to send:

Failed sending to e-mail address.

* Success:

Sent requested e-mail.

* Form header:

Receive information automagically here.

* Form footer:

* E-mail field: E-mail:

* Submit button: Submit

= Can spammers use this to get me in trouble? =

Subject, sender and contents of the e-mail sent from this plugin is controlled by the plugin and you. There should be no reason for sending someone this information unless they asked for it.

= What about security? =

The input e-mail address is checked for suspicious characters before it's used.

Screenshots

Check the author homepage for en example of usage.

Changelog

= 1.4.1 =

* Fixed init action used for the redirect option.

= 1.4 =

* Modified default options for form header for better CSS.

* Added description to more of the options.

* Redirect option to enable possibility for a opt-in success page.

= 1.3.2 =

* Fixed support for empty options. Thanks to GirlsCanCode.

= 1.3.1 =

* Try to fix double e-mail to self.

* Remove unnecessary code in opt-in-form

= 1.3 =

* Text in notification e-mail changed to be more general.

* Made it possible to place the php file in either a wp-opt-in folder or the plugins folder. Recommended: folder (to be compatible with future versions).

= 1.2 =

* Better Windows/Linux support. Thanks to Last Programmer for testing.

= 1.1 =

* Improved PHP mail() compatibility

= 1.0 =

* Option to send notification email

* Use form footer field

* Seamlessly perform database upgrade.


Canon CLI-221 4-Color Value Pack (Black/Cyan/Magenta/Yellow) (2946B004) in Retail Packaging
Learn more

= 0.9.2 =

* Correct bugfix in 0.9.1.

= 0.9.1 =

* Tiny bugfix.

= 0.9 =

* Remove old duplicates of submitted new email.

= 0.8 =

* Fix register activation hook. Thanks to Jared.

= 0.7 =

* Create initial opt-in-users database table fix.

= 0.6 =

* Fix widgets on more WordPress versions.

= 0.5 =

* Add control to edit widget title.

= 0.4 =

* Correct typos introduced in 0.3.

= 0.3 =

* Widget support. Thanks to Rune.

= 0.2 =

* Add a comment and improve readme.

= 0.1 =

* Initial version

Support

Visit the plugin home page.

Description

WP-Optimize is a WordPress 2.9++ database cleanup and optimization tool. It doesn't require PhpMyAdmin to optimize your database tables.

It allows you to remove post revisions, comments in the spam queue, un-approved comments within few clicks.

Now Multi-Lingual.

Requirements:

* WordPress 2.9++

* PHP 5.1.xx

* MySql 5.1.xx

* PHP 4.xx and MySql 4.xx not supported

Translators are welcome to send their Translated Files to be included.

Contact me at http://wwww.ruhanirabin.com/contact/

Features:

* Remove the WordPress post revisions

* Remove the WordPress auto draft posts [NEW]

* Remove all the comments in the spam queue

* Remove all the un-approved comments

* Apply mysql optimize commands on your database tables without phpMyAdmin.

* Display Database table statistics. Shows how much space can be optimzied and how much space has been cleared.

* Visible only to the administrators.

How this could help you?


* Everytime you save a new post or pages, WordPress creates a revision of that post or page. If you edit a post 6 times you might have 5 copy of that post as revisions. Imagine if your post or pages are long and big. It is a huge number of bytes thats on your MySQL overhead. Now WP-Optimize allows you to optimize and shrink your posts table by removing not necessary post revisions from the database. As example, if you have a post which is approximately 100KB data and you have 5 revisions of that post, the total space wasted is about 500KB. And if you have 100 posts similar to it, you have 50MB database space wasted.

* Similar to the scenario described above, there might be thousands of spams and un-approved comments in your comments table, WP-Optimize can clean and remove those in a single click

* WP-Optimize reports which database tables have overhead and wasted spaces also it allows you to shrink and get rid of those wasted spaces

Installation

  • Unzip the archive into your hard drive.
  • Upload the folder to your wp-content/plugins folder on your web host.
  • Login to your dashboard and activate the plugin via activate option.
  • The main level menu item is WP-Optimize. Scroll down to see it.

Frequently Asked Questions

= I am having error – Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource … =

* Upgrade/Update your WordPress to at least 3

* Upgrade/Update your WP-Optimize plugin

* Upgrade your PHP to at least 5.1.xx

* Upgrade your MySql to at least MySql 5.1.xx

* Remember: PHP 4.xx and MySql 4.xx not supported

= Is there any bug in this plugin =

This is a very primary version of the plugin. So I would recommend you to test it out on your local system.

Screenshots

  1. Main screen
  2. Database tables report
  3. Menu Item

Changelog

= 0.9.4 =

* Non Initialized variables fixes as of http://wordpress.org/support/topic/plugin-wp-optimize-errors-in-debug-mode?replies=2

= 0.9.3 =

* Removed security tools.
* Full database size displayed


= 0.9.2 =

* Now the plugin is visible to site administrators only. Authors, Contributors, Editors won't be able to see it.

= 0.9.1 =

* Fixed problem with database names containing "-" .

* NEW Main Level Menu Item added for WP-Optimize, You might need to scroll down to see it

* Compatibilty with WordPress 3.1

* Added few translations

* Added auto draft post removal feature

= 0.8.0 =

* Added Multilanguage capability

* Added translation WP-OPTIMIZE.POT file

* Farsi Translation included now (Thanks to Ali irani)

= 0.7.1 =

* POST META Table cleanup code removed cause it is making problems with many hosts

= 0.7 =

* Added cleanup of POST META Table along with the revisions

* Fixed some minor PHP tags which causes the total numbers to disappear

* Now requires MySQL 5.1.x and PHP 5.1.x

= 0.6.5.1 =

* Fix Interface

5752

please rate me

Thanks!

An error occurred!



These are our most popular posts: what does bcc mean?

WordPress : WP-Optimize @ 1dollarplug.com

Paste them into the Bcc field in your favorite e-mail client software. = No e-mails are sent! Why? = Check if PHP is configured to use a working SMTP server, possibly in a file called php.ini. = What does Bcc mean? = Blind carbon copy. read more

Cystic fibrosis drug Kalydeco approved by FDA: What does it mean ...

Cystic fibrosis drug Kalydeco approved by FDA: What does it mean for patients? November study found Kalydeco improved lung function, reduced complications in patients with cystic fibrosis who have G551D mutation ... read more... Share | ... read more

What does the CC and BCC mean on Email?

What do all the address slots on an email mean? When I compose a new email, it gives me the option to send it to someone but what is the CC and BCC fields for? Im just curious! Some email service clients ... read more

Car Explosion in Iran Kills Nuclear Scientists - The Harriton Banner

So what does this mean for the future? Will this assassination be the one to put an end to Irans uranium enrichment program? According to Vice President Mohamma Reza Rahimi, the answer to this question is no. BCC ... read more

Related Posts



0 コメント:

コメントを投稿