<?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 Topic: Den er gal!</title>
		<link>http://wp-danmark.dk/forum/topic/den-er-gal</link>
		<description>WordPress DK Forum Topic: Den er gal!</description>
		<language>da-DK</language>
		<pubDate>Sun, 27 Sep 2026 16:56:07 +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/topic/den-er-gal" rel="self" type="application/rss+xml" />

		<item>
			<title>carl om "Den er gal!"</title>
			<link>http://wp-danmark.dk/forum/topic/den-er-gal#post-9506</link>
			<pubDate>ons, 04 mar 2009 11:40:29 +0000</pubDate>
			<dc:creator>carl</dc:creator>
			<guid isPermaLink="false">9506@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Ja, jeg opdagede det da jeg skulle installere en blog for en anden og fik det tilrettet. Jeg har selv brugt den engelske version 2.7.1 ved opgraderingen, og faldt derfor ikke over problemet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>René Clausen Nielsen om "Den er gal!"</title>
			<link>http://wp-danmark.dk/forum/topic/den-er-gal#post-9503</link>
			<pubDate>ons, 04 mar 2009 00:21:06 +0000</pubDate>
			<dc:creator>René Clausen Nielsen</dc:creator>
			<guid isPermaLink="false">9503@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Wooopsidaisy. Håber det er blevet bedre...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>carl om "Den er gal!"</title>
			<link>http://wp-danmark.dk/forum/topic/den-er-gal#post-9468</link>
			<pubDate>søn, 01 mar 2009 21:16:02 +0000</pubDate>
			<dc:creator>carl</dc:creator>
			<guid isPermaLink="false">9468@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Derer da sket noget forkert i den danske version 2.7.1 i med filen config-sample.php bl-a på linje 30&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// ** MySQL-indstillinger ** //&#60;/p&#62;
&#60;p&#62;define('DB_NAME', 'putyourdbnamehere');    // Databasenavnet&#60;/p&#62;
&#60;p&#62;define('DB_USER', 'usernamehere');     // Dit MySQL-brugernavn&#60;/p&#62;
&#60;p&#62;define('DB_PASSWORD', 'yourpasswordhere'); // ... og kodeord&#60;/p&#62;
&#60;p&#62;define('DB_HOST', 'localhost');    // 99% chance for at du ikke skal rette her&#60;/p&#62;
&#60;p&#62;define('DB_CHARSET', 'utf8');&#60;/p&#62;
&#60;p&#62;define('DB_COLLATE', '');&#60;/p&#62;
&#60;p&#62;// Lav hver enkelt KEY om til en unik frase. Du behoever ikke huske det senere, saa lav dem&#60;/p&#62;
&#60;p&#62;// lange og indviklede. Du kan lave fraser paa &#60;a href=&#34;http://api.wordpress.org/secret-key/1.1/&#34; rel=&#34;nofollow&#34;&#62;http://api.wordpress.org/secret-key/1.1/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;// eller du kan bare selv finde på noget.&#60;/p&#62;
&#60;p&#62;define('AUTH_KEY', 'put your unique phrase here'); // Lav om til en unik frase.&#60;/p&#62;
&#60;p&#62;define('SECURE_AUTH_KEY', 'put your unique phrase here'); // Lav om til en unik frase.&#60;/p&#62;
&#60;p&#62;define('LOGGED_IN_KEY', 'put your unique phrase here'); // Lav om til en unik frase.&#60;/p&#62;
&#60;p&#62;// Lav pr¾fikset om hvis du skal have mere end en blog i samme database.&#60;/p&#62;
&#60;p&#62;$table_prefix  = 'wp_';   // Kun tal, engelske bogstaver og underscores&#60;/p&#62;
&#60;p&#62;// Nedenfor er angivet, at du gerne vil have en dansk blog. Lav det om hvis du&#60;/p&#62;
&#60;p&#62;// vil bruge et andet sprog. Slet da_DK hvis du vil have en engelsk blog. Hvis du&#60;/p&#62;
&#60;p&#62;// hverken vil have dansk eller engelsk, skal du have en .mo-fil i &#38;quot;wp-config/languages&#38;quot;&#60;/p&#62;
&#60;p&#62;// svarende til det valgte sprog.&#60;/p&#62;
&#60;p&#62;define ('WPLANG', 'da_DK');&#60;/p&#62;
&#60;p&#62;/* Nu skal du ikke rette mere. Blog glad! */&#60;/p&#62;
&#60;p&#62;if ( !defined('ABSPATH') )&#60;/p&#62;
&#60;p&#62;	define('ABSPATH', dirname(__FILE__) . '/');&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;/** &#60;/p&#62;
&#60;p&#62; * The base configurations of the WordPress.&#60;/p&#62;
&#60;p&#62; *&#60;/p&#62;
&#60;p&#62; * This file has the following configurations: MySQL settings, Table Prefix,&#60;/p&#62;
&#60;p&#62; * Secret Keys, WordPress Language, and ABSPATH. You can find more information by&#60;/p&#62;
&#60;p&#62; * visiting {@link &#60;a href=&#34;http://codex.wordpress.org/Editing_wp-config.php&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Editing_wp-config.php&#60;/a&#62; Editing&#60;/p&#62;
&#60;p&#62; * wp-config.php} Codex page. You can get the MySQL settings from your web host.&#60;/p&#62;
&#60;p&#62; *&#60;/p&#62;
&#60;p&#62; * This file is used by the wp-config.php creation script during the&#60;/p&#62;
&#60;p&#62; * installation. You don't have to use the web site, you can just copy this file&#60;/p&#62;
&#60;p&#62; * to &#38;quot;wp-config.php&#38;quot; and fill in the values.&#60;/p&#62;
&#60;p&#62; *&#60;/p&#62;
&#60;p&#62; * @package WordPress&#60;/p&#62;
&#60;p&#62; */&#60;/p&#62;
&#60;p&#62;// ** MySQL settings - You can get this info from your web host ** //&#60;/p&#62;
&#60;p&#62;/** The name of the database for WordPress */&#60;/p&#62;
&#60;p&#62;define('DB_NAME', 'putyourdbnamehere');&#60;/p&#62;
&#60;p&#62;/** MySQL database username */&#60;/p&#62;
&#60;p&#62;define('DB_USER', 'usernamehere');&#60;/p&#62;
&#60;p&#62;/** MySQL database password */&#60;/p&#62;
&#60;p&#62;define('DB_PASSWORD', 'yourpasswordhere');&#60;/p&#62;
&#60;p&#62;/** MySQL hostname */&#60;/p&#62;
&#60;p&#62;define('DB_HOST', 'localhost');&#60;/p&#62;
&#60;p&#62;/** Database Charset to use in creating database tables. */&#60;/p&#62;
&#60;p&#62;define('DB_CHARSET', 'utf8');&#60;/p&#62;
&#60;p&#62;/** The Database Collate type. Don't change this if in doubt. */&#60;/p&#62;
&#60;p&#62;define('DB_COLLATE', '');&#60;/p&#62;
&#60;p&#62;/**#@+&#60;/p&#62;
&#60;p&#62; * Authentication Unique Keys.&#60;/p&#62;
&#60;p&#62; *&#60;/p&#62;
&#60;p&#62; * Change these to different unique phrases!&#60;/p&#62;
&#60;p&#62; * You can generate these using the {@link &#60;a href=&#34;https://api.wordpress.org/secret-key/1.1/&#34; rel=&#34;nofollow&#34;&#62;https://api.wordpress.org/secret-key/1.1/&#60;/a&#62; WordPress.org secret-key service}&#60;/p&#62;
&#60;p&#62; *&#60;/p&#62;
&#60;p&#62; * @since 2.6.0&#60;/p&#62;
&#60;p&#62; */&#60;/p&#62;
&#60;p&#62;define('AUTH_KEY', 'put your unique phrase here');&#60;/p&#62;
&#60;p&#62;define('SECURE_AUTH_KEY', 'put your unique phrase here');&#60;/p&#62;
&#60;p&#62;define('LOGGED_IN_KEY', 'put your unique phrase here');&#60;/p&#62;
&#60;p&#62;define('NONCE_KEY', 'put your unique phrase here');&#60;/p&#62;
&#60;p&#62;/**#@-*/&#60;/p&#62;
&#60;p&#62;/**&#60;/p&#62;
&#60;p&#62; * WordPress Database Table prefix.&#60;/p&#62;
&#60;p&#62; *&#60;/p&#62;
&#60;p&#62; * You can have multiple installations in one database if you give each a unique&#60;/p&#62;
&#60;p&#62; * prefix. Only numbers, letters, and underscores please!&#60;/p&#62;
&#60;p&#62; */&#60;/p&#62;
&#60;p&#62;$table_prefix  = 'wp_';&#60;/p&#62;
&#60;p&#62;/**&#60;/p&#62;
&#60;p&#62; * WordPress Localized Language, defaults to English.&#60;/p&#62;
&#60;p&#62; *&#60;/p&#62;
&#60;p&#62; * Change this to localize WordPress.  A corresponding MO file for the chosen&#60;/p&#62;
&#60;p&#62; * language must be installed to wp-content/languages. For example, install&#60;/p&#62;
&#60;p&#62; * de.mo to wp-content/languages and set WPLANG to 'de' to enable German&#60;/p&#62;
&#60;p&#62; * language support.&#60;/p&#62;
&#60;p&#62; */&#60;/p&#62;
&#60;p&#62;define ('WPLANG', 'da_DK');&#60;/p&#62;
&#60;p&#62;/* That's all, stop editing! Happy blogging. */&#60;/p&#62;
&#60;p&#62;/** WordPress absolute path to the Wordpress directory. */&#60;/p&#62;
&#60;p&#62;if ( !defined('ABSPATH') )&#60;/p&#62;
&#60;p&#62;	define('ABSPATH', dirname(__FILE__) . '/');&#60;/p&#62;
&#60;p&#62;/** Sets up WordPress vars and included files. */&#60;/p&#62;
&#60;p&#62;require_once(ABSPATH . 'wp-settings.php');&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;/p&#62;
&#60;p&#62;require_once(ABSPATH . 'wp-settings.php');&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
