<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: One entry per day</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: One entry per day</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:30:49 +0000</pubDate>

<item>
<title>redityo on "One entry per day"</title>
<link>https://www.machform.com/forums/topic/one-entry-per-day#post-23135</link>
<pubDate>Wed, 22 Apr 2015 18:55:08 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">23135@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You can change the limit logic to allow the same IP on next day.&#60;br /&#62;
To do this edit includes/post-functions.php file and go to around line 1710, you will see these code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$query = &#38;quot;select count(id) total_ip from &#38;lt;code&#38;gt;&#38;amp;quot;.MF_TABLE_PREFIX.&#38;amp;quot;form_{$form_id}&#38;lt;/code&#38;gt; where ip_address=? and &#38;lt;code&#38;gt;status&#38;lt;/code&#38;gt;=1  &#38;quot; ;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then change the sql to &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$query = &#38;quot;select count(id) total_ip from &#38;lt;code&#38;gt;&#38;amp;quot;.MF_TABLE_PREFIX.&#38;amp;quot;form_{$form_id}&#38;lt;/code&#38;gt; where ip_address=? and &#38;lt;code&#38;gt;status&#38;lt;/code&#38;gt;=1 and DATE_FORMAT(date_created,&#38;#39;%Y%m%d&#38;#39;) = DATE_FORMAT(now(),&#38;#39;%Y%m%d&#38;#39;) &#38;quot; ;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>clctv on "One entry per day"</title>
<link>https://www.machform.com/forums/topic/one-entry-per-day#post-23114</link>
<pubDate>Fri, 17 Apr 2015 04:16:53 +0000</pubDate>
<dc:creator>clctv</dc:creator>
<guid isPermaLink="false">23114@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I know there is a way i can limit to one entry per IP address, but is there a way I can limit to one entry per IP address per day? Thank you
&#60;/p&#62;</description>
</item>

</channel>
</rss>
