Ask a Question related to PHP Development, Design and Development.
-
Jim G. #1
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
-
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... -
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 -
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... -
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... -
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... -
Virgil Green #2
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...server.> 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 linuxPHP... on the server. You can't access the client registry via PHP.> 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....
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
-
Jim G. #3
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...Hi, We are already using session cookies, but we deal alot with financial> "Jim G." <jgrago@NO_SPAM-twcny.rr.com> wrote in message
> news:HeQcd.9773$JS4.717@twister.nyroc.rr.com...> server.>> 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>>> 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
>
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
-
max power #4
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:
But not everyone uses Windoze y'know. Whatever Windoze only methods you> "Virgil Green" <vjg@DESPAMobsydian.com> wrote in message
> news:fqedd.7585$Lk3.5898@newssvr12.news.prodigy.co m...> Hi, We are already using session cookies, but we deal alot with financial> > "Jim G." <jgrago@NO_SPAM-twcny.rr.com> wrote in message
> > news:HeQcd.9773$JS4.717@twister.nyroc.rr.com...> > server.> >> 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> >> >> 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
> >
> 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!
>
>
implement to prevent that situation aren't gonna work on Mac or Linux
systems.
max power Guest



Reply With Quote

