<?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: Restrict backend to an IP</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Restrict backend to an IP</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 06:31:18 +0000</pubDate>

<item>
<title>yuniar on "Restrict backend to an IP"</title>
<link>https://www.machform.com/forums/topic/restrict-backend-to-an-ip#post-7758</link>
<pubDate>Fri, 23 Oct 2009 15:43:07 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">7758@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;If you need to allow one IP only to access the backend, you can modify your check-session.php file and add this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($_SERVER[&#38;#39;REMOTE_ADDR&#38;#39;] != &#38;#39;123.345.33.22&#38;#39;){
   die(&#38;#39;You are not allowed to access this page!&#38;#39;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That would restrict the backend to the above IP address.
&#60;/p&#62;</description>
</item>
<item>
<title>ryanmc on "Restrict backend to an IP"</title>
<link>https://www.machform.com/forums/topic/restrict-backend-to-an-ip#post-7749</link>
<pubDate>Wed, 21 Oct 2009 15:39:33 +0000</pubDate>
<dc:creator>ryanmc</dc:creator>
<guid isPermaLink="false">7749@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm currently looking at blocking access to the backend to an IP range, I've opened up view entries and manage entries by removing the check session, but only allowing those logged in to edit the entry.&#60;/p&#62;
&#60;p&#62;However Obviously if someone finds outs the folder it's not to hard to just do form/view_entry.php?form_id=1&#38;#38;id=5 and view that entry.&#60;/p&#62;
&#60;p&#62;So I want to block backend access to a perticular IP, is this possible?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
