Clicker.Fexgo.net - Changelog

Date 2023-12-24

  • Changed and optimized server behavior
  • Some small changes on how clicks are handled on the server-side

  • Changed CPS Calculation
  • Should be a bit smoother and more accurate now

Date 2023-12-23

  • Changed local LastClickTimestamp
  • On intial load it gets the Timestamp from the server. After that the client counts the time since the count last changed instead of also using the timestamo. This should stop the weird second counting. The reason for this was that the clock from the client was a little different from the server clock (Server syncs everday)

  • Optimized Client Loading time
  • Removed several unused code parts (i.e ReCaptcha) This should result in a slightly faster loading time

  • Removed Unused Server-side Functions
  • Removed functions to check for ReCaptcha validity.

Date 2023-11-07

  • Tiny Fixes
  • NOTE: I almost completly disabled the anti autoclicker function as it sill caused errors on certain devices like laptops and notebooks. Currently I also see no need to implement a more complicated version so I will keep it like that

    Also removing it broke the script and the site was down for a few hours. This was just because I commented out a little too much but it is now fixed

Date 2023-11-04

  • Disabled CounterBounce
  • Changed link to main site
  • Removed Google Analytics
  • Removed Cookie Banner
  • NOTE: Google Analyics could not provide any insights that would require me to actually use it. For my analytics I now use a GDPR conform serverside technique that does not collect any personal data at all. I just counts how often the side gets viewed, which is enough for me. Like mentioned: This was just an experiment that is now concluded.

    For now this is the last major Update on the site. I am thinking about removing the anti auto clicker but for now I'll keep it.

Date 2023-10-24

  • Changed Values to hopefully fix false flag detection
  • Fixed bug with footer on Changelog page
  • Tiny serverside improvement

Date 2023-10-22

  • Fixed Async communication which would result in an application crash (This was why the site was down for several Hours
  • Disabled parts of the AntiAutoClicker because of high false flag count
  • Reworked reCAPTCHA implementation (Now correctly verifies each answer)
  • Small server side script optimizations
  • NOTE: I am not trying to catch every bot with the safety feature. I just want to keep Autoclickers with insanse CPS from the site away. So for now the implementation stays like this.

Date 2023-10-21

  • Fixed YourClickCount being overwritten on page reload
  • Changed AutoClickerDetection Values
  • NOTE: Multifinger Tapping on a phone can still trigger it. I am still playing around with the values

Date 2023-10-20

  • Added Anti Auto Clicker Feature
  • Added reCAPTCHA as anti bot measure
  • Added ForceUpdate

Date 2023-10-19

  • Added Google Analytics for testing.
  • Added Cookie Banner
  • NOTE: Analytics is loaded everytome but only sends data once the user accepts the cookies. This is more of an experiment then anything else

Date 2023-10-16

  • Fixed calculation of Time Since Last Click.
  • Added ClickPerSecond Counter