Results 1 to 2 of 2

Thread: Cookie Grab Help

  1. #1
    Join Date
    Nov 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Cookie Grab Help

    I would like to know a cookie grabber for a website so when someone veiws it it sends there cookies to me via email or what ever is simpliar.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    No, you can't take people's cookies from other servers. Only the same domain (and subdomain).
    If you want the cookies from your server, then it's easy enough with PHP.
    <?php print_r($_COOKIE); ?>

    You can with javascript too... document.cookie

    but you'd have to access each individually... not sure how to get them all.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •