User Tag List

Page 17 of 19 FirstFirst ... 7 15 16 17 18 19 LastLast
Results 161 to 170 of 189

Thread: Online Registration and Login with Lacewing

  1. #161
    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)
    Start it and type in... Oh wait... Crap that's coming from MY computer.

    You'll need to either type in localhost or 127.0.0.1 into the browser while active, or you'll have to go through the whole No-IP thing I did (AKA practically the second third of this thread)

    Try the first option first, and if it works, great! If it doesn't, let me know, I have a solution to fix it.

    Thanks again!

  2. #162
    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)
    I find http://localhost/ to be easier to remember
    Working as fast as I can on Fusion 3

  3. #163
    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)
    So Hydra, do you know why it isn't retrieving images?

  4. #164
    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)
    Hello?

  5. #165
    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)
    its because you need to handle the image request. so for instance if you add code that checks when requesting an image to send the image it'll work. For example:

    On GET Request
    + Right$(Request_URL$("Lacewing Webserver"), 4) = ".jpg" - Add to response -> file -> Guess mime : Apppath$+Request_URL$( "Lacewing Webserver" )

    You'll just need to add for other formats.

  6. #166
    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'll give it a shot!

  7. #167
    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 didn't work... I followed the specifications exactly:
    Attached files Attached files

  8. #168
    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)
    You didn't follow exactly. First you need to understand what Right$(Request_URL$("Lacewing Webserver"), 4) does. It grabs the last 4 chars of the string. IE the file extension. so you'll need to test for ".jpg" or ".png" or so on. you have:

    Right$(Request_URL$("Lacewing Webserver"), 4) = "stats.jpg"
    Right$(Request_URL$("Lacewing Webserver"), 4) = "discuss.jpg"
    Right$(Request_URL$("Lacewing Webserver"), 4) = "bg-article.gif"

    You'll just need:
    Right$(Request_URL$("Lacewing Webserver"), 4) = ".jpg"
    Right$(Request_URL$("Lacewing Webserver"), 4) = ".gif"

  9. #169
    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... I thought it was the file name, not just the file extension.

    Sorry!

  10. #170
    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)
    Umm... Sorry but that didn't work either...

    So I did this (to try something different ((The type you did, just the .jpg is also included))):
    Attached files Attached files

Page 17 of 19 FirstFirst ... 7 15 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
  •