<?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%3Ak4tlove</link>
        <description></description>
        <pubDate>Tue, 09 Jun 2026 16:38:13 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Ak4tlove&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [chris] Database</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200456#post2200456</link>
          <description><![CDATA[Thanks for the response.  By database I mean a way to recieve the data in a format that can be easily imported into an access database or mysql database or sql.<br />]]></description>
          <pubDate>Mon, 30 Nov 2009 19:54:07 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200456#post2200456</guid>
        </item>
                <item>
          <title>Database</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200445#post2200445</link>
          <description><![CDATA[Questions concerning CMS Builder: <br /><br />1. If you create a php application form, such as an insurance application.  When a client fills out the form is there an automatic way to have that data delivered in a database format?   If not, I assume the data can be automatically delivered via e-mail? My client would like to be able to get it in some database format. <br /><br />2.  If I develope a contact form can the database be set up to automatically send me an e-mail with the answers to the questions in the form with a &quot;Thank You&quot; respoinse going back to the sender?   <br /><br />Thanks, Tom<br />]]></description>
          <pubDate>Mon, 30 Nov 2009 16:34:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200445#post2200445</guid>
        </item>
                <item>
          <title>Re: [chris] Gallery</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200441#post2200441</link>
          <description><![CDATA[[cool] That worked great.  Now if I have 2 columns how would I get the larger image to open on the same page in a frame next to the 2 columns as oppose to it opening in a new window.  Right now when you click on the thumbnail to view it larger it opens in a new window.  I would like it to open on the same page in a frame next to the thumbnails and when you mouse over the thumbnail that picture appears in the frame.<br />]]></description>
          <pubDate>Mon, 30 Nov 2009 16:22:25 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200441#post2200441</guid>
        </item>
                <item>
          <title>Gallery</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200419#post2200419</link>
          <description><![CDATA[I fixed the check box issue by doing the following:  <br /><br />&lt;?php echo $listingsRecord['garage'] ? &quot;Yes&quot; : &quot;No&quot;; ?&gt; <br /><br />Concerning the images(gallery),  they all appear in a verticle column which makes the page very long and when you click on the image it opens up in another window. <br /><br />I would like the images to appear as on this webpage:  <a target="_blank" href="http://www.resiwealth.com/">http://www.resiwealth.com/</a>  (click on buying, then NSW, then one of the properties and you will see the large image above the thumbnails.  When you mouseover the image it shows that image in the large window.  Not sure if this is a 3rd party viewer or ?<br />]]></description>
          <pubDate>Sat, 28 Nov 2009 17:50:49 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200419#post2200419</guid>
        </item>
                <item>
          <title>Re: [Luke] Google maps</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200410#post2200410</link>
          <description><![CDATA[Here is the full source code: <br /><br />Other things that are wrong:  (1.) on my check boxes it shows &quot;0&quot; instead of &quot;NO&quot; and &quot;1&quot; instead of &quot;Yes&quot;.  (2.)  I want my image thumbnails to show up in 2 rows horizontal with the larger image above the thumnails. <br /><br />&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />  <br />  require_once &quot;D:/Hosting/5228253/html/cmsadmin/lib/viewer_functions.php&quot;; <br /><br />  list($listingsRecords, $listingsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'listings',<br /> 'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $listingsRecord = @$listingsRecords[0]; // get first record <br /><br />  // show error message if no matching record is found<br />  if (!$listingsRecord) {<br />    print &quot;Record not found!&quot;;<br />    exit;<br />  } <br /><br />?&gt;<br />&lt;?php include &quot;include_header.php&quot;; ?&gt; <br /><br /><br />&lt;div class=&quot;subheader&quot;&gt;View Listings : &lt;?php echo $listingsRecord['address'] ?&gt;, &lt;?php echo $listingsRecord['city'] ?&gt;, &lt;?php echo $listingsRecord['state'] ?&gt; &lt;?php echo $listingsRecord['zipcode'] ?&gt;&lt;/div&gt;&lt;br/&gt; <br /><br />&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; width=&quot;590&quot;&gt;<br /> &lt;tr&gt;<br />  &lt;td rowspan=&quot;20&quot; valign=&quot;top&quot; align=&quot;center&quot; width=&quot;165&quot;&gt; <br /><br />LISTING PHOTOS&lt;br/&gt;<br />&lt;b&gt;Click photo to enlarge&lt;/b&gt;&lt;br/&gt;&lt;br/&gt; <br /><br />    &lt;?php foreach ($listingsRecord['uploads'] as $upload): ?&gt;<br />      &lt;?php if ($upload['hasThumbnail']): ?&gt;<br />        &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot;&gt;&lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; border=&quot;1&quot; alt=&quot;Photo&quot; /&gt;&lt;/a&gt;&lt;br/&gt;<br />        &lt;?php echo $upload['info1'] ?&gt;&lt;br/&gt;<br />      &lt;?php endif ?&gt;<br />    &lt;?php endforeach ?&gt; <br /><br />    &lt;?php if (!$listingsRecord['uploads']):  ?&gt;<br />      &lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;150&quot; height=&quot;100&quot;&gt;<br />       &lt;tr&gt;&lt;td bgcolor=&quot;#EEEEEE&quot; align=&quot;center&quot;&gt;&lt;b&gt;Photo&lt;br/&gt;Not&lt;br/&gt;Available&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;<br />      &lt;/table&gt;<br />    &lt;?php endif; ?&gt; <br /><br /><br />  &lt;/td&gt;<br />  &lt;td valign=&quot;top&quot;&gt;&lt;br/&gt;<br />    &lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; <br /><br />&lt;p&gt;&lt;img src=&quot;images/tophousebanner2.jpg&quot; width=&quot;754&quot; height=&quot;40&quot; /&gt;&lt;/p&gt;<br />&lt;table border=&quot;0&quot; cellspacing=&quot;2&quot; cellpadding=&quot;0&quot; width=&quot;100%&quot;&gt;<br />  &lt;tr&gt;<br />    &lt;td width=&quot;25%&quot;&gt;Type:&amp;nbsp;&lt;/td&gt;<br />    &lt;td width=&quot;25%&quot;&gt;&lt;?php echo $listingsRecord['property_type'] ?&gt;&amp;nbsp;&lt;/td&gt;<br />    &lt;td width=&quot;30%&quot;&gt;Monthly Rent:&lt;/td&gt;<br />    &lt;td width=&quot;20%&quot;&gt;&lt;b&gt;$&lt;?php echo $listingsRecord['rent'] ?&gt;&lt;/b&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br />  &lt;tr&gt;<br />    &lt;td&gt;Bedrooms:&lt;/td&gt;<br />    &lt;td&gt;&lt;?php echo $listingsRecord['bedrooms'] ?&gt;&lt;/td&gt;<br />    &lt;td&gt;Deposit:&lt;/td&gt;<br />    &lt;td&gt;$&lt;?php echo $listingsRecord['deposit'] ?&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br />  &lt;tr&gt;<br />    &lt;td&gt;Bathrooms:&amp;nbsp;&lt;/td&gt;<br />    &lt;td&gt;&lt;?php echo $listingsRecord['bedrooms'] ?&gt;&lt;/td&gt;<br />    &lt;td&gt;Available:&lt;/td&gt;<br />    &lt;td&gt;&lt;?php echo $listingsRecord['available'] ?&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br />  &lt;tr&gt;<br />    &lt;td&gt;Stories:&amp;nbsp;&lt;/td&gt;<br />    &lt;td&gt;&lt;?php echo $listingsRecord['stories'] ?&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br />  &lt;tr&gt;<br />    &lt;td&gt;Square Feet:&amp;nbsp;&lt;/td&gt;<br />    &lt;td&gt;&lt;?php echo $listingsRecord['area'] ?&gt;&lt;br/&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br />  &lt;tr&gt;<br />    &lt;td&gt;Garage:&lt;/td&gt;<br />    &lt;td&gt;&lt;?php echo $listingsRecord['garage'] ?&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br />  &lt;tr&gt;<br />    &lt;td&gt;Carport:&lt;/td&gt;<br />    &lt;td&gt;&lt;?php echo $listingsRecord['carport'] ?&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br />  &lt;tr&gt;<br />    &lt;td&gt;Fireplace:&amp;nbsp;&lt;/td&gt;<br />    &lt;td&gt;&lt;?php echo $listingsRecord['fireplace'] ?&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br />  &lt;tr&gt;<br />    &lt;td valign=&quot;top&quot;&gt;Appliances:&amp;nbsp;&lt;/td&gt;<br />    &lt;td colspan=&quot;3&quot;&gt;&lt;?php echo $listingsRecord['appliances'] ?&gt;<br />      &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br />&lt;/table&gt;<br />&lt;table width=&quot;419&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;2&quot;&gt;<br />  &lt;tr&gt;<br />    &lt;td valign=&quot;top&quot;&gt;Description: &lt;/td&gt;<br />    &lt;td&gt;&lt;?php echo $listingsRecord['description'] ?&gt;<br />      &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br />  &lt;tr&gt;<br />    &lt;td&gt;View Map:&amp;nbsp;&lt;/td&gt;<br />    &lt;td&gt;&lt;a href=&quot;<a target="_blank" href="http://maps.google.com/maps?f=q&amp;h1=en&amp;geocode=&amp;q=&lt;?php">http://maps.google.com/maps?f=q&amp;h1=en&amp;geocode=&amp;q=&lt;?php</a> echo urlencode($listingsRecord['address']) ?&gt;,&lt;?php echo urlencode($listingsRecord['city']) ?&gt;,&lt;?php echo urlencode($listingsRecord['state']) ?&gt;&quot; target=&quot;_blank&quot;&gt;Click Here to view map of area&lt;/a&gt;<br />    &lt;/td&gt;<br />  &lt;/tr&gt;<br />&lt;/table&gt;<br />&lt;br /&gt;<br />&lt;?php include &quot;include_footer.php&quot;; ?&gt;<br />]]></description>
          <pubDate>Thu, 26 Nov 2009 23:02:58 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200410#post2200410</guid>
        </item>
                <item>
          <title>Re: [Luke] Google maps</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200409#post2200409</link>
          <description><![CDATA[   <br /><br />I removed the following line and Google maps works, but when I search for the properties I always get the same location. <br /><br />'where' =&gt; whereRecordNumberInUrl(1), <br /> <br /><br />So I put the above code back in and now both Google Maps and the search for properties works.  Not sure how I made that happen. <br /><br />Thanks,<br />]]></description>
          <pubDate>Thu, 26 Nov 2009 21:25:58 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200409#post2200409</guid>
        </item>
                <item>
          <title>Google maps</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200407#post2200407</link>
          <description><![CDATA[Code in my listing detail.php: <br /><br />&lt;a href=&quot;<a target="_blank" href="http://maps.google.com/maps?q=&lt;?php">http://maps.google.com/maps?q=&lt;?php</a> echo urlencode($listings['address']) ?&gt;,&lt;?php echo urlencode($listings['city']) ?&gt;,&lt;?php echo urlencode($listings['state']) ?&gt;&quot; target=&quot;_blank&quot;&gt;Click Here to view map of area&lt;/a&gt;<br /> <br /><br />Error I recieve: <br /><br /><span style="color: #cc0000"> [/#cc0000][url &quot;http://maps.google.com/maps?q=Notice:+Undefined+variable:+listings+record+in+D:%5CHosting%5C5228253%5Chtml%5Clistingdetail.php+on+line+104,Notice:+Undefined+variable:+listingsrecord+in+D:%5CHosting%5C5228253%5Chtml%5Clistingdetail.php+on+line+104,Notice:+Undefined+variable:+listingsrecord+in+D:%5CHosting%5C5228253%5Chtml%5Clistingdetail.php+on+line+104&amp;ie=UTF8&amp;hl=en&amp;oi=localspell&amp;ct=clnk&amp;cd=1&quot;]<span style="color: #0000cc">Notice: Undefined variable: <b><i>listings record</i></b> in D:\Hosting\5228253\html\listingdetail.php on line 104,Notice: Undefined variable: listingsrecord in D:\Hosting\5228253\html\listingdetail.php on line 104,Notice: Undefined variable: listingsrecord in D:\Hosting\5228253\html\listingdetail.php on line 104[/#0000cc][/url]  <br /><br />When I do a search the addres, city and state show up fine in the lisiting.php and listingsdetail.php.<br />]]></description>
          <pubDate>Wed, 25 Nov 2009 21:26:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200407#post2200407</guid>
        </item>
                <item>
          <title>Re: [Dave] CMS install</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200196#post2200196</link>
          <description><![CDATA[Thanks much for the fast reply,  I'm impressed!! <br /><br />I am going to change the way my deluxe hosting account is set up and put this realestate website at the top and give it a test domain name for right now.  Then when I am ready to roll it out I can just change the domain name.  That should work, right?<br />]]></description>
          <pubDate>Wed, 11 Nov 2009 18:27:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200196#post2200196</guid>
        </item>
                <item>
          <title>CMS install</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200178#post2200178</link>
          <description><![CDATA[I recently purchased Instant Realty and am now wanting to add it to my site.  I use GoDaddy for hosting on a deluxe hosting site and I have 3 domains on that site. <br /><br />1. First off I have set up a folder for my new real estate domain however I have not set up the domain name for that folder as yet because I want to get everything upladed and working first as this Real Estate site is currently live on another hosting account.  Is that a problem?  If it is I will give it another domain name I am currently not using and then change the domain name to the Real Estate domain name when I go live, (I expect that will not create any problems with my database)? <br /><br />2. I created the folder /cmsAdmin in the rootfolder of what is going to be my Real Estate account which is located below the root folder for another domain, is that a problem? <br /><br />3. Do I have to go through the GoDaddy Hosting control and set up a mysql database? <br /><br />4.  When I log on to mysite.com/new realtywebsite/cmsAdmin/adminphp I get the following: <br /><br />Warning: scandir(D:/Hosting/4901116/html/Realtywebsite/cmsAdmin/data): failed to open dir: No such file or directory in D:\Hosting\4901116\html\Realtywebsite\cmsAdmin\lib\common.php on line 664 Warning: scandir(): (errno 2): No such file or directory in D:\Hosting\4901116\html\Realtywebsite\cmsAdmin\lib\common.php on line 664 Warning: Invalid argument supplied for foreach() in D:\Hosting\4901116\html\Realtywebsite\cmsAdmin\lib\common.php on line 664 Warning: scandir(D:/Hosting/4901116/html/Realtywebsite/cmsAdmin/data/schema): failed to open dir: No such file or directory in D:\Hosting\4901116\html\Realtywebsite\cmsAdmin\lib\common.php on line 664 Warning: scandir(): (errno 2): No such file or directory in D:\Hosting\4901116\html\Realtywebsite\cmsAdmin\lib\common.php on line 664 Warning: Invalid argument supplied for foreach() in D:\Hosting\4901116\html\Realtywebsite\cmsAdmin\lib\common.php on line 664 Warning: scandir(D:/Hosting/4901116/html/Realtywebsite/cmsAdmin/data/schemaPresets): failed to open dir: No such file or directory in D:\Hosting\4901116\html\Realtywebsite\cmsAdmin\lib\common.php on line 664 Warning: scandir(): (errno 2): No such file or directory in D:\Hosting\4901116\html\Realtywebsite\cmsAdmin\lib\common.php on line 664 Warning: Invalid argument supplied for foreach() in D:\Hosting\4901116\html\Realtywebsite\cmsAdmin\lib\common.php on line 664 Error: Couldn't find ini file 'D:/Hosting/4901116/html/Realtywebsite/cmsAdmin/data/settings.dat.php'<br />]]></description>
          <pubDate>Wed, 11 Nov 2009 16:59:00 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200178#post2200178</guid>
        </item>
              </channel>
    </rss>
  