Announcement

Collapse
No announcement yet.

Customer log-in

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Customer log-in



    (Miva 4.x OpenIU)
    Does anybody know how to put a link to the ACNT page within html code...
    without having the http://...?
    I would like to place a link in a header, which would sometimes be secure,
    sometimes not secure, and don't want to produce an error 'this page contains
    both secure & non-secure items'.

    Sorry to post to this group, but I am having technical difficulty w/ the
    older 4 users group.

    Thanks.
    Wendy

    ----- Original Message -----
    From: "Tim Traver" <[email protected]>
    To: "William Weiland" <[email protected]>
    Cc: <[email protected]>
    Sent: Thursday, May 05, 2005 11:01 AM
    Subject: Re: [m5u] MySQL question


    > Bill,
    >
    > This all depends on how you do load balancing, like David said...
    >
    > In our case, we load balance both the users htdocs directories as well as
    > the mivadata directories on Netapp NFS filers, so in this case, we
    > shouldn't have any of these issues, because any module configuration dbf's
    > will still reside in the mivadata directory as they have in the past, and
    > all machines responding will have access to those, as well as the modules
    > scripts.
    >
    > I think the best thing for the users with mysql is that the search
    > performance will be a thousand fold performance increase for
    > sure...(depending on the structure I suppose).
    >
    > Its kind of a bummer that the setup makes you choose between mysql and dbf
    > files, and once you choose, you're stuck with your store that way. Maybe
    > in the future, you will be able to move from one to the other...
    >
    > Tim.
    >
    >
    >
    >
    > William Weiland wrote:
    >
    >>It is but you are going to have some admin issues if you are doing load
    >>balancing across multiple servers. If your scripts are in one place and
    >>your data is in one place, I don't see any problems with any of the data
    >>access methods. And as David pointed out, there are probably some ways
    >>these issues can be resolved but the product has only been out for 4 days
    >>and very little discussion has been going on about things to consider.
    >>Also, hosts may jealously protect their techniques to gain an advantage,
    >>so each host might need to climb that slippery slope to find the best
    >>path. I hope that is not the case. I hope Miva Corp comes out and says
    >>here is "best practice" for doing the configuration and updating when:
    >>1) you use mysql - one server for data and one for scripts
    >>2) you use mysql - one server for data and multiple for scripts
    >>3) you use mivasql with only mivasql calls to data
    >>4) you use mivasql AND tradional dbf calls to data
    >>
    >>
    >
    >

    #2
    Customer log-in



    --Apple-Mail-10--438234029
    Content-Transfer-Encoding: 7bit
    Content-Type: text/plain;
    charset=US-ASCII;
    delsp=yes;
    format=flowed

    Wendy,

    <a href="%VAR(g.secure_sessionurl)%Screen=%IF(NOTLOGI N)%LOGN%ELSE%
    ACNTF%IFEND%">

    or you can use the newer %url_account% and %url_logout% tokens.

    Hope this helps...

    Dan

    On May 5, 2005, at 9:35 AM, Garden Plum wrote:

    > (Miva 4.x OpenIU)
    > Does anybody know how to put a link to the ACNT page within html
    > code...
    > without having the http://...?
    > I would like to place a link in a header, which would sometimes be
    > secure,
    > sometimes not secure, and don't want to produce an error 'this page
    > contains
    > both secure & non-secure items'.
    >
    > Sorry to post to this group, but I am having technical difficulty
    > w/ the
    > older 4 users group.
    >
    > Thanks.
    > Wendy


    --Apple-Mail-10--438234029--

    Comment


      #3
      Customer log-in



      --Apple-Mail-11--436169836
      Content-Transfer-Encoding: 7bit
      Content-Type: text/plain;
      charset=US-ASCII;
      delsp=yes;
      format=flowed

      I just noticed that I had an extra "F" in there by mistake. Take the
      "F" out on "ACNTF%". Other than that, should be good to go. Don't
      forget to put "%OUI%" at the top of all your code that uses OpenUI
      tokens.

      You can also get more creative by using %IF statements... this
      allows you to show your customer one thing if say they are not logged
      in and another thing if they are logged in. (like a welcome message)

      Dan

      On May 5, 2005, at 10:08 AM, Garden Plum wrote:

      > Ok, so before I go and try this live... if I put
      >
      > <a href="%VAR(g.secure_sessionurl)%Screen=%IF(NOTLOGI N)%LOGN%ELSE%
      > ACNTF%IFEND%">Click here to open an account</a>
      >
      > Is that the way this statement would work? Or is your statement
      > checking for a log-in status?
      > Thank you.
      > Wendy


      --Apple-Mail-11--436169836--

      Comment

      Working...
      X