Entering a registry Value with php??

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Entering a registry Value with php??

    I need to be able to enter a registry value from a webform after a user
    registers at my site and be able to read that value after the user logs in
    or attempts to login. We are using php 4.3.4 on fedora core 1 linux server.
    I do not want to have to write a windows application for the user to
    download to enter these values as I know that php can interact with OTHER
    languages and it can interact with a Windows COM object with some careful
    programming. So if I can accomplish this with a combination of java script
    or any other way, I am open to suggestions....

    Help!!

    Jim


    Jim G. Guest

  2. Similar Questions and Discussions

    1. Entering date into Access
      I'm sure this is basic level stuff but I've been away for a year so please bear with me. Basically I want a date entered into a form inserted...
    2. Entering HTML
      Aloha How do I enter code into the web page I am constructing in a SPECIFIC place in the already written code? thanks in advance Robert
    3. Help Entering names to a scoreboard
      I have made a small game and at the end of the game their is a scoreboard made of fields. Thanks to some help I am able to enter a players score into...
    4. Entering a default
      In Access2000, I have a form with a view that I am being asked to change. Currently, the user enters a PrintColor, "Laser Black". It has been...
    5. Entering data on a form?
      On Mon, 30 Jun 2003 12:29:02 -0700, "grace" <grace.paltrineri@libertymutual.com> wrote: As much as I hate Smartquotes (what newsreader are you...
  3. #2

    Default Re: Entering a registry Value with php??

    "Jim G." <jgrago@NO_SPAM-twcny.rr.com> wrote in message
    news:HeQcd.9773$JS4.717@twister.nyroc.rr.com...
    > I need to be able to enter a registry value from a webform after a user
    > registers at my site and be able to read that value after the user logs in
    > or attempts to login. We are using php 4.3.4 on fedora core 1 linux
    server.
    > I do not want to have to write a windows application for the user to
    > download to enter these values as I know that php can interact with OTHER
    > languages and it can interact with a Windows COM object with some careful
    > programming. So if I can accomplish this with a combination of java script
    > or any other way, I am open to suggestions....
    PHP... on the server. You can't access the client registry via PHP.

    But *why* do you want to write a registry entry? Based upon your description
    above, I have to wonder why a cookie won't solve your problem.

    - Virgil


    Virgil Green Guest

  4. #3

    Default Re: Entering a registry Value with php??

    "Virgil Green" <vjg@DESPAMobsydian.com> wrote in message
    news:fqedd.7585$Lk3.5898@newssvr12.news.prodigy.co m...
    > "Jim G." <jgrago@NO_SPAM-twcny.rr.com> wrote in message
    > news:HeQcd.9773$JS4.717@twister.nyroc.rr.com...
    >> I need to be able to enter a registry value from a webform after a user
    >> registers at my site and be able to read that value after the user logs
    >> in
    >> or attempts to login. We are using php 4.3.4 on fedora core 1 linux
    > server.
    >> I do not want to have to write a windows application for the user to
    >> download to enter these values as I know that php can interact with OTHER
    >> languages and it can interact with a Windows COM object with some careful
    >> programming. So if I can accomplish this with a combination of java
    >> script
    >> or any other way, I am open to suggestions....
    >
    > PHP... on the server. You can't access the client registry via PHP.
    >
    > But *why* do you want to write a registry entry? Based upon your
    > description
    > above, I have to wonder why a cookie won't solve your problem.
    >
    > - Virgil
    >
    Hi, We are already using session cookies, but we deal alot with financial
    information, and when we find fraud we need a way to permanently "Ban" that
    pc where it came from. The registry check is ideal, because you can bury the
    key almost anywhere and disguise it so that prying eyes cant find it. If we
    just suspend or close the account, they can come back and attempt to
    register again if they have other stolen information to try to fraud us
    with.

    Thanks!


    Jim G. Guest

  5. #4

    Default Re: Entering a registry Value with php??

    In article <ifOdd.14529$JS4.12180@twister.nyroc.rr.com>, Jim G.
    <jgrago@NO_SPAM-twcny.rr.com> wrote:
    > "Virgil Green" <vjg@DESPAMobsydian.com> wrote in message
    > news:fqedd.7585$Lk3.5898@newssvr12.news.prodigy.co m...
    > > "Jim G." <jgrago@NO_SPAM-twcny.rr.com> wrote in message
    > > news:HeQcd.9773$JS4.717@twister.nyroc.rr.com...
    > >> I need to be able to enter a registry value from a webform after a user
    > >> registers at my site and be able to read that value after the user logs
    > >> in
    > >> or attempts to login. We are using php 4.3.4 on fedora core 1 linux
    > > server.
    > >> I do not want to have to write a windows application for the user to
    > >> download to enter these values as I know that php can interact with OTHER
    > >> languages and it can interact with a Windows COM object with some careful
    > >> programming. So if I can accomplish this with a combination of java
    > >> script
    > >> or any other way, I am open to suggestions....
    > >
    > > PHP... on the server. You can't access the client registry via PHP.
    > >
    > > But *why* do you want to write a registry entry? Based upon your
    > > description
    > > above, I have to wonder why a cookie won't solve your problem.
    > >
    > > - Virgil
    > >
    > Hi, We are already using session cookies, but we deal alot with financial
    > information, and when we find fraud we need a way to permanently "Ban" that
    > pc where it came from. The registry check is ideal, because you can bury the
    > key almost anywhere and disguise it so that prying eyes cant find it. If we
    > just suspend or close the account, they can come back and attempt to
    > register again if they have other stolen information to try to fraud us
    > with.
    >
    > Thanks!
    >
    >
    But not everyone uses Windoze y'know. Whatever Windoze only methods you
    implement to prevent that situation aren't gonna work on Mac or Linux
    systems.
    max power Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139