[FX.php List] Re: FX.php_List Digest, Vol 53, Issue 14

Sam Laundon sam at smilepix.com
Fri Dec 12 13:03:55 MST 2008


Thank you all for trying to help me with this issue. I have changed  
my mind because of the problems involved and have decided to  
reference the jpg files instead of having them in a container.  
Eliminating the container also drastically reduces the file size of  
the database (10,000 records) and because I am not going to host it  
myself anymore, that will make a big difference.

Exporting FileMaker containers as jpg files has brought up a host of  
other issues which I am close to solving and would be happy to pass  
on the information if anyone is interested.

Thanks again - Sam

On Dec 12, 2008, at 1:13 PM, fx.php_list-request at mail.iviking.org wrote:

> Send FX.php_List mailing list submissions to
> 	fx.php_list at mail.iviking.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://www.iviking.org/mailman/listinfo/fx.php_list
> or, via email, send a message with subject or body 'help' to
> 	fx.php_list-request at mail.iviking.org
>
> You can reach the person managing the list at
> 	fx.php_list-owner at mail.iviking.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of FX.php_List digest..."
>
>
> Today's Topics:
>
>    1. Re: Problem displaying image in Container (david weiner)
>    2. Re: Problem displaying image in Container
>       (Gjermund Gusland Thorsen)
>    3. Trouble with mails in fx.php (Baard Belsaas)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 11 Dec 2008 12:05:29 -0800
> From: "david weiner" <1265 at lucerneblvd.org>
> Subject: Re: [FX.php List] Problem displaying image in Container
> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
> Message-ID:
> 	<2106c8ec0812111205p579a9558q90d47170f45eb5f1 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> For what it's worth when I had a problem earlier this year I got in  
> touch
> with Chris Hansen and he had me replace the image_proxy file with a  
> new
> version he had worked on.
>
> Have you tried updating all the FX files to the most recent release?
>
> - David
>
> On Thu, Dec 11, 2008 at 12:02 AM, Gjermund Gusland Thorsen  
> <ggt667 at gmail.com
>> wrote:
>
>> Well bringing out content from container fields...
>> brings out the same bottle necks as IWP would do.
>>
>> ggt
>>
>> 2008/12/11 Tim 'Webko' Booth <tim at nicheit.com.au>:
>>>
>>>
>>> On Dec 10, 2008, at 1:57 PM, Sam Laundon wrote:
>>>
>>> My apologies if this has been posted twice.
>>>
>>> I had the problem solved years ago when hosting the FileMaker on  
>>> my own
>>> computer, but not it has reared it's ugly head again.
>>> The following has worked for years:
>>> $Thumb
>>>
>> ="../FX/image_proxy.php?FXimage=".vignereEncryptURL($resultData 
>> ['thumbnail'][0]);
>>> and in the body:
>>> <img src="<?php echo $Thumb?>">
>>> Now I want to have a remote host of FileMaker. The above code  
>>> works fine
>>> when the php files are hosted on the same server as the FileMaker
>> Database.
>>> The thumbnail displays.
>>> In this new solution the FileMaker Server is at one IP address  
>>> and the
>> php
>>> web pages are at another IP address. In this configuration I can  
>>> access
>> all
>>> the fields in a record fine except for the container field which  
>>> shows
>> the
>>> broken icon.
>>> Is what I am trying to do possible? Does something need to be  
>>> changed in
>> the
>>> image_proxy.php file?
>>>
>>> This should work - http://office.nicheit.com.au/acph/detail.php? 
>>> id=01does
>>> exactly what you describe - the actual FM db is on a completely  
>>> different
>>> machine...
>>> Oddly, this is about the third one of these issues I've heard  
>>> about this
>>> week, but I can't make it happen myself
>>> And my exact code to make the page above work:
>>> <?php
>>>
>> $photo1="include/FX/image_proxy.php?FXimage=".vignereEncryptURL 
>> ($thememorialData['ImageFile1'][0]);
>> ?>
>>> <p class="imageright"><img src="<?php echo $photo1; ?>" width="350"
>>> align="right" />
>>> _______________________________________________
>>> FX.php_List mailing list
>>> FX.php_List at mail.iviking.org
>>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>>
>>>
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/ 
> 20081211/24aef780/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Thu, 11 Dec 2008 23:51:26 +0100
> From: "Gjermund Gusland Thorsen" <ggt667 at gmail.com>
> Subject: Re: [FX.php List] Problem displaying image in Container
> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
> Message-ID:
> 	<e6ecb7940812111451n3a647ffbge849b43938709910 at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> I am not sure if that file is in the release.
>
> ggt
>
> 2008/12/11 david weiner <1265 at lucerneblvd.org>:
>> For what it's worth when I had a problem earlier this year I got  
>> in touch
>> with Chris Hansen and he had me replace the image_proxy file with  
>> a new
>> version he had worked on.
>>
>> Have you tried updating all the FX files to the most recent release?
>>
>> - David
>>
>> On Thu, Dec 11, 2008 at 12:02 AM, Gjermund Gusland Thorsen
>> <ggt667 at gmail.com> wrote:
>>>
>>> Well bringing out content from container fields...
>>> brings out the same bottle necks as IWP would do.
>>>
>>> ggt
>>>
>>> 2008/12/11 Tim 'Webko' Booth <tim at nicheit.com.au>:
>>>>
>>>>
>>>> On Dec 10, 2008, at 1:57 PM, Sam Laundon wrote:
>>>>
>>>> My apologies if this has been posted twice.
>>>>
>>>> I had the problem solved years ago when hosting the FileMaker on  
>>>> my own
>>>> computer, but not it has reared it's ugly head again.
>>>> The following has worked for years:
>>>> $Thumb
>>>>
>>>> ="../FX/image_proxy.php?FXimage=".vignereEncryptURL($resultData 
>>>> ['thumbnail'][0]);
>>>> and in the body:
>>>> <img src="<?php echo $Thumb?>">
>>>> Now I want to have a remote host of FileMaker. The above code  
>>>> works fine
>>>> when the php files are hosted on the same server as the FileMaker
>>>> Database.
>>>> The thumbnail displays.
>>>> In this new solution the FileMaker Server is at one IP address  
>>>> and the
>>>> php
>>>> web pages are at another IP address. In this configuration I can  
>>>> access
>>>> all
>>>> the fields in a record fine except for the container field which  
>>>> shows
>>>> the
>>>> broken icon.
>>>> Is what I am trying to do possible? Does something need to be  
>>>> changed in
>>>> the
>>>> image_proxy.php file?
>>>>
>>>> This should work - http://office.nicheit.com.au/acph/detail.php? 
>>>> id=01
>>>> does
>>>> exactly what you describe - the actual FM db is on a completely
>>>> different
>>>> machine...
>>>> Oddly, this is about the third one of these issues I've heard  
>>>> about this
>>>> week, but I can't make it happen myself
>>>> And my exact code to make the page above work:
>>>> <?php
>>>>
>>>> $photo1="include/FX/image_proxy.php?FXimage=".vignereEncryptURL 
>>>> ($thememorialData['ImageFile1'][0]);
>>>> ?>
>>>> <p class="imageright"><img src="<?php echo $photo1; ?>" width="350"
>>>> align="right" />
>>>> _______________________________________________
>>>> FX.php_List mailing list
>>>> FX.php_List at mail.iviking.org
>>>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>>>
>>>>
>>> _______________________________________________
>>> FX.php_List mailing list
>>> FX.php_List at mail.iviking.org
>>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>
>>
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>
>>
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 12 Dec 2008 14:04:59 +0100
> From: Baard Belsaas <fmweb at belsaas.no>
> Subject: [FX.php List] Trouble with mails in fx.php
> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
> Message-ID: <C568200B.28AEE%fmweb at belsaas.no>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hallo
>
> I have made a site in fx.php, but I get trouble to send email whwn  
> I create
> a new post in Filemaker. The Norwegian letters æ/Æ-ø/Ø and å/Å will  
> not
> print the right way, like in the mail under where å= Ã¥.
>
> Do You have some ide how to resolve this? The aktual php-site is  
> attached.
>
>
> YS
> Baard Belsaas
> Norway
>
> ------ Forwarded Message
> From: IGM <ellen at igm.no>
> Reply-To: IGM <ellen at igm.no>
> Date: Tue,  9 Dec 2008 00:05:36 +0100 (CET)
> To: <bb at fmhosting.no>
> Subject: IGM har mottatt en påmelding
>
> IGM har registrert en kurspåmelding med nr 619. Kursplassen din  
> vil bli
> bekreftet innen 1-3 dager på epost.
>
>
> ------ End of Forwarded Message
>
> ------ End of Forwarded Message
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: paamelding.php
> Type: application/octet-stream
> Size: 19497 bytes
> Desc: not available
> Url : http://mail.iviking.org/pipermail/fx.php_list/attachments/ 
> 20081212/904a1b58/paamelding.obj
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: paamelding2.php
> Type: application/octet-stream
> Size: 22400 bytes
> Desc: not available
> Url : http://mail.iviking.org/pipermail/fx.php_list/attachments/ 
> 20081212/904a1b58/paamelding2.obj
>
> ------------------------------
>
> _______________________________________________
> FX.php_List
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>
> End of FX.php_List Digest, Vol 53, Issue 14
> *******************************************

----------
Sam Laundon
SmilePix
"Picturing the Perfect Smile"
http://www.smilepix.com
866-532-1843



More information about the FX.php_List mailing list