Actually, the slash at the end of the link I sent in the first email fubard
the image links on the index page.
This should work.
http://brewha1.phenominet.com/store.php
As far as the magic quotes warning goes - they are turned off and verified
as such. The warning showed up inconsistently so I disabled it.
Still working on the cookies :)
Kevin
----- Original Message -----
From: Paul Ashton <[EMAIL PROTECTED]>
To: FreeTrade <[EMAIL PROTECTED]>
Sent: Thursday, December 14, 2000 11:48 PM
Subject: Re: [FreeTrade] ssl url and sid problems
Kevin,
Unfortunately you have a could of other probs, firstly none of your images
show up and secondly when I click on any links I get the magic quotes
warning.
Regards
Paul Ashton
----- Original Message -----
From: "Kevin Leavell" <[EMAIL PROTECTED]>
To: "FreeTrade" <[EMAIL PROTECTED]>
Sent: Friday, December 15, 2000 5:27 PM
Subject: Re: [FreeTrade] ssl url and sid problems
> When I implement the following in standard_library I get a new sid
generated
> and the invoice doesn't exist when I go to check out. Seems I shouldn't
get
> a new sid and I should have an invoice....
>
> The url is http://brewha1.phenominet.com/store.php/
>
> Is this a problem with the hosts config of ssl or am I missing a link
> somewhere?
>
> *******code********
> FIRST SECTION
> {
> $URL = "https://www.phenominet.com/bigskybrew";
> $URL .= EXTERNAL_PATH . SCRIPT_NAME . "?SCREEN=$screen";
> }
> else
> {
> $URL = "http://brewha1.phenominet.com";
> $URL .= EXTERNAL_PATH . SCRIPT_NAME . "?SCREEN=$screen";
> }
>
> SECOND SECTION
>
> if(USE_SSL AND $secure)
> {
> //$URL = "https://";
> $URL = "https://www.phenominet.com/bigskybrew";
> $URL .= EXTERNAL_PATH . SCRIPT_NAME;
> }
> else
> {
> //$URL = "http://";
> $URL = "http://brewha1.phenominet.com";
> $URL .= EXTERNAL_PATH . SCRIPT_NAME;
> }
> *******code********
>
> Thanks!
> ----- Original Message -----
> From: Ian Bicking <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Wednesday, December 13, 2000 12:20 PM
> Subject: Re: [FreeTrade] Formating customer email receipts
>
>
> Paul Chamberlain <[EMAIL PROTECTED]> wrote:
> > > Almost all reasonably new mail clients (i.e., clients that understand
> > > MIME) handle HTML just fine, as long as you format the MIME correctly.
> >
> > Did you mean new GUI mail clients? Somewhere, it became
> > common-place to assume that everyone uses GUIs for everything
>
> No. I myself do not use GUI clients. Clients that understand MIME
> can select the text version (if, of course, you include both a text
> and HTML version of the email). This includes pine, mutt, Mew (what I
> use)... last time I used it, elm did not support MIME. But it was a
> lame, unsupported mail client that has been dead for years, so I
> wouldn't feel that bad about making things look more ugly for them
> (though you could still read the email as long as the text version
> came first, so it would still be functional if not pretty for such a
> user).
>
> --
> Ian Bicking
> 4869 N. Talman Ave., Chicago, IL 60625
> (773) 275-7241
> [EMAIL PROTECTED] http://www.colorstudy.com/ianb
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Site: http://www.working-dogs.com/freetrade/
> Problems?: [EMAIL PROTECTED]
>
>
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Site: http://www.working-dogs.com/freetrade/
> Problems?: [EMAIL PROTECTED]
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]