<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Mod: Registration Notice - Graveyard				            </title>
            <link>https://efiction.org/community/graveyard/mod-registration-notice/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 20 Apr 2026 20:02:09 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Re: Mod: Registration Notice</title>
                        <link>https://efiction.org/community/graveyard/mod-registration-notice/#post-20513</link>
                        <pubDate>Sat, 08 Oct 2016 18:44:32 +0000</pubDate>
                        <description><![CDATA[Curious if there&#039;s a way to add a link either directly to the new registration&#039;s profile or even just a link to my archive&#039;s home page to the registration message so I can cli...]]></description>
                        <content:encoded><![CDATA[Curious if there&#039;s a way to add a link either directly to the new registration&#039;s profile or even just a link to my archive&#039;s home page to the registration message so I can click it from the email and get there right away?]]></content:encoded>
						                            <category domain="https://efiction.org/community/graveyard/">Graveyard</category>                        <dc:creator>LD-MTT</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/graveyard/mod-registration-notice/#post-20513</guid>
                    </item>
				                    <item>
                        <title>Re: Mod: Registration Notice</title>
                        <link>https://efiction.org/community/graveyard/mod-registration-notice/#post-20491</link>
                        <pubDate>Wed, 14 Sep 2016 14:28:06 +0000</pubDate>
                        <description><![CDATA[Thanks for this. I will add it to my site.]]></description>
                        <content:encoded><![CDATA[Thanks for this. I will add it to my site.]]></content:encoded>
						                            <category domain="https://efiction.org/community/graveyard/">Graveyard</category>                        <dc:creator>lucy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/graveyard/mod-registration-notice/#post-20491</guid>
                    </item>
				                    <item>
                        <title>Re: Mod: Registration Notice</title>
                        <link>https://efiction.org/community/graveyard/mod-registration-notice/#post-20489</link>
                        <pubDate>Wed, 14 Sep 2016 03:26:07 +0000</pubDate>
                        <description><![CDATA[Thanks for this mod! Added it to my test archive last night, did a &quot;mock&quot; registration and worked like a charm, now it&#039;s on the live site waiting to do it&#039;s thing when th...]]></description>
                        <content:encoded><![CDATA[<blockquote><br>Thanks for this mod! Added it to my test archive last night, did a &quot;mock&quot; registration and worked like a charm, now it&#039;s on the live site waiting to do it&#039;s thing when there&#039;s a registration!<br><br>Question, is it possible to have the notification go to multiple email addresses? I&#039;d like an email to go to all our admins, so whoever gets the mail first can check right away and deal with any spam reviews. Thanks!<br></blockquote><br> <br>Here is a bit of a modification to the original.&nbsp; Just be sure to change the &quot;USER@DOMAIN.COM&quot; placeholders as needed...<br><br>This also adds the bio and website info if they filled it in at registration.<br><br><pre><br><br>$RegIP = $_SERVER&#091;&#039;REMOTE_ADDR&#039;];<br>$RegHost = gethostbyaddr($RegIP);<br><br>//You can change Webmaster to whatever you want, if you want.<br>$RegTo = &#039;Webmaster &lt;USER@DOMAIN.COM&gt;&#039; . &quot;rn&quot;;<br><br>//You can change Registration Notice to whatever you want, if you want.<br>$RegHeaders = &#039;From: Registration Notice &lt;USER@DOMAIN.COM&gt;&#039; . &quot;rn&quot;;<br><br>//Uncomment below if you want to CC or BCC other address. Add or remove address as needed. Be sure to use a , between them.<br>//$RegHeaders .= &#039;Cc: USER@DOMAIN.COM,USER@DOMAIN.COM,USER@DOMAIN.COM&#039; . &quot;rn&quot;;<br>//$RegHeaders .= &#039;Bcc: USER@DOMAIN.COM&#039; . &quot;rn&quot;;<br><br>//You can change Registration Notice to whatever you want, if you want.<br>$RegSubject = &quot;Registration Notice&quot;;<br><br>$RegName = $_POST&#091;&#039;realname&#039;];<br>$RegWebsite = $_POST&#091;&#039;af_website&#039;];<br>$RegBio = $_POST&#091;&#039;bio&#039;];<br>$RegIP = $_SERVER&#091;&#039;REMOTE_ADDR&#039;];<br>$RegHost = gethostbyaddr($RegIP);<br><br>$RegBio = strip_tags($RegBio);<br><br>$RegMessage = &quot;Name: $RegName&quot; . &quot;rn&quot; . &quot;Username: $penname&quot; . &quot;rn&quot; . &quot;Email: $email&quot; . &quot;rn&quot; . &quot;Website: $RegWebsite&quot; . &quot;rn&quot; . &quot;Bio: $RegBio&quot; . &quot;rn&quot; . &quot;IP: $RegIP&quot; . &quot;rn&quot; . &quot;Host: $RegHost&quot;;<br><br>mail($RegTo, $RegSubject, $RegMessage, $RegHeaders);<br><br></pre>]]></content:encoded>
						                            <category domain="https://efiction.org/community/graveyard/">Graveyard</category>                        <dc:creator>HPFanFicArchive.Com</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/graveyard/mod-registration-notice/#post-20489</guid>
                    </item>
				                    <item>
                        <title>Re: Mod: Registration Notice</title>
                        <link>https://efiction.org/community/graveyard/mod-registration-notice/#post-20488</link>
                        <pubDate>Wed, 14 Sep 2016 02:34:22 +0000</pubDate>
                        <description><![CDATA[Thanks for this mod! Added it to my test archive last night, did a &quot;mock&quot; registration and worked like a charm, now it&#039;s on the live site waiting to do it&#039;s thing when th...]]></description>
                        <content:encoded><![CDATA[Thanks for this mod! Added it to my test archive last night, did a &quot;mock&quot; registration and worked like a charm, now it&#039;s on the live site waiting to do it&#039;s thing when there&#039;s a registration!<br><br>Question, is it possible to have the notification go to multiple email addresses? I&#039;d like an email to go to all our admins, so whoever gets the mail first can check right away and deal with any spam reviews. Thanks!]]></content:encoded>
						                            <category domain="https://efiction.org/community/graveyard/">Graveyard</category>                        <dc:creator>LD-MTT</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/graveyard/mod-registration-notice/#post-20488</guid>
                    </item>
				                    <item>
                        <title>Mod: Registration Notice</title>
                        <link>https://efiction.org/community/graveyard/mod-registration-notice/#post-3552</link>
                        <pubDate>Sat, 20 Aug 2016 00:51:26 +0000</pubDate>
                        <description><![CDATA[This mod will send you a notice when someone registers.in user/editbio.phpAt around line 115 find:include(&quot;user/login.php&quot;);Add under:$RegIP = $_SERVER&#091;&#039;REMOTE_ADDR&#039;...]]></description>
                        <content:encoded><![CDATA[This mod will send you a notice when someone registers.<br><br><pre><br>in user/editbio.php<br><br>At around line 115 find:<br><br>include(&quot;user/login.php&quot;);<br><br>Add under:<br><br>$RegIP = $_SERVER&#091;&#039;REMOTE_ADDR&#039;];<br>$RegHost = gethostbyaddr($RegIP);<br><br>$RegNoticeTo = &#039;YOUR EMAIL ADDRESS HERE&#039;;<br>$RegSubject = &quot;Registration Notice&quot;;<br>$RegHeaders = &#039;From: YOUR EMAIL ADDRESS HERE&#039; . &quot;rn&quot; . &#039;Reply-To: YOUR EMAIL ADDRESS HERE&#039; . &quot;rn&quot; . &#039;X-Mailer: PHP/&#039; . phpversion();<br>$RegMessage = &quot;Username: $penname&quot; . &quot;rn&quot; . &quot;Email: $email&quot; . &quot;rn&quot; . &quot;IP: $RegIP&quot; . &quot;rn&quot; . &quot;Host: $RegHost&quot;;<br><br>mail($RegNoticeTo, $RegSubject, $RegMessage, $RegHeaders);<br><br>Save &amp; upload<br></pre><br><br><ul><br><li>YOUR EMAIL ADDRESS HERE - Needs to be changed 3 times to your email address</li><br></ul>]]></content:encoded>
						                            <category domain="https://efiction.org/community/graveyard/">Graveyard</category>                        <dc:creator>HPFanFicArchive.Com</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/graveyard/mod-registration-notice/#post-3552</guid>
                    </item>
							        </channel>
        </rss>
		