Note: This post now archived and as such no longer works

An external image showing your user-agent and the total "hit count"

  • @kabobglance
    link
    411 months ago

    You have the code for this? Very interested in how you implemented it

      • @kabobglance
        link
        1011 months ago

        Damn, PHP is such a sleeper of a language, I always forget how useful it can be.Thanks for sharing!

          • @kabobglance
            link
            111 months ago

            Nice, sounds like it’s getting modernized. I’ll have to give it another round, thanks!

            • SokathHisEyesOpen
              link
              fedilink
              411 months ago

              It can run natively on an Apache server without any frameworks required to render user website markup and serve pages. That’s a pretty awesome advantage.

        • SokathHisEyesOpen
          link
          fedilink
          311 months ago

          PHP is the OG bad-ass for getting shit done. No setup, no compile, no deployment pipelines. Hell, you can create and write the files right there on the server with nothing more than an SSH terminal if you want.