<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - setup.php 질문요]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=9658&amp;type=atom"/>
	<updated>2010-04-22T06:59:26Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=9658</id>
		<entry>
			<title type="html"><![CDATA[setup.php 질문요]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=38512#p38512"/>
			<content type="html"><![CDATA[<p>php5.3.2-1 이고 서버는 우분투에 ftp는 fiklezilla로 올려서 setup.php 실행 하니</p><p>$value) $_GET[$key] = stripslashes($value); foreach ($_POST as $key =&gt; $value) $_POST[$key] = stripslashes($value); foreach ($_COOKIE as $key =&gt; $value) $_COOKIE[$key] = stripslashes($value); } $host = explode(&#039;:&#039;, $_SERVER[&#039;HTTP_HOST&#039;]); if (count($host) &gt; 1) { $_SERVER[&#039;HTTP_HOST&#039;] = $host[0]; $_SERVER[&#039;SERVER_PORT&#039;] = $host[1]; } unset($host); if(empty($accessInfo)) { $root = substr($_SERVER[&#039;SCRIPT_FILENAME&#039;], 0, strlen($_SERVER[&#039;SCRIPT_FILENAME&#039;]) - 10); $path = stripPath(substr($_SERVER[&#039;PHP_SELF&#039;], 0, strlen($_SERVER[&#039;PHP_SELF&#039;]) - 10)); } else { $root = substr($_SERVER[&#039;SCRIPT_FILENAME&#039;], 0, strlen($_SERVER[&#039;SCRIPT_FILENAME&#039;]) - 12); $path = stripPath(substr($_SERVER[&#039;PHP_SELF&#039;], 0, strlen($_SERVER[&#039;PHP_SELF&#039;]) - 12)); } $_SERVER[&#039;PHP_SELF&#039;] = rtrim($_SERVER[&#039;PHP_SELF&#039;], &#039;/&#039;); if (!defined(&#039;ROOT&#039;)) define (&#039;ROOT&#039;, $root); $__requireBasics = array( &#039;config&#039;, // Basics &#039;function/string&#039;, &#039;function/time&#039;, &#039;function/javascript&#039;, &#039;function/html&#039;, &#039;function/xml&#039;, &#039;function/misc&#039;, &#039;function/image&#039;, &#039;function/mail&#039;); require ROOT.&#039;/library/include.php&#039;; require ROOT.&#039;/library/database.php&#039;; require ROOT.&#039;/library/locale.php&#039;; requireModel(&#039;blog.blogSetting&#039;); requireModel(&#039;blog.entry&#039;); requireLibrary(&#039;auth&#039;); requireComponent(&#039;POD.Core.Legacy&#039;); if (!empty($_GET[&#039;test&#039;])) { echo getFingerPrint(); exit; } $baseLanguage = &#039;ko&#039;; if( !empty($_POST[&#039;Lang&#039;]) ) $baseLanguage = $_POST[&#039;Lang&#039;]; if( Locale::setDirectory(&#039;language&#039;) ) Locale::set( $baseLanguage ); if (file_exists($root . &#039;/config.php&#039;) &amp;&amp; (filesize($root . &#039;/config.php&#039;) &gt; 0)) { header(&#039;HTTP/1.1 503 Service Unavailable&#039;); ?&gt; </p><p>이렇게 꺠져서 나옵니다 배경과 아이콘은 멀쩡 하고요</p><p>멀 잘못 한걸까요</p><p>그리고 호스팅 업체 없이는 설치 안돼나요?</p>]]></content>
			<author>
				<name><![CDATA[leaf282]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=4202</uri>
			</author>
			<updated>2010-04-22T06:59:26Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=38512#p38512</id>
		</entry>
</feed>
