<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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>WordPress DK Forum Tag: krokodille - Recent Topics</title>
		<link>http://wp-danmark.dk/forum/tags/krokodille</link>
		<description>WordPress DK Forum Tag: krokodille - Recent Topics</description>
		<language>da-DK</language>
		<pubDate>Wed, 10 Jun 2026 13:02:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Søg]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wp-danmark.dk/forum/search.php</link>
		</textInput>
		<atom:link href="http://wp-danmark.dk/forum/rss/tags/krokodille/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>hemdrup om "Fået noget spam i min header.  hjælp"</title>
			<link>http://wp-danmark.dk/forum/topic/faet-noget-spam-i-min-header-hj%c3%a6lp#post-25024</link>
			<pubDate>tors, 10 mar 2011 20:05:27 +0000</pubDate>
			<dc:creator>hemdrup</dc:creator>
			<guid isPermaLink="false">25024@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;&#60;strong&#62;Hey jeg har fået sådan et flot Viz &#124; Biz Portfolio 1.3 team.&#60;/p&#62;
&#60;p&#62;Vi har lige fået flyttet min hjemmeside med php version 5.0 istedet for det gamle.&#60;br /&#62;
Men problemet er efter min hjemmeside blev flytte poppede der en grim reklame op i min top.&#60;br /&#62;
Server firmaet siger det en problem i min header.&#60;br /&#62;
Min hjemmeside har addressen &#60;a href=&#34;http://hemdrupdesign.dk&#34;&#62;http://hemdrupdesign.dk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Har prøvet og lede min min tekst. Men er ikke god til Php så kan ikke finde noget:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php global $wp_theme_options; ?&#38;gt;&#60;br /&#62;
&#38;lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#38;gt;&#60;br /&#62;
&#38;lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#38;gt;&#60;br /&#62;
&#38;lt;head profile=&#34;http://gmpg.org/xfn/11&#34;&#38;gt; &#60;/p&#62;
&#60;p&#62;&#38;lt;!--The Title--&#38;gt;&#60;br /&#62;
&#38;lt;title&#38;gt;&#38;lt;?php wp_title(''); ?&#38;gt;&#38;lt;?php if(wp_title('', false)) { echo ' :: '; } ?&#38;gt;&#38;lt;?php bloginfo('name'); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!--The Favicon--&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;shortcut icon&#34; href=&#34;&#38;lt;?php bloginfo('template_url'); ?&#38;gt;/images/favicon.ico&#34; type=&#34;image/x-icon&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!--The Meta Info--&#38;gt;&#60;br /&#62;
&#38;lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;&#38;lt;?php bloginfo('html_type'); ?&#38;gt;; charset=&#38;lt;?php bloginfo('charset'); ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;?php wp_meta(); //we need this for plugins ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!--The Stylesheets--&#38;gt;&#60;br /&#62;
&#38;lt;style type=&#34;text/css&#34; media=&#34;screen&#34;&#38;gt;&#60;br /&#62;
    @import url( &#38;lt;?php bloginfo('stylesheet_url'); ?&#38;gt; );&#60;br /&#62;
    @import url( &#38;lt;?php bloginfo('stylesheet_directory'); ?&#38;gt;/tabber.css );&#60;br /&#62;
&#38;lt;/style&#38;gt;&#60;br /&#62;
&#38;lt;!--[if lt IE 7]&#38;gt;&#60;br /&#62;
    &#38;lt;link rel=&#34;stylesheet&#34; href=&#34;&#38;lt;?php bloginfo('stylesheet_directory'); ?&#38;gt;/lt-ie7.css&#34; type=&#34;text/css&#34; media=&#34;screen&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;![endif]--&#38;gt;&#60;br /&#62;
&#38;lt;!--[if lte IE 7]&#38;gt;&#60;br /&#62;
    &#38;lt;link rel=&#34;stylesheet&#34; href=&#34;&#38;lt;?php bloginfo('stylesheet_directory'); ?&#38;gt;/lte-ie7.css&#34; type=&#34;text/css&#34; media=&#34;screen&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;![endif]--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!--Some Necessary Javascript--&#38;gt;&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34; src=&#34;&#38;lt;?php bloginfo('template_url'); ?&#38;gt;/js/tabber.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
/* Optional: Temporarily hide the &#34;tabber&#34; class so it does not &#34;flash&#34;&#60;br /&#62;
   on the page as plain HTML. After tabber runs, the class is changed&#60;br /&#62;
   to &#34;tabberlive&#34; and it will appear. */&#60;br /&#62;
document.write('&#38;lt;style type=&#34;text/css&#34;&#38;gt;.tabber{display:none;}&#38;lt;\/style&#38;gt;');&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;!--[if lt IE 7]&#38;gt;&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34; src=&#34;&#38;lt;?php bloginfo('stylesheet_directory'); ?&#38;gt;/js/dropdown.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;![endif]--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!--The RSS and Pingback--&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;alternate&#34; type=&#34;application/rss+xml&#34; title=&#34;&#38;lt;?php bloginfo('name'); ?&#38;gt; RSS Feed&#34; href=&#34;&#38;lt;?php bloginfo('rss2_url'); ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;pingback&#34; href=&#34;&#38;lt;?php bloginfo('pingback_url'); ?&#38;gt;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php wp_head(); //we need this for plugins ?&#38;gt;&#60;br /&#62;
&#38;lt;/head&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;body&#38;gt;&#60;br /&#62;
&#38;lt;?php include_once(&#34;js/ie.php&#34;); ?&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;header&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;headerwrap&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;div id=&#34;top&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;search&#34;&#38;gt;&#60;br /&#62;
        &#38;lt;form method=&#34;get&#34; id=&#34;searchform&#34; action=&#34;&#38;lt;?php bloginfo('home'); ?&#38;gt;/&#34;&#38;gt;&#60;br /&#62;
        &#38;lt;input type=&#34;text&#34; value=&#34;search...&#34; name=&#34;s&#34; id=&#34;s&#34; onfocus=&#34;if (this.value == 'search...') {this.value = '';}&#34; onblur=&#34;if (this.value == '') {this.value = 'search...';}&#34; /&#38;gt;&#60;br /&#62;
        &#38;lt;input type=&#34;submit&#34; value=&#34;&#34; alt=&#34;Submit&#34; class=&#34;submit-button&#34; /&#38;gt;&#60;br /&#62;
        &#38;lt;/form&#38;gt;&#60;br /&#62;
    &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#38;lt;?php wp_register('', ''); ?&#38;gt;&#60;/li&#62;
&#60;li&#62;&#38;lt;?php wp_loginout(); ?&#38;gt;
        &#60;/li&#62;
&#60;li&#62;&#60;a&#62;&#34; title=&#34;&#38;lt;?php _e('Syndicate this site using RSS'); ?&#38;gt;&#34;&#38;gt;&#38;lt;img src=&#34;&#38;lt;?php bloginfo('template_url'); ?&#38;gt;/images/feed.png&#34; alt=&#34;Subscribe via RSS&#34; border=&#34;0&#34; /&#38;gt;&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;    &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;div id=&#34;headimg&#34;&#38;gt;&#60;br /&#62;
    &#60;a&#62;&#34;&#38;gt;&#38;lt;?php bloginfo('title'); ?&#38;gt;&#60;/a&#62;&#60;br /&#62;
	&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;div id=&#34;menu&#34; class=&#34;clearfix&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;ul class=&#34;clearfix&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;?php //A link back to the homepage ... unlesss the user chose to omit it ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php if($wp_theme_options['exclude_pages']['0'] != 'home') { ?&#38;gt;&#60;br /&#62;
		&#38;lt;li class=&#34;home &#38;lt;?php if ( is_home() ) { echo &#34;current_page_item&#34;; } ?&#38;gt;&#34;&#38;gt;&#60;a&#62;&#34;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;?php _e(&#34;Home&#34;); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/a&#62;&#60;br /&#62;
		&#38;lt;?php } ?&#38;gt;&#60;br /&#62;
	    &#38;lt;?php //Lists pages, excludes pages selected in theme options ?&#38;gt;&#60;br /&#62;
	    &#38;lt;?php if($wp_theme_options['exclude_pages']) $exclude = implode(&#34;,&#34;, $wp_theme_options['exclude_pages']); ?&#38;gt;&#60;br /&#62;
	    &#38;lt;?php $my_pages = &#34;echo=0&#38;amp;title_li=&#38;amp;depth=2&#38;amp;sort_column=menu_order&#38;amp;exclude=&#34;.$exclude; $pages = wp_list_pages($my_pages);&#60;br /&#62;
			$pages = preg_replace('/(&#38;lt;a[^&#38;gt;]*&#38;gt;)/','$1&#38;lt;span&#38;gt;',$pages);&#60;br /&#62;
			$pages = str_replace('', '&#38;lt;/span&#38;gt;', $pages);&#60;br /&#62;
			echo $pages;&#60;br /&#62;
		?&#38;gt;&#60;br /&#62;
        &#38;lt;li class=&#34;page_item &#38;lt;?php if ( is_category() ) { echo &#34;current_page_item&#34;; } ?&#38;gt;&#34;&#38;gt;&#60;a href=&#34;#&#34;&#62;&#38;lt;span&#38;gt;&#38;lt;?php _e(&#34;Categories&#34;); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;ul&#62;&#38;lt;?php wp_list_categories('depth=1&#38;amp;title_li='); ?&#38;gt;&#60;/ul&#62;
&#60;p&#62;	&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;container&#34; class=&#34;clearfix&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Men har prøvet at gå ind på min hjemmesides kilde (html) og der fandt jeg dette:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; xml:lang=&#34;en&#34; lang=&#34;en&#34;&#38;gt;&#60;br /&#62;
&#38;lt;head profile=&#34;http://gmpg.org/xfn/11&#34;&#38;gt;&#60;br /&#62;
        &#38;lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=utf-8&#34; /&#38;gt;&#60;br /&#62;
        &#38;lt;title&#38;gt;404 - PAGE NOT FOUND&#38;lt;/title&#38;gt;&#60;br /&#62;
                &#38;lt;style type=&#34;text/css&#34;&#38;gt;&#60;br /&#62;
                body{padding:0;margin:0;font-family:helvetica;}&#60;br /&#62;
                #container{margin:20px auto;width:868px;}&#60;br /&#62;
                #container #top404{background-image:url('http://216.40.254.75/images/404top.png');background-repeat:no-repeat;width:868px;height:168px;}&#60;br /&#62;
                #container #mid404{background-image:url('http://216.40.254.75/images/404mid.gif');background-repeat:repeat-y;width:868px;}&#60;br /&#62;
                #container #mid404 #gatorbottom{position:relative;left:21px;float:left;}&#60;br /&#62;
                #container #mid404 #xxx{float:left;padding:40px 218px 10px;}&#60;br /&#62;
                #container #mid404 #content{float:left;text-align:center;width:868px;}&#60;br /&#62;
                #container #mid404 #content #errorcode{font-size:25px;font-weight:800;}&#60;br /&#62;
                #container #mid404 #content p{font-weight:800;}&#60;br /&#62;
                #container #mid404 #content #banner{margin:20px 0 0 ;}&#60;br /&#62;
                #container #mid404 #content #hostedby{font-weight:800;font-size:25px;font-style:italic;margin:20px 0 0;}&#60;br /&#62;
                #container #mid404 #content #coupon{color:#AB0000;font-size:22px;font-style:italic;}&#60;br /&#62;
                #container #mid404 #content #getstarted a{color:#AB0000;font-size:31px;font-style:italic;font-weight:800;}&#60;br /&#62;
                #container #mid404 #content #getstarted {margin:0 0 35px;}&#60;br /&#62;
                #container #bottom404{background-image:url('http://216.40.254.75/images/404bottom.gif');background-repeat:no-repeat;width:868px;height:14px;}&#60;br /&#62;
                &#38;lt;/style&#38;gt;&#60;br /&#62;
&#38;lt;/head&#38;gt;&#60;br /&#62;
&#38;lt;body&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;container&#34;&#38;gt;&#60;br /&#62;
        &#38;lt;div id=&#34;top404&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
        &#38;lt;div id=&#34;mid404&#34;&#38;gt; &#60;/p&#62;
&#60;p&#62;                &#38;lt;div id=&#34;gatorbottom&#34;&#38;gt;&#38;lt;img src=&#34;http://216.40.254.75/images/gatorbottom.jpg&#34; alt=&#34;&#34; /&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
                &#38;lt;div id=&#34;xxx&#34;&#38;gt;&#38;lt;img src=&#34;http://216.40.254.75/images/x.png&#34; alt=&#34;&#34; /&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
        &#38;lt;div id=&#34;content&#34;&#38;gt;&#60;br /&#62;
                &#38;lt;div id=&#34;errorcode&#34;&#38;gt;ERROR 404 - PAGE NOT FOUND&#38;lt;/div&#38;gt;&#60;br /&#62;
                &#38;lt;p&#38;gt;Oops! Looks like the page you're looking for was moved or never existed.Make sure you typed the correct URL or followed a valid link.&#38;lt;/p&#38;gt; &#60;/p&#62;
&#60;p&#62;                &#38;lt;div id=&#34;banner&#34;&#38;gt;&#60;br /&#62;
                        &#38;lt;object width=&#34;728&#34; height=&#34;90&#34;&#38;gt;&#38;lt;param name=&#34;movie&#34; value=&#34;http://216.40.254.75/images/hg728x90.swf&#34;&#38;gt; &#60;/p&#62;
&#60;p&#62;                                &#38;lt;embed src=&#34;http://216.40.254.75/images/hg728x90.swf?clickTAG=http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=page404&#34; width=&#34;728&#34; height=&#34;90&#34;&#38;gt;&#38;lt;/embed&#38;gt;&#60;br /&#62;
                        &#38;lt;/object&#38;gt;&#60;br /&#62;
                &#38;lt;/div&#38;gt; &#60;/p&#62;
&#60;p&#62;                &#38;lt;div id=&#34;hostedby&#34;&#38;gt;This site is hosted by HostGator!&#38;lt;/div&#38;gt;&#60;br /&#62;
                &#38;lt;div id=&#34;coupon&#34;&#38;gt;Build your website today for 1 cent!   Coupon code: &#34;404PAGE&#34;&#38;lt;/div&#38;gt;&#60;br /&#62;
                &#38;lt;div id=&#34;getstarted&#34;&#38;gt;&#60;a href=&#34;http://www.hostgator.com/?utm_source=internal&#38;amp;utm_medium=link&#38;amp;utm_campaign=page404&#34; title=&#34;HostGator Web Hosting&#34;&#62;CLICK HERE TO GET STARTED&#60;/a&#62;&#38;lt;/div&#38;gt;&#60;br /&#62;
        &#38;lt;/div&#38;gt; &#60;/p&#62;
&#60;p&#62;        &#38;lt;div style=&#34;clear:left;&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
        &#38;lt;/div&#38;gt;&#60;br /&#62;
        &#38;lt;div id=&#34;bottom404&#34;&#38;gt;&#38;lt;/div&#38;gt; &#60;/p&#62;
&#60;p&#62;&#60;strong&#62;De addresser i koden er link til dele af det billede der er på siden..&#60;/p&#62;
&#60;p&#62;hjælp mig ),:&#60;/p&#62;
&#60;p&#62;mvh. Nicolai&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
