Chris
Ok, so I want to create a keygen-like tool, that when I type in certain information, brings back the code for that information. I want it so I can enter a serial number of one of the computers that I build, and It will return all the information that I have saved about it. Can this be done? If so, what tools do I need, and how would I make the database of information? I want it to be super simple to use, that;'s where I got the idea of a keygen.
OK I want it so when you type in a code such as "8A11690ZQ", that the program displays the code "9PQE55Z". But, I want it so each Typed in variation has a its own code. "8A11690ZQ" will always display "9PQE55Z", but "7B22690PR" will display "6NIS19K"
Answer
You'll need to learn some programming language in order to do it.
This can be done through a desktop programming language or through HTML/Javascript/PHP/MySQL database.
You can use desktop software authoring languages like AutoIT or AutoHotKey to create this tool. It's quite simple
EDIT - If you show me a sample (with dummy info) of the data, I could probably write a quick script that would parse the data for you.
EDIT 2 - Alrighty guys, here's the tool. All of the codes are stored in codes.txt. Too add more codes, simply add the code separated by a comma into codes.txt. One per line. The program will compare each line to find a match and display it.
Example:
8A11690ZQ,WEN378963
It's works for Windows 9x/XP/Vista/7 +
http://www.mediafire.com/?bxixl48ufyb0zfb
Let me know on how it goes.
You'll need to learn some programming language in order to do it.
This can be done through a desktop programming language or through HTML/Javascript/PHP/MySQL database.
You can use desktop software authoring languages like AutoIT or AutoHotKey to create this tool. It's quite simple
EDIT - If you show me a sample (with dummy info) of the data, I could probably write a quick script that would parse the data for you.
EDIT 2 - Alrighty guys, here's the tool. All of the codes are stored in codes.txt. Too add more codes, simply add the code separated by a comma into codes.txt. One per line. The program will compare each line to find a match and display it.
Example:
8A11690ZQ,WEN378963
It's works for Windows 9x/XP/Vista/7 +
http://www.mediafire.com/?bxixl48ufyb0zfb
Let me know on how it goes.
What are the user details that a website/server could possibly know?
Tinku
While I'm browsing a well known website say Google, what are complete details of me that Google might know? I know that IP address (which specifies user's country and location), MAC address and PC-name (like John-PC) are the basic info that a technical server can know about the user.
I can change MAC address as well as PC-name very easily and a little hard to change the IP address.
But details like browser agent (like Firefox), LAN address, Original Network Address, computer's Operating system and many more that I don't know...
Is it possible to hide all of the complete details mentioned above?? Please give me complete knowledge that you know about.
Thank you very much!!!
Answer
if your wanting to hide this info then maybe consider a proxy server to go thru otherwise its built in and its hard to hide this info in most browsers. however there are tricks like the old Maxthon browser had an option for this and firefox you can hide the tabs and google chrome even has some functionality for this by using igcognito windows.
additionally you can get utilities like autoIt for this that work in the system if you can install them.
here are some links for that:
http://www.niharsworld.com/2007/12/07/hide-browser-at-workplace/
http://software.informer.com/getfree-hide-browser-information/
http://www.sharewareconnection.com/hide-my-browser-free.htm
if your wanting to hide this info then maybe consider a proxy server to go thru otherwise its built in and its hard to hide this info in most browsers. however there are tricks like the old Maxthon browser had an option for this and firefox you can hide the tabs and google chrome even has some functionality for this by using igcognito windows.
additionally you can get utilities like autoIt for this that work in the system if you can install them.
here are some links for that:
http://www.niharsworld.com/2007/12/07/hide-browser-at-workplace/
http://software.informer.com/getfree-hide-browser-information/
http://www.sharewareconnection.com/hide-my-browser-free.htm
Powered by Yahoo! Answers






Comments :
Post a Comment