JustinK101
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-FFPC] [Plugin: WP-FFPC] Memcache In Protocol Mode BinaryPeter,
Wanted to follow up, and see if you can reproduce binary mode not working with WP-FFPC.
If we donate some money, do you think you can free up a bit of time to work with us on WP-FFPC for a bit.
Thanks.
Forum: Networking WordPress
In reply to: E-Mails Sent From PHPMailer. Why?Any idea why they decided to use PHPMailer instead of their own wp_mail(), was this just laziness or old code?
Forum: Networking WordPress
In reply to: E-Mails Sent From PHPMailer. Why?dgilmour,
We are using that plugin; see ” This is a problem for us, since we use the SMTP plugin wp-mail-smtp.”
But that plugin only catches requests to wp_mail(), but since randomly some e-mails are being sent via PHPMailer, they aren’t feed through.
Forum: Networking WordPress
In reply to: Automate Creating Sites In Multi-Site ProgrammaticallyYeah, don’t need the bloat of WHMCS. We’ve already setup the infrastructure, nginx+php-fpm+apc+memcache and dual MySQL master-master replication (load balanced).
I think we may be able to mod wp-signup.php, just need to add the invite field.
Forum: Plugins
In reply to: [WP-FFPC] [Plugin: WP-FFPC] Memcache In Protocol Mode BinaryPeter,
Here are additional details, maybe you can replicate.
PHP Version: 5.3.10
PHP Memcache Version: 3.0.6
Memcached Version: 1.4.13Thanks.
Forum: Networking WordPress
In reply to: Automate Creating Sites In Multi-Site ProgrammaticallySorry bout the bump. Yeah, the biggest thing we want to implement is a custom invite code. We also want to completely re-style, but that can be done in WordPress with the theme.
Is there a way for us to extend wp-signup.php and add another field invite, which then should check a custom table to verify the invite code is valid?
Forum: Networking WordPress
In reply to: Automate Creating Sites In Multi-Site ProgrammaticallyBump. I would think this would be super common. Instead of using wp-signup.php we wish to use our own static page, and simply pass data.
Basically looking for a way to do this remotely, after some googling, seems like the API or calling wp_remote_request() might work, but what would I pass? How would this work?
Thans.
Forum: Plugins
In reply to: [WP-FFPC] [Plugin: WP-FFPC] Memcache In Protocol Mode BinaryPeter,
When we enable:
memcache.protocol = “binary”
We stop seeing the cached header in the response, and indeed its not caching in memcached. Can you confirm that when you running in binary, its still caching and working?
Thanks.
Forum: Plugins
In reply to: [WP-FFPC] [Plugin: WP-FFPC] Memcache In Protocol Mode BinaryPeter,
So we are building a high scale WordPress multi-site setup, and our memcache server is on a separate server from the web/php workers. Doing some benchmarks, the traffic between the web server and memcache server was reaching 40-60mbps. Read that using binary protocol results in much smaller network traffic.
Would you be able to assist me one-on-one for a bit? We could pay you for your time.