Greetings, I'm happy to say that version 0.9pre3 is available for download in http://prdownloads.sourceforge.net/viralator/viralator-0.9.3.tar.gz?download ...
Hi, I offered Duncan to translate the language file into german. Should I start with the current version or shall I wait till version 0.9.3 and when will it be...
Stefan-Michael. Guent...
S.Guenther@...
Aug 9, 2005 6:58 pm
336
... <S.Guenther@...> escreveu: Hello there, ... Thanks for that. :-) ... Version 0.9.3 is already available for download. Here: ...
Hi, you can download the german translation: http://www.in-put.de/viralator/german.txt I guess in the english file there are two typos: maint = Mantaining...
Stefan-Michael. Guent...
S.Guenther@...
Aug 11, 2005 9:10 am
338
How to use viralator.cgi if WWW server use port another than 80. I am successfully connected to ...
Hi, ... well, the following line in viralator.cgi did it for me: my $servername="192.168.0.1:81"; Good luck, Stefan -- ...
Stefan-Michael. Guent...
S.Guenther@...
Aug 16, 2005 1:39 pm
340
Hello, ... Thanks Stefan, your translation is already available in the new version (0.9.4). ... Corrected. ... mooo... mooo... corrected. :-D ... Done. I...
Hello, ... I translated the two new parameters, here is the new german version: http://www.in-put.de/viralator/german.txt-0.9.4 Regards, Stefan -- ...
Stefan-Michael. Guent...
S.Guenther@...
Aug 22, 2005 9:02 am
342
Hello, I've created ukrainian translation of viralator. It works but I have a problem with charset because viralator by default uses ISO-8859-1 but I need...
... The simplest way is to enable Unicode in Viralator. If you know Perl, you should read perldoc perlunicode to get information about how to do that....
... I changed following line print $viralator->header(-expires => 'now', -charset => 'KOI8-U'); It seems to work for me. Is it correct? ... I'll check this...
... Yes, if you're sure that all your clients support this code page. The real good solution is to use Unicode (UTF-8) and use HTML entities. This make sure...
I have a unique situation where Squid and SquidGuard (SG) is handling requests from three separate networks (192.168.0.0, 172.16.72.0, and 10.62.56.0). I...
Hi. I noticed if there is no antivirus installed the script will return OK to the user and let her download an infected file. I have viralator_0.9.4. This is...
Francesc Guasch
frankie@...
Oct 4, 2005 6:12 pm
348
... I'm afraid yahoo removed the patch. I'll send it later....
Francesc Guasch
frankie@...
Oct 5, 2005 11:12 am
349
... Hello, If you have an account at Sourceforge, you can go to the project page (after you have logged in) and post the patch there. If the patch is short,...
... Hello there, ... Strange... the script should detect an error coming from the child process when it fails to execute the virus scanner. The log message ...
Hola Amigos, Time for some introductions. Alcue, Frankie is brave enough to try and make Viralator into an official debian package. He has asked that we make a...
... bom dia ... Yes, I too saw the "unless ( $? == 0 );" part in the source. I decided to add the checking instead investigating further. I see you're really...
Francesc Guasch
frankie@...
Oct 6, 2005 5:26 pm
353
... So I did a test script with an open3 call that fails. $? returns 65280 in redhat-8.0 perl v5.8.5 and returns 0 in ubuntu-5.10 and debian-3.1 both perl...
Francesc Guasch
frankie@...
Oct 6, 2005 6:12 pm
354
... Holla Francesc, ... That's nasty, I see. I'm afraid I never tried Viralator 0.9.4 in Debian-like Linux... anyway I supposed that you tried Perl 5.8.4 on...
... The check is valid, but as I told you it should working with Open3 checking. Anyway, maybe we should add an extra check, but I'm not sure that using "-e"...
... That's a great thing to hear Frankie! I'm happy that we may have a change to get Viralator into Debian! Attaching the GPL license into the package is...
... I've been digging the root of the problem and though perl is stable there are some packages in our test server that aren't. So I'm installing another one ...
Francesc Guasch
frankie@...
Oct 7, 2005 6:50 am
358
... I did another fix. It looks like the children had no time to end and the SIG wasn't called. I added the waitpid right after the SIG{CHLD}, like this: #...
Francesc Guasch
frankie@...
Oct 7, 2005 12:21 pm
359
... I'm afraid that this may be more complicated than doing this. It may have something related to Debian signal(3) function from the C library. Take a look...
... I'm read the doc and I saw this interesting statement: "On some systems, a value of 0 indicates that there are processes still running." ... I'm not sure...
Francesc Guasch
frankie@...
Oct 10, 2005 3:52 pm
361
... Okay guys, this is totally about code design so I'm going to discuss this with Frankie directly. If it's a Viralator bug, we will release a patch. ...
Hi all, I made the installation without problems it initiates download, but when download finishes it of the error and in log it records the following message...
... This is happening due the security checks that Viralator has (this is from the Perl Taint mode that is turned on by default in the code). The enviroment...