asrguy on "can hookpress trigger a custom wordpress post action?"
I'm trying to have a new WP post created when a record is added to a mysql database of mine. I have looked at Zapier but it doesn't seem to have a custom "action" for wordpress - just create a post....
View Articlerngdmstr on "disk usage growing (Hacked?)"
Search your database for these terms: viagra levitra payday casino rolex left:- left: - top:- top: - See if you can find any injected spam.
View Articlenitrous604 on "WP Multsite with Separate DB's for each site"
What I would like to do is use WP Multisite and have a separate database for each site as opposed to multiple tables. The idea behind this is to keep the sites separate and running fast as running a...
View ArticleMaisonentravaux on "[Plugin: SendPress Newsletters] Sendpress and wp_postmeta...
Hello I have a huge problem with Sendpress and my MySQL DBB. Since I activated the plugin on my website, I see the size of my DBB increases strongly. The table which is concerned is wp_postmeta !...
View ArticleSquareEye on "[Plugin: Events Manager] Events list filtered by date added?"
Hi - I have a list of events in a custom PHP template showing fine as follows: $EM_Events = EM_Events::get( array('scope'=>'future', 'orderby'=>'event_start_date') ); Is there a way I can add a...
View ArticleMaisonentravaux on "[Plugin: SendPress Newsletters] Sendpress and wp_postmeta...
I applied these requests to clean all the lines SendPress generated in wp_postmeta : DELETE FROM wp_postmeta WHERE meta_key = '_firstname_label '; DELETE FROM wp_postmeta WHERE meta_key =...
View Articlecaimin_nwl on "[Plugin: Events Manager] Events list filtered by date added?"
Hi, You'd need to create a custom WP_Query for that kind of ordering because the wp_em_events table doesn't include the creation date.
View ArticleLacey on "disk usage growing (Hacked?)"
I searched the databases like rngdmstr recommended (thank you!). It says there is one match inside table PROCESSLIST. What should I do now? Any help is very much appreciated!
View Articleperezbox on "disk usage growing (Hacked?)"
Have you already contacted your host regrading their thoughts on what is taking up the space? Tony
View ArticleIpstenu (Mika Epstein) on "WP Multsite with Separate DB's for each site"
There isn't one. There used to be a plugin called wp-hive that did this, but it seems to have fallen by the wayside. You COULD have a custom wp-config.php that checks for domains and routes to...
View ArticleLacey on "disk usage growing (Hacked?)"
Tony, Thanks for responding. Yeah I called support, they looked through things and didn't see an obvious answer. They suggested I go through every folder and look for very large files. I looked through...
View Articleflashrebel on "disk usage growing (Hacked?)"
Also check if any of your plugin does not save some kind of datas to database, for example also if cache plugin purge garbage right, revision ... many plugins can save tons of datas.
View Articlesay_hello on "display results of a openstreetmap-request in a...
i am interested in running requests to openstreetmap - api i want to display the results in a wordpress-plugin - eg connections the following request will be done - to a. overpass-api or b....
View ArticleSquareEye on "[Plugin: Events Manager] Events list filtered by date added?"
Ah OK, thanks Caimin.
View Articlenitrous604 on "WP Multsite with Separate DB's for each site"
Thanks for the reply. Can you think of an example I could look at where a wp-config.php points to different databases? If I have to write some customized code in each wp-config for this to work I think...
View Articlejkhongusc on "WP Multsite with Separate DB's for each site"
You cannot simply modify wp-config.php to point at multiple databases. If you need those specific requirements and no existing plugin can do that, then you will have to write your own plugin or hire...
View Articlenitrous604 on "WP Multsite with Separate DB's for each site"
We currently host 900+ websites that all receive a large amount of traffic so yes the demand is there. As far as creating new databases I already created a PHP interface that creates new MySQL...
View ArticleIpstenu (Mika Epstein) on "WP Multsite with Separate DB's for each site"
You cannot simply modify wp-config.php to point at multiple databases Yes you can. It's PHP. Psudeocode follows: IF domain == domain.com { db prefix = wp_foobar_ ; db name = domain.om_sql} And on and...
View ArticleGuillermo10Arg on "Error de la base de datos (MySQL)"
Hi This is my site http://www.revistacolofon.com.ar/ My hosting is nixyweb and I have tried to get started that mistake is always there. I have tried to put my correct user and password but nothing...
View ArticleSkrollen on "Reduce mysql queries to improve site speed?"
Since moving my website to a VPS we've gotten some problems with the database crashing during times of high traffic (more specifically, wp_options crashes). Also during these intensive traffic-spikes...
View Article