User Tag List

Page 18 of 19 FirstFirst ... 8 16 17 18 19 LastLast
Results 171 to 180 of 189

Thread: Online Registration and Login with Lacewing

  1. #171
    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)
    I can't check the file at the moment, I'll have to check later. But before I even suggested it I tested it and it worked fine. So I suspect it'll be something wrong with how you've implemented it.

    But ensure that the jpg is in the same folder as the MFA file. or change the AppPath$ in :Apppath$+Request_URL$( "Lacewing Webserver" ) to the path of the images.

  2. #172
    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)
    It is, I checked... I don't know why I can't get it to work... Sorry :/

  3. #173
    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)
    Check what Request_URL$( "Lacewing Webserver" ) returns. I did initially remove the hostname from the url. But it seemed to work regardless for me so didn't bother. If it includes the http://localhost:90 try removing that from the string: AppPath$+right$(Request_URL$( "Lacewing Webserver" ), len(Request_URL$( "Lacewing Webserver" ))-19) (19 being the length of "http://localhost:90") This is for quick testing. You'll want to use a better way of removing the hostname/domainname from the url that can work with dynamic lengths.

  4. #174
    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, that's a good idea, maybe the localhost is interfering. I'll give it a go!

  5. #175
    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, found the issue, but I'm not sure how to correct it.

    First: All my pictures used to be in a folder called images.

    Second: It appears that based on the get data, it is still looking for images/picture.jpg which no longer exists.

    Third: The application is looking specifically in it's folder, not the previous images folder.

    Should I just add the images address to the Apppath$ part? Or is there a cleaner solution?

  6. #176
    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)
    Ok having looked at it.

    Apppath$+Request_URL$( "Lacewing Webserver" ) is fine to use no need to trim anything. However as you have a condition that sends a string regardless of the extension. It cant load the image as its being sent a string when requesting a image. If you download the image and open it in notepad you'll see its text. (to download you can go: http://localhost:90/images/myimage.jpg)

    So you'll need to add to your conditions something that only runs those conditions if the request isn't an image.

    Event #6 is what you need to change. BTW. To get it working quickly you could add:
    Right$(Request_URL$( "Lacewing Webserver" ), 4) <> ".jpg" but you'll need to add a condition for each file type if you want to do that. So probably not the best solution.

  7. #177
    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 Event #6 could I do this: Right$(Request_URL$( "Lacewing Webserver" ), 4) <> ".jpg" OR ".gif" OR ect.?

  8. #178
    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)
    Yeah. but thinking about it. this would work better. Request_URL$( "Lacewing Webserver" ) = ""

  9. #179
    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)
    Testing...

  10. #180
    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, just hooked up to a new router, and like I expected everything's messed up...

    I have a new IP 24.127.81.198 and my old IP 24.131.4.29.

    Please help me solve this! Check my other posts for the No-IP info.

Page 18 of 19 FirstFirst ... 8 16 17 18 19 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
  •