<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "email notification on new entry with ip adress?"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "email notification on new entry with ip adress?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>email notification on new entry with ip adress?</title>
				<description><![CDATA[ Greetings fellow Advanced Guestbook users (and developer/s perhaps!),<br /> <br /> I use Advanced Guestbook 2.3.1 and I wonder if it is possible to customize it so that when I get an email notification of a new guestbook entry, the email will not only contain the message but also the ip adress and date/time. This would be useful in the way that I could first remove the abusive entries and then check the email for info of the abuser. It has happened that I just erase them and later realize I want to look up who did it but too late (as I didn't cut &amp; paste or noted the abusers ip  and date/time before erasing the entry).<br /> <br /> Any help with this would be very much appreciated.<br /> <br /> Thank you for an otherwise great product.<br /> <br /> Best regards,<br /> Jesper J]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4511/15618.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4511/15618.php</link>
				<pubDate><![CDATA[Thu, 14 Apr 2005 15:13:12]]> GMT</pubDate>
				<author><![CDATA[ jesperj]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It already should include the persons hostname.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4511/15620.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4511/15620.php</link>
				<pubDate><![CDATA[Thu, 14 Apr 2005 16:46:17]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ it should? It does not. It looks like the following (my email and url replaced by MYEMAIL and MYSITE): <br /> <br /> - - - <br /> <br /> From Paris.Hilton@csea02.cliche.se Thu Apr 14 01:22:56 2005 <br /> X-Apparently-To: MYEMAIL via 217.12.10.180; Wed, 13 Apr 2005 18:22:58 -0700 <br /> Authentication-Results: mta134.mail.dcn.yahoo.com from=csea02.cliche.se; domainkeys=neutral (no sig) <br /> X-Originating-IP: [195.249.40.66] <br /> Return-Path: &lt;MYEMAIL&gt; <br /> Received: from 195.249.40.66 (EHLO csea02.cliche.se) (195.249.40.66) by mta134.mail.dcn.yahoo.com with SMTP; Wed, 13 Apr 2005 18:22:58 -0700 <br /> Received: (from virtual@localhost) by csea02.cliche.se (8.11.6/8.11.6) id j3E1MuP31629; Thu, 14 Apr 2005 03:22:56 +0200 <br /> Datum: Thu, 14 Apr 2005 03:22:56 +0200 <br /> Message-Id: &lt;200504140122.j3E1MuP31629@csea02.cliche.se&gt; <br /> X-Authentication-Warning: csea02.cliche.se: virtual set sender to MYEMAIL using -f <br /> Till: MYEMAIL <br /> Ämne: New guestbook entry <br /> Från: Paris.Hilton@csea02.cliche.se,  <br /> X-Mailer: Advanced Guestbook 2 <br /> Content-Length: 515 <br /> <br /> Paris Hilton<br /> <br /> <br /> just wanted to say you have a nice site. Also check out mines:<br /> <br /> SPAM MESSAGE HERE<br /> <br /> - - -<br /> <br /> It says From Paris.Hilton@csea02.cliche.se, and all email notification shows <a class="snap_shots" href="mailto:first.lastname@csea02.cliche.se">first.lastname@csea02.cliche.se</a>. Cliche.se is my webhotell. Is this where the host of the poster should be instead or where?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4511/15621.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4511/15621.php</link>
				<pubDate><![CDATA[Thu, 14 Apr 2005 17:00:08]]> GMT</pubDate>
				<author><![CDATA[ jesperj]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If they haven't supplied an email address the @BLAH should be their hostname. Anyway open up [b]add.class.php[/b] found in the lib folder.<br /> Replace<br /> [code]&quot;$this-&gt;name\n$this-&gt;host\n\n$this-&gt;comment&quot;[/code]<br /> with<br /> [code]&quot;$this-&gt;name\n$this-&gt;ip\n\n$this-&gt;comment&quot;[/code]<br /> <br /> Not tested it but should work.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4511/15624.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4511/15624.php</link>
				<pubDate><![CDATA[Thu, 14 Apr 2005 17:12:05]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thank you very much for the time and effort.<br /> <br /> After your fix the email looks like this:<br /> <br /> - - -<br /> NAME<br /> IP<br /> <br /> CONTENTS OF GUESTBOOK MESSAGE<br /> - - -<br /> <br /> which is great :) Thank you very much. The dream sollution however, but I think it will take too much effort and time to get working would be if it looked something like:<br /> <br /> - - -<br /> <br /> NAME: NAME<br /> IP: IP<br /> DATE : (date complete with time like "Thu, 14 Apr 2005 03:22:56 +0200")<br /> <br /> MESSAGE: MESSAGE<br /> <br /> - - -<br /> <br /> I guess one really needs the exact date and time also incase of abuse.<br /> Perhaps this could be implemented in future versions of the guestbook? <br /> <br /> Again thank you very much. Now I can see the senders ip atleast in email.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4511/15626.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4511/15626.php</link>
				<pubDate><![CDATA[Thu, 14 Apr 2005 17:32:00]]> GMT</pubDate>
				<author><![CDATA[ jesperj]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [code]&quot;Name = &quot;.$this-&gt;name.&quot;\nIP = &quot;.$this-&gt;ip.&quot;\nTime = &quot;.date&#40;&quot;r&quot; , $this-&gt;the_time&#41;.&quot;\nMessage = &quot;.$this-&gt;comment[/code]<br /> <br /> for more details on formatting the time read http://uk.php.net/manual/en/function.date.php]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4511/15627.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4511/15627.php</link>
				<pubDate><![CDATA[Thu, 14 Apr 2005 17:46:23]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thank you very much :)<br /> <br /> Where exactly should I put this line of code? I feel uncomfortable trying to just put it where I think "looks right" as I really wouldn't know what I would be doing.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4511/15628.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4511/15628.php</link>
				<pubDate><![CDATA[Thu, 14 Apr 2005 17:55:47]]> GMT</pubDate>
				<author><![CDATA[ jesperj]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Where you put the initial code.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4511/15629.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4511/15629.php</link>
				<pubDate><![CDATA[Thu, 14 Apr 2005 18:30:58]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Please excuse my ignorance. I was just scared of messing it up.<br /> <br /> Thank you very very much it works perfectly!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4511/15630.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4511/15630.php</link>
				<pubDate><![CDATA[Thu, 14 Apr 2005 18:41:32]]> GMT</pubDate>
				<author><![CDATA[ jesperj]]></author>
			</item>
	</channel>
</rss>