h1k3's Forum Posts

  • sidneycat Marius87

    They apparently took it down. You can reach out to them though. Maybe they will part with the source code.

    http://spiloghygge.dk/

    Ii their site.

  • Went to play this old favorite and realized its no longer available. What happened?

  • I dont use that plugin but I'll take a guess. Try using the urlencode() expression. Wherever you are placing that text change it from "Hol dir das neue Spiel" to urlencode("Hol dir das neue Spiel") to see if that might help.

  • The Facebook plugin by scirra will not work for mobile devices.

  • In case you haven't heard, Facebook is shutting down it's Parse service. http://www.bbc.com/news/technology-35441445 So with that in mind, I'm offering a 10% discount on all of my Facebook items at http://shop.lockegames.com from now until 7/3/2016.

    Use coupon code uhohparse

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I've got it all set but its not on my store yet. You could private message me if you dont want to wait. I'm packaging a whole bundle together. The bundle includes the construct 2 plugins needed, the mysql database file, the facebook purchase html files, and the php/htaccess files.

    Altogether you can:

    1:Process up to two in app purchases via facebook securely. The php file verifies the payment belongs to a set user on the server side so no one can grab someone elses payment. The payment is verified against all payments previously saved into the mysql database, so if someone tries to repeat their payment via ajax........ they will find out its impossible.

    2:Utilize a player database that comes preprogrammed with score, level, and up to two in app items.

    3:Interact with the database in a way that expires which limits the potential for users manually adjusting the score and level. Paid items cannot be added without an unused Facebook payment, so no worries there.

    4: Facebook plugin and Facebook payment plugin for C2 streamline the process of implementing payments or other Facebook features. <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    5: Mysql plugin streamlines the process of interacting with the database.

    6: It's not a 1 app database. All your apps can share the same database/plugin without fear of corrupting any data.

    All that being said, the php interface uses human readable urls, so you could easily enough, just use the Ajax plugin if you decide to add new functionality to the database/php code. It's also a pretty user friendly php interface which you can add functionality to without a lot of effort.

    So if your interested, let me know. I plan on having it on my store http://shop.lockegames.com soon enough. If you can't wait just send me a PM or an email to lance@lockegames.com. You could look my up on Facebook at facebook.com/hikenh as well.

  • Yes its possible

  • You can find all the plugin documentation at:

    http://docs.lockegames.com/index.php?ti ... ebook_Init

    Or pick up your copy here:

    http://shop.lockegames.com/fb_init_001

  • Sounds intriguing.

  • Indeed it is possible. I built support for Facebook payments on a few apps now. For example this one: https://apps.facebook.com/wildbunchdemo/

    Built completely with Construct 2 and PHP/MySQL for saving user data regarding purchase history. So it is completely possible. <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

  • It isnt possible that way. You would need to utilize additional Javascript code in order to upload a canvas snapshot.

  • Recently changed my name from lanceal to h1k3 so I didnt notice this until now. LOL, this brightened my day, thank you. Very cute credits.

  • The new Facebook plugin for Construct 2 for websites is finally here under my new H1K3 brand. With it comes two new features: Developer Email alerts to email yourself from within the Construct 2 environment, and a Graph API action to make GET, POST, and DELETE calls to the Facebook graph API. Truly unlock Facebook with this new little beauty.

    Find out more here:

    http://shop.lockegames.com/fb_init_001

    Or find all my branded items here:

    http://shop.lockegames.com/h1k3

  • I actually have a paypal payment button plugin somewhere around here. I'm familiar enough with Paypal API.