<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Guestbook and PHP includes?"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Guestbook and PHP includes?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Guestbook and PHP includes?</title>
				<description><![CDATA[ I've been running the Advanced Guestbook and its all been running great, <br /> how ever I've just done a complete redesign of my site and on each page <br /> I have phpbb Fetch all included, but when I try and add this code to the <br /> Guestbook it does not want to work, any idea why or any form of work <br /> round?<br /> <br /> thanks to any one that takes the time to help me out on this  :) <br /> <br /> Site: [url]http://www.thercd.co.uk[/url]<br /> <br /> Here is the code for my header and admin body <br /> <br /> Header:<br /> [code]&lt;?php<br /> $phpbb_root_path = '/php-bin/phpbb/';<br /> define &#40;'IN_PHPBB', true&#41;;<br /> include_once &#40;$phpbb_root_path . 'extension.inc'&#41;;<br /> include_once &#40;$phpbb_root_path . 'common.' . $phpEx&#41;;<br /> include_once &#40;$phpbb_root_path . 'includes/bbcode.' . $phpEx&#41;;<br /> include_once &#40;$phpbb_root_path . 'mods/phpbb_fetch_all/common.' . $phpEx&#41;;<br /> include_once &#40;$phpbb_root_path . 'mods/phpbb_fetch_all/posts.' . $phpEx&#41;;<br /> $userdata = session_pagestart&#40;$user_ip, PAGE_INDEX, $session_length&#41;;<br /> init_userprefs&#40;$userdata&#41;;<br /> $new_posts = phpbb_fetch_new_posts&#40;&#41;;<br /> phpbb_disconnect&#40;&#41;;<br /> ?&gt;<br /> &lt;?php $page_title = &quot;Admin Login&quot;;<br /> include&#40;'/includes/breadcrumb.php'&#41;; ?&gt;<br /> <br /> &lt;html&gt;<br /> &lt;head&gt;<br /> &lt;title&gt;The Redhill Corps of Drums - &lt;?php echo $page_title ?&gt;&lt;/title&gt;<br /> $LANG&#91;metatag&#93;<br /> &lt;meta name=&quot;keywords&quot; content=&quot;guestbook, php, script, mySQL, free, advance&quot;&gt;<br /> <br /> &lt;link rel=&quot;stylesheet&quot; href=&quot;/theRCD.css&quot; type=&quot;text/css&quot;&gt;<br /> &lt;script language=&quot;JavaScript&quot;&gt;<br /> &lt;!--<br /> function gb_picture&#40;Image,imgWidth,imgHeight&#41; &#123;<br />     var border = 24;<br />     var img = Image;<br />     var features;<br />     var w;<br />     var h;<br />     winWidth = &#40;imgWidth&lt;100&#41; ? 100 &#58; imgWidth+border;<br />     winHeight = &#40;imgHeight&lt;100&#41; ? 100 &#58; imgHeight+border;<br />     if &#40;imgWidth+border &gt; screen.width&#41; &#123;<br />         winWidth = screen.width-10;<br />         w = &#40;screen.width - winWidth&#41;/2;<br />         features = &quot;scrollbars=yes&quot;;      <br />     &#125; else &#123;<br />         w = &#40;screen.width - &#40;imgWidth+border&#41;&#41;/2;<br />     &#125;<br />     if &#40;imgHeight+border &gt; screen.height&#41; &#123;<br />         winHeight = screen.height-60;<br />         h = 0;<br />         features = &quot;scrollbars=yes&quot;;      <br />     &#125; else &#123;<br />         h = &#40;screen.height - &#40;imgHeight+border&#41;&#41;/2 - 20;<br />     &#125;<br />     winName = &#40;img.indexOf&#40;&quot;t_&quot;&#41; == -1&#41; ? img.substr&#40;4,&#40;img.length-8&#41;&#41; &#58; img.substr&#40;6,&#40;img.length-10&#41;&#41;;<br />     features = features+',toolbar=no,width='+winWidth+',height='+winHeight+',top='+h+',left='+w;<br />     theURL = '$GB_PG&#91;base_url&#93;/picture.php?img='+Image;<br />     popup = window.open&#40;theURL,winName,features&#41;;<br />     popup.focus&#40;&#41;;  <br /> &#125;<br /> //--&gt;<br /> &lt;/script&gt;<br /> &lt;/head&gt;<br /> &lt;body bgcolor=&quot;$VARS&#91;pbgcolor&#93;&quot; link=&quot;$VARS&#91;link_color&#93;&quot; vlink=&quot;$VARS&#91;link_color&#93;&quot; topmargin=&quot;0&quot; leftmargin=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot;&gt;<br /> [/code]<br /> <br /> Admin body:<br /> [code]&lt;SCRIPT language=JavaScript src=&quot;/milonic_src.js&quot; type=text/javascript&gt;&lt;/SCRIPT&gt;<br /> 	&lt;script	language=JavaScript&gt;<br /> 		if&#40;ns4&#41;_d.write&#40;&quot;&lt;scr&quot;+&quot;ipt language=JavaScript src=/mmenuns4.js&gt;&lt;\/scr&quot;+&quot;ipt&gt;&quot;&#41;;		<br /> 		else _d.write&#40;&quot;&lt;scr&quot;+&quot;ipt language=JavaScript src=/mmenudom.js&gt;&lt;\/scr&quot;+&quot;ipt&gt;&quot;&#41;; <br /> 	&lt;/script&gt;<br /> &lt;table width=&quot;75%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;center&quot;&gt;<br />   &lt;tr&gt;<br />     &lt;td align=&quot;left&quot; valign=&quot;top&quot; width=&quot;20&quot; height=&quot;20&quot; background=&quot;/images/top-left.gif&quot;&gt;&lt;img src=&quot;/images/top-left.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />     &lt;td height=&quot;20&quot; background=&quot;/images/top-middle.gif&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />     &lt;td width=&quot;20&quot; height=&quot;20&quot; background=&quot;/images/top-right.gif&quot;&gt;&lt;img src=&quot;/images/top-right.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />   &lt;/tr&gt;<br />   &lt;tr&gt;<br />     &lt;td width=&quot;20&quot; background=&quot;/images/middle-left.gif&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />     &lt;td&gt;<br />       &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;<br />         &lt;tr&gt;<br />           &lt;td&gt;<br />             &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;mainmenu&quot;&gt;<br />               &lt;tr&gt;<br />                 &lt;td width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;img src=&quot;/images/top-left-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;            <br />                 &lt;td background=&quot;/images/top-middle.gif&quot; height=&quot;20&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />                 &lt;td width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;img src=&quot;/images/top-right-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />   			  &lt;/tr&gt;<br />   			  &lt;tr&gt;<br />                 &lt;td background=&quot;/images/middle-left.gif&quot; width=&quot;20&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />     			 &lt;td&gt; <br /> 	              &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;mainmenu&quot;&gt;<br />                     &lt;tr&gt;<br />                       &lt;td&gt;&lt;img src=&quot;/images/logo.gif&quot; align=&quot;left&quot;&gt;&lt;/td&gt;<br />                       &lt;td&gt;&lt;img src=&quot;/images/title.gif&quot; align=&quot;middle&quot;&gt;&lt;/td&gt;<br /> 					  &lt;td&gt;&lt;img src=&quot;/images/band2003.gif&quot; align=&quot;right&quot;&gt;&lt;/td&gt;<br />               &lt;/tr&gt;<br /> 			                      &lt;tr&gt; <br />                       &lt;td colspan=&quot;3&quot;&gt;&lt;?php breadCrumb&#40;$SCRIPT_URL&#41;; ?&gt;<br />                       &lt;/td&gt;<br />                     &lt;/tr&gt;<br />             &lt;/table&gt;&lt;/td&gt;<br />                 &lt;td background=&quot;/images/middle-right.gif&quot; width=&quot;20&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />   &lt;/tr&gt;<br />   &lt;tr&gt;<br />                 &lt;td height=&quot;20&quot; width=&quot;20&quot;&gt;&lt;img src=&quot;/images/bottom-left-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;            <br />                 &lt;td height=&quot;20&quot; background=&quot;/images/bottom-middle.gif&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />                 &lt;td height=&quot;20&quot; width=&quot;20&quot;&gt;&lt;img src=&quot;/images/bottom-right-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />   &lt;/tr&gt;<br /> &lt;/table&gt;<br /> <br />           &lt;/td&gt;<br />         &lt;/tr&gt;<br />         &lt;tr&gt;<br />           &lt;td&gt;<br />             &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;<br />               &lt;tr&gt;<br />                 &lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />               &lt;/tr&gt;<br /> 			  &lt;tr&gt;<br />                 &lt;td&gt; <br />                   &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;<br />                     &lt;tr&gt; <br />                       &lt;td valign=&quot;top&quot; width=&quot;20%&quot;&gt; <br />                         &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;mainmenu&quot;&gt;<br />                           &lt;tr&gt; <br />                             &lt;td height=&quot;20&quot; width=&quot;20&quot;&gt;&lt;img src=&quot;/images/top-left-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />                             &lt;td height=&quot;20&quot; background=&quot;/images/top-middle.gif&quot; width=&quot;438&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />                             &lt;td height=&quot;20&quot; width=&quot;10&quot;&gt;&lt;img src=&quot;/images/top-right-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />                           &lt;/tr&gt;<br />                           &lt;tr&gt; <br />                             &lt;td width=&quot;20&quot; background=&quot;/images/middle-left.gif&quot; height=&quot;18&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />                             &lt;td height=&quot;18&quot;&gt; <br />                               &lt;!-- Menu --&gt;<br />                               &lt;script language=JavaScript src=&quot;/menu_data.js&quot; type=text/javascript&gt;&lt;/script&gt;<br />                               &lt;noscript&gt; <br />                               &lt;?php include&#40;&quot;/www/www.thercd.co.uk/menu.txt&quot;&#41;; ?&gt;<br />                               &lt;/noscript&gt; <br />                               &lt;!-- /Menu --&gt;<br />                             &lt;/td&gt;<br />                             &lt;td width=&quot;10&quot; background=&quot;/images/middle-right.gif&quot; height=&quot;18&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />                           &lt;/tr&gt;<br />                           &lt;tr&gt; <br />                             &lt;td height=&quot;20&quot; width=&quot;20&quot;&gt;&lt;img src=&quot;/images/bottom-left-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />                             &lt;td height=&quot;20&quot; background=&quot;/images/bottom-middle.gif&quot; width=&quot;438&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />                             &lt;td width=&quot;10&quot; height=&quot;20&quot;&gt;&lt;img src=&quot;/images/bottom-right-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />                           &lt;/tr&gt;<br />                         &lt;/table&gt;<br />                         &lt;br&gt;<br />                         &lt;!-- USER --&gt;<br />                         &lt;?php if &#40;$userdata&#41; &#123; ?&gt;<br />                         &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;mainmenu&quot;&gt;<br />                           &lt;tr&gt; <br />                             &lt;td height=&quot;20&quot; width=&quot;20&quot;&gt;&lt;img src=&quot;/images/top-left-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />                             &lt;td height=&quot;20&quot; background=&quot;/images/top-middle.gif&quot; width=&quot;438&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />                             &lt;td height=&quot;20&quot; width=&quot;10&quot;&gt;&lt;img src=&quot;/images/top-right-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />                           &lt;/tr&gt;<br />                           &lt;tr&gt; <br />                             &lt;td width=&quot;20&quot; background=&quot;/images/middle-left.gif&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />                             &lt;td&gt; <br />                               &lt;table width=&quot;100%&quot; cellpadding=&quot;3&quot; cellspacing=&quot;1&quot; border=&quot;0&quot; class=&quot;mainmenu&quot;&gt;<br />                                 &lt;tr&gt; <br />                                   &lt;td height=&quot;28&quot;&gt; <br />                                     &lt;?php if &#40;$userdata&#91;'session_logged_in'&#93;&#41; &#123; ?&gt;<br />                                     &lt;?php echo $userdata&#91;'username'&#93;; ?&gt;<br />                                   &lt;/td&gt;<br />                                 &lt;/tr&gt;<br />                                 &lt;tr&gt; <br />                                   &lt;td align=&quot;left&quot; width=&quot;100%&quot;&gt; <br />                                     &lt;table class=&quot;mainmenu&quot;&gt;<br />                                       &lt;tr&gt; <br />                                         &lt;td valign=&quot;top&quot; height=&quot;19&quot;&gt; <br />                                           &lt;?php phpbb_avatar_image&#40;$userdata&#91;'user_avatar_type'&#93;, $userdata&#91;'user_avatar'&#93;&#41;; ?&gt;<br />                                         &lt;/td&gt;<br />                                       &lt;/tr&gt;<br />                                       &lt;tr&gt; &lt;/tr&gt;<br />                                     &lt;/table&gt;<br />                                     &lt;a href=&quot;&lt;?php echo append_sid&#40;$phpbb_root_path . 'privmsg.php?folder=inbox'&#41;; ?&gt;&quot;&gt;You <br />                                     have <br />                                     &lt;?php if &#40;$userdata&#91;'user_new_privmsg'&#93;&#41; &#123; echo $userdata&#91;'user_new_privmsg'&#93;; &#125; else &#123; echo 'no'; &#125; ?&gt;<br />                                     new message&lt;?php echo $userdata&#91;'user_new_privmsg'&#93; == 1 ? '' &#58; 's' ?&gt;<br />                                     &lt;/a&gt;&lt;br /&gt;<br />                                     &lt;br /&gt;<br />                                     &lt;a href=&quot;&lt;?php echo append_sid&#40;$phpbb_root_path . 'search.php?search_id=newposts'&#41;; ?&gt;&quot;&gt;New <br />                                     posts since last visit &#40;&lt;?php echo $new_posts&#91;'total'&#93;; ?&gt;&#41;&lt;/a&gt; &lt;br /&gt;<br />                                     &lt;?php &#125; else &#123; ?&gt;<br />                                     Welcome guest. &lt;a href=&quot;&lt;?php echo append_sid&#40;$phpbb_root_path . 'profile.php?mode=register'&#41;; ?&gt;&quot;&gt;Register&lt;/a&gt; <br />                                     &lt;?php &#125; ?&gt;<br />                                   &lt;/td&gt;<br />                                 &lt;/tr&gt;<br />                               &lt;/table&gt;<br />                               &lt;?php &#125; ?&gt;<br />                               &lt;!-- /USER --&gt;<br />                             &lt;/td&gt;<br />                             &lt;td width=&quot;10&quot; background=&quot;/images/middle-right.gif&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />                           &lt;/tr&gt;<br />                           &lt;tr&gt; <br />                             &lt;td height=&quot;20&quot; width=&quot;20&quot;&gt;&lt;img src=&quot;/images/bottom-left-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />                             &lt;td height=&quot;20&quot; background=&quot;/images/bottom-middle.gif&quot; width=&quot;438&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />                             &lt;td width=&quot;10&quot; height=&quot;20&quot;&gt;&lt;img src=&quot;/images/bottom-right-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />                           &lt;/tr&gt;<br />                         &lt;/table&gt;<br />                         &lt;!-- LOGIN --&gt;<br />                         &lt;?php if &#40;!$userdata or !$userdata&#91;'session_logged_in'&#93;&#41; &#123; ?&gt;<br />                         &lt;br&gt;<br />                         &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;mainmenu&quot;&gt;<br />                           &lt;tr&gt; <br />                             &lt;td height=&quot;20&quot; width=&quot;20&quot;&gt;&lt;img src=&quot;/images/top-left-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />                             &lt;td height=&quot;20&quot; background=&quot;/images/top-middle.gif&quot; width=&quot;438&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />                             &lt;td height=&quot;20&quot; width=&quot;10&quot;&gt;&lt;img src=&quot;/images/top-right-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />                           &lt;/tr&gt;<br />                           &lt;tr&gt; <br />                             &lt;td width=&quot;20&quot; background=&quot;/images/middle-left.gif&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />                             &lt;td&gt; <br />                               &lt;table width=&quot;100%&quot; cellpadding=&quot;3&quot; cellspacing=&quot;1&quot; border=&quot;0&quot; class=&quot;mainmenu&quot;&gt;<br />                                 &lt;tr&gt; <br />                                   &lt;td height=&quot;28&quot;&gt;Login&lt;/td&gt;<br />                                 &lt;/tr&gt;<br />                                 &lt;tr&gt; <br />                                   &lt;td align=&quot;center&quot; width=&quot;100%&quot;&gt; <br />                                     &lt;table align=&quot;center&quot; class=&quot;mainmenu&quot;&gt;<br />                                       &lt;tr&gt; <br />                                         &lt;td&gt; <br />                                           &lt;form action=&quot;&lt;?php echo append_sid&#40;$phpbb_root_path . 'login.php'&#41;; ?&gt;&quot; method=&quot;post&quot; target=&quot;_top&quot;&gt;<br />                                             Username&#58;&lt;br /&gt;<br />                                             &lt;input type=&quot;text&quot; name=&quot;username&quot; size=&quot;10&quot; maxlength=&quot;40&quot; value=&quot;&quot; /&gt;<br />                                             &lt;br /&gt;<br />                                             Password&#58;&lt;br /&gt;<br />                                             &lt;input type=&quot;password&quot; name=&quot;password&quot; size=&quot;10&quot; maxlength=&quot;25&quot; /&gt;<br />                                             &lt;br /&gt;<br />                                             &lt;input type=&quot;checkbox&quot; name=&quot;autologin&quot; /&gt;<br />                                             auto login <br />                                             &lt;p /&gt; <br />                                               &lt;input type=&quot;hidden&quot; name=&quot;redirect&quot; value=&quot;&lt;?php echo $PHP_SELF; ?&gt;&quot; /&gt;<br />                                             &lt;div align=&quot;center&quot;&gt; <br />                                               &lt;input type=&quot;submit&quot; name=&quot;login&quot; value=&quot;Login&quot; /&gt;<br />                                               &lt;p /&gt; &lt;a href=&quot;&lt;?php echo append_sid&#40;$phpbb_root_path . 'profile.php?mode=sendpassword'&#41;; ?&gt;&quot;&gt;I <br />                                                 forgot my password&lt;/a&gt; <br />                                             &lt;/div&gt;<br />                                           &lt;/form&gt;<br />                                         &lt;/td&gt;<br />                                       &lt;/tr&gt;<br />                                     &lt;/table&gt;<br />                                   &lt;/td&gt;<br />                                 &lt;/tr&gt;<br />                               &lt;/table&gt;<br />                             &lt;/td&gt;<br />                             &lt;td width=&quot;10&quot; background=&quot;/images/middle-right.gif&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />                           &lt;/tr&gt;<br />                           &lt;tr&gt; <br />                             &lt;td height=&quot;20&quot; width=&quot;20&quot;&gt;&lt;img src=&quot;/images/bottom-left-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />                             &lt;td height=&quot;20&quot; background=&quot;/images/bottom-middle.gif&quot; width=&quot;438&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />                             &lt;td width=&quot;10&quot; height=&quot;20&quot;&gt;&lt;img src=&quot;/images/bottom-right-menu.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />                           &lt;/tr&gt;<br />                         &lt;/table&gt;<br />                         &lt;?php &#125; ?&gt;<br />                         &lt;!-- /login --&gt;<br />                       &lt;/td&gt;<br />                       &lt;td valign=&quot;top&quot; width=&quot;75%&quot; align=&quot;center&quot; class=&quot;mainbody&quot;&gt;<br />                         &lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; align=&quot;center&quot; width=&quot;$VARS&#91;width&#93;&quot;&gt;<br />                           &lt;tr&gt; <br />                             &lt;td colspan=&quot;2&quot;&gt;&lt;a href=&quot;$GB_PG&#91;index&#93;&quot;&gt;$LANG&#91;BookMess4&#93;&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;$GB_PG&#91;addentry&#93;&quot;&gt;$LANG&#91;BookMess3&#93;&lt;/a&gt;&lt;/td&gt;<br />                           &lt;/tr&gt;<br />                           &lt;tr&gt; <br />                             &lt;td height=&quot;45&quot; width=&quot;55%&quot;&gt;&lt;b&gt;&lt;font size=&quot;4&quot; face=&quot;$VARS&#91;font_face&#93;&quot; color=&quot;$VARS&#91;text_color&#93;&quot;&gt;$LANG&#91;FormSelect&#93; <br />                               - $LANG&#91;BookMess5&#93;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;<br />                             &lt;td height=&quot;45&quot; width=&quot;45%&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />                           &lt;/tr&gt;<br />                           &lt;tr&gt; <br />                             &lt;td width=&quot;50%&quot; valign=&quot;bottom&quot; class=&quot;font2&quot;&gt;$LANG&#91;FormEnter&#93;&lt;/td&gt;<br />                             &lt;td width=&quot;50%&quot; align=&quot;right&quot; valign=&quot;bottom&quot; class=&quot;font2&quot;&gt;&lt;/td&gt;<br />                           &lt;/tr&gt;<br />                         &lt;/table&gt;<br /> &lt;form method=&quot;post&quot; action=&quot;$GB_PG&#91;admin&#93;&quot;&gt;<br />   &lt;table bgcolor=&quot;$VARS&#91;tb_bg_color&#93;&quot; border=&quot;0&quot; cellspacing=&quot;1&quot; cellpadding=&quot;5&quot; align=&quot;center&quot; width=&quot;$VARS&#91;width&#93;&quot;&gt;<br />     &lt;tr bgcolor=&quot;$VARS&#91;tb_hdr_color&#93;&quot;&gt;<br />       &lt;td colspan=&quot;2&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;$VARS&#91;font_face&#93;&quot; color=&quot;$VARS&#91;tb_text&#93;&quot;&gt;&lt;b&gt;$message&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<br />     &lt;/tr&gt;<br />     &lt;tr bgcolor=&quot;$VARS&#91;tb_color_1&#93;&quot;&gt;<br />       &lt;td width=&quot;30%&quot; class=&quot;font1&quot;&gt;$LANG&#91;FormUser&#93;&#58;&lt;/td&gt;<br />       &lt;td width=&quot;70%&quot;&gt;&lt;input type=&quot;text&quot; name=&quot;username&quot; size=&quot;30&quot;&gt;&lt;/td&gt;<br />     &lt;/tr&gt;<br />     &lt;tr bgcolor=&quot;$VARS&#91;tb_color_1&#93;&quot;&gt;<br />       &lt;td width=&quot;30%&quot; class=&quot;font1&quot;&gt;$LANG&#91;FormPass&#93;&#58;&lt;/td&gt;<br />       &lt;td width=&quot;70%&quot;&gt;&lt;input type=&quot;password&quot; name=&quot;password&quot; size=&quot;30&quot;&gt;<br />         &lt;input type=&quot;hidden&quot; name=&quot;enter&quot; value=&quot;1&quot;&gt;<br />       &lt;/td&gt;<br />     &lt;/tr&gt;<br />     &lt;tr bgcolor=&quot;$VARS&#91;tb_color_1&#93;&quot;&gt;<br />       &lt;td width=&quot;30%&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />       &lt;td width=&quot;70%&quot;&gt;&lt;input type=&quot;submit&quot; value=&quot;$LANG&#91;FormSubmit&#93;&quot; class=&quot;input&quot;&gt;&lt;/td&gt;<br />     &lt;/tr&gt;<br />   &lt;/table&gt;<br /> &lt;/form&gt; <br />                       &lt;/td&gt;<br />                     &lt;/tr&gt;<br />                   &lt;/table&gt;<br />                 &lt;/td&gt;<br />               &lt;/tr&gt;<br />             &lt;/table&gt;<br />           &lt;/td&gt;<br />         &lt;/tr&gt;<br />         &lt;tr&gt;<br />           &lt;td&gt;<br /> &lt;/td&gt;<br />         &lt;/tr&gt;<br />       &lt;/table&gt;<br />     &lt;/td&gt;<br />     &lt;td width=&quot;20&quot; background=&quot;/images/middle-right.gif&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />   &lt;/tr&gt;<br />   &lt;tr&gt;<br />     &lt;td width=&quot;20&quot; height=&quot;20&quot; background=&quot;/images/bottom-left.gif&quot;&gt;&lt;img src=&quot;/images/bottom-left.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />     &lt;td height=&quot;20&quot; background=&quot;/images/bottom-middle.gif&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />     &lt;td height=&quot;20&quot; width=&quot;20&quot; background=&quot;/images/bottom-right.gif&quot;&gt;&lt;img src=&quot;/images/bottom-right.gif&quot; width=&quot;20&quot; height=&quot;20&quot;&gt;&lt;/td&gt;<br />   &lt;/tr&gt;<br /> &lt;/table&gt;<br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2525/6664.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2525/6664.php</link>
				<pubDate><![CDATA[Tue, 2 Dec 2003 10:28:37]]> GMT</pubDate>
				<author><![CDATA[ Dale King]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Don't use the guestbook templates. They will not parse anything.<br /> <br /> You will have to run your html and your site layout templates from within the script its self.<br /> <br /> This is how it works for my index.php file. You will have to do this to the comment.php and the addentry.php page. You will not be able to run the admin.php this way, and will have to use the templates for the admin.<br /> <br /> You can view the guestbook [url=http://www.avianosaints.com/guests_and_friends/]HERE[/url]<br /> <br /> [code]&lt;?php<br /> /**<br />  * ----------------------------------------------<br />  * Advanced Guestbook 2.3.1 &#40;PHP/MySQL&#41;<br />  * ----------------------------------------------<br />  */<br /> echo&quot;&lt;!--Begin Spam Spider Bot list referral check--if they ain't Mozilla or Gecko, show em the door and feed em several thousand bogus email addresses--&gt;\n&quot;;<br /> include &#40;&quot;/home/httpd/vhosts/avianosaints.com/httpdocs/block.php&quot;&#41;;<br /> echo&quot;&lt;!--End kicking spam Spider to the curb--&gt;\n&quot;;<br /> include&#40;&quot;/home/httpd/vhosts/avianosaints.com/httpdocs/includes/cache.htm&quot;&#41;;<br /> echo &quot;\n&lt;title&gt;Aviano High School Alumni! Guests and Friends&lt;/title&gt;<br /> &lt;link rel=\&quot;stylesheet\&quot; href=\&quot;/includes/master.css\&quot; type=\&quot;text/css\&quot;&gt;&quot;;<br /> echo &quot;\n&lt;!--Stop Ignorant and rude webmasters from linking to this site from within their framed page...Bust this mother out--&gt;<br /> <br /> &lt;script&gt;<br /> &lt;!--<br /> <br /> if &#40;window!= top&#41;<br /> top.location.href=location.href<br /> // --&gt;<br /> &lt;/script&gt;<br /> <br /> &lt;!--End Busting out of frames--&gt;<br /> &lt;style type=\&quot;text/css\&quot;&gt;<br /> &lt;!--<br /> .font1 &#123;  font-family&#58; Times New Roman; font-size&#58; 12pt; color&#58; black &#125;<br /> .font2 &#123;  font-family&#58; Times New Roman; font-size&#58; 12pt; color&#58; blue &#125;<br /> .font3 &#123;  font-family&#58; Arial, Helvetica, sans-serif; font-size&#58; 7.5pt; color&#58; black; font-weight&#58; bold&#125;<br /> .font4 &#123;  font-family&#58; Times New Roman; font-size&#58; 12pt; color&#58; white &#125;<br /> .font5 &#123;  font-family&#58; Times New Roman; font-size&#58; 13.5pt; color&#58; white; font-weight&#58; bold&#125;<br /> .font6 &#123;  font-family&#58; Times New Roman; font-size&#58; 10pt; color&#58; black &#125;<br /> --&gt;&lt;/style&gt;&quot;;<br /> echo &quot;\n&lt;/head&gt;<br /> &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;&quot;;<br />  <br /> echo &quot;&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/cheer_leader_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;\n&lt;!--php header start--&gt;\n&quot;;<br /> <br />       include&#40;&quot;/home/httpd/vhosts/avianosaints.com/httpdocs/includes/topbanner.htm&quot;&#41;;<br /> <br />       echo &quot;\n&lt;!--php header finish--&gt;\n&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;!--php menu start--&gt;\n&quot;;<br /> <br />       include&#40;&quot;/home/httpd/vhosts/avianosaints.com/httpdocs/includes/leftmenu.htm&quot;&#41;;<br /> <br />       echo &quot;\n&lt;!--php menu finish--&gt;\n<br /> <br />     &lt;/td&gt;<br />     &lt;td width=\&quot;99%\&quot; align=\&quot;center\&quot; valign=\&quot;top\&quot;&gt; <br />       &lt;table width=\&quot;98%\&quot; border=\&quot;0\&quot; cellspacing=\&quot;0\&quot; cellpadding=\&quot;0\&quot;&gt;<br />         &lt;tr&gt;<br />           &lt;td width=\&quot;99%\&quot; valign=\&quot;top\&quot;&gt; <br />             &lt;table width=\&quot;98%\&quot; border=\&quot;0\&quot; cellspacing=\&quot;0\&quot; cellpadding=\&quot;0\&quot; background=\&quot;/images/spacer.gif\&quot;&gt;<br />               &lt;tr&gt; <br />                 &lt;td width=\&quot;11\&quot; align=\&quot;left\&quot; valign=\&quot;top\&quot; height=\&quot;55\&quot;&gt;&lt;img src=\&quot;/images/red_arrow.gif\&quot; width=\&quot;11\&quot; height=\&quot;11\&quot; hspace=\&quot;5\&quot; vspace=\&quot;0\&quot;&gt;&lt;/td&gt;<br />                 &lt;td align=\&quot;center\&quot; valign=\&quot;top\&quot; width=\&quot;100%\&quot; height=\&quot;55\&quot;&gt; <br />                   &lt;table width=\&quot;100%\&quot; border=\&quot;0\&quot; cellspacing=\&quot;0\&quot; cellpadding=\&quot;0\&quot;&gt;<br />                     &lt;tr align=\&quot;left\&quot; valign=\&quot;top\&quot;&gt; <br />                       &lt;td width=\&quot;4\&quot;&gt;&lt;img src=\&quot;/images/ltcorner_tbl.gif\&quot; width=\&quot;4\&quot; height=\&quot;4\&quot;&gt;&lt;/td&gt;<br />                       &lt;td&gt; <br />                         &lt;table width=\&quot;100%\&quot; border=\&quot;0\&quot; cellspacing=\&quot;0\&quot; cellpadding=\&quot;0\&quot; background=\&quot;/images/dot_w.gif\&quot;&gt;<br />                           &lt;tr&gt; <br />                             &lt;td&gt;&lt;img src=\&quot;/images/spacer.gif\&quot; width=\&quot;1\&quot; height=\&quot;1\&quot;&gt;&lt;/td&gt;<br />                           &lt;/tr&gt;<br />                         &lt;/table&gt;<br />                       &lt;/td&gt;<br />                       &lt;td align=\&quot;right\&quot; width=\&quot;4\&quot;&gt;&lt;img src=\&quot;/images/rtcorner_tbl.gif\&quot; width=\&quot;4\&quot; height=\&quot;4\&quot;&gt;&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;&gt;<br />                     &lt;tr&gt; <br />                       &lt;td background=\&quot;/images/dot_w.gif\&quot; width=\&quot;1\&quot;&gt;&lt;img src=\&quot;/images/spacer.gif\&quot; width=\&quot;1\&quot; height=\&quot;1\&quot;&gt;&lt;/td&gt;<br />                       &lt;td width=\&quot;100%\&quot;&gt; <br />                         &lt;table width=\&quot;100%\&quot; border=\&quot;0\&quot; cellspacing=\&quot;0\&quot; cellpadding=\&quot;5\&quot;&gt;<br />                           &lt;tr&gt; <br />                             &lt;td align=\&quot;left\&quot;&gt;&lt;b&gt;&lt;span class=\&quot;font4\&quot;&gt;AvianoSaints Guestbook &amp;nbsp;&amp;raquo;&amp;nbsp;&quot;; include&#40;'/home/httpd/vhosts/avianosaints.com/httpdocs/other/usercount/index.php'&#41;;<br /> <br />                                     echo &quot;&lt;/span&gt;&lt;/b&gt;&lt;br&gt;<br />                                     &lt;table width=\&quot;100%\&quot; border=\&quot;0\&quot; cellspacing=\&quot;0\&quot; cellpadding=\&quot;0\&quot; background=\&quot;/images/pdotline.gif\&quot;&gt;<br />                                       &lt;tr&gt; <br />                                         &lt;td&gt;&lt;img src=\&quot;/images/spacer.gif\&quot; width=\&quot;1\&quot; height=\&quot;1\&quot;&gt;&lt;/td&gt;<br />                                       &lt;/tr&gt;<br />                                     &lt;/table&gt;<br />                                     &lt;br&gt;&lt;object classid='clsid&#58;F3A614DC-ABE0-11d2-A441-00C04F795683' codebase='#Version=2,0,0,83' codetype='application/x-oleobject' id='MsgrObj' width='0' height='0'&gt;&lt;/object&gt;<br /> &lt;object classid='clsid&#58;FB7199AB-79BF-11d2-8D94-0000F875C541' codetype='application/x-oleobject' id='MsgrApp' width='0' height='0'&gt;&lt;/object&gt;\n&lt;!--insert body here--&gt;\n&quot;;<br />  <br /> $include_path = dirname&#40;__FILE__&#41;;<br /> include_once $include_path.&quot;/admin/config.inc.php&quot;;<br /> include_once $include_path.&quot;/lib/$DB_CLASS&quot;;<br /> include_once $include_path.&quot;/lib/image.class.php&quot;;<br /> include_once $include_path.&quot;/lib/template.class.php&quot;;<br /> <br /> if &#40;IS_MODULE&#41; &#123;<br /> <br />     if &#40;!eregi&#40;&quot;modules.php&quot;, $HTTP_SERVER_VARS&#91;'PHP_SELF'&#93;&#41;&#41; &#123;<br />         die &#40;&quot;You can't access this file directly...&quot;&#41;;<br />     &#125;<br />     $ModName = basename&#40;dirname&#40; __FILE__ &#41;&#41;;<br /> <br />     ob_start&#40;&#41;;<br />     include&#40;&quot;header.php&quot;&#41;;<br /> <br />     $GB_PG&#91;&quot;base_url&quot;&#93; .= &quot;/modules/$ModName&quot;;<br /> <br />     $GB_SELF = basename&#40;$HTTP_SERVER_VARS&#91;'PHP_SELF'&#93;&#41;;<br />     $GB_PG&#91;&quot;index&quot;&#93;    = &quot;$GB_SELF?op=modload&amp;name=$ModName&amp;file=index&quot;;<br />     $GB_PG&#91;&quot;admin&quot;&#93;    = &quot;$GB_SELF?op=modload&amp;name=$ModName&amp;file=index&amp;agbook=admin&quot;;<br />     $GB_PG&#91;&quot;comment&quot;&#93;  = &quot;$GB_SELF?op=modload&amp;name=$ModName&amp;file=index&amp;agbook=comment&quot;;<br />     $GB_PG&#91;&quot;addentry&quot;&#93; = &quot;$GB_SELF?op=modload&amp;name=$ModName&amp;file=index&amp;agbook=addentry&quot;;<br /> <br />     if &#40;!isset&#40;$agbook&#41;&#41; &#123;<br />         $agbook = '';<br />     &#125;<br /> <br />     switch &#40;$agbook&#41; &#123;<br /> <br />         case &quot;admin&quot;&#58;<br />             include_once $include_path.&quot;/lib/session.class.php&quot;;<br />             $gb_auth = new gb_session&#40;$include_path&#41;;<br />             $AUTH = $gb_auth-&gt;checkSessionID&#40;&#41;;<br />             $VARS = $gb_auth-&gt;fetch_array&#40;$gb_auth-&gt;query&#40;&quot;SELECT * FROM &quot;.$gb_auth-&gt;table&#91;'cfg'&#93;&#41;&#41;;<br />             $gb_auth-&gt;free_result&#40;$gb_auth-&gt;result&#41;;<br />             $template = new gb_template&#40;$include_path&#41;;<br />             if &#40;isset&#40;$HTTP_COOKIE_VARS&#91;'lang'&#93;&#41; &amp;&amp; !empty&#40;$HTTP_COOKIE_VARS&#91;'lang'&#93;&#41;&#41; &#123;<br />                 $template-&gt;set_lang&#40;$HTTP_COOKIE_VARS&#91;'lang'&#93;&#41;;<br />             &#125; else &#123;<br />                 $template-&gt;set_lang&#40;$VARS&#91;'lang'&#93;&#41;;<br />             &#125;<br />             $LANG = $template-&gt;get_content&#40;&#41;;<br />             $gb_auth-&gt;close_db&#40;&#41;;<br />             if &#40;!$AUTH&#41; &#123;<br />                 $message = &#40;isset&#40;$username&#41; || isset&#40;$password&#41;&#41; ? $LANG&#91;&quot;PassMess2&quot;&#93; &#58; $LANG&#91;&quot;PassMess1&quot;&#93;;<br /> 		$enter_html=$template-&gt;get_template&#40;$GB_TPL&#91;'header'&#93;&#41;;<br /> 		$enter_html.=$template-&gt;get_template&#40;$GB_TPL&#91;'adm_enter'&#93;&#41;;<br /> 		$enter_html.=$template-&gt;get_template&#40;$GB_TPL&#91;'footer'&#93;&#41;;<br /> <br /> 		$enter_html=preg_replace&#40;&quot;/\\$&#40;&#91;a-zA-Z0-9\_\&#91;\&#93;&#93;+&#41;/eis&quot;,&quot;$$1&quot;,$enter_html&#41;;<br /> 		$enter_html=stripslashes&#40;$enter_html&#41;;<br /> 		$enter_html=stripslashes&#40;$enter_html&#41;;<br /> /*<br /> <br />                 eval&#40;&quot;\$enter_html = \&quot;&quot;.$template-&gt;get_template&#40;$GB_TPL&#91;'header'&#93;&#41;.&quot;\&quot;;&quot;&#41;;<br />                 eval&#40;&quot;\$enter_html .= \&quot;&quot;.$template-&gt;get_template&#40;$GB_TPL&#91;'adm_enter'&#93;&#41;.&quot;\&quot;;&quot;&#41;;<br />                 eval&#40;&quot;\$enter_html .= \&quot;&quot;.$template-&gt;get_template&#40;$GB_TPL&#91;'footer'&#93;&#41;.&quot;\&quot;;&quot;&#41;;<br /> */<br />                 echo $enter_html;<br />             &#125; else &#123;<br />                 $GB_PG&#91;&quot;admin&quot;&#93; = $GB_PG&#91;&quot;base_url&quot;&#93;.&quot;/admin.php?username=$username&amp;password=$password&amp;enter=1&quot;;<br />                 header&#40;&quot;Location&#58; $GB_PG&#91;admin&#93;&quot;&#41;;<br />                 exit&#40;&#41;;<br />             &#125;<br />             break;<br /> <br />         case &quot;comment&quot;&#58;<br />             include_once $include_path.&quot;/lib/vars.class.php&quot;;<br />             include_once $include_path.&quot;/lib/comment.class.php&quot;;<br />             $gb_com = new gb_comment&#40;$include_path&#41;;<br />             $gb_com-&gt;id = &#40;isset&#40;$HTTP_GET_VARS&#91;&quot;gb_id&quot;&#93;&#41;&#41; ? $HTTP_GET_VARS&#91;&quot;gb_id&quot;&#93; &#58; '';<br />             $gb_com-&gt;id = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_id&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;gb_id&quot;&#93; &#58; $gb_com-&gt;id;<br />             $gb_com-&gt;comment = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;comment&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;comment&quot;&#93; &#58; '';<br />             $gb_com-&gt;user = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_user&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;gb_user&quot;&#93; &#58; '';<br />             $gb_com-&gt;pass_comment = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;pass_comment&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;pass_comment&quot;&#93; &#58; '';<br />             $action = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_comment&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;gb_comment&quot;&#93; &#58; '';<br />             $gb_com-&gt;comment_action&#40;$action&#41;;<br />             $gb_com-&gt;db-&gt;close_db&#40;&#41;;<br />             break;<br /> <br />         case &quot;addentry&quot;&#58;<br />             include_once $include_path.&quot;/lib/vars.class.php&quot;;<br />             include_once $include_path.&quot;/lib/add.class.php&quot;;<br />             $gb_post = new addentry&#40;$include_path&#41;;<br />             if &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;action&quot;&#93;&#41;&#41; &#123;<br />                 $gb_post-&gt;name = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_name&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;gb_name&quot;&#93; &#58; '';<br />                 $gb_post-&gt;email = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_email&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;gb_email&quot;&#93; &#58; '';<br />                 $gb_post-&gt;url = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_url&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;gb_url&quot;&#93; &#58; '';<br />                 $gb_post-&gt;comment = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_comment&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;gb_comment&quot;&#93; &#58; '';<br />                 $gb_post-&gt;location = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_location&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;gb_location&quot;&#93; &#58; '';<br />                 $gb_post-&gt;graduation = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;graduation&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;graduation&quot;&#93; &#58; '';<br />                 $gb_post-&gt;icq = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_icq&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;gb_icq&quot;&#93; &#58; '';<br />                 $gb_post-&gt;aim = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_aim&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;gb_aim&quot;&#93; &#58; '';<br />                 $gb_post-&gt;yahoo = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;yahoo&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;yahoo&quot;&#93; &#58; '';<br />                 $gb_post-&gt;msn = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;msn&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;msn&quot;&#93; &#58; '';<br />                 $gb_post-&gt;gender = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_gender&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;gb_gender&quot;&#93; &#58; '';<br />                 $gb_post-&gt;userfile = &#40;isset&#40;$HTTP_POST_FILES&#91;&quot;userfile&quot;&#93;&#91;&quot;tmp_name&quot;&#93;&#41; &amp;&amp; $HTTP_POST_FILES&#91;&quot;userfile&quot;&#93;&#91;&quot;tmp_name&quot;&#93; != &quot;&quot;&#41; ? $HTTP_POST_FILES &#58; '';<br />                 $gb_post-&gt;user_img = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_user_img&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;gb_user_img&quot;&#93; &#58; '';<br />                 $gb_post-&gt;preview = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_preview&quot;&#93;&#41;&#41; ? 1 &#58; 0;<br />                 $gb_post-&gt;private = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_private&quot;&#93;&#41;&#41; ? 1 &#58; 0;<br />                 echo $gb_post-&gt;process&#40;$HTTP_POST_VARS&#91;&quot;action&quot;&#93;&#41;;<br />             &#125; else &#123;<br />                 echo $gb_post-&gt;process&#40;&#41;;<br />             &#125;<br />             $gb_post-&gt;db-&gt;close_db&#40;&#41;;<br />             break;<br /> <br />         default&#58;<br />             include_once $include_path.&quot;/lib/vars.class.php&quot;;<br />             include_once $include_path.&quot;/lib/gb.class.php&quot;;<br />             $gb = new guestbook&#40;$include_path&#41;;<br />             $entry = &#40;isset&#40;$HTTP_GET_VARS&#91;&quot;entry&quot;&#93;&#41;&#41; ? $HTTP_GET_VARS&#91;&quot;entry&quot;&#93; &#58; 0;<br />             $entry = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;entry&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;entry&quot;&#93; &#58; $entry;<br />             echo $gb-&gt;show_entries&#40;$entry&#41;;<br />             $gb-&gt;db-&gt;close_db&#40;&#41;;<br />     &#125;<br />     ob_end_flush&#40;&#41;;<br />     $base_path = dirname&#40;dirname&#40;$include_path&#41;&#41;;<br />     chdir&#40;&quot;$base_path&quot;&#41;;<br />     include&#40;&quot;$base_path/footer.php&quot;&#41;;<br /> <br /> &#125; else &#123;<br />     include_once $include_path.&quot;/lib/vars.class.php&quot;;<br />     include_once $include_path.&quot;/lib/gb.class.php&quot;;<br />     $gb = new guestbook&#40;$include_path&#41;;<br />     $entry = &#40;isset&#40;$HTTP_GET_VARS&#91;&quot;entry&quot;&#93;&#41;&#41; ? $HTTP_GET_VARS&#91;&quot;entry&quot;&#93; &#58; 0;<br />     $entry = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;entry&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;entry&quot;&#93; &#58; $entry;<br />     echo $gb-&gt;show_entries&#40;$entry&#41;;<br /> &#125;<br /> <br /> echo&quot;&lt;font color=#ECE9D8&gt;&lt;small&gt;&lt;small&gt;&lt;small&gt;powered by &lt;a href=\&quot;http&#58;//www.proxy2.de\&quot; target=\&quot;_blank\&quot;&gt;&lt;font color=\&quot;#C0C0C0\&quot;&gt;advanced guestbook 2.3.1&lt;/a&gt;&lt;/small&gt;&lt;/small&gt;&lt;/small&gt;&quot;;<br /> echo&quot;\n&lt;!--end body here--&gt;\n<br /> 		    &lt;/td&gt;&lt;/tr&gt;<br /> &lt;/td&gt;<br />                           &lt;/tr&gt;<br />                         &lt;/table&gt;<br />                       &lt;/td&gt;<br />                       &lt;td background=\&quot;/images/dot_w.gif\&quot; align=\&quot;right\&quot; width=\&quot;1\&quot;&gt;&lt;img src=\&quot;/images/spacer.gif\&quot; width=\&quot;1\&quot; <br /> <br /> height=\&quot;1\&quot;&gt;&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;&gt;<br />                     &lt;tr align=\&quot;left\&quot; valign=\&quot;top\&quot;&gt; <br />                       &lt;td width=\&quot;4\&quot; &gt;&lt;img src=\&quot;/images/lbcorner_tbl.gif\&quot; width=\&quot;4\&quot; height=\&quot;4\&quot;&gt;&lt;/td&gt;<br />                       &lt;td align=\&quot;bottom\&quot; valign=\&quot;bottom\&quot;&gt; <br />                         &lt;table width=\&quot;100%\&quot; border=\&quot;0\&quot; cellspacing=\&quot;0\&quot; cellpadding=\&quot;0\&quot; background=\&quot;/images/dot_w.gif\&quot; &gt;<br />                           &lt;tr&gt; <br />                             &lt;td&gt;&lt;img src=\&quot;/images/spacer.gif\&quot; width=\&quot;1\&quot; height=\&quot;1\&quot;&gt;&lt;/td&gt;<br />                           &lt;/tr&gt;<br />                         &lt;/table&gt;<br />                       &lt;/td&gt;<br />                       &lt;td align=\&quot;right\&quot; width=\&quot;4\&quot;&gt;&lt;img src=\&quot;/images/rbcorner_tbl.gif\&quot; width=\&quot;4\&quot; height=\&quot;4\&quot;&gt;&lt;/td&gt;<br />                     &lt;/tr&gt;<br />                   &lt;/table&gt;&lt;/td&gt;<br />               &lt;/tr&gt;<br />             &lt;/table&gt;<br /> 		 &lt;/td&gt;<br />                 &lt;/tr&gt;<br />                &lt;/table&gt;<br /> 	      &lt;/td&gt;<br />              &lt;/tr&gt;<br />             &lt;/table&gt;<br /> 	   &lt;/td&gt;<br />           &lt;/tr&gt;<br />          &lt;/table&gt;<br />          &lt;table width=\&quot;98%\&quot; border=\&quot;0\&quot; cellspacing=\&quot;0\&quot; cellpadding=\&quot;0\&quot;&gt;<br />          &lt;tr&gt; <br />           &lt;td align=\&quot;center\&quot;&gt;&lt;img src=\&quot;/images/spacer.gif\&quot; width=\&quot;20\&quot; height=\&quot;20\&quot;&gt;&lt;/td&gt;<br />         &lt;/tr&gt;<br />        &lt;/table&gt;<br /> \n&lt;!--php footer start--&gt;\n&quot;;<br /> include&#40;&quot;/home/httpd/vhosts/avianosaints.com/httpdocs/includes/footer.htm&quot;&#41;;<br /> echo &quot;\n&lt;!--php footer stop--&gt;\n&quot;;<br /> ?&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2525/6665.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2525/6665.php</link>
				<pubDate><![CDATA[Tue, 2 Dec 2003 13:37:21]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>