mcfreder
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The site ahead contains malwareLook for this code in the entire theme files especially header.php, footer.php, index.php:
Forum: Fixing WordPress
In reply to: Changing my backgroundtry one of these codes and see which one looks better for you:
<body class="home page page-id-12 page-template page-template-template-home page-template-template-home-php chrome" style="background-image: url(https://backgroundhdwallpaper.com/wp-content/uploads/2013/05/Cool-Backgrounds-Background-HD-Wallpaper.jpg); background-repeat: repeat-x;">
OR
<body class="home page page-id-12 page-template page-template-template-home page-template-template-home-php chrome" style="background-image: url(https://backgroundhdwallpaper.com/wp-content/uploads/2013/05/Cool-Backgrounds-Background-HD-Wallpaper.jpg);">
Forum: Fixing WordPress
In reply to: The site ahead contains malwareGj! I see more:
in
https://lehighvalleywomansjournal.com/wp-content/themes/genesis/lib/js/menu/superfish.compat.min.js https://lehighvalleywomansjournal.com/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js
Also check header.php and index.php for any malware script that look like these samples:
https://labs.sucuri.net/db/malware/malware-entry-mwjsgen2?web.js.visitor_tracker.001
Forum: Fixing WordPress
In reply to: Problem Logging inThen ofc send it back to the server, replacing the old one.
Forum: Fixing WordPress
In reply to: Problem Logging inCorrect! Confirmed! That’s the database name and it’s safe. Now the last step is to change the password of dbastrawp. Please access cpanel/plesk whatever panel your host has, then find Database or MYSQL something like that, where you get to see database names and a button to edit them. when you find that button, look for: dbastrawp and edit it’s password to whatever password you want but take it down in notepad.
Then go to the file you sent to your pc: wp-config.php
find these lines and change them to the following:
// ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'dbastrawp'); /** MySQL database username */ define('DB_USER', 'dbastrawp'); /** MySQL database password */ define('DB_PASSWORD', 'password_goes_here');
Forum: Fixing WordPress
In reply to: Problem Logging inForum: Fixing WordPress
In reply to: Problem Logging inuse this site: https://imgur.com/
Forum: Fixing WordPress
In reply to: Problem Logging incould you take a screen so I make sure you are on the right track ?
Forum: Fixing WordPress
In reply to: Problem Logging inexactly! record column says 280, that means you are on the old database name. what’s its name ?
You new database name is: ast1525908225110
Forum: Fixing WordPress
In reply to: Changing my backgroundPlease provide me with the image link, and I will setup for you the final code.
Forum: Fixing WordPress
In reply to: 403 forbidden when uploading imagesHi,
Please access: https://www.festivalmoments.co.uk/wp-admin/options-media.php
double check your website path, make sure if it’s correct. tick Organizing uploaded files into folders depending on the date. click update and see if you can post again.
Other suggestion > try to switch from flash uploader to normal uploader.
Other suggestion > access your ftp > go to folder wp-content > then find uploads, and set to chmod 777, also try 755
if none of the above works, ask your hosting provider to run the following commands over your website path:
find /your-website-path-here -type d -exec chmod 755 {} +
find /your-website-path-here -type f -exec chmod 644 {} +
and ask them to also double check your user/group right permisions.
Forum: Fixing WordPress
In reply to: Problem Logging inplease put your mouse over wp_posts and tell me how much items are in there 100, 200 etc.
Forum: Fixing WordPress
In reply to: Changing my backgroundOk! Forget it! I have a smarter implementation idea of background.
Please go to header.php again.
change this line:
<body <?php body_class(); ?>>
TO:
<body <?php body_class(); ?> style="background-image: url("https://here-your-image-link");">
Forum: Fixing WordPress
In reply to: The site ahead contains malwareAlright! I think I found it:
Remove this code:
[ Malware code deleted ]
Forum: Fixing WordPress
In reply to: The site ahead contains malwareOr you can paste here the entire code of footer so I tell you what to delete.