NicolasMous on "[Plugin: Participants Database] Creating the clickable...
xnau, thank you for your reply! But i think i need a little more information then that since i am a bit stuck. The link where the uploaded files are stored is clear (i found them). Though, i need some...
View ArticleNicolasMous on "[Plugin: Participants Database] Creating the clickable...
Alright, it was indeed quite simple but i just didn't knew immediately which direction to go. I added a simple href and selected the right comlumn by adding a AS to the query. Thank you anyway!
View Articlesoliver1971 on "MySQL version control failes during upgrade to 4.0"
The tech support told me to change the DB_HOST in the wp_config.php to /** MySQL hostname */ define('DB_HOST', '127.0.0.1:3350'); then db_version returns "5.0.51", mysql_get_server_info() returns...
View Articletonyzeoli on "[Plugin: W3 Total Cache] Total Cache causing excessive MySQL...
Hi, I just contacted Plesk support to inquire about Plesk high MySQL CPU usage and they have uncovered that a Total Cache table in the DB is causing this problem. Here is there report below. Could this...
View Articlerobinsurface on "[Plugin: ML Adverts] Clicking advert goes to page with MySQL...
ML Adverts is the simplest and best little plugin i've come across to simply add some animated advert gifs to the right sidebar. Unfortunately when you click them you get a new window with a number of...
View Articlerohan_mehta on "SQL Queries Are Not Changing Subdomain to Domain"
I built a test site for my domain nuisbe.org at devtest2.nuisbe.org. To deploy the test site to the live site, I renamed the SQL database from the devtest2 and updated info for that in the wp-config...
View Articlesffandom on "SQL Queries Are Not Changing Subdomain to Domain"
What you should have done was install WordPress in the root domain, export the WordPress data (using a plugin like WordPress Importer), and then upload the images (in the UPLOADS directory) to the new...
View Articlecatacaustic on "SQL Queries Are Not Changing Subdomain to Domain"
You don't need to do any importing/exporting/etc. :) Use this script to replace the sub-domain with the main domian. It will go through all of your database tables and re-name everything for you.
View Articlesffandom on "SQL Queries Are Not Changing Subdomain to Domain"
And there is no warranty or support provided for that script. Inexperienced users should not be directed toward such tools.
View Articleukndoit on "access mysql - inserting records, updating records and deleting...
I have a few employees. 1 creates files for the other to download and use. I have made it where they can put the files into a directory and then when the other employee see's them, they click it, it...
View Articlekaifanun on "[Plugin: iThemes Security (formerly Better WP Security)] Logs...
any updates here? Can't access my log tab. When I click it is a blank and i'm getting 500 error code.
View Articlecatacaustic on "access mysql - inserting records, updating records and...
The WordPress way to do this would be to use the WPDB class to do your database queries. As an example... $query = "SELECT ID FROM my_table WHERE downloaded = 0"; $wpdb->get_results ($query);...
View Articlemartin on "disk usage growing (Hacked?)"
I am not doing anything to my wordpress site but the disk space usage shown in the cPanel is growing simultaneously, growing hour by hour. (my site is 2xxmb in size for a long time, because each blog...
View ArticleTara on "disk usage growing (Hacked?)"
First, try scanning your site at this Malware and Security Scanner: http://sitecheck.sucuri.net/
View Articlemartin on "disk usage growing (Hacked?)"
Scanned by this remote scanner, nothing found, just an advertising scanner. actually I used Duplicator "Create Package", it will scan the wordpress site briefly, the size is 280 mb and the MySQL is...
View ArticleTara on "disk usage growing (Hacked?)"
does not look your site has been comromised. From a security standpoint, review this codexto harden your site: http://codex.wordpress.org/Hardening_WordPress
View ArticleRossMitchell on "disk usage growing (Hacked?)"
Also google you site name, is it turning up in unexpected places ? Look at your website logs, anything being accessed you don't know about ? What is happening to your site's bandwidth usage ?
View ArticleMarco Andrei Kichalowsky on "[Plugin: StatPress Reloaded] Uninstall Statpress"
Friends, As the plug-in hasn't been updated in over long time, I'm uninstalling it. The problem is that the plug-in doesn't delete its own tables. Do you know what tables should I delete from my...
View Articletexteditor on "[Plugin: Download Monitor] Export Download file Title (not...
Greetings, I would like to generate a CSV that includes column and value for Download Title (not just filename) . It looks like 1) the value for this is from the post_title in posts in the database 2)...
View Article