Commit graph

9 commits

Author SHA1 Message Date
b6f83af72e PHPN'T 2024-11-07 11:21:25 +00:00
654eaa5c59
README 2024-11-06 17:33:17 +01:00
b08f259447
Done and done. 2024-11-06 17:21:05 +01:00
477301157e
WIP, pretty much there with serving image, just some layout stuff. 2024-11-03 21:58:43 +01:00
e3e483e40b
dont need the sqlite db. 2024-11-03 17:34:33 +01:00
dc932eded7
almost done, overengineered hit counter 2024-11-03 17:33:05 +01:00
2eda6e11a1 Add file locking to counter update process to ensure data integrity
- Implement file locking with `flock()` to synchronize access to the counter file.
- Use `ftruncate()` and `rewind()` to ensure correct file writes after incrementing the counter.
- Add detailed inline comments explaining each step and functionality in the script for better maintainability and clarity.
2024-11-03 13:11:44 +00:00
0d821e9b9d Add script.php 2024-07-06 16:13:13 +00:00
388a4dfeef Add README.md 2024-07-06 16:09:22 +00:00