TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you prevent people in a referral system from referring itself?

3 pointsby rymnghover 14 years ago
I have a referral system in my website where I award users for referring people to join my website. I know that IP address can be faked so that can't be used in my use case. Letting the users enter mobile number is to extensive for my system and entering credit card is also very extensive for my system. So is there a service who can track referrers uniquely? Or how can I build one?

1 comment

tstover 14 years ago
Depends how tech-savvy are you customers and how big rewards are for referring.<p>* You could try flash cookies if enough prospectives have flash enabled<p>* Require a minimum of activity before earning rewards (e.g. 20 posts)