User Tag List

Page 8 of 19 FirstFirst ... 6 7 8 9 10 18 ... LastLast
Results 71 to 80 of 189

Thread: Online Registration and Login with Lacewing

  1. #71
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleInstall Creator Pro

    Join Date
    Dec 2010
    Location
    United Kingdom
    Posts
    961
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    XStar, are you mis-reading some of what I, LB and a few others have already said on this thread?

    You've already got a working registration and login with the Lacewing Webserver, there is no need to use the Relay Client at all, especially on its own.
    Quote Originally Posted by XStar View Post
    Lacewing Webserver and Relay Client aren't communicating.
    That's because we have already said:
    Quote Originally Posted by lh37 View Post
    You should note that the Lacewing Webserver cannot communicate with the Relay Client
    Quote Originally Posted by LB View Post
    nor should you be using the Relay Client/Server.
    What exactly are you trying to build? Networking isn't easy and I'm no expert in this field either. How are people going to connect to your "web server" across the internet, even if it works across in your local area network fine, it's a big world out there... and you're risking yourself to potentially a lot of security flaws for both you and your users by not knowing what you're doing. You don't need the Relay Server/Client for an online social network that I thought you was intending on building?

    Also, I don't think the Relay Client is supposed to connect directly to another client. I might be wrong, but what you're trying to do isn't supposed to be a peer-to-peer network, we're trying to help you build a Web Server to Web Browser infrastructure (Server to Client in other words)

    Playing around and hoping for success is good in some ways, but you first need to map out exactly what you want to do, and as a community we can help you achieve that. This thread is deeply fragmented, a defragmentation is necessary.

  2. #72
    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)
    What I'm trying to achieve is: Web Server to iOS App. The app is the focus of the social network, I keep saying social app, not a web browser based social network.

  3. #73
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleInstall Creator Pro

    Join Date
    Dec 2010
    Location
    United Kingdom
    Posts
    961
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by XStar View Post
    What I'm trying to achieve is: Web Server to iOS App. The app is the focus of the social network, I keep saying social app, not a web browser based social network.
    With the fact the Lacewing extension isn't available for iOS, your options are pretty limited. You cannot continue with what you're doing since it is not possible in any way for the Lacewing Web Server to communicate with an app of any kind. It's a Web Server for Web Clients (a web browser, or one inside the iOS app, but what's the point when you could bookmark the website with Safari?)

    If you really need to build an iOS Social App and stay away from web browsers altogether consider using only the Lacewing Relay Server and Client, and forget the Web Server altogether, which means you'll need to dig the forums for resources and examples. I don't see why you should abandon a web-based social network when the web server easily meets your requirements and is a good start, especially when you seem unknowledgeable with networking.

    Consider reading Rushino's post about networking earlier in this thread: http://community.clickteam.com/showthread.php?t=73866&p=544836&viewfull=1#post544 836

  4. #74
    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 know it's not available, but Jeff told me to make a PC example, before Lacewing came out for iOS.

  5. #75
    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)
    Just to let you know, what I'm doing works FINE. All I need to know is this:

    If you look at the examples I posted, after you login, the server needs to send your name to the client.

    What I need to know is why isn't sending the current group name (Which is the username) not working? It sends it, but the name doesn't change as it should.

    At the end of the frame, your name is received (Which it is being received, I checked), but the placeholder name "Me" still stays... Please help, this is all I need to finish the registration part of this!

  6. #76
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleInstall Creator Pro

    Join Date
    Dec 2010
    Location
    United Kingdom
    Posts
    961
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't have the iOS module, so I cannot see the events for your client.

    I've only looked at the server MFA, it seems although you're trying to communicate peer-to-peer, it would make sense if you used the Relay Server to properly serve the requests to the Client. I don't understand how it'll connect to anything if you haven't stated you're using a Lacewing Server to connect to? In my opinion, it's connecting to your IP (default Lacewing port), to no "actual" server, so nothing would happen...

    You might say you've got something working... but have you (honestly) checked this works on another computer away from home? Is your authentication method safe and secure? Does this work when multiple users try to connect concurrently?

    I think you need a Lacewing Expert to guide you on this, your method seems invalid and muddled to me.

  7. #77
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export Module
    Konidias's Avatar
    Join Date
    Aug 2009
    Posts
    1,546
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    I would be willing to help with this but XStar doesn't seem willing to listen to anyone really, so I'm not sure. :p

    I have a fully working login system with a handshake encryption to secure it quite a bit... working chat lobby with custom emoticons and player list... I'd be willing to explain it but... yeah

  8. #78
    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)
    XStar, what we're trying to say is, you should not be developing any code or apps for iOS. This will work fine as a web-based thing only. I gave you a working example, there is no need to use Relay Client or Relay Server. If you insist on using Relay Server and Relay Client, start from scratch and throw away the example I gave you.
    Working as fast as I can on Fusion 3

  9. #79
    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)
    Oh, but the app is what I was aiming for... Sorry to say this but, that was my goal.

    I could use your example to make a complete web based thing, that I could do, easy, but if it's possible, I would like to make a social network APP.

    (Sorry for all the commas!)

  10. #80
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleInstall Creator Pro

    Join Date
    Dec 2010
    Location
    United Kingdom
    Posts
    961
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by XStar View Post
    Oh, but the app is what I was aiming for... Sorry to say this but, that was my goal.
    We've been telling you and recommending the web-based social network throughout the last half a dozen pages of this thread... If you re-read the entire thread and look at you and LB said:
    Quote Originally Posted by LB View Post
    You're MUCH better off going with the first option.
    Quote Originally Posted by XStar View Post
    OK, that's absolutely fine. What's your recommendation for going about with this first option?
    Since you said:
    Quote Originally Posted by XStar View Post
    I could use your example to make a complete web based thing, that I could do, easy, but if it's possible, I would like to make a social network APP.
    I'm going to repeat something...
    Quote Originally Posted by lh37 View Post
    You cannot continue with what you're doing since it is not possible in any way for the Lacewing Web Server to communicate with an app of any kind. It's a Web Server for Web Clients
    If you ask me, your options are:
    1. Refine your goal and build a web-based social network, and let your iOS users bookmark it with Safari. No Relay Server/Client involved. (Recommended)
    2. Scrap everything, start again (like LB said), and learn a lot about networking to help you develop a fully functioning Lacewing Relay Server/Client (with support if you ask specifically) and then port it to iOS when the relevant extensions are available. No Web Server involved. (Not recommended for many reasons)
    3. Something else... (please specify)

    Which one of the options will you pick? And could I also ask.... why only iOS users? Is there a reason why you're so keen on "locking down" your app for just iOS users only? To me, it sounds really silly to remove the potential to have a cross-platform application.

Page 8 of 19 FirstFirst ... 6 7 8 9 10 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
  •