<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "modifying advanced guestbook"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "modifying advanced guestbook"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>modifying advanced guestbook</title>
				<description><![CDATA[ i've got the guestbook up and running find but what i'm trying to do is insert my site's global navigation as an include in the header.php file......however it seems no matter how i write the code it won't include it, but if i hardcode the nav. in html and insert it ... it works fine......maybe i'm coding the include incorrectly??? help please    <img src="https://proxy2.de/forum//images/smilies/0a4d7238daa496a758252d0a2b1a1384.gif" />  <img src="https://proxy2.de/forum//images/smilies/0a4d7238daa496a758252d0a2b1a1384.gif" />  <img src="https://proxy2.de/forum//images/smilies/0a4d7238daa496a758252d0a2b1a1384.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1363/3376.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1363/3376.php</link>
				<pubDate><![CDATA[Wed, 25 Dec 2002 01:16:35]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>include</title>
				<description><![CDATA[ [b]you might find that you'll have to upload <br /> (the file you need to include)<br /> in the same folder<br /> as the rest of the tmpl files<br /> because some servers are set up <br /> not to allow includes from different directories<br /> in which case you make a copy of your nav file <br /> and upload it with the rest<br /> <br /> <br /> [/b]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1363/3386.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1363/3386.php</link>
				<pubDate><![CDATA[Thu, 26 Dec 2002 17:55:03]]> GMT</pubDate>
				<author><![CDATA[ retailunion]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Please read my post  [url]http://www.proxy2.de/forum/viewtopic.php?t=1369[/url]<br /> <br /> Don't use the guestbook templates at all. Strip them clean. Then place your your global template info around the index.php, comment.php and addentry.php<br /> <br /> as for admin.php, you can modify the template through the admin page.<br /> You will modify adminentry.php<br /> <br /> All your includes will execute properly through those three main scripts.<br /> <br /> I also found that guestbook runs significantly faster when using your templates and includes in the actual scripts vs. the admin templates<br /> The admin templates have to be hard coded everytime menus and content change on your site and you can not use includes to global headers and footers.<br /> <br /> Templates will not parse anything.<br /> <br /> if you have any questions........I'll be hanging around <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1363/3442.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1363/3442.php</link>
				<pubDate><![CDATA[Thu, 2 Jan 2003 21:19:28]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Here is partial example of how you must code the main files.<br /> <br /> Remember to always escape (useing the \ before all " ) html in scripts..<br /> <br /> [code]<br /> &lt;?php<br /> echo &quot;&lt;body bgcolor=\&quot;#FFFFFF\&quot; text=\&quot;#000000\&quot; leftmargin=\&quot;0\&quot; topmargin=\&quot;0\&quot; marginwidth=\&quot;0\&quot; marginheight=\&quot;0\&quot; background=\&quot;/images/bg.gif\&quot;&gt;<br /> &lt;table width=\&quot;100%\&quot; border=\&quot;0\&quot; cellspacing=\&quot;0\&quot; cellpadding=\&quot;0\&quot; height=\&quot;160\&quot; background=\&quot;/images/top_bg.gif\&quot;&gt;<br />   &lt;tr&gt;&lt;td&gt;&lt;img src=\&quot;/images/spacer.gif\&quot; width=\&quot;6\&quot; height=\&quot;1\&quot;&gt;&lt;/td&gt;<br />     &lt;td width=\&quot;174\&quot; align=\&quot;center\&quot;&gt;&lt;img src=\&quot;/images/logo.gif\&quot; width=\&quot;168\&quot; height=\&quot;164\&quot;&gt;&lt;/td&gt;<br />     &lt;td width=\&quot;99%\&quot; align=\&quot;left\&quot; valign=\&quot;top\&quot;&gt;&quot;;<br />     echo &quot;&lt;!--SSI header start--&gt;&quot;;<br /> <br />       include&#40;&quot;/home/avanoht/www/includes/topbanner.htm&quot;&#41;;<br /> <br />       echo &quot;&lt;!--SSI header finish--&gt;&quot;;<br />       <br />       echo &quot;&lt;/td&gt;<br />   &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;table width=\&quot;100%\&quot; border=\&quot;0\&quot; cellspacing=\&quot;0\&quot; cellpadding=\&quot;0\&quot; height=\&quot;161\&quot;&gt;<br />   &lt;tr&gt; <br />     &lt;td width=\&quot;174\&quot; align=\&quot;right\&quot; valign=\&quot;top\&quot;&gt;<br />     &lt;!--SSI menu start--&gt;&quot;;<br /> <br />       include&#40;&quot;/home/avanoht/www/includes/leftmenu.htm&quot;&#41;;<br /> <br />       echo &quot;&lt;!--SSI menu finish--&gt;<br /> <br /> $include_path = dirname&#40;__FILE__&#41;;<br /> require_once $include_path.&quot;/admin/config.inc.php&quot;;<br /> require_once $include_path.&quot;/lib/$DB_CLASS&quot;;<br /> require_once $include_path.&quot;/lib/vars.class.php&quot;;<br /> require_once $include_path.&quot;/lib/add.class.php&quot;;<br /> require_once $include_path.&quot;/lib/template.class.php&quot;;<br /> [/code]<br /> <br /> echo is for echo printing html, must start with echo " and end with ";<br /> all html within echo statements must be escaped<br /> <br /> hope all this makes sence]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1363/3443.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1363/3443.php</link>
				<pubDate><![CDATA[Thu, 2 Jan 2003 21:40:55]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ How about a working example?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1363/3462.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1363/3462.php</link>
				<pubDate><![CDATA[Sat, 4 Jan 2003 17:17:28]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ sure, but you will have to go to the front of the site to get into the guestbook because I have a php referal check on the guestbook in an effort to stop spam spiders. It seems to be working too. Stops em dead in their tracks. When they add pages to be spammed they go in through the front of the site, find the guestbook, and add it. The spam spider access the guestbook directly, but that is where it stops on the referal access denied.<br /> <br /> [url]http://www.avianosaints.com/guests_and_friends[/url]<br /> <br /> You can look at the guestbook, but all I ask is that you don't sign it as it is an alumni website.<br /> <br /> thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1363/3472.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1363/3472.php</link>
				<pubDate><![CDATA[Sat, 4 Jan 2003 22:41:31]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>modify gb</title>
				<description><![CDATA[ yo jared....i understand what you mean.....i'm just unclear on how to do it exactly......can you give a lil more details or email me the code to yours so i can see what you did.....]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1363/3481.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1363/3481.php</link>
				<pubDate><![CDATA[Mon, 6 Jan 2003 06:28:30]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re: modify gb</title>
				<description><![CDATA[ [quote="pyrohavoc"]yo jared....i understand what you mean.....i'm just unclear on how to do it exactly......can you give a lil more details or email me the code to yours so i can see what you did.....[/quote]<br /> <br /> email me from my website using the contact form. I check it everyday.<br /> <br /> Just don't want to post an email here.......might get a ton of spam <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> <br /> click on that guestbook link above<br /> <br /> Then I will send you all the files.<br /> I have also been working on the yahoo instant messenger field. Still testing it.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1363/3483.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1363/3483.php</link>
				<pubDate><![CDATA[Mon, 6 Jan 2003 10:08:54]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Jared,<br /> <br /> I run a phpBB forum and would like to use the Advanced Guestbook found here.<br /> Could you please advise how I can place the overall_header and overall_footer around the guestbook.<br /> <br /> Thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1363/3499.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1363/3499.php</link>
				<pubDate><![CDATA[Tue, 7 Jan 2003 13:31:45]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sure, just email me using my contact form at [url]http://www.avianosaints.com[/url] and I will send you all my files. I will comment what goes where. takes a person less than 5 mins, and then the guestbook will be global template compatable.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1363/3501.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1363/3501.php</link>
				<pubDate><![CDATA[Tue, 7 Jan 2003 14:41:52]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Jared"]Sure, just email me using my contact form at [url]http://www.avianosaints.com[/url] and I will send you all my files. I will comment what goes where. takes a person less than 5 mins, and then the guestbook will be global template compatable.[/quote]<br /> <br /> Have sent an e-mail with my address<br /> <br /> Thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1363/3502.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1363/3502.php</link>
				<pubDate><![CDATA[Tue, 7 Jan 2003 15:00:13]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>much thanks</title>
				<description><![CDATA[ yo jared....thanks man your files really helped...i didn't scrap the original files like you suggested because the way my site is layed out the original layout of the gb fit in nicely........one more problem......i want to enclose the gb within another table to keep it uniform with my site.....is there a simple way to edit the table that it already uses or is it easier to make a new table and enclose the gb??? if i make a new one where should i put the code and if not where is the code i need to edit???<br /> <br /> <br /> thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1363/3547.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1363/3547.php</link>
				<pubDate><![CDATA[Sun, 12 Jan 2003 03:17:11]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>modify table</title>
				<description><![CDATA[ jared......again much thanks man.....i feel stupid now though cuz there was already a way to do what i just asked through the admin panel.....anyway i appreciate the help....i'll post a link soon for you to see my site when i'm completely done (yea right......we all know a website is never done  <img src="https://proxy2.de/forum//images/smilies/97ada74b88049a6d50a6ed40898a03d7.gif" /> )]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1363/3548.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1363/3548.php</link>
				<pubDate><![CDATA[Sun, 12 Jan 2003 03:20:11]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>error message</title>
				<description><![CDATA[ ok jared i've got a new one for you but i'm gonna start a new thread in the support forum as this one is getting rather long so keep your eyes peeled for it<br /> <br /> thanks<br />  <img src="https://proxy2.de/forum//images/smilies/b2eb59423fbf5fa39342041237025880.gif"  />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1363/3551.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1363/3551.php</link>
				<pubDate><![CDATA[Sun, 12 Jan 2003 03:49:24]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>HELP ME PLEASE</title>
				<description><![CDATA[ HI MASTER JARED,<br /> <br /> I just download the advance guestbook, i am having the same problem and desperately need your help too.  <img src="https://proxy2.de/forum//images/smilies/c30b4198e0907b23b8246bdd52aa1c3c.gif" /> <br /> May I email you too?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1363/3555.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1363/3555.php</link>
				<pubDate><![CDATA[Sun, 12 Jan 2003 11:19:45]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>