User Tag List

Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 22

Thread: Help with sitelock!

  1. #11
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with sitelock!

    Nope, you just need to change the conditions to match the domains you want to lock your game/app to.

  2. #12
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Evilized79's Avatar
    Join Date
    Nov 2009
    Location
    Netherlands
    Posts
    890
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with sitelock!

    sorry for being a naab lol but if i would have a 3 sites example:
    site1.com site2.com site3.com and I would want them to be the only sites who be able to play the game.

    What condition should i change The editor is empty

  3. #13
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with sitelock!

    Can't you guys just use a list object?

    Store those sites in a list, then when the app is started, use Find String Exact on the current site, then if its less than 0, end the application. Not so difficult.

  4. #14
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Evilized79's Avatar
    Join Date
    Nov 2009
    Location
    Netherlands
    Posts
    890
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with sitelock!

    That sounds very good, but i'm a standard clicker not good with the calculator. would it be possible if you could make some sort of demo :?

  5. #15
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with sitelock!

    I discovered the problem with my idea is that it wouldn't be able to use subdomains, so you guys can just fast loop through a list's items or a string's paragraphs.

  6. #16
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    Germany
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with sitelock!

    Look at my example in the Wiki, it shows how to cut the relevant part of the url string returned by the Flash Object. This solves problems with subdomains.

  7. #17
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with sitelock!

    I know, I understand that perfectly fine, I was just assuming that it returned the domain, not including subdomains. My bad
    If there was no substring chopping, you could use the FindStringExact of List. All I'm saying

  8. #18
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Evilized79's Avatar
    Join Date
    Nov 2009
    Location
    Netherlands
    Posts
    890
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with sitelock!

    Hmm can't seem to get it work to use multiple sitelocks

  9. #19
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with sitelock!

    Since everyone is talking about sitelock recently i am starting to think it might be best to just have a dedicated object for that. Maybe clickteam or a extension developer would be interested in making one.

    It would be better than needing multiple objects to make them, you could have more advanced features also, or just use the other methods in combination with it.

  10. #20
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with sitelock!

    Evilized: Just copy the following condition into the same event for each sitelock:
    Code:
    GetDomain$( "Flash® Player" ) <> "mmfgamer5.webs.com"
    It's in event 3. Don't make it it's own event, just paste it into the same event

Page 2 of 3 FirstFirst 1 2 3 LastLast

Similar Threads

  1. Sitelock
    By bourroune in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 25th May 2013, 05:34 PM
  2. contourner un sitelock
    By volgot in forum SWF/Flash Export Module Version 2.0
    Replies: 9
    Last Post: 6th January 2013, 08:13 AM
  3. Specific Sitelock Code
    By DizzyDoo in forum SWF/Flash Export Module Version 2.0
    Replies: 7
    Last Post: 23rd May 2012, 12:49 PM
  4. Can't add sitelock to non-Mochi games
    By JoKa in forum SWF/Flash Export Module Version 2.0
    Replies: 9
    Last Post: 27th May 2011, 01:31 PM
  5. Sitelock (get object)
    By Evilized79 in forum SWF/Flash Export Module Version 2.0
    Replies: 15
    Last Post: 29th October 2010, 12:42 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
  •