<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Amarkr</link>
        <description></description>
        <pubDate>Mon, 13 Apr 2026 06:44:15 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Amarkr&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>General data field encryption</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237366#post2237366</link>
          <description><![CDATA[<p>Looks great. I will give it a try. Thanks.</p>]]></description>
          <pubDate>Mon, 14 Sep 2015 10:36:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237366#post2237366</guid>
        </item>
                <item>
          <title>General data field encryption</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237362#post2237362</link>
          <description><![CDATA[<p>Does anyone use encryption for columns other than passwords?</p>

<p>Take social security number for example. Anyone use a method to decrypt the field before displaying on member profile page, then encrypt upon INSERT or UPDATE?</p>

<p>Wouldn't something simple like that help secure MySQL data should it be breached?</p>]]></description>
          <pubDate>Sat, 12 Sep 2015 08:23:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237362#post2237362</guid>
        </item>
                <item>
          <title>iphone : checkbox and image upload</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237233#post2237233</link>
          <description><![CDATA[<p> So, is there any fix for this?</p>

<p>I am using CMSB version 2.61 and iOS 8.4.1  on an iPhone 4S and the checkboxes in CMS are dead. </p>

<p> I realize the iPhone is not the primary platform for updating my website but it would be nice to be able to use it in a pinch. </p>]]></description>
          <pubDate>Sun, 23 Aug 2015 08:12:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237233#post2237233</guid>
        </item>
                <item>
          <title>foreach causing error in viewer_functions.php at 1030</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237161#post2237161</link>
          <description><![CDATA[<p>This loop...</p>
<p>foreach (@$_POST['roomSelect'] as $key =&gt; $value) {<br /><br />    $update = mysql_query("<br />      UPDATE $studentTable<br />      SET `room` = '$value'<br />      WHERE `recid` = '$key'<br />      LIMIT 1<br />      ") or die(mysql_error());<br /><br />    } // end foreach</p>

<p>...is updating db ok but it's throwing an error...</p>
<p>Notice: Undefined offset: 0 in /home/spapwc5/public_html/cms/lib/viewer_functions.php on line 1030</p>

<p>Am I missing with CMS functions? Any help would be appreciated.</p>
]]></description>
          <pubDate>Sun, 26 Jul 2015 12:28:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237161#post2237161</guid>
        </item>
                <item>
          <title>new account membership plugin set to neverExpire</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236778#post2236778</link>
          <description><![CDATA[<p>How can I have new accounts created by user-signup.php in membership plugin set to neverExpire=1 ?</p>]]></description>
          <pubDate>Thu, 28 May 2015 12:01:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236778#post2236778</guid>
        </item>
                <item>
          <title>User Account Section Access Manager</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236157#post2236157</link>
          <description><![CDATA[<p>Here's a wish list item...</p>
<p>With many users and changing section access it is necessary to keep track of who has access to what. Every year I have large staff turnover and it is more than a notion to hunt down and change the section access. Need to use a secondary source to keep track.</p>
<p>Would be very helpful to have a list of sections and ability to see all those users that have access thereto.</p>]]></description>
          <pubDate>Tue, 24 Feb 2015 09:11:54 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236157#post2236157</guid>
        </item>
                <item>
          <title>Url Search for blank</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236035#post2236035</link>
          <description><![CDATA[<p>Yes, I know. Url search works fine. That's not my question.</p>

<p>My question is is it possible to search for an empty or null value, e.g. color = '', as one of the multiple variables?</p>]]></description>
          <pubDate>Wed, 11 Feb 2015 15:20:27 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236035#post2236035</guid>
        </item>
                <item>
          <title>Url Search for blank</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236027#post2236027</link>
          <description><![CDATA[<p>url search for color = 'blue' and size = 'medium' would be page.php/color-blue/size-medium</p>

<p>is it possible to do a url search for color = 'blue' and size = ''</p>
<p>(i.e. the size is blank)</p>]]></description>
          <pubDate>Wed, 11 Feb 2015 11:10:37 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236027#post2236027</guid>
        </item>
                <item>
          <title>Url Search for blank</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236012#post2236012</link>
          <description><![CDATA[<p>Is it possible to have multiple field URL search for an empty value, e.g. decision_value = ""</p>
<p>I am trying to write something like... page.php/status-Open/decision_value- ?</p>]]></description>
          <pubDate>Tue, 10 Feb 2015 21:46:52 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236012#post2236012</guid>
        </item>
                <item>
          <title>Apostrophe in filename of upload when using uploadAddForm</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235080#post2235080</link>
          <description><![CDATA[<p>UploadAddForm working great but getting weirdness when the file selected for upload contains apostrophe, e.g. king's horses.jpg</p>

<p>Weirdness like... the thumbnail is a copy of  the live webpage.</p>

<p>Can uploadForm3_iframe.php escape it?</p>]]></description>
          <pubDate>Wed, 24 Sep 2014 22:33:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235080#post2235080</guid>
        </item>
                <item>
          <title>search by section access</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234800#post2234800</link>
          <description><![CDATA[<p>Can I set up a search option on the editor list page that searches by section access?</p>
<p>E.g. search for who has editor access to table x</p>]]></description>
          <pubDate>Tue, 26 Aug 2014 15:36:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234800#post2234800</guid>
        </item>
                <item>
          <title>membership call is preventing readfile() somehow</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234702#post2234702</link>
          <description><![CDATA[<p>I removed the login requirement and just loaded the viewer and have the same problem.</p>
<p>It if matters, this topic can therefore be moved to the general forum.</p>

<p>Btw, I'm using the readfile() snippet in order to load a file stored in directory above public_html. Like I wrote, it works great until I load the viewer.</p>]]></description>
          <pubDate>Thu, 07 Aug 2014 09:11:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234702#post2234702</guid>
        </item>
                <item>
          <title>membership call is preventing readfile() somehow</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234700#post2234700</link>
          <description><![CDATA[<p>This readfile() procedure works fine until I add the viewer and login lines for membership. Then the file become corrupted (or something) and won't display.</p>

<p>Can you think of why securing the page is messing with the latter code? See any options I could try to unfetter the readfile() ?</p>

<p>require_once '/myhost/public_html/cmsAdmin/lib/viewer_functions.php';<br />if (!$CURRENT_USER) {websiteLogin_redirectToLogin();}</p>
<p>if (file_exists($file)) {<br />    header('Content-Description: File Transfer');<br />    header('Content-Type: application/pdf');<br />    header('Content-Disposition: inline; filename='.basename($file));<br />    header('Content-Transfer-Encoding: binary');<br />    header('Expires: 0');<br />    header('Cache-Control: must-revalidate, post-check=0, pre-check=0');<br />    header('Pragma: public');<br />    header('Content-Length: ' . filesize($file));<br />    ob_clean();<br />    flush();<br />    readfile($file);<br />    exit;<br />    } // endif</p>
]]></description>
          <pubDate>Wed, 06 Aug 2014 23:35:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234700#post2234700</guid>
        </item>
                <item>
          <title>copying image from one table to another</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233400#post2233400</link>
          <description><![CDATA[<p>Yes, I need the old record in table_1 and the duplicate record in table_2 to have the same image.</p>]]></description>
          <pubDate>Thu, 06 Mar 2014 19:33:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233400#post2233400</guid>
        </item>
                <item>
          <title>copying image from one table to another</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233391#post2233391</link>
          <description><![CDATA[<p>I can use php mysql insert code to copy a record from one table to another but I lose the image field. Is there a way to copy the image field to the new record?</p>]]></description>
          <pubDate>Thu, 06 Mar 2014 11:38:26 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233391#post2233391</guid>
        </item>
                <item>
          <title>createPDF viewer</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230268#post2230268</link>
          <description><![CDATA[<p><span><span>&lt;iframe id</span>='createpdf_output'...</span></p>
<p>Is the css for the id above above from createPDF or from CMSB?</p>]]></description>
          <pubDate>Wed, 17 Apr 2013 20:35:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230268#post2230268</guid>
        </item>
                <item>
          <title>Re: [greg] Multiple WHERE clause filters</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218028#post2218028</link>
          <description><![CDATA[I forgot to mention that I was using the getRecords fuction, and it works great. Thx<br />]]></description>
          <pubDate>Mon, 08 Oct 2012 18:20:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218028#post2218028</guid>
        </item>
                <item>
          <title>Multiple WHERE clause filters</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218017#post2218017</link>
          <description><![CDATA[Can multiple filters be used, e.g. with AND, cuz what I've tried is not working?<br />]]></description>
          <pubDate>Mon, 08 Oct 2012 00:37:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218017#post2218017</guid>
        </item>
                <item>
          <title>Re: [Jason] Sub-categories Tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215480#post2215480</link>
          <description><![CDATA[Okay, live &amp; learn...<br /><br />As I started typing this reply I realized I had changed everything to the new table names except the List Options Tablename for 'category'. <br /><br />Works great with the new table names.<br /><br />Thx anyway.<br />]]></description>
          <pubDate>Mon, 12 Mar 2012 22:50:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215480#post2215480</guid>
        </item>
                <item>
          <title>Re: [Jason] Sub-categories Tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215465#post2215465</link>
          <description><![CDATA[Luv the forum, esp old gems like this post.<br /><br />Works great, but here's a quick question, can I have multiple category sections each with its own article section?<br /><br />apple_cats<br />apple_articles<br /><br />banana_cats<br />banana_articles<br /><br />etc.<br /><br />I thought it would be simple but when I swap in the table names I either get a function error or a cms_categories not found error.<br />]]></description>
          <pubDate>Sun, 11 Mar 2012 15:10:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215465#post2215465</guid>
        </item>
                <item>
          <title>Re: [macwebster] Basic Explanation of Category Menus Needed</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215440#post2215440</link>
          <description><![CDATA[&gt;...but it is something that we plan to roll out in the future.<br /><br />Did this roll out?<br />]]></description>
          <pubDate>Fri, 09 Mar 2012 02:58:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215440#post2215440</guid>
        </item>
                <item>
          <title>dynamic url search links</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215412#post2215412</link>
          <description><![CDATA[I was looking to create url search links based on the month of the event. Easy enough...<br /><br />E.g. /listpage.php?event_month=4<br /><br />But I didn't want 12 static links (one for each month)  if my events only went out a few months.<br /><br />Just wanted to share my query and loop with the forum:<br /><br />$result = mysql_query(&quot;SELECT DISTINCT MONTH(event) AS `Month` FROM `cms_games` WHERE `event` &gt; NOW() ORDER BY `event` ASC&quot;);<br /><br />while($row = mysql_fetch_array($result)) {<br />   $monthName  = date(&quot;F&quot;, mktime(0, 0, 0, $row['Month']));<br />   $monthNumber = date(&quot;m&quot;, mktime(0, 0, 0, $row['Month']));<br />   echo &quot;&lt;a href ='listpage.php?event_month=&quot;.$monthNumber.&quot;'&gt;&quot;.$monthName.&quot;&lt;/a&gt;&quot;;<br />   } // end while<br />]]></description>
          <pubDate>Wed, 07 Mar 2012 01:39:41 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215412#post2215412</guid>
        </item>
                <item>
          <title>Re: [Dave] archive of pdf uploads safe from bots</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215376#post2215376</link>
          <description><![CDATA[Great info. Thanks all.<br />]]></description>
          <pubDate>Mon, 05 Mar 2012 03:28:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215376#post2215376</guid>
        </item>
                <item>
          <title>Re: [Damon] archive of pdf uploads safe from bots</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215324#post2215324</link>
          <description><![CDATA[I was hoping to do it without an htaccess login, e.g. perhaps using the membership plugin.<br /><br />And even if I drop a blank index.php file in the directory, a browser can still load the pdf if landed upon. Let's say the client names the pdf something simple like a.pdf, the bot would randomly generate that name pretty quickly. A longer name would only delay the beast, no?<br /><br />When you say &quot;protected by username/password&quot;, are you referring to the  htaccess edit?<br /><br />I was wondering if maybe the pdf could be stored in a non-public directory and displayed on a secure (members only) html page using an embed thing. In that hypo, can cmsb upload to a non-public area of the server?<br />]]></description>
          <pubDate>Tue, 28 Feb 2012 16:37:01 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215324#post2215324</guid>
        </item>
                <item>
          <title>archive of pdf uploads safe from bots</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215319#post2215319</link>
          <description><![CDATA[Whats the best way to secure an archive of pdf uploads from unwanted web viewing using cms?<br /><br />If you use a custom upload directory to hide them, aren't they still just waiting for a clever bot or patient crawler to see them?<br />]]></description>
          <pubDate>Tue, 28 Feb 2012 12:19:47 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215319#post2215319</guid>
        </item>
              </channel>
    </rss>
  