User Tag List

Results 1 to 4 of 4

Thread: INI Object Help

  1. #1
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jan 2011
    Posts
    42
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    INI Object Help

    I am creating an application where a user can create an account using a client application. It will connect through lacewing to my server, that has an ini file with all of the user info in it. How can I make sure that when the user creates their account that there isn't a user with the same username (saved as a group name)? I also have "Enable Condition 'On Message To Server'" set to Passive.

    Thanks,
    Jack

  2. #2
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: INI Object Help

    Jack...should you not be using PHP for accounts and etc?

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jan 2011
    Posts
    42
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: INI Object Help

    Well, I do not know PHP, nor how to use a mysql server. Every time I try the tutorial it never works for me (I always do something wrong). Ever since then, I have used my own way to store users in ini files on a server that I create through lacewing. Is there a way to search the ini file to see if a user has already been created? Thanks.

  4. #4
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: INI Object Help

    Yes,but only if you use the INI++ object by Jax, the regular INI object cannot do this or anything similar. If you still want to use the regular INI object, you would have to have a special Users group where it had the number of users, and for each user had their name:
    [Users]
    Users=5
    User0=Nivram
    User1=MrXkill
    User2=Jax
    User3=LB
    User4=Jeff
    Working as fast as I can on Fusion 3

Posting Permissions

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