User Tag List

Page 16 of 19 FirstFirst ... 6 14 15 16 17 18 ... LastLast
Results 151 to 160 of 189

Thread: Online Registration and Login with Lacewing

  1. #151
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    574
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    It really would be worth buying a book as Marv suggested or reading up on MySQL using google. You're not likely to learn too much about MySQL if you post every question here. As you're new to it all at the moment you don't know where to start. While we can tell you step by step what you need to do, it isn't the best way to learn.

    Anyway, think of tables like spread sheets (this is a very basic way to describe them). They contain the data you'll want to retrieve.

    Once you've installed MySQL you'll want to create a database first and then tables within the database. for example if you were making a online game you may want to have a table for account data; usernames, passwords (encrypted), email address, account number. Then a table for character data that links to the account number.

    You'll need to work out how you want to store your data in the database.

  2. #152
    Clicker Fusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export Module
    Hydra's Avatar
    Join Date
    May 2012
    Posts
    141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dan is exactly right. Think of it as a data TABLE, like you may have done in a science class. A table is a set of information stored on two axes. The X is groups (account name, password, email, phone number, etc). The Y is the number of the data set (1,2,4,20,etc). In reality it's not really a XY plane but it's a simple way of thinking of it

    You can enter information manually or by PHP. Manually is easy, you just click on the space to edit a value. But automatically by PHP is very confusing for beginners. You have to connect first and then submit data. It's hard to explain.

  3. #153
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    XStar's Avatar
    Join Date
    Feb 2012
    Location
    Winchester, VA
    Posts
    1,165
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did already have the book, but it made things more confusing...

    Also, the PHPs do everything, they're the pages, the login, everything!

    I just need a way to host them. I found a great site http://zymic.com/free-web-hosting/, I'm going to use it to host my PHPs as soon as I figure out how... It has those tables, so I presume that those are used in some communication with the PHPs?

  4. #154
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    574
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Yes, well SQL wont be communicating with PHP. It'll be PHP communicating with SQL. Your php pages will pass the queries to the sql db to check authentication.

    check php.net for the mysql commands. You'll need to have a basic understanding on how to select data from a table in mysql also. Or take a look at the tutorial links Hydra provided.

    You should also consider password encryption. No passwords should ever be stored in plain text and not even YOU should be able to reverse the encryption. The easiest way would be to store the password as a md5 hash salted with a unique number/string.

  5. #155
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    XStar's Avatar
    Join Date
    Feb 2012
    Location
    Winchester, VA
    Posts
    1,165
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK, I figured out a way around having to use PHP and MySQL, and such!

    But there's a problem:

    I put in some HTML code to display an image, like a logo, instead of plain text, but the server application displays it as normal text anyway.

    Please help!

  6. #156
    Clicker Fusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export Module
    Hydra's Avatar
    Join Date
    May 2012
    Posts
    141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good job! Are there tags around your code? I'm not familiar with the WEB server of lacewing. Would you be able to delete the quick hash object so I can take a look? I don't have developer so I cannot view the file

  7. #157
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    XStar's Avatar
    Join Date
    Feb 2012
    Location
    Winchester, VA
    Posts
    1,165
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sure, I'll get to it after school this afternoon!

  8. #158
    Clicker Fusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export Module
    Hydra's Avatar
    Join Date
    May 2012
    Posts
    141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks! I hope it doesn't disable me from helping you!

  9. #159
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    XStar's Avatar
    Join Date
    Feb 2012
    Location
    Winchester, VA
    Posts
    1,165
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For the example, I put in a template page, that should work the same way as the actual one.

    Also, quickhash has been removed.

    Take a look!
    Attached files Attached files

  10. #160
    Clicker Fusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export Module
    Hydra's Avatar
    Join Date
    May 2012
    Posts
    141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I run this? Sorry LOL. Part of this is me learning too! Is that one file all I need to test it? How do I access it on my browser? Thanks!

Page 16 of 19 FirstFirst ... 6 14 15 16 17 18 ... LastLast

Similar Threads

  1. Help With Lacewing Login?
    By MrXkill in forum Lacewing
    Replies: 6
    Last Post: 20th May 2011, 09:41 PM
  2. registration/login tutorial help
    By ZayLong in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 9th September 2010, 08:10 AM
  3. lacewing server login system
    By dascribe in forum Lacewing
    Replies: 6
    Last Post: 2nd June 2010, 07:32 PM
  4. Online Registration methods
    By izac in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 18th October 2006, 12:53 PM

Posting Permissions

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