<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Guestbook title"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Guestbook title"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Guestbook title</title>
				<description><![CDATA[ Where does the scripts get<br /> <br /> [code]&lt;html&gt;<br /> &lt;head&gt;<br /> &lt;title&gt;Guestbook&lt;/title&gt;<br /> [/code]<br /> <br /> from, I've looked in all files I can think of, but really do not know much about PHP. I would like to add some text in there so that it is consistent over my side.<br /> <br /> If there is no easy way to change this, maybe this would make a nice addon to the script in the admin page somewhere?<br /> <br /> Thanks,]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1973/4948.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1973/4948.php</link>
				<pubDate><![CDATA[Thu, 29 May 2003 14:32:15]]> GMT</pubDate>
				<author><![CDATA[ Dale King]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Try changing the one in templates/header.php<br /> <br /> [b]&lt;title&gt;$LANG[FormSelect]&lt;/title&gt;[/b]<br /> <br /> to<br /> <br /> [b]&lt;title&gt;whatever you want the title to be&lt;/title&gt;[/b]<br /> <br /> I've just tested it with our guestbook and it seems to have done the trick.<br /> <br /> <a class="snap_shots" href="http://www.piratesofthecurribean.org/guestbook/index.php" target="_blank" rel="nofollow">http://www.piratesofthecurribean.org/guestbook/index.php</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1973/4949.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1973/4949.php</link>
				<pubDate><![CDATA[Thu, 29 May 2003 23:43:14]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ thanks very much, worked a treat  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1973/4953.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1973/4953.php</link>
				<pubDate><![CDATA[Fri, 30 May 2003 09:17:27]]> GMT</pubDate>
				<author><![CDATA[ Dale King]]></author>
			</item>
			<item>
				<title>Further help</title>
				<description><![CDATA[ Hi I'm getting this error when trying to do this<br /> <br /> Warning: fopen(./templates/header.php): failed to open stream: Permission denied in /home/domain/public_html/guestbook/lib/admin.class.php on line 193<br /> <br /> What permissions do I need to change?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1973/14218.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1973/14218.php</link>
				<pubDate><![CDATA[Thu, 10 Feb 2005 11:22:40]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You need to do all your editing via and ftp program. Setting permissions so that you can access those files via your admin is just asking for trouble if you are ever hacked.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1973/14220.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1973/14220.php</link>
				<pubDate><![CDATA[Thu, 10 Feb 2005 11:46:51]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title>permissions</title>
				<description><![CDATA[ They are just text files<br /> <br /> So I can use a text editor and ftp over the old file?<br /> <br /> Chris]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1973/14222.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1973/14222.php</link>
				<pubDate><![CDATA[Thu, 10 Feb 2005 11:51:18]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re: permissions</title>
				<description><![CDATA[ [quote="Chris Cee"]They are just text files<br /> <br /> So I can use a text editor and ftp over the old file?<br /> <br /> Chris[/quote]<br /> <br /> Yes - And a suggestion here, to be safe - keep a separate folder with the original php file that you plan to edit.  That way you have a backup in case you muck up the one you edit....]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1973/14223.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1973/14223.php</link>
				<pubDate><![CDATA[Thu, 10 Feb 2005 11:55:52]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
			<item>
				<title>Re: Advanced Guestbook title</title>
				<description><![CDATA[ [quote="Dale King"]Where does the scripts get<br /> <br /> [code]&lt;html&gt;<br /> &lt;head&gt;<br /> &lt;title&gt;Guestbook&lt;/title&gt;<br /> [/code]<br /> <br /> from, I've looked in all files I can think of, but really do not know much about PHP. I would like to add some text in there so that it is consistent over my side.<br /> <br /> If there is no easy way to change this, maybe this would make a nice addon to the script in the admin page somewhere?<br /> <br /> Thanks,[/quote]<br /> <br /> The information is pulled in from the lang/english.php file (or whatever language you selected from your admin). <br /> It is about midway down on the page under <br /> #form<br /> . . . .<br /> $LANG["FormSelect"]  = "Name My Advanced Guestbook";<br /> <br /> You will find a lot of text for the various language portions of the Guestbook in the language files.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1973/14224.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1973/14224.php</link>
				<pubDate><![CDATA[Thu, 10 Feb 2005 12:01:54]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
	</channel>
</rss>