I hereby claim:
- I am taicv on github.
- I am taicv (https://keybase.io/taicv) on keybase.
- I have a public key ASBPjDh9vD5QcJszsw92xAd1nmsLCZDduUElZLeKTPG76wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Install Wordpress with Square Candy default using WP CLI | |
read -p 'Site URL (example.com): ' url | |
read -p 'Site Title: ' title | |
read -p 'WP Admin username: ' admin_user | |
read -sp 'WP Admin password: ' admin_password | |
read -p ' | |
WP Admin email: ' admin_email | |
read -p 'Database name: ' dbname | |
read -p 'Database user: ' dbuser |
<?php | |
// This code is released into the public domain. | |
// I will not be held responsible for what this code does. | |
// I release myself of all legal responsibilites to this code. | |
/** These links helped in figuring this all out :) | |
* wp_xmlrpc_server::login | |
* https://core.trac.wordpress.org/browser/tags/3.9.1/src/wp-includes/class-wp-xmlrpc-server.php#L182 | |
* | |
* Support Forum link |
<?php | |
require_once __DIR__ . "/../plugins/grabwp-tenancy/grabwp-tenancy.php"; | |
?> |