Goodevening to all Kiwi's
Can anyone tell me if it is possible to export the whitelist and the blacklist to a txt file for importing into AVG Internet Security 2011? If it is possible, could you please tell me how to do it?
Cheers from Oz,
Wal
Exporting the Blacklist
- wally3178
- Travelling Tuatara
- Location: Australia
- stan_qaz
- Omniscient Kiwi
- Location: Gilbert, Arizona
Post
Re: Exporting the Blacklist
Sure, pretty easy to do. The list is in the Sqlite database found under the user files option in help. Download the Sqlite command shell from here: http://www.sqlite.org/sqlite.html
Then you can dump the list to a file using the commands in the shell. You will have to do a search/replace to convert from regex to plain text to get the final list.
If you need the step by step commands post back and I'll give them whern I get time.
Then you can dump the list to a file using the commands in the shell. You will have to do a search/replace to convert from regex to plain text to get the final list.
If you need the step by step commands post back and I'll give them whern I get time.
I am not a Firetrust employee just a MW user.
--
First rule of computer consulting: Sell a customer a Linux computer and you'll eat for a day,
sell a customer a Windows computer and you'll eat for a lifetime.
--
First rule of computer consulting: Sell a customer a Linux computer and you'll eat for a day,
sell a customer a Windows computer and you'll eat for a lifetime.
- wally3178
- Travelling Tuatara
- Location: Australia
Post
Re: Exporting the Blacklist
Stan_qaz,
Thank you for helping this illiterate with his problem.
I've downloaded sqlite_amalgamation and sqlite-3 7 2.zip and I have unpacked both into seperate directories. My first question, obviously, is should these now be placed into one directory on my C: drive for the command line function to work? Or, should I just doubleclick the sqlite.exe file?
I've had a look in the user files and cannot see any sql db files, is the file I need called regex.txt?
Cheers and beers,
Wal
Thank you for helping this illiterate with his problem.
I've downloaded sqlite_amalgamation and sqlite-3 7 2.zip and I have unpacked both into seperate directories. My first question, obviously, is should these now be placed into one directory on my C: drive for the command line function to work? Or, should I just doubleclick the sqlite.exe file?
I've had a look in the user files and cannot see any sql db files, is the file I need called regex.txt?
Cheers and beers,
Wal
At my age, sex is like playing pool with a piece of rope
- stan_qaz
- Omniscient Kiwi
- Location: Gilbert, Arizona
Post
Re: Exporting the Blacklist
Sqllite is a command line program, double-clicking it won't help, you need to open a command window and run it from there.
Exit MW and make a copy of your database file, DO NOT use your real database for this! Comments, instructions are under each image.
Set your output back to your screen (.output stdout) and do the same steps 5-6-7 for the blacklist.
Move the output files to your Documents folder or where you want to work on them.
Don't forget to delete the copy of the database once you are done with it and have exited Sqlite.
Your lists are now ready to be edited into the format you need for your other program.
Exit MW and make a copy of your database file, DO NOT use your real database for this! Comments, instructions are under each image.
Set your output back to your screen (.output stdout) and do the same steps 5-6-7 for the blacklist.
Move the output files to your Documents folder or where you want to work on them.
Don't forget to delete the copy of the database once you are done with it and have exited Sqlite.
Your lists are now ready to be edited into the format you need for your other program.
I am not a Firetrust employee just a MW user.
--
First rule of computer consulting: Sell a customer a Linux computer and you'll eat for a day,
sell a customer a Windows computer and you'll eat for a lifetime.
--
First rule of computer consulting: Sell a customer a Linux computer and you'll eat for a day,
sell a customer a Windows computer and you'll eat for a lifetime.
- wally3178
- Travelling Tuatara
- Location: Australia
Post
Re: Exporting the Blacklist
Stan,
Thanks mate, for the invaluable assistance.
It took me a little while to master but I am there now, thanks to you; I owe you.
Cheers & Beers,
Wal
Thanks mate, for the invaluable assistance.
It took me a little while to master but I am there now, thanks to you; I owe you.
Cheers & Beers,
Wal
At my age, sex is like playing pool with a piece of rope
- stan_qaz
- Omniscient Kiwi
- Location: Gilbert, Arizona
Post
Re: Exporting the Blacklist
Having the Sqlite database is going to prove to be interesting as it makes a lot of stuff visible (but not editable without grave danger to MW's continued operation) that was buried in the registry where a typo would mess your whole Windows install.
I am not a Firetrust employee just a MW user.
--
First rule of computer consulting: Sell a customer a Linux computer and you'll eat for a day,
sell a customer a Windows computer and you'll eat for a lifetime.
--
First rule of computer consulting: Sell a customer a Linux computer and you'll eat for a day,
sell a customer a Windows computer and you'll eat for a lifetime.
- wally3178
- Travelling Tuatara
- Location: Australia
Post
Re: Exporting the Blacklist
Stan,
Don't worry mate, I'm not a compulsive fiddler LOL Unless I have detailed instruction, like you provided and like that on the sqlite site, I wouldn't dream of touching anything......too much like black magic for me.
Cheers,
Wal
Don't worry mate, I'm not a compulsive fiddler LOL Unless I have detailed instruction, like you provided and like that on the sqlite site, I wouldn't dream of touching anything......too much like black magic for me.
Cheers,
Wal
At my age, sex is like playing pool with a piece of rope