User Tag List

Results 1 to 3 of 3

Thread: How to safely read/write .ini file from server?

  1. #1
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ratty's Avatar
    Join Date
    Apr 2012
    Posts
    1,165
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)

    How to safely read/write .ini file from server?

    How can this be accomplished? I need a user's save file to be stored on my website/server space. It needs to be saved/loaded periodically in my program frames but not at all times.

    Is there a way to do this safely without it being hijacked? Can this be done quickly enough to not cause issues?

    I appreciate any help.

  2. #2
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)
    I think the safest method is to use the GET object and store the data in a mySQL via a PHP script on your server.
    You can also encrypt the data it using AES Fusion extension then decrypt it on your server for processing/saving.

  3. #3
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ratty's Avatar
    Join Date
    Apr 2012
    Posts
    1,165
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)

    How to safely read/write .ini file from server?

    Thanks for the response. I'll start looking into how to do this

Similar Threads

  1. Safest and most universal way to write/read registry key value ?
    By ratty in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 21st November 2013, 11:06 PM
  2. read/write an ini
    By arthurh in forum Android Export Module Version 2.0
    Replies: 9
    Last Post: 28th May 2013, 08:08 AM
  3. How to read/write to an HTM file from an applet
    By mobichan in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 18th November 2009, 11:41 PM
  4. Write and read 2 values at a time from array.
    By Popcorn in forum File Archive
    Replies: 0
    Last Post: 1st April 2008, 01:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •