<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "GB modify index"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "GB modify index"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>GB modify index</title>
				<description><![CDATA[ Hi All,<br /> <br /> Ok! Guest book running!!<br /> <br /> Now...... What is the file I can change to do this:<br /> <br /> I am trying to make the page look like this [b]page that you are reading[/b] this post on.<br /> <br /> I presume you take a blank page, make two tables then in the right table put the code for body.php.<br /> In the left table I can add links and pics?<br /> <br /> I tried it on the two index.html pages but no JOY..... still brings up the default page...<br /> <br /> Thanks!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9698.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9698.php</link>
				<pubDate><![CDATA[Sun, 8 Aug 2004 00:08:30]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Actually you are way off base. Contact Carbonize about it. And is this sorta what you are meaning.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9699.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9699.php</link>
				<pubDate><![CDATA[Sun, 8 Aug 2004 01:13:00]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title>Index mods</title>
				<description><![CDATA[ Exactly!!!!!!!<br /> <br /> tis what I need....&gt;&gt;&gt;http://www.ravenprom.org/guestbook/<br /> <br /> Any clue?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9700.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9700.php</link>
				<pubDate><![CDATA[Sun, 8 Aug 2004 01:32:31]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Both the Ravenprom guestbook layout and my entire site were achieved using a simple snippet of PHP code. It is a function called [b]include[/b]. First design a page placing the word guestbook where you want the guestbook to go. Remember that the guestbook is a pretty big item. Next you go through the HTML and everything from the start up until the word Guestbook you save into a file called header.php. You then take everything from the end of the word guestbook right up to the very end and save it to a file called footer.php. You now have two choices. The first is to overwrite the header.php and footer.php files that already exist in the guestbooks templates. Second is to place the newly made header and footer files in your webspace and place [b]include ('header.php');[/b] just after the initial &lt;? in index.php of your guestbook then place [b]include ('footer.php');[/b] before the closing ?&gt;.<br /> <br /> By now you are probably confused as hell but I hope not. If I get chance I will make a simple demonstration and upload the files somewhere. My entire site only has a sinlge header and footer file that is used by every page.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9701.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9701.php</link>
				<pubDate><![CDATA[Sun, 8 Aug 2004 01:41:50]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>ahhhha!</title>
				<description><![CDATA[ Thanks Carbonize!<br /> <br /> Its kinda like ssi but with php.<br /> <br /> I follow you BUT some samples would be great! I bet I am not the only one who have thought of this.  Might want to save the samples for others <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> <br /> U ROCK!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9703.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9703.php</link>
				<pubDate><![CDATA[Sun, 8 Aug 2004 02:22:08]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Here I can provide you with the samples I have. <br /> <br /> <a class="snap_shots" href="http://www.ravenprom.org/downloads/Raven1.zip" target="_blank" rel="nofollow">http://www.ravenprom.org/downloads/Raven1.zip</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9704.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9704.php</link>
				<pubDate><![CDATA[Sun, 8 Aug 2004 02:27:13]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title>freaky!</title>
				<description><![CDATA[ Hi,<br /> <br /> I took your zip file and edited header.php to what I need.<br /> When I open header.php in IE it shows fine. When I open raven.html THAT shows the original file for raven.<br /> <br /> I changed the original to header.bak<br /> I edited it in frontpage and saved as header.php. <br /> Thought it might be an IE cache thing but not.....<br /> All files are in the dir so it cant be a path problem<br /> <br /> Wassssup with that??<br /> <br /> Thanks!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9711.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9711.php</link>
				<pubDate><![CDATA[Sun, 8 Aug 2004 18:23:53]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ raven.html is just the page I made to show what th efinished product should look like. The three pages needed are header, footer and content.php. You goto content.php in your browser and it should add the header and footer in the right places.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9712.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9712.php</link>
				<pubDate><![CDATA[Sun, 8 Aug 2004 19:18:21]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>more***</title>
				<description><![CDATA[ Thanks a bunch for putting up with my ignorance!<br /> <br /> When I open content.php with IE I get this:<br /> <br /> &lt;?php <br /> $title = 'Ravens Downloads';<br /> $maintitle = 'main content title';<br /> include('header.php'); <br /> ?&gt;<br /> &lt;most ofl your latin stuff I deleted to keep this post short&gt;<br /> <br /> nostrud exerci tation ullamcorper<br /> &lt;?php include('footer.php'); ?&gt;<br /> <br /> I shouldnt have to upload to get it to work because yours works just fine on local box....<br /> <br /> again THanks!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9713.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9713.php</link>
				<pubDate><![CDATA[Sun, 8 Aug 2004 19:26:31]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I think you do have to have the content.php file in there also.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9714.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9714.php</link>
				<pubDate><![CDATA[Sun, 8 Aug 2004 19:31:33]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title>k</title>
				<description><![CDATA[ Well I loaded em up and "some of my changes" are there. Somehow I blew the tables......<br /> <br /> back grouns is supposed to be black and some other things dont show....<br /> <br /> <br /> <a class="snap_shots" href="http://gomyfamilyfirst.net/boards/movies/" target="_blank" rel="nofollow">http://gomyfamilyfirst.net/boards/movies/</a><br /> <br /> g]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9715.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9715.php</link>
				<pubDate><![CDATA[Sun, 8 Aug 2004 19:42:32]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Hey Carbonize</title>
				<description><![CDATA[ I gave up on the mods to your code. I started a new one using your instructions. It lights up ok but no GB?<br /> <br /> Where and in what is the call for GB?<br /> <br /> I put the word "Guestbook" in per your post. Is that suppsed to be a function call?<br /> <br /> Thanks!<br /> <br /> <a class="snap_shots" href="http://gomyfamilyfirst.net/boards/movies/" target="_blank" rel="nofollow">http://gomyfamilyfirst.net/boards/movies/</a><br /> ps yeepers i know the pics dont show...I will fix that once we get it running<img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9717.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9717.php</link>
				<pubDate><![CDATA[Mon, 9 Aug 2004 00:20:11]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi,<br /> Under Guestbook put the include function<br /> <br /> &lt;? include("guestbook/index.php"); ?&gt;<br /> <br /> dependent on where you have it installed.<br /> <br /> or if you wish to use the full url use &lt;? include('http://mydomain.com/guestbook/index.php'); ?&gt;<br /> <br /> just throw one of them in the table where you have the work guestbook.<br /> <br /> Hope that helps.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9718.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9718.php</link>
				<pubDate><![CDATA[Mon, 9 Aug 2004 01:08:23]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Ok at the top and of your index.php file you need to add this. changing the path ofcourse to whatever yours is. <br /> <br /> [quote][color="green"]&lt;?php include('/home/ravenpro/public_html/guestbook/header.php'); ?&gt;[/color][/quote]<br /> <br /> Also at the bottom add this changing the path as needed.<br /> <br /> [quote][color="green"]&lt;?php include('/home/ravenpro/public_html/guestbook/footer.php'); ?&gt;[/color][/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9720.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9720.php</link>
				<pubDate><![CDATA[Mon, 9 Aug 2004 04:14:17]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title>off to the vet to get  neutered :)</title>
				<description><![CDATA[ Hi All,<br /> <br /> I AM fairly ignorant but I have some intelligent help!<br /> <br /> Carbonize is on the scene!<br /> <br /> He changed my header, footer, and index.phps.<br /> Still not working. The GB does not populate.  Carbonize is in the UK...+6 hrs and works nights so I am standing by....<br /> <br /> Some times the simplest of things can just kick our butts!!!<br /> <br /> I really appreciate everyones help!<br /> We will prevail!<br /> G<img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9729.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9729.php</link>
				<pubDate><![CDATA[Mon, 9 Aug 2004 16:05:59]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If you unzip the file i sent you and upload the three files into your Guestbook folder it should work fine.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9730.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9730.php</link>
				<pubDate><![CDATA[Mon, 9 Aug 2004 16:43:12]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Yo!</title>
				<description><![CDATA[ Man dont you ever sleep??? LOL!!<br /> Check your mail I sent you earlier today.<br /> <br /> I did exactly as you told me... It must be something else??<br /> <br /> I really appreciate your help, Carbonize!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9733.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9733.php</link>
				<pubDate><![CDATA[Mon, 9 Aug 2004 17:14:48]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Ok I download a free web template and converted it to use includes. You can see it in action at <a class="snap_shots" href="http://carbonize.co.uk/test/" target="_blank" rel="nofollow">http://carbonize.co.uk/test/</a> and the link to download the zip containing the files is on the page as well.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/9743.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/9743.php</link>
				<pubDate><![CDATA[Mon, 9 Aug 2004 18:19:36]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I have been trying to do the same thing. Can I get those instuctions? And how does this work when using a Dreamweaver template? <br /> <br /> www.crowleyhigh-classof72.com]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/15061.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/15061.php</link>
				<pubDate><![CDATA[Fri, 11 Mar 2005 20:28:19]]> GMT</pubDate>
				<author><![CDATA[ m.moe75]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I lost the files when I migrated to the new server. I'll work on something over weekend. I have currently got plans to make it so you can simply use [code]&lt;?php include&#40;'guestbook/index.php'&#41; ?&gt;[/code]where you want the guestbook to appear and that will be all you need to do but don't expect this anytime soon as it is just part of my plans for the guestbook I am writing based upon Advanced Guestbook 2.3.1]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/15062.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/15062.php</link>
				<pubDate><![CDATA[Fri, 11 Mar 2005 20:32:51]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ On a slightly different note I recommend [b]NOT[/b] using Dreamweaver or any other wysiwyg HTML editor to edit the guestbook files as they have a habit of altering things as they see fit. I recommend using a dedicated text editor such as [url=http://www.pspad.com][u]PS Pad[/u][/url].]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/15063.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/15063.php</link>
				<pubDate><![CDATA[Fri, 11 Mar 2005 20:34:24]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Ok thanks ! so what you are saying is edit the header and footer.php with PS Pad or Notepad and then paste my html for my template  ABOVE? the script? And do the same for footer?<br /> <br /> Thank you for all your help!! <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/15064.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/15064.php</link>
				<pubDate><![CDATA[Fri, 11 Mar 2005 21:34:37]]> GMT</pubDate>
				<author><![CDATA[ m.moe75]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ basically yes. Most pages are made in three sections<br /> <br /> HEADER<br /> CONTENT<br /> FOOTER<br /> <br /> Your header usually contains such things as your banner and menu. The footer is just to close all the HTML. The content is the bit that varies on every page and this is where you want the guestbook to be.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/15065.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/15065.php</link>
				<pubDate><![CDATA[Fri, 11 Mar 2005 21:37:41]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Anyone know how to make a certain area in a site password protected. Can you provide documentation. I am still trying to get the guestbook to work correctly within my site.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/15167.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/15167.php</link>
				<pubDate><![CDATA[Tue, 15 Mar 2005 18:42:22]]> GMT</pubDate>
				<author><![CDATA[ m.moe75]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Carbonize,<br /> <br /> Thanks for all the help!!! let me know when you have compliled the redirect script <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/15168.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/15168.php</link>
				<pubDate><![CDATA[Tue, 15 Mar 2005 18:45:12]]> GMT</pubDate>
				<author><![CDATA[ m.moe75]]></author>
			</item>
			<item>
				<title>problems parsing php code</title>
				<description><![CDATA[ Hi everyone trying to include AG in a current design,<br /> <br /> The procedure for changing the template files header.php and footer.php seems nice, but since there is some code in my header and footer (mainly includes from another place on the site), I get this problem that the template files look like they're not parsing my php code (it apperas as html code in the resulting page).<br /> <br /> Anyone?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/15789.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/15789.php</link>
				<pubDate><![CDATA[Mon, 25 Apr 2005 10:51:00]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]Both the Ravenprom guestbook layout and my entire site were achieved using a simple snippet of PHP code. It is a function called [b]include[/b]. First design a page placing the word guestbook where you want the guestbook to go. Remember that the guestbook is a pretty big item. Next you go through the HTML and everything from the start up until the word Guestbook you save into a file called header.php. You then take everything from the end of the word guestbook right up to the very end and save it to a file called footer.php. You now have two choices. The first is to overwrite the header.php and footer.php files that already exist in the guestbooks templates. Second is to place the newly made header and footer files in your webspace and place [b]include ('header.php');[/b] just after the initial &lt;? in index.php of your guestbook then place [b]include ('footer.php');[/b] before the closing ?&gt;.<br /> [/quote]<br /> <br /> I have choosed the second choise. But in browser comes :<br /> Parse error: parse error, unexpected T_VARIABLE in z:\home\localhost\www\guestbook\index.php on line 8<br /> <br /> Could you give a hint ? <img src="https://proxy2.de/forum//images/smilies/2786c5c8e1a8be796fb2f726cca5a0fe.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/15970.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/15970.php</link>
				<pubDate><![CDATA[Sun, 8 May 2005 22:59:26]]> GMT</pubDate>
				<author><![CDATA[ karlito]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You would have to show me lines 6 to 10 of index.php or send me the file.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/15971.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/15971.php</link>
				<pubDate><![CDATA[Sun, 8 May 2005 23:33:34]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I have choosed the first choice and it's worked!<br /> Thank you. <img src="https://proxy2.de/forum//images/smilies/69934afc394145350659cd7add244ca9.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3460/15972.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3460/15972.php</link>
				<pubDate><![CDATA[Sun, 8 May 2005 23:36:46]]> GMT</pubDate>
				<author><![CDATA[ karlito]]></author>
			</item>
	</channel>
</rss>