gumshoe2029's Forum Posts

  • Sorry, I got very sick the day after posting this and am just now recovering.

    If you controlled the server, you would know. So don't worry about it, whoever you are hosting with should take care of it.

  • Yea, you could probably make it work; but there are no native plugins that do this. So, you would have to code all of the JavaScript yourself anyway.

  • Just experiment with tutorials and combining and tweaking tutorials. That is how I built all of our client.

  • I am currently using a program called Bootstrap Studio that does most of the HTML for me, but I still have to hand code all of the JavaScript.

    Bootstrap Studio is another British startup, and I bought their lifetime license. I seem to have this thing for British startups.

  • JSON is far easier to work with than XML, and there are lots of nice JSON plugins, like Yann 's or 's JSON and map plugins.

  • Is there any reason you are using XML and not JSON?

  • We can't help you if you don't show us something on the development side.

    Showing us your published product does not help us to help you.

  • You're way ahead of me. :-p I am building a strategy game though.

  • You could use the layer "force own texture" / sprite "blend mode" (See the "Lighting Demo") to make a minimap area, then just show your full map layer that would show the local area. Then when you press enter, you would just have to re-center your map layer.

  • You might need to check overlapping on a sprite-basis, rather than family basis? I don't think overlap works for families.

  • No, it won't slow it down (assuming you design it properly), but it will make it impossible for Google (or other search engines) to cache sites properly and hurt your SEO rating, and other undesirable effects.

  • He can't change the security headers in ebay, it's not his site.

    Sure you can. Use an Apache proxy. You can change the headers if you proxy the Ebay site through an Apache proxy. Although, if you use an Apache proxy, then the X-Frame-Options: SAME ORIGIN will work for you, and you won't have to change the X-Frame-Options header.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It's blocked because of browser security measures. You need to change the X-Frame-Options HTTP header in order for it to work properly.

    Just understand that you are playing with security fire.

  • I applaud your efforts here. Cybersecurity is one of the most misunderstood fields by the broader public. I have never found a way to make it sexy though, lol.

    My best efforts so far have resulted in a "draw a password" system.

    As far as your validation efforts go, look at "regex". Regex is one of the most demonically useful tools out there.

    Although, I can't see to find a good online tool for testing regex in C++.

    try: https://www.myregextester.com/

  • Kind of. The problem with C2 is that it operates 100% on canvas, which is distinctly different than how fundamental HTML5 works.

    But yes, it is doable-ish.

    I am still hoping that C3 does non-canvas layers too, but we'll see.