User Tag List

Page 3 of 3 FirstFirst 1 2 3
Results 21 to 22 of 22

Thread: Ini files in a webserver

  1. #21
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Ini files in a webserver

    Uhm, one thing I don't understand -- can you re-use an old server and give it new tables? That's what I'm doing. I share some SQL servers that have different functions (eg "updaters" holds both updater tables and log-in tables)

  2. #22
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Christian_Wheel's Avatar
    Join Date
    Mar 2010
    Location
    Los Angeles
    Posts
    371
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Ini files in a webserver

    Quote Originally Posted by Ausomeman
    I was going to have them type in their username and password, and have the PHP file check the Data.txt on my server to see if they match.
    You REALLY should use a MySQL database for this.

    Text files technically "work," but if you have multiple users accessing the server simultaneously, you could run into file locking issues (someone changes their password at the exact same time someone else logs in, etc), which could corrupt your file, or at the very least, error out.

    Also, you don't want anyone to just point a web browser at your data.txt file, then your entire password list is exposed.

Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. local webserver
    By tompa in forum HTML5 Export Module 2.5
    Replies: 2
    Last Post: 20th December 2013, 07:57 PM
  2. Lacewing Webserver question
    By Pharanygitis in forum Lacewing
    Replies: 1
    Last Post: 17th July 2012, 01:12 AM
  3. Lasewing Webserver Question - Returning a Web Page
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 17
    Last Post: 17th March 2012, 05:08 PM
  4. Replies: 3
    Last Post: 17th June 2011, 12:07 PM
  5. Webserver Example
    By James in forum Lacewing
    Replies: 12
    Last Post: 23rd September 2010, 11:41 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
  •