Announcement

Collapse
No announcement yet.

Support for SMS and MMS

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

    Support for SMS and MMS



    Anyone know of any modules that integrate Miva with text-messaging or
    picture-messaging services?




    #2
    OT: JavaScript - log visitors



    --------------040903020600080809040406
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed
    Content-Transfer-Encoding: 7bit


    I am working with an ad placement company where I track click thrus to
    us by using a cookie to identify the visitor. I implemented this using
    JavaScript. I would like to write this info to a log file so I have a
    record of all referred visitors to match against the ad company's.
    However, It appears JavaScript can't write to a file on our server.
    Does anyone have a suggestion or will I have to recode the cookie
    routines in another script?

    Any ideas appreciated.

    Thanks,
    David



    --------------040903020600080809040406
    Content-Type: text/plain; charset=us-ascii


    Comment


      #3
      Support for SMS and MMS



      --------------080403020404060300060007
      Content-Type: text/plain; charset=us-ascii; format=flowed
      Content-Transfer-Encoding: 7bit

      In what fashion? To get orders?

      Scott
      SEBENZA.COM
      Miva Development

      Web: <A HREF ="http://www.sebenza.com">http://www.sebenza.com</A>
      <A HREF ="http://www.mvcool.com/SS - miva modules">http://www.mvcool.com/SS - miva modules</A>



      John T. Shay wrote:

      > Anyone know of any modules that integrate Miva with text-messaging or
      > picture-messaging services?
      >
      >
      >

      Comment


        #4
        Support for SMS and MMS



        SMS/MMS are not Internet protocols. To send SMS/MMS to cell phones you need
        to have access to an internet/cell gateway. That's usually pay-service,
        where you pay for the transferred data volume. The gateways may accept
        emailed, uploaded, or posted data. To some phones or cell phone networks you
        can send messages in email directly - the operator may provide a free
        gateway on their network. Another possibility is using web access that
        practically all phones have today (either WAP/WML or standard HTTP/HTML)

        Once you have your gateway, it is no problem to find a module that is able
        to feed the gateway with the data in the needed format.

        For example if you plan selling ringtones, images or other data files for
        cell phones, you can use the MmATTACH module (for emailing of files in file
        attachments), MmXML (for posting to the gateway via HTTP), or MmPASS (for
        sending download link - either HTML or WML)

        <A HREF ="http://www.mivacentral.com/truxoft/?product=TRUXOFT-MMATTACH">http://www.mivacentral.com/truxoft/?product=TRUXOFT-MMATTACH</A>
        <A HREF ="http://www.mivacentral.com/truxoft/?product=TRUXOFT-MMXML ">http://www.mivacentral.com/truxoft/?...=TRUXOFT-MMXML </A>
        <A HREF ="http://www.mivacentral.com/truxoft/?product=TRUXOFT-MMPASS">http://www.mivacentral.com/truxoft/?product=TRUXOFT-MMPASS</A>

        Ivo Truxa

        | http://miva.truxoft.com
        | Advanced Miva Merchant modules




        -----Original Message-----
        From: John T. Shay

        Anyone know of any modules that integrate Miva with text-messaging or
        picture-messaging services?




        Comment


          #5
          OT: JavaScript - log visitors



          Hello David,

          This could be done in Mivascript. If you don't do Mivascript...let's
          chat.

          Scott
          [email protected]
          www.southbound.com


          Thursday, May 5, 2005, 5:17:22 PM, you wrote:


          DS> I am working with an ad placement company where I track click thrus to
          DS> us by using a cookie to identify the visitor. I implemented this using
          DS> JavaScript. I would like to write this info to a log file so I have a
          DS> record of all referred visitors to match against the ad company's.
          DS> However, It appears JavaScript can't write to a file on our server.
          DS> Does anyone have a suggestion or will I have to recode the cookie
          DS> routines in another script?

          DS> Any ideas appreciated.

          DS> Thanks,
          DS> David





          --
          Best regards,
          IDS mailto:[email protected]


          Comment

          Working...
          X