Archive

Posts Tagged ‘dat file’

Open An Encrypted Dat File

August 5th, 2011 Comments off

I have a 9mb dictionary word library that’s an encrypted .dat file. I need to decrypt the file so I can import it to my local database. Can anyone do this for me? I have no idea how the file is encrypted, but I can provide it to whomever.

Thank you!

Gather Search Engine Results

April 30th, 2009 Comments off

I need a program that will automatically put the “view source” results of phrases that would normally be entered into search engines into a .dat file.

I currently have a program that drops multiple requested phrases into a .dat file.

And the search engine names are dropped into another .dat file.

I need an add on program that will run on the client’s side. It will grab the information from the .dat files and automatically get the results from the search engines without any input or interaction from the client. The program would run in the background, gather the results from each phrase and drop the results into another .dat file.

As an example, when the program would be run, if one of the phrases was buying and selling widgets and Google was one of the search engines, everything you would normally see if you manually clicked on “view source” would automatically be dropped into a file called /reports/google/buying_and_selling_widgets.dat

I would also need the source code to the program.

Bear