Without access to the FTP, how can I fix the index page?

Even though your subsequent comments indicate the problem was fixed, you didn’t mention ‘how’ you fixed the problem. So I have added this answer for anyone else wandering by this question. But if the issue is not forcing HTTPS, then this is more properly done with settings in your HTACCESS file (which someone with file … Read more

hypanis.ru wordpress vulnerabilty [closed]

I would more suspect a code injection via a plugin’s vulnerability; there have been a few of those lately. I don’t think it is a virus; just someone that exploited an unpatched vulnerability. You don’t specify whether the site has been updated (WP, plugins, themes) or the PHP version; this would be useful information. To … Read more

Why can I not execute php files under the wp-includes folder?

Important note: If I rename the wp-includes folder to something else, like wp-include, then it works! Nothing in WordPress specifically prevents what you did, but, what you did would be considered a security breach by most security regimes. It would also be destroyed the moment an automatic update occurred. So your request could have been … Read more

How can I use wordpress functionality outside of WP framework

It’s just simple, same reply from Error in WP_update_post but in your case there is small change. Just use wp-load.php as include. No need to include post.php. Once the wp-load.php file is included, the entire wealth of WordPress functions is provided to you. For pull the recent post, you need to use wp_get_recent_posts() wordpress function … Read more

Debugging: How to determine which plugin is throwing error in plugin.php

In your wp-config.php make sure to include; define( ‘WP_DEBUG’, true ); define( ‘WP_DEBUG_DISPLAY’, true ); Sometimes your environment will do a better job at outputting the stack trace. If that doesn’t work, you can go that line in WP core and add; $backtrace = debug_backtrace(); print(‘<pre>’); print_r ( $backtrace ); That should give you a … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)