Author Topic: Understanding avast4.ini file  (Read 433517 times)

0 Members and 1 Guest are viewing this topic.

Offline lukor

  • Administrator
  • Super Poster
  • ***
  • Posts: 1884
    • AVAST Software
Re: Understanding avast4.ini file
« Reply #60 on: March 09, 2005, 02:19:19 PM »
Lukas, I agree and understand.
What we ask is a tab with all 'advanced' options and a reset buttom to the default ones.
Can anybody from Alwil or an avast user teach me how to programm and external application (GUI) for reading/writting the avast4.ini file?

I've already pondered about writting this kind of "advanced configuration" app for these kind of settings - but I don't think Vlk would like to integrate such an huge advanced settings tab into the main avast's gui - and translating it into all languages whenever some ini setting is changed.

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67195
Re: Understanding avast4.ini file
« Reply #61 on: March 09, 2005, 04:41:08 PM »
I've already pondered about writting this kind of "advanced configuration" app for these kind of settings - but I don't think Vlk would like to integrate such an huge advanced settings tab into the main avast's gui

Well, why not an standalone application like RejZor's one?

And translating it into all languages whenever some ini setting is changed.

Here the problem is Igor  ;D
The standalone application could be only in English.
The best things in life are free.

wanidoob

  • Guest
Re: Understanding avast4.ini file
« Reply #62 on: March 09, 2005, 05:16:38 PM »
Well, why not an standalone application like RejZor's one?

 ;D Where can I subscribe ?  ;D

The standalone application could be only in English.

An easy option could be simply implemented, if needed (advanced users don't in my opinion) : if the standalone app is named "advavast.exe", it could search a file "advavast.lang", with a line for each expression/menu title/label text/option description (like the skype lang file  8)). If "advavast.lang" exists and is good formed (necessary txt file, possibly good number of lines and no empty lines) advavast use it, otherwise it will be in english...

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67195
Re: Understanding avast4.ini file
« Reply #63 on: March 25, 2005, 01:11:36 PM »
We're failing miserabily to join forces and make this application (GUI)  :P

Can anybody post if could give me a piece of code that allows:

1. Discover the path for avast4.ini fiel
2. Read/Write default values of avast4.ini file
3. Read/Write new the values there
4. Space for informations (help)
The best things in life are free.

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67195
Re: Understanding avast4.ini file
« Reply #64 on: April 08, 2005, 11:35:45 PM »
I've spent all day changing and updating the thread for 4.6 version.
But, isn't there anybody that could help me with a piece of code for making a tool (GUI)?
The best things in life are free.

kamulko

  • Guest
Re: Understanding avast4.ini file
« Reply #65 on: April 11, 2005, 10:52:11 PM »
Hi, Tech  :)
Please, don't surrender your weapons! I'm sure that many and many users (like me) have downloaded your lists and your comments. Your difficult is to find someone who can work with you to realize the GUI project... but I'm sure that the time works for you (translated by an italian expression: I don't know the similar concept in english).

Thanks for your labor.

kamulko

  • Guest
Re: Understanding avast4.ini file
« Reply #66 on: May 10, 2005, 07:48:29 PM »
Under "common" section I don't find this line.

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67195
Re: Understanding avast4.ini file
« Reply #67 on: May 10, 2005, 09:13:58 PM »
Under "common" section I don't find this line.
Ok, you won't find it and a lot of others  ;D
Like I've posted in the #1 post of this thread: if you need one configuration you can add it.
Take care of some of them that might not apply to your system  :-[
The best things in life are free.

kamulko

  • Guest
Re: Understanding avast4.ini file
« Reply #68 on: May 10, 2005, 09:57:52 PM »
Does this option run on XP? And it is supported or not actually? Thanks for your response. ;D

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67195
Re: Understanding avast4.ini file
« Reply #69 on: May 10, 2005, 10:03:08 PM »
Does this option run on XP? And it is supported or not actually? Thanks for your response. ;D
Sorry Kamulko... You should ask the programmers... Igor or pk could say something about...  ::)
The best things in life are free.

kamulko

  • Guest
Re: Understanding avast4.ini file
« Reply #70 on: May 10, 2005, 10:08:23 PM »
ok... now I try and see the effect on my machine. If you hear a big BOOOM!!! is sign of some problem on my machine eheheheh  ;D

jamesbond

  • Guest
Re: Understanding avast4.ini file
« Reply #71 on: June 21, 2005, 06:14:01 AM »
yes, it runs on xp

Offline RejZoR

  • Polymorphic Sheep
  • Serious Graphoman
  • *****
  • Posts: 9406
  • We are supersheep, resistance is futile!
    • RejZoR's Flock of Sheep
Re: Understanding avast4.ini file
« Reply #72 on: July 15, 2005, 02:27:45 PM »
[MailScanner]
MaxConnections   20

Can someone explain to me what is this for exactly? And if this is available for Web Shield...
I assume this means how manny simultaneous connections can this module create(use). I'm looking for new tweaks for AEC and this one draw my attention more than others...
Visit my webpage Angry Sheep Blog

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67195
Re: Understanding avast4.ini file
« Reply #73 on: July 15, 2005, 04:32:25 PM »
Can someone explain to me what is this for exactly? And if this is available for Web Shield...

The default concurrent connection limit is 20 (for mail & news together). If the limit was exceeded, you would see the line Closing connection due to MaxConnections into aswMaiSv.log file. This limit exists not to save resources, but to prevent connection looping in strange configurations, so the user can increase it without worry to, for instance, 50. The value 0 disables the limit.
I think you've understood it...: how many simultaneous connections can this module create(use).

For WebShield, ... hum..., maybe, seems possible, Lukas is the best one to say something.
The best things in life are free.

Offline RejZoR

  • Polymorphic Sheep
  • Serious Graphoman
  • *****
  • Posts: 9406
  • We are supersheep, resistance is futile!
    • RejZoR's Flock of Sheep
Re: Understanding avast4.ini file
« Reply #74 on: July 15, 2005, 11:29:46 PM »
For example if you're using a Network Tweak for Firefox that can boost over 100 simulataneous connections for extreme page loading speed,but Web Shield might be blocking it  from using full potential... If i understand correctly ???
Visit my webpage Angry Sheep Blog