<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Adv. Guestbook 2.3.1 - Benachrichtigungsmail ändern!?"]]></title>
		<link>https://proxy2.de/forum/posts/list/4.php</link>
		<description><![CDATA[Latest messages posted in the topic "Adv. Guestbook 2.3.1 - Benachrichtigungsmail ändern!?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Adv. Guestbook 2.3.1 - Benachrichtigungsmail ändern!?</title>
				<description><![CDATA[ Hallo,<br /> <br /> würde gerne die Benachrichtigungsmail irgendwie ändern. Die Emailadresse sollte mitgeschickt werden um ggf. direkt zu antworten und nicht nobody@...<br /> Wo finde ich das?<br /> <br /> Stephan]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2678/7084.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2678/7084.php</link>
				<pubDate><![CDATA[Sun, 18 Jan 2004 23:00:11]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I can only read German, Sorry.<br /> <br /> you have to modify the php code <br /> <br /> add.class.php <br /> <br /> from line 225 to line 236 <br /> Replace the nobody@host <br /> <br /> with: <br /> <br /> ".$this-&gt;email." <br /> <br /> (including ")<br /> <br /> <br /> [code]if &#40;$this-&gt;db-&gt;VARS&#91;&quot;notify_private&quot;&#93;==1 &amp;&amp; $this-&gt;private==1&#41; &#123; <br /> @mail&#40;$this-&gt;db-&gt;VARS&#91;&quot;admin_mail&quot;&#93;,$this-&gt;db-&gt;LANG&#91;&quot;EmailAdminSubject&quot;&#93;,&quot;$this-&gt;name\n$this-&gt;host\n\n$this-&gt;comment&quot;, &quot;From&#58; &lt;&quot;.$this-&gt;name.&quot;&gt; nobody@$host\nX-Mailer&#58; Advanced Guestbook 2&quot;&#41;; <br /> &#125; <br /> if &#40;$this-&gt;db-&gt;VARS&#91;&quot;notify_admin&quot;&#93;==1 &amp;&amp; $this-&gt;private==0&#41; &#123; <br /> @mail&#40;$this-&gt;db-&gt;VARS&#91;&quot;admin_mail&quot;&#93;,$this-&gt;db-&gt;LANGif &#40;$this-&gt;db-&gt;VARS&#91;&quot;notify_guest&quot;&#93;==1 &amp;&amp; $this-&gt;email != ''&#41; &#123; <br /> @mail&#40;$this-&gt;email,$this-&gt;db-&gt;LANG&#91;&quot;EmailGuestSubject&quot;&#93;,$this-&gt;db-&gt;VARS&#91;&quot;notify_mes&quot;&#93;, &quot;From&#58; &lt;&quot;.$this-&gt;db-&gt;VARS&#91;'admin_mail'&#93;.&quot;&gt; &quot;.$this-&gt;db-&gt;VARS&#91;'admin_mail'&#93;.&quot;\nX-Mailer&#58; Advanced Guestbook 2&quot;&#41;; <br /> &#125; <br /> if &#40;$this-&gt;db-&gt;VARS&#91;&quot;flood_check&quot;&#93;==1&#41; &#123; <br /> $this-&gt;db-&gt;query&#40;&quot;INSERT INTO &quot;.$this-&gt;table&#91;'ip'&#93;.&quot; &#40;guest_ip,timestamp&#41; VALUES &#40;'$this-&gt;ip','$the_time'&#41;&quot;&#41;; <br /> &#125; &#91;&quot;EmailAdminSubject&quot;&#93;,&quot;$this-&gt;name\n$this-&gt;host\n\n$this-&gt;comment&quot;, &quot;From&#58; &lt;&quot;.$this-&gt;name.&quot;&gt; nobody@$host\nX-Mailer&#58; Advanced Guestbook 2&quot;&#41;; <br /> &#125; [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2678/7088.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2678/7088.php</link>
				<pubDate><![CDATA[Sun, 18 Jan 2004 23:11:28]]> GMT</pubDate>
				<author><![CDATA[ Jam'n]]></author>
			</item>
			<item>
				<title>Neue Variable in add.class.php einfügen und in LANG Datei</title>
				<description><![CDATA[ Wie kann ich eine Emailadresse, die ich manuell in den Code einfüge durch eine Variable in der Sprachdatei ersetzen?<br /> Ich habe es bereits versucht, so wie andere Variablen dort auch abgelegt sind. Leider schaffe ich es nicht. Hab auch in der Language Datei die Variable hinzugefügt. Wie kann ich den Text hier im Code "--&gt;Mein Text1&lt;--" oder ne Trennlinie "--&gt;--------&lt;--" durch eine Variable ersetzen?<br /> <br /> aus add.class.php<br /> [code]if &#40;$this-&gt;db-&gt;VARS&#91;&quot;notify_admin&quot;&#93;==1 &amp;&amp; $this-&gt;private==0&#41; &#123;<br /> @mail&#40;$this-&gt;db-&gt;VARS&#91;&quot;admin_mail&quot;&#93;,$this-&gt;db-&gt;LANG&#91;&quot;EmailAdminSubject&quot;&#93;,&quot;--&gt;Mein Text1&lt;--\nvon&#58;   $this-&gt;name\nemail&#58; $this-&gt;email\n--&gt;-----&lt;--\n$this-&gt;comment&quot;, &quot;From&#58; &lt;&quot;.$this-&gt;email.&quot;&gt; $this-&gt;name\nX-Mailer&#58; Advanced Guestbook 2&quot;&#41;;[/code]<br /> <br /> Vielen Dank...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2678/7124.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2678/7124.php</link>
				<pubDate><![CDATA[Wed, 21 Jan 2004 05:55:53]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>