quote:
Originally posted by Nenaspan
where can i find all stored IPs in what folde/file
You can't - but you can add this to the file IPGet_interface.log.js:
---------------------------------------------------
blpp = fso.OpenTextFile(MsgPlus.ScriptFilesPath+"\\log.txt",8);
blpp.Writeline(objDate + ":" + strEvent);
blpp.Close();
---------------------------------------------------
You should add if AFTER the line
"strLog += strTime + " - " + strEvent;"
in the bottom of the file.
The log will now be in the same directory the script is installed in. You must create an empty file called log.txt in the above mentioned directory - on my computer: C:\Program Files\Messenger Plus! Live\Scripts\IPGet
Enjoy