<?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%3Arishi_143</link>
        <description></description>
        <pubDate>Tue, 21 Apr 2026 03:01:53 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Arishi_143&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Jason] Disabling the upload temp folder function</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211678#post2211678</link>
          <description><![CDATA[Hey Jason,<br />Thanx for your prompt reply as always.<br />Will try to get the host to enable the function else will have to move hosts...[:(]<br /><br />Thanx anywayz... for now resizing in the viewer page...<br />]]></description>
          <pubDate>Tue, 07 Jun 2011 11:50:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211678#post2211678</guid>
        </item>
                <item>
          <title>Re: [rishi_143] Disabling the upload temp folder function</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211668#post2211668</link>
          <description><![CDATA[Well I did try to bypass the upload_tmp_dir check in the uploadForm_functions.php...<br />Now it uploading fine and displaying images aswell, BUT the images dont get resized nor are thumbs created [:(]<br /><br />Help!!!<br />]]></description>
          <pubDate>Tue, 07 Jun 2011 10:07:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211668#post2211668</guid>
        </item>
                <item>
          <title>Disabling the upload temp folder function</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211666#post2211666</link>
          <description><![CDATA[Hi,<br />I was wondering if I could disable the upload_tmp_dir check in uploadForm_functions.php, since everytime I try to upload a file or image etc... I get the following error:<br />-----------------------------------------------------------------------------------------------------------------------------------------------------------------------<br />Warning: is_dir(): open_basedir restriction in effect. File(C:\php\upload) is not within the allowed path(s): (e:\webspace\hostmaster\PATHWITHHELD) in E:\webspace\hostmaster\PATHWITHHELD\www\cmsAdmin\lib\menus\default\uploadForm_functions.php on line 36 Temp Upload dir 'C:\php\upload' does't exist! Ask server admin to check 'upload_tmp_dir' setting in php.ini.<br />PHP Warning: is_dir(): open_basedir restriction in effect. File(C:\php\upload) is not within the allowed path(s): (e:\webspace\hostmaster\PATHWITHHELD) in E:\webspace\hostmaster\PATHWITHHELD\www\cmsAdmin\lib\menus\default\uploadForm_functions.php on line 36<br />-----------------------------------------------------------------------------------------------------------------------------------------------------------------------<br /><br />I have tried to ask the hosting company to do the needful but they are not behaving very cooperative, so if I could just directly dump the images without it having to go to any tmp folder or hardcode the path of the temp instead of getting it from php.ini I guess my problem would be solved...<br /><br />Thanx once again for all the help I hv recieved earlier and in advance for this one.<br />]]></description>
          <pubDate>Tue, 07 Jun 2011 08:32:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211666#post2211666</guid>
        </item>
                <item>
          <title>Re: [Jason] Multisearch.php results links</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211638#post2211638</link>
          <description><![CDATA[Hey Jason,<br />Works perfect, thanx alot for your patience and prompt replies.<br />I will surely recommend CMSB to my other friends n clients.<br /><br />Thanx again,<br /><br />Rishi<br />]]></description>
          <pubDate>Mon, 06 Jun 2011 03:55:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211638#post2211638</guid>
        </item>
                <item>
          <title>Re: [Jason] Multisearch.php results links</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211626#post2211626</link>
          <description><![CDATA[<blockquote>Hi,<br /><br />It looks like the issue is with the value of &quot;viewerUrl&quot; :<br /><br /><code>$searchTables['electrical_inst'] = array(<br /><span style="color:red">'viewerUrl'    =&gt; 'multiSearch.php',</span><br />'titleField'   =&gt; 'title',<br />'summaryField' =&gt; 'content',<br />'searchFields' =&gt; array('title','content'),<br />);<br /><br />$searchTables['news'] = array(<br /><span style="color:red">'viewerUrl'    =&gt; 'multiSearch.php',</span><br />'titleField'   =&gt; 'title',<br />'summaryField' =&gt; 'summary',<br />'searchFields' =&gt; array('title','summary','content'),<br />);</code><br /><br />You can change the value of viewerUrl from &quot;multiSearch.php&quot; to the page that you want to link to for of the sections your searching.<br /><br />Hope this helps</blockquote><br /><br />Hi Jason,<br />Thanx for solving my problem,<br />Just one thing - what must the viewer URL be, just a container page or the details page of that section eg: elect_instDetail.php<br /><br />Thanx again<br />]]></description>
          <pubDate>Sat, 04 Jun 2011 03:58:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211626#post2211626</guid>
        </item>
                <item>
          <title>Re: [Jason] Multisearch.php results links</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211603#post2211603</link>
          <description><![CDATA[Thanx for your quick reply...<br />-----------------------------------<br />Searchbox code on index.php<br />-----------------------------------<br />&lt;!-- STEP1: Load Record List (Paste this above other steps) --&gt;<br />    &lt;?php<br />      require_once &quot;WITHELD/lib/viewer_functions.php&quot;;<br />      $searchOptions = array();<br />      $searchOptions['keywords'] = @$FORM['q'];<br />      $searchOptions['perPage']  = &quot;10&quot;;<br />      $searchOptions['debugSql'] = &quot;0&quot;;<br /><br />      $searchTables = array();<br />      $searchTables['electrical_inst'] = array(<br />        'viewerUrl'       =&gt; 'multiSearch.php',<br />        'titleField'      =&gt; 'title',<br />        'summaryField'    =&gt; 'content',<br />        'searchFields'    =&gt;  array('title','content'),<br />      );<br /><br />      $searchTables['news'] = array(<br />        'viewerUrl'       =&gt; 'multiSearch.php',<br />        'titleField'      =&gt; 'title',<br />        'summaryField'    =&gt; 'summary',<br />        'searchFields'    =&gt;  array('title','summary','content'),<br />      );<br /><br />      list($searchRows, $searchDetails) = searchMultipleTables($searchTables, $searchOptions);<br />    ?&gt;<br />  &lt;!-- /STEP1: Load Record List --&gt;<br /><br />&lt;form id=&quot;form1&quot; method=&quot;POST&quot; action=&quot;multiSearch.php&quot; &gt;<br />           &lt;label&gt;&lt;span&gt;<br />			&lt;input type=&quot;text&quot; name=&quot;q&quot; class=&quot;keywords&quot; id=&quot;textfield&quot; maxlength=&quot;50&quot; value=&quot;&lt;?php echo htmlspecialchars(@$FORM['q']); ?&gt;&quot; size=&quot;50&quot;&gt;<br />			&lt;/span&gt;<br />            &lt;input type=&quot;image&quot; src=&quot;images/search.gif&quot; class=&quot;button&quot; name=&quot;b&quot; value=&quot;Search&quot;&gt;<br />            &lt;/label&gt;<br />			&lt;/form&gt;<br /><br /><br />--------------------------<br />Multisearch.php code<br />--------------------------<br /><br /><br />&lt;?php echo &quot;&lt;?xml version='1.0'?&gt;\n&quot;; ?&gt;<br />&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br /> &lt;head&gt;<br />  &lt;title&gt;&lt;/title&gt;<br />  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html;charset=UTF-8&quot; /&gt;<br />  &lt;style type=&quot;text/css&quot;&gt;<br />    body  { font-family: arial; font-size: 12px; }<br />  &lt;/style&gt;<br /> &lt;/head&gt;<br />&lt;body&gt;<br /><br /><br />  &lt;!-- STEP1: Load Record List (Paste this above other steps) --&gt;<br />    &lt;?php<br />      require_once &quot;WITHELD/lib/viewer_functions.php&quot;;<br />      $searchOptions = array();<br />      $searchOptions['keywords'] = @$FORM['q'];<br />      $searchOptions['perPage']  = &quot;10&quot;;<br />      $searchOptions['debugSql'] = &quot;0&quot;;<br /><br />      $searchTables = array();<br />      $searchTables['electrical_inst'] = array(<br />        'viewerUrl'       =&gt; 'multiSearch.php',<br />        'titleField'      =&gt; 'title',<br />        'summaryField'    =&gt; 'content',<br />        'searchFields'    =&gt;  array('title','content'),<br />      );<br /><br />      $searchTables['news'] = array(<br />        'viewerUrl'       =&gt; 'multiSearch.php',<br />        'titleField'      =&gt; 'title',<br />        'summaryField'    =&gt; 'summary',<br />        'searchFields'    =&gt;  array('title','summary','content'),<br />      );<br /><br />      list($searchRows, $searchDetails) = searchMultipleTables($searchTables, $searchOptions);<br />    ?&gt;<br />  &lt;!-- /STEP1: Load Record List --&gt;<br /><br />    &lt;h1&gt;Search Viewer&lt;/h1&gt;<br /><br />&lt;form method=&quot;GET&quot; action=&quot;&lt;?php echo $_SERVER['PHP_SELF']; ?&gt;&quot; &gt;<br />&lt;input type=&quot;text&quot; name=&quot;q&quot; value=&quot;&lt;?php echo htmlspecialchars(@$FORM['q']); ?&gt;&quot; size=&quot;50&quot;&gt;<br />&lt;input type=&quot;submit&quot; name=&quot;&quot; value=&quot;Search&quot;&gt;&lt;br/&gt;&lt;br/&gt;<br /><br />&lt;table border=0 cellpadding=2 cellspacing=0 width=100%&gt;<br /> &lt;tr&gt;<br />  &lt;td bgcolor=&quot;#EEEEEE&quot;&gt;&lt;font size=2 class=&quot;maintext&quot;&gt;Search results for &lt;b&gt;&lt;?php echo htmlspecialchars(@$FORM['q']); ?&gt;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<br />  &lt;td bgcolor=&quot;#EEEEEE&quot; align=&quot;right&quot;&gt;&lt;font size=2 class=&quot;maintext&quot;&gt;Results<br />    &lt;b&gt;&lt;?php echo htmlspecialchars(@$searchDetails['pageResultsStart']); ?&gt;&lt;/b&gt; to<br />    &lt;b&gt;&lt;?php echo htmlspecialchars(@$searchDetails['pageResultsEnd']); ?&gt;&lt;/b&gt; of<br />    &lt;b&gt;&lt;?php echo htmlspecialchars(@$searchDetails['totalRecords']); ?&gt;&lt;/b&gt;.&lt;/font&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br />&lt;/table&gt;&lt;br/&gt;<br /><br />&lt;!-- show errors --&gt;<br />    &lt;?php if ($searchDetails['invalidPageNum']): ?&gt;<br />      Results page '&lt;?php echo $searchDetails['page']?&gt;' not found, &lt;a href=&quot;&lt;?php echo $searchDetails['firstPageLink'] ?&gt;&quot;&gt;start over &amp;gt;&amp;gt;&lt;/a&gt;.&lt;br/&gt;<br />    &lt;?php elseif ($searchOptions['keywords'] &amp;&amp; $searchDetails['noRecordsFound']): ?&gt;<br />      No records matched search query!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php elseif ($searchOptions['keywords'] == &quot;&quot;): ?&gt;<br />      Enter a keyword to search.&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br /><br />&lt;!-- STEP2: Display Record List --&gt;<br />  &lt;?php foreach ($searchRows as $record): ?&gt;<br />     &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;?php echo $record['_title'] ?&gt;&lt;/a&gt;&lt;br/&gt;<br />     &lt;?php if ($record['_summary']): ?&gt;<br />       &lt;?php echo $record['_summary'] ?&gt;&lt;br/&gt;<br />      &lt;?php else: ?&gt;<br />        No description available for page.&lt;br/&gt;<br />      &lt;?php endif ?&gt;<br />     &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot; style=&quot;color: #008000&quot;&gt;&lt;?php echo $record['_link'] ?&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;<br />  &lt;?php endforeach ?&gt;<br />  &lt;!-- /STEP2: Display Record List --&gt;<br /><br /><br /><br /><br />  &lt;!-- STEP3: Display Page Links (Paste anywhere below &quot;Load Record List&quot;) --&gt;<br />    &lt;?php if ($searchDetails['prevPage']): ?&gt;<br />      &lt;a href=&quot;&lt;?php echo $searchDetails['prevPageLink'] ?&gt;&quot;&gt;&amp;lt;&amp;lt; prev&lt;/a&gt;<br />    &lt;?php else: ?&gt;<br />      &amp;lt;&amp;lt; prev<br />    &lt;?php endif ?&gt;<br /><br />    - page &lt;?php echo $searchDetails['page'] ?&gt; of &lt;?php echo $searchDetails['totalPages'] ?&gt; -<br /><br />    &lt;?php if ($searchDetails['nextPage']): ?&gt;<br />      &lt;a href=&quot;&lt;?php echo $searchDetails['nextPageLink'] ?&gt;&quot;&gt;next &amp;gt;&amp;gt;&lt;/a&gt;<br />    &lt;?php else: ?&gt;<br />      next &amp;gt;&amp;gt;<br />    &lt;?php endif ?&gt;<br />  &lt;!-- /STEP3: Display Page Links --&gt;<br /><br />&lt;/form&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;<br /><br />-----------------------------------------------------<br />As u can see I havent changed much in the original code...<br />]]></description>
          <pubDate>Fri, 03 Jun 2011 08:05:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211603#post2211603</guid>
        </item>
                <item>
          <title>Multisearch.php results links</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211581#post2211581</link>
          <description><![CDATA[Hi,<br />Helping a friend out in adding search to his CMSB website.<br />I have managed to get the multisearch to display results,<br />but the links in the results are just looping back to multisearch.php<br /><br />I used the standard code, only modified the tables n fieldnames.<br /><br />Any help is greatly  appreciated.<br /><br />ps: CMSB 1.26<br />the actual webdesigner has disappeared (after charging a bomb) so m trying to figure this out for my friend.<br /><br />Thanx in advance.<br />]]></description>
          <pubDate>Thu, 02 Jun 2011 10:36:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211581#post2211581</guid>
        </item>
              </channel>
    </rss>
  