Questions asked on the site require some preparation, such as showing that you've done your homework.
Sorry, but this is not an answer.
Please read the [faq].
Please read about XXX in the [faq#XXX].
| <div class="get-started-container"> | |
| <div class="row"> | |
| <div class="next-steps edit-front-page"><p><span class="icon"></span>Edit your front page</p></div> | |
| <div class="more-actions learn-more"><p><span class="icon"></span>Learn more about getting started</p></div> | |
| </div> | |
| <hr /> | |
| <div class="row"> | |
| <div class="next-steps add-pages"><p><span class="icon"></span>Add additional pages</p></div> |
Questions asked on the site require some preparation, such as showing that you've done your homework.
Sorry, but this is not an answer.
Please read the [faq].
Please read about XXX in the [faq#XXX].
| <?php | |
| define( 'DS', DIRECTORY_SEPARATOR ); | |
| # ================================== | |
| # PHP errors & log | |
| error_reporting( | |
| E_ALL | E_STRICT | E_CORE_ERROR | E_CORE_WARNING | |
| | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | |
| | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR | |
| ); | |
| # OR: shorter and all together |
| # WWII message - crypted. | |
| # @link VIDEO: BBC short intro | http://www.bbc.co.uk/news/uk-20456782 | |
| # @link IMAGE: Flattened | http://goo.gl/UbD73 | |
| # @link IMAGE: Outtake | http://cdn.themis-media.com/media/global/images/library/deriv/121/121241.jpg | |
| # Britain's top code-breaker experts at the intelligence agency GCHQ say they are stumped. | |
| # They say it may be impossible to decode it without more information - some of which could come from the public. | |
| # "The aluminum ring found on the bird’s leg tells us it was born in 1940 and we know it’s an Allied Forces pigeon because of the red capsule it was carrying, but that’s all we know." - Colin Hill, National Code Center at Bletchley Park | |
| # This might be you. |
| <?php | |
| /** | |
| * Plugin Name: Info zu WP-Änderungen | |
| * Description: Informiert Kunden über Änderungen im WordPress Core, der Sprachdatei, etc. | |
| * Version: 15122012.1423 | |
| * Author: Franz Josef Kaiser <wecodemore@gmail.com> | |
| * Author URI: https://plus.google.com/107110219316412982437/posts | |
| * License: The MIT License (MIT) | |
| * LicenseURI: http://www.opensource.org/licenses/mit-license.php | |
| */ |
| <?php | |
| defined( 'ABSPATH' ) OR exit; | |
| /** | |
| * Plugin Name: (#64910) (Dashboard Widget) Last edited files | |
| * Description: Lists the last edited files in a dashboard widget | |
| * Author: Franz Josef Kaiser <wecodemore@gmail.com> | |
| * Author URL: https://plus.google.com/107110219316412982437 | |
| * License: MIT | |
| */ |
| <?php | |
| /** | |
| * Plugin Name: Upgrade SSL Bypass | |
| * Description: The DB-Upgrade process for networks does not work if there's an error with your SSL certificate. This plugin bypasses the check by disabling the verification in case of an error. | |
| * Version: 2013-01-02.1502 | |
| * Author: Franz Josef Kaiser <wecodemore@gmail.com> | |
| * Author URI: http://unserkaiser.com | |
| * License: The MIT License (MIT) | |
| * LicenseURI: http://www.opensource.org/licenses/mit-license.php | |
| */ |
| { | |
| "aar": | |
| { | |
| "int":["Afar"], | |
| "native":["Afaraf"] | |
| }, | |
| "aa": | |
| { | |
| "int":["Afar"], | |
| "native":["Afaraf"] |
| <?php | |
| /** | |
| * Plugin Name: Dump WP HTTP API cURL Request & Response | |
| * Author: Franz Josef Kaiser | |
| */ | |
| add_action( 'plugins_loaded', array( 'WPSE81791_cURL', 'init' ) ); | |
| class WPSE81791_cURL | |
| { | |
| protected static $instance; |
| <?php | |
| defined( 'ABSPATH' ) OR exit; | |
| /** | |
| * Plugin Name: SysBot | |
| * Description: Creates and maintains the SysBot User (which has the role of "editor") | |
| * Author: Franz Josef Kaiser | |
| */ | |
| # PUBLIC API # | |
| function get_bot() |