<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "guestbook ver 2.3 Email notify problem"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "guestbook ver 2.3 Email notify problem"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>guestbook ver 2.3 Email notify problem</title>
				<description><![CDATA[ The books is great! the Email Notification works...however this is what the header on those emails looks like to me...<br /> <br /> "nobody@proxy-server.texas.rr.com" &lt;Lisa@www.duomo-i.com&gt;<br /> <br /> First off, i cannot respond to these mails or it bounces back to my host "duomo-i.com"  The stripping of the email user@ and the elongated server portion are also odd.  <br /> <br /> Is there a setting i can change to get this information correct? <br /> <br /> <a class="snap_shots" href="http://www.templeofjennifer.com/guestbook/index.php" target="_blank" rel="nofollow">http://www.templeofjennifer.com/guestbook/index.php</a><br /> <br /> any help would be greatly appreciated<br /> <br /> thanks! <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" /> [/url]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/379/938.php</guid>
				<link>https://proxy2.de/forum/posts/preList/379/938.php</link>
				<pubDate><![CDATA[Tue, 26 Mar 2002 23:07:39]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ you have to modify the php code <br /> <br /> add.class.php<br /> <br /> from line 225 to line 236<br /> <br /> [code]<br />         if ($this-&gt;db-&gt;VARS["notify_private"]==1 &amp;&amp; $this-&gt;private==1) {<br />             @mail($this-&gt;db-&gt;VARS["admin_mail"],$this-&gt;db-&gt;LANG["EmailAdminSubject"],"$this-&gt;name\n$this-&gt;host\n\n$this-&gt;comment", "From: &lt;".$this-&gt;name."&gt; nobody@$host\nX-Mailer: Advanced Guestbook 2");<br />         }<br />         if ($this-&gt;db-&gt;VARS["notify_admin"]==1 &amp;&amp; $this-&gt;private==0) {<br />             @mail($this-&gt;db-&gt;VARS["admin_mail"],$this-&gt;db-&gt;LANG["EmailAdminSubject"],"$this-&gt;name\n$this-&gt;host\n\n$this-&gt;comment", "From: &lt;".$this-&gt;name."&gt; nobody@$host\nX-Mailer: Advanced Guestbook 2");<br />         }<br />         if ($this-&gt;db-&gt;VARS["notify_guest"]==1 &amp;&amp; $this-&gt;email != '') {<br />             @mail($this-&gt;email,$this-&gt;db-&gt;LANG["EmailGuestSubject"],$this-&gt;db-&gt;VARS["notify_mes"], "From: &lt;".$this-&gt;db-&gt;VARS['admin_mail']."&gt; ".$this-&gt;db-&gt;VARS['admin_mail']."\nX-Mailer: Advanced Guestbook 2");<br />         }<br />         if ($this-&gt;db-&gt;VARS["flood_check"]==1) {<br />             $this-&gt;db-&gt;query("INSERT INTO ".$this-&gt;table['ip']." (guest_ip,timestamp) VALUES ('$this-&gt;ip','$the_time')");<br />         }<br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/379/948.php</guid>
				<link>https://proxy2.de/forum/posts/preList/379/948.php</link>
				<pubDate><![CDATA[Wed, 27 Mar 2002 10:43:15]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>ok...</title>
				<description><![CDATA[ ok...but not to sound dense...what do i change it to <img src="https://proxy2.de/forum//images/smilies/97ada74b88049a6d50a6ed40898a03d7.gif" /> I do web design but unfortunately not code and scripting.<br /> <br /> thanks... <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/379/950.php</guid>
				<link>https://proxy2.de/forum/posts/preList/379/950.php</link>
				<pubDate><![CDATA[Wed, 27 Mar 2002 15:50:10]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Replace the [b]nobody@host[/b]<br /> <br /> with:<br /> <br /> ".$this-&gt;email."<br /> <br /> (including ")]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/379/951.php</guid>
				<link>https://proxy2.de/forum/posts/preList/379/951.php</link>
				<pubDate><![CDATA[Wed, 27 Mar 2002 17:53:10]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>that fixed part of it...</title>
				<description><![CDATA[ Thanks, that fixed the nobody@ problem.  However when i try to reply to that email itis bouncing back to me because the address is wrong.<br /> <br /> "diva@templeofjennifer.com" &lt;Jennifer@www.duomo-i.com&gt;<br /> <br /> the email in "" is the email of the the signer the correct email to reply to.  the &lt;&gt; is the named used when signing the book @my web host's domain name.<br /> <br /> Any more ideas?<br /> <br /> Thanks alot for the help.<br /> jennifer <img src="https://proxy2.de/forum//images/smilies/499fd50bc713bfcdf2ab5a23c00c2d62.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/379/1100.php</guid>
				<link>https://proxy2.de/forum/posts/preList/379/1100.php</link>
				<pubDate><![CDATA[Wed, 10 Apr 2002 16:33:23]]> GMT</pubDate>
				<author><![CDATA[ alphajen]]></author>
			</item>
			<item>
				<title>ok...</title>
				<description><![CDATA[ [quote=Anonymous]ok...but not to sound dense...what do i change it to <img src="https://proxy2.de/forum//images/smilies/97ada74b88049a6d50a6ed40898a03d7.gif" /> I do [url=https://webdesign-dortmund.net/ ]web design[/url] but unfortunately not code and scripting.<br /> <br /> thanks... <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" />[/quote]This option will allow you to be notified via an E-Mail address when a new entry arrives in your guestbook.I reinstalled the guestbook in a new directory using the current version of the Guestbook software (1.8.2) and then copied over some files from the previous [url=https://webdesign-essen.org/]website[/url], i.e., the headers file, and made some minor modifications to some of the files such as were in the previous directory. While comments which are posted without my approval appear with no problem, [url=https://website-agentur.net/ ]those[/url] which are supposed to be sent to me to approve still are not being sent by e-mail.<br />  ]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/379/30378.php</guid>
				<link>https://proxy2.de/forum/posts/preList/379/30378.php</link>
				<pubDate><![CDATA[Sun, 1 May 2022 11:45:47]]> GMT</pubDate>
				<author><![CDATA[ Grandson]]></author>
			</item>
			<item>
				<title>Re:guestbook ver 2.3 Email notify problem</title>
				<description><![CDATA[ Und was denkt ihr darüber?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/379/32254.php</guid>
				<link>https://proxy2.de/forum/posts/preList/379/32254.php</link>
				<pubDate><![CDATA[Mon, 20 Oct 2025 20:06:15]]> GMT</pubDate>
				<author><![CDATA[ Bachelor94]]></author>
			</item>
	</channel>
</rss>