Detect remote requests from the same user pageview on local server side

Discussion in 'PHP' started by nekowai, Sep 21, 2019.

  1. #1
    My site offers codes for users to post on their pages.
    Is there any way to track duplicated codes posted on the remote sites using the server side programming alone?
     
    nekowai, Sep 21, 2019 IP
  2. sbenjamin81

    sbenjamin81 Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    The only way I could see doing it is to screen scrape the website and use regex to match a pattern, then count your matches. Anything >1 is duplicate codes. You really can't tell based on the number of calls from a certain website because that could be different page loads from different users.
     
    sbenjamin81, Oct 24, 2019 IP