<?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%3Ajenolan</link>
        <description></description>
        <pubDate>Sat, 07 Mar 2026 10:48:42 -0800</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?rss=1&amp;k=user%3Ajenolan" rel="self" type="application/rss+xml" />

                <item>
          <title>Apache 2.4</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246875#post2246875</link>
          <description><![CDATA[<p>Will have a look, I only did the 'fix' so that the htaccess would work ;-)</p>]]></description>
          <pubDate>Tue, 26 Dec 2023 13:32:56 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246875#post2246875</guid>
        </item>
                <item>
          <title>Apache 2.4</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246873#post2246873</link>
          <description><![CDATA[<p>The base .htaccess file needs to be amended slightly near line 29  the filesmatch </p>
<pre class="language-markup"><code>  # Security: Deny access to common configuration and data files
  # eg: .htaccess, php.ini, .user.ini, php_errors.log, php_errors.log.php, backup.sql, settings.dat.php, file.defaultSqlData.php, backup.sql, etc
  &lt;IfModule !mod_authz_core.c&gt;
    &lt;FilesMatch "\.(htaccess|ini|log|dat|defaultSqlData|sql)(\.php)?$"&gt;
      Order Deny,Allow
      Deny from All
    &lt;/FilesMatch&gt;
  &lt;/IfModule&gt;
  &lt;IfModule mod_authz_core.c&gt;
    &lt;FilesMatch "\.(htaccess|ini|log|dat|defaultSqlData|sql)(\.php)?$"&gt;
      Require all denied
    &lt;/FilesMatch&gt;
  &lt;/IfModule&gt;</code></pre>]]></description>
          <pubDate>Sat, 23 Dec 2023 21:25:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246873#post2246873</guid>
        </item>
                <item>
          <title>Errors when encrypting database</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243878#post2243878</link>
          <description><![CDATA[<p>You seem to have jumbled up two different things.</p>
<p>Secure connection (ie encrypted ssl like communication between client/server) is not field, table or database it is the communication protocol between the PHP code (assuming php) and the DB driver code. On a local connection it is unlikely to be of much value as a 'hacker' would have both side of the transaction available anyway. This is more like when your web server is on one machine and the db is on another and you want secure linkage between the two. </p>
<p>Field encryption is something else, and although it seems really useful the same problem occurs if the DB and code are on the same machine, if someone breaks into the server with the code they will have access to the credentials to encrypt/decrypt the data coming from the DB, otherwise it would not be usable in the application running on the web server. You would have some protection against someone who manages to access your DB or a backup held somewhere but again if it is all on one machine the protection is not all that secure.</p>
<p>Even using a code compiler (ie source guardian etc) is not any good as the code can be reversed.</p>
<p>The 'best' security is probably not available to most web host people, co-located, secured boxes with all the trimmings. If you have a reliable hosting company that does the management and you have a good vps package with **proper access restrictions the extras above are not really going to increase security.</p>
<p>Larry</p>
<p>** Access restriction meaning real passwords, no casual people accessing server, well crufted code etc</p>]]></description>
          <pubDate>Sun, 11 Aug 2019 00:25:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243878#post2243878</guid>
        </item>
                <item>
          <title>Upload fails with &quot;(An unexpected error occurred: #195) &quot;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243872#post2243872</link>
          <description><![CDATA[<p>Grrr .. this is the same issue as reported in the release post. Hey guys update the file with the fix!</p>
]]></description>
          <pubDate>Thu, 08 Aug 2019 21:29:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243872#post2243872</guid>
        </item>
                <item>
          <title>Upload fails with &quot;(An unexpected error occurred: #195) &quot;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243871#post2243871</link>
          <description><![CDATA[<p>After uploading the latest files to my site I get "<span>(An unexpected error occurred: #195)" (then 196 197....) it seems it is having an issue doing the upgrade process. Does not tell me what table or anything else to resolve the issue.</span></p>
<p><span>What's up doc?<br />Larry</span></p>]]></description>
          <pubDate>Thu, 08 Aug 2019 21:24:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243871#post2243871</guid>
        </item>
                <item>
          <title>utfmb4 character set displaying the &lt;?&gt;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243499#post2243499</link>
          <description><![CDATA[<p>I resolved it by doing this;</p>
<pre class="language-php"><code>$row['content'] = Cleanup::makeUTF8( $row['content'] );</code></pre>
<p>The page is set to UTF8, but not showing the stuff correctly obviously I have something setup wrong but I simply can not find it. Oh well hammer it to compliance.</p>
<p>:-)</p>]]></description>
          <pubDate>Wed, 19 Jun 2019 14:28:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243499#post2243499</guid>
        </item>
                <item>
          <title>utfmb4 character set displaying the &lt;?&gt;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243497#post2243497</link>
          <description><![CDATA[<p>I use my own code to drive displays but what is happening when a wysiwyg field is pushed out is that right and left apostrophes (like `) are showing as invalid utf-8 characters. What I have been doing is manually editing the db record to change them to &amp;rsquo; which works but then wrecks things for later editing in cams. I did try str_replace to convert the characters but it seems as though the field is already munged in he return from the table.</p>
<p>Any suggestions?</p>
]]></description>
          <pubDate>Tue, 18 Jun 2019 19:40:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243497#post2243497</guid>
        </item>
                <item>
          <title>Upload Strategy</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241638#post2241638</link>
          <description><![CDATA[<p>Whichever/whatever will require coding, you can ask the crew here for a custom widget costing or the same from me over at JLogica.</p>
]]></description>
          <pubDate>Fri, 05 Jan 2018 21:44:23 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241638#post2241638</guid>
        </item>
                <item>
          <title>Upload Strategy</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241636#post2241636</link>
          <description><![CDATA[<p>Assuming the data (ie the name year model etc) is available, it would be possible to do it either when the record is saved or as a cron job, that's assuming you want the file names changed naturally.</p>
]]></description>
          <pubDate>Fri, 05 Jan 2018 17:26:08 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241636#post2241636</guid>
        </item>
                <item>
          <title>Upload Strategy</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241634#post2241634</link>
          <description><![CDATA[<p>What I have done is that for each of my areas, if I want a gallery I name the field 'gallery' set the upload information and my code adds the year/month to the name.</p>
<p>The problem (I think) with what you want is that the category is not necessarily set when the upload code is called. The actual file name is not really an issue if you are showing them on the site or am I missing something?</p>
]]></description>
          <pubDate>Fri, 05 Jan 2018 16:43:54 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241634#post2241634</guid>
        </item>
                <item>
          <title>Upload Strategy</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241595#post2241595</link>
          <description><![CDATA[<p>I am trying as a straight filter ... all ok except ... how do I ascertain the fieldName for the upload that is being processed?</p>
<p><span>DefaultUploadStorageStrategy</span>::<span>storeMainFile</span>() has <span style="color:#660000;">$fieldSchema</span> so the call to <span>_saveUpload_chooseUniqueNumberedFilename</span>() needs to add it and the hook call also needs to add it ... that should not cause any old hook issues.</p>
<p>Is this possible ... as my check is for tableName == 'blog'and fieldname == 'gallery' (as an example)</p>
<p>Thanks!</p>
<p>What I am about to try changed upload_functions.php line 295</p>
<p><code>// move main upload to long-term storage<br />$GLOBALS['fieldname'] = $fieldname;<br />upload_storage_strategy()-&gt;storeMainFile($mainUploadWorkingPath, $uploadInfo['name'], $fieldSchema, $uploadRecordDetails);<br />unset($GLOBALS['fieldname']);<br /></code></p>

<p>OK that works for saving the filePath but the change is NOT made to the urlPath the base name is there so all of the file links fail ;-)</p>]]></description>
          <pubDate>Fri, 22 Dec 2017 23:11:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241595#post2241595</guid>
        </item>
                <item>
          <title>Upload Strategy</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241594#post2241594</link>
          <description><![CDATA[<p>OK will look at that .... one thing that would be handy but probably too hard is a settings handler. Really hate coding the form stuff whinge moan I know</p>
]]></description>
          <pubDate>Fri, 22 Dec 2017 16:20:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241594#post2241594</guid>
        </item>
                <item>
          <title>Upload Strategy</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241585#post2241585</link>
          <description><![CDATA[<p>Will have a gander, after the latest wordpress hack I am going to have to accelerate my move with the other site ... hohum</p>

<p>Just had a look ... no schema passed so can not process per field/table</p>]]></description>
          <pubDate>Fri, 22 Dec 2017 14:19:27 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241585#post2241585</guid>
        </item>
                <item>
          <title>Upload Strategy</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241581#post2241581</link>
          <description><![CDATA[<p>At the moment all uploads go to one directory which is ok for smallish ones, I have implemented one where if it is the fieldName gallery it adds yyyy/mm to the file name.</p>
<p>So a a general thing the upload path allows you to put /my/main/path/{yyyy}/{mm} (or whatever) the url path would still be /my/main/path as the y/m is added to the file name in the uploads table. This is similar to what wordpress does for its uploads.</p>
<p>FWIW ... having more than a few hundred files in a single directory is a bad idea ;-)</p>]]></description>
          <pubDate>Fri, 22 Dec 2017 13:03:08 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241581#post2241581</guid>
        </item>
                <item>
          <title>Image uploads without flash</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241560#post2241560</link>
          <description><![CDATA[<p>Uploadify has a html 5 version maybe Dave will consider that soonish ;-) ... the flash uploader is from uploadify too.</p>
]]></description>
          <pubDate>Fri, 15 Dec 2017 13:24:52 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241560#post2241560</guid>
        </item>
                <item>
          <title>Upload Strategy</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241541#post2241541</link>
          <description><![CDATA[<p>I wish to expand the upload strategy, see how to do it by passing the instance to <span>upload_storage_strategy</span>() great, but I thought there was a custom.php widget available to add stuff like this or I am just thinking of the js/css?</p>
<p>Don't want to do it as a plugin just want to add some code, did I miss something or should I ask for a custom.php to be loaded by the init process.</p>
<p>Thanks<br />Larry</p>
]]></description>
          <pubDate>Fri, 08 Dec 2017 16:05:06 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241541#post2241541</guid>
        </item>
                <item>
          <title>Permalink - Dynamic prefix</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241484#post2241484</link>
          <description><![CDATA[<p>Still moving from WP ;-)</p>
<p>OK in the defined prefix what I would like is the ability for some common 'substitutions' like;</p>
<ul><li>blog/{YYYY}/{MM}  -- which would blat out as blog/2017/11/</li>
</ul><p>Date is the only one I want but if it were done with an event call made anything wanted could be added.</p>
<p>Cheers<br />Larry</p>]]></description>
          <pubDate>Tue, 21 Nov 2017 19:00:21 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241484#post2241484</guid>
        </item>
                <item>
          <title>The Jenolan replace Wordpress project</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241482#post2241482</link>
          <description><![CDATA[<p>Heya, been coding and spraying weeds .. oh and fixing a roof &lt;sigh&gt; life in the bush....</p>
<p>Anyway, I suppose when all the whinging and whining is removed it is that CMSB really needs to be api driven, so all the internals use the same api we can then also use in our front end stuff. I do not know if I am unique but I love using CMSB but only as the back end manager for content management all of the user side of the system I use a different method (ie templates, lazy loading classes et al) you may think it aint doable that's ok I will continue with adding stuff to my cmsb class as I need them :-)</p>
<p>Larry</p>
<p>PS: It is just the thumbnail code is painful as it is in three different files that I need to work out what you are doing so I can duplicate it ... which is why I suggest api, if I add an upload I should be able to call something like cmsbAPI::buildThumb( recnum_of_the_upload );</p>
]]></description>
          <pubDate>Tue, 21 Nov 2017 16:33:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241482#post2241482</guid>
        </item>
                <item>
          <title>The Jenolan replace Wordpress project</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241452#post2241452</link>
          <description><![CDATA[<p>I am most of the way through coding my site moving it totally away from WP, even though not fully functional I have removed WP the site is pretty broken but I am close to most base stuff working, what I am having issues with;</p>
<ol><li>Uploads ... I have the code to do the upload, move the file, create the record in cmsb_uploads but how can I easily without having to load all of cmsb generate the thumbs?</li>
<li>Meta ... same thingy, I don't use cmsb on the front end it is PDO driven, need a simple method for loading cmsb meta information, I already do some of my own for the display system like Carbon date diff for hoomans</li>
<li>API .. what would be useful is a way for an application to jag into cmsb for stuff, my site load is really fast because everything lazy loads only when needed I don't want to load all of cmsb when all I want is front end stuff, there just doesn't seem to be a front end interface apart from the viewer functions loader.</li>
</ol><p>Thanks,<br />Larry</p>]]></description>
          <pubDate>Sun, 12 Nov 2017 15:49:42 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241452#post2241452</guid>
        </item>
                <item>
          <title>Permalink bug</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241379#post2241379</link>
          <description><![CDATA[<p>In the permalink plugin main file 'permalinks.php' the addPermalink function line 75 it is only checking that the record number for the new link is not a duplicate as all tables share this it needs to make sure that the tableName and recordNum belong not just the num</p>
<p>This...</p>
<p><code>$permalinkRecord = mysql_get('_permalinks', null, array('permalink' =&gt; $link)); // check if permalink already exists in database<br />$isAlreadyUsed   = $permalinkRecord &amp;&amp; $permalinkRecord['recordNum'] != $num;<br /></code></p>
<p>Should be</p>
<p><code>$permalinkRecord = mysql_get('_permalinks', null, array('permalink' =&gt; $link)); // check if permalink already exists in database<br />$isAlreadyUsed   = $permalinkRecord &amp;&amp; $table != $permalinkRecord['tableName'] &amp;&amp; $permalinkRecord['recordNum'] != $num;<br /></code></p>
<p>Larry</p>]]></description>
          <pubDate>Sat, 28 Oct 2017 16:24:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241379#post2241379</guid>
        </item>
                <item>
          <title>emails from website getting rejected from email services</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241357#post2241357</link>
          <description><![CDATA[<p>Not me, I use SendGrid ... :-)</p>]]></description>
          <pubDate>Wed, 25 Oct 2017 17:54:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241357#post2241357</guid>
        </item>
                <item>
          <title>emails from website getting rejected from email services</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241350#post2241350</link>
          <description><![CDATA[<p>I always use Sendgrid to actually handle sending, it is free for small sites so it is worth using. They do all the work adding the headers required to get past most SPAM/WhiteListing services.</p>
<p>Larry</p>]]></description>
          <pubDate>Wed, 25 Oct 2017 14:54:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241350#post2241350</guid>
        </item>
                <item>
          <title>Bug :: Date field in new editors</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241346#post2241346</link>
          <description><![CDATA[<p>Nope current version, use 'news' preset and you should see it.</p>
<p>Larry</p>]]></description>
          <pubDate>Wed, 25 Oct 2017 14:11:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241346#post2241346</guid>
        </item>
                <item>
          <title>Bug :: Date field in new editors</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241343#post2241343</link>
          <description><![CDATA[<p>When you create a new section that has the 'Date' field defined, it is setting the maximum date to 2015 when you try and add a record you can't until you fix the constraint.</p>

<p>Larry</p>
]]></description>
          <pubDate>Wed, 25 Oct 2017 13:30:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241343#post2241343</guid>
        </item>
                <item>
          <title>Full text index</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241336#post2241336</link>
          <description><![CDATA[<p>Excellent. Couldn't find anything when I looked, at the moment doing it all on my dev system ... long road still have about 1,000 posts to fix to remove spurious stuff unless I can figure out how WP mangled them ;-)</p>
]]></description>
          <pubDate>Tue, 24 Oct 2017 14:09:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241336#post2241336</guid>
        </item>
              </channel>
    </rss>
  