[PR #28] [CLOSED] Adding unique visitor system. #90

Closed
opened 2025-11-20 04:16:00 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/antonkomarev/github-profile-views-counter/pull/28
Author: @k1nxx
Created: 4/14/2021
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 985c663 Adding unique visitor system
  • 94d509f Unique visitor system
  • 74520ab Update CounterPdoRepository.php

📊 Changes

6 files changed (+23 additions, -7 deletions)

View changed files

📝 public/file-repository.php (+2 -0)
📝 public/index.php (+2 -0)
📝 public/pdo-repository.php (+2 -0)
📝 src/BadgeImageRendererService.php (+2 -0)
📝 src/CounterFileRepository.php (+2 -0)
📝 src/CounterPdoRepository.php (+13 -7)

📄 Description

Fixing issue #27
Adding a session system
Notes:

  • I don't know which file is shown to the users, so i added session_start to all files.

Thank you for this great and amazing project!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/antonkomarev/github-profile-views-counter/pull/28 **Author:** [@k1nxx](https://github.com/k1nxx) **Created:** 4/14/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`985c663`](https://github.com/antonkomarev/github-profile-views-counter/commit/985c66335be45a472e97311b3ba0c947b200ca0f) Adding unique visitor system - [`94d509f`](https://github.com/antonkomarev/github-profile-views-counter/commit/94d509f7030067c95454f8f3757bd453e3e7e051) Unique visitor system - [`74520ab`](https://github.com/antonkomarev/github-profile-views-counter/commit/74520abed5fd8dd34722d82dd4c092ea9f470e03) Update CounterPdoRepository.php ### 📊 Changes **6 files changed** (+23 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `public/file-repository.php` (+2 -0) 📝 `public/index.php` (+2 -0) 📝 `public/pdo-repository.php` (+2 -0) 📝 `src/BadgeImageRendererService.php` (+2 -0) 📝 `src/CounterFileRepository.php` (+2 -0) 📝 `src/CounterPdoRepository.php` (+13 -7) </details> ### 📄 Description Fixing issue #27 Adding a session system Notes: - I don't know which file is shown to the users, so i added session_start to all files. Thank you for this great and amazing project! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:16:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/github-profile-views-counter#90