--- alefattorini <alefattorini@...> escreveu:
> how can i include an "abort redirection" section?
> Can you make an
> exemple for me?
There are some examples here:
http://viralator.sourceforge.net/install.html
You should check the documentation of the redirector
you're using to avoid redirecting requests with
dinamic URL's.
Regards,
Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1
_______________________________________________________
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e
anti-spam realmente eficaz.
http://br.info.mail.yahoo.com/
--- In viralator@yahoogroups.com, "Alceu R. de Freitas Jr."
<glasswalk3r@...> wrote:
>
> Hello there,
>
> Before asking in the mailing list, you should have
> check this link:
> http://viralator.sourceforge.net/guidelines.html
>
> In the FAQ there is a explanation (and a solution
> proposal) for your problem:
> http://viralator.sourceforge.net/faq.html#23
Thanks Dude,
but in FAQ section there is:
---
To avoid problem with "dinamic" URL's, just include as "abort
redirection" section in the redirection program url that contains "?",
"=" or "&". In the RFC (from W3C) this symbols indicates queries and
shouldn't be sent to Viralator (at least at this very stage of
development).
---
how can i include an "abort redirection" section? Can you make an
exemple for me?
Thanks in advance
Alessio
When I download this file:
http://download.skype.com/SkypeSetup.exe?20081.exe
I receive this error from viralator:
----
You cannot download from this site!
The given url is not valid.
Please contact your system administrator for details.
----
Where is the problem? I'm using viralator 0.9.5
Help me!!
Alessio
My suggestion is that you take a look at the reply
from bitdefender and see if the regular expression in
Viralator is correct.
Another suggestion is that you try to use the BETA
version of Viralator. Despite being beta, it is being
actively developed, while the stable is not.
Regards,
Alceu
--- Prashant <passionprashant@...> escreveu:
> hello members,
> I have downloaded
> viralator-09pre2.zip. I tried to
> install viralator with the help of given instruction
> in
> http://viralator.sourceforge.net/install.html, but
> unable to achieve
> the functionality that viralator provides.
>
> I want to achieve the redirection like below
> squid -> squidGuard -> viralator -> bitdefender
> antivirous
>
> My OS version is redhat linux 7.3 which works as a
> server.
>
> 1) I have succesfully installed squid and squidGuard
> on my system and
> also bitdefender antivirous.
>
> 2) I have successfully achieved redirection from
> squid to squidGuard.
> But i am not sure about redirection from squidGuard
> to viralator. I
> have added below line in default case in
> squidGuard.conf,
> http://mywebserver/cgi-bin/viralator.cgi
>
> 3) I have created "viralator" as username in system
> with password set
> and "viralator" as a system group.
>
> I have added ,
> <VirtualHost ...>
> ...
> ...
> User viralator
> Group viralator
> </VirtualHost>
>
> in httpd.conf
>
> 4) then i created directory "downloads" at web
> viewable area,
> .../primary/html/downloads and changed ownership and
> group of cgi-bin
> to viralator. also done chmod 755 to viralator.cgi
>
> 5) viralator script editing is something like
> below,i have added,
> $antivirus="BITDEFENDER";
> $virusscanner{"BITDEFENDER"} = "bdc";
> $virusscannerpath{"BITDEFENDER"} = "/usr/bin/";
> $viruscmd{"BITDEFENDER"} = "--all --arc
> --log=/etc/viralator/logs/bdc.log";
> $downloads =
> "/home/netserve/files/primary/html/downloads";
> $downloadsdir = "/downloads/";
> $logfile = "$downloads/viralator.log";
> $wget = "/usr/bin/";
> $deleteaction = "mantain";
> $virusfound{"BITDEFENDER"}{"en"} = "Infected files
> :";
>
> 5) then, "service squid restart"
> " service httpd restart"
>
> Then at client machine(windows) i download test zip
> file mentioned in
> http://viralator.sourceforge.net/install.html, but
> instaed of getting
> message that "virus found" , the test zip file gets
> downloaded
> successfully on my windows machine.
>
> I am unable to achieve the functionality of
> viralator.
> Any help will be appriciated.
>
> Thanking you in advance,
> prashant
>
>
>
>
>
>
> Visit Viralator homepage at
> http://viralator.sourceforge.net
> Yahoo! Groups Links
>
>
> viralator-unsubscribe@yahoogroups.com
>
>
>
>
>
_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com
hello members,
I have downloaded viralator-09pre2.zip. I tried to
install viralator with the help of given instruction in
http://viralator.sourceforge.net/install.html, but unable to achieve
the functionality that viralator provides.
I want to achieve the redirection like below
squid -> squidGuard -> viralator -> bitdefender antivirous
My OS version is redhat linux 7.3 which works as a server.
1) I have succesfully installed squid and squidGuard on my system and
also bitdefender antivirous.
2) I have successfully achieved redirection from squid to squidGuard.
But i am not sure about redirection from squidGuard to viralator. I
have added below line in default case in squidGuard.conf,
http://mywebserver/cgi-bin/viralator.cgi
3) I have created "viralator" as username in system with password set
and "viralator" as a system group.
I have added ,
<VirtualHost ...>
...
...
User viralator
Group viralator
</VirtualHost>
in httpd.conf
4) then i created directory "downloads" at web viewable area,
.../primary/html/downloads and changed ownership and group of cgi-bin
to viralator. also done chmod 755 to viralator.cgi
5) viralator script editing is something like below,i have added,
$antivirus="BITDEFENDER";
$virusscanner{"BITDEFENDER"} = "bdc";
$virusscannerpath{"BITDEFENDER"} = "/usr/bin/";
$viruscmd{"BITDEFENDER"} = "--all --arc
--log=/etc/viralator/logs/bdc.log";
$downloads = "/home/netserve/files/primary/html/downloads";
$downloadsdir = "/downloads/";
$logfile = "$downloads/viralator.log";
$wget = "/usr/bin/";
$deleteaction = "mantain";
$virusfound{"BITDEFENDER"}{"en"} = "Infected files :";
5) then, "service squid restart"
" service httpd restart"
Then at client machine(windows) i download test zip file mentioned in
http://viralator.sourceforge.net/install.html, but instaed of getting
message that "virus found" , the test zip file gets downloaded
successfully on my windows machine.
I am unable to achieve the functionality of viralator.
Any help will be appriciated.
Thanking you in advance,
prashant
hello members,
I have downloaded viralator-09pre2.zip. I tried to
install viralator with the help of given instruction in
http://viralator.sourceforge.net/install.html, but unable to achieve
the functionality that viralator provides.
I want to achieve the redirection like below
squid -> squidGuard -> viralator -> bitdefender antivirous
My OS version is redhat linux 7.3.
1) I have succesfully installed squid and squidGuard on my system and
also bitdefender antivirous.
2) I have successfully achieved redirection from squid to squidGuard.
But i am not sure about redirection from squidGuard to viralator. I
have added below line in default case in squidGuard.conf,
http://mywebserver/cgi-bin/viralator.cgi
3) I have created "viralator" as username in system with password set
and "viralator" as a system group.
I have added ,
<VirtualHost ...>
...
...
User viralator
Group viralator
</VirtualHost>
in httpd.conf
4) then i created directory "downloads" at web viewable area,
.../primary/html/downloads and changed ownership and group of cgi-bin
to viralator
5) viralator script editing is something like below,i have added,
$virusscanner{"BITDEFENDER"} = "bdc";
$virusscannerpath{"BITDEFENDER"} = "/usr/bin/";
5)
--- stefan.mueller@... escreveu:
> > 1 - Try to fetch the file you're trying with wget
> and
> > lwp-download Perl script to see what happens;
>
> I am not familiar with Perl, so i can't check the
> LWP Download. wget is
> working as expected
Execute in a shell:
perl -MCPAN -e shell
Then, in the new shell, type:
install LWP
That's install the newest version of LWP. If you're
using a Linux package with this module, uninstall it
first. The LWP setup will ask to install the lwp-get
and lwp-download scripts. Reply with a yes to get them
installed.
> > 2 - Check if this is a FTP issue or it happens
> with
> > HTTP too;
>
> Couldn't check this per HTTP, cause the file is only
> available per FTP and
> i haven't found a "big" http file to test.
Anders has been downloading Linux ISO images without
problem (but it takes a long time to finish, so he
asked for a limit in viralator.conf).
> > 3 - Check the logs and if the file is 100%, check
> if
> > the file is located at the download directory in
> the
> > Apache server and see if the files is complete or
> not.
>
> The file is 100% complete in the downloads directory
viralator.cgi should complain about not being able to
run the viruscanner.
> > 4 - Does the server timeout or something like
> that?
>
> No ..... the download server has no timeouts,
> viralator never starts the
> virus scanner ... :(
I meant the viralator.cgi page timeout. Anyway, the
Apache log file doesn't show anything regarding an
error?
You may want to test your viruscanner or try to use a
different one, like Clamav to see if this is not a
issue related to Sophos only.
Regards,
Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1
_______________________________________________________
Yahoo! doce lar. Faça do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html
> 1 - Try to fetch the file you're trying with wget and
> lwp-download Perl script to see what happens;
I am not familiar with Perl, so i can't check the LWP Download. wget is
working as expected
> 2 - Check if this is a FTP issue or it happens with
> HTTP too;
Couldn't check this per HTTP, cause the file is only available per FTP and
i haven't found a "big" http file to test.
> 3 - Check the logs and if the file is 100%, check if
> the file is located at the download directory in the
> Apache server and see if the files is complete or not.
The file is 100% complete in the downloads directory
> 4 - Does the server timeout or something like that?
No ..... the download server has no timeouts, viralator never starts the
virus scanner ... :(
viralator@yahoogroups.com schrieb am 28.03.2006 11:37:05:
> Hello,
>
> Some tips for you to test this issue:
>
> 1 - Try to fetch the file you're trying with wget and
> lwp-download Perl script to see what happens;
> 2 - Check if this is a FTP issue or it happens with
> HTTP too;
> 3 - Check the logs and if the file is 100%, check if
> the file is located at the download directory in the
> Apache server and see if the files is complete or not.
> 4 - Does the server timeout or something like that?
>
> Regards,
> Alceu
>
> --- stefan.mueller@... escreveu:
>
> > Hi All,
> >
> > please confirm:
> >
> >
> ftp://81.169.137.69/download/PDFConvPro3_German_Trial.zip
> > (around 94 MB)
> >
> > If you download this file, the download will never
> > "finish". If the bar is
> > 100%, virus scanner is never started. (Happend with
> > Sophos).
> >
> > Has someone informations on this?
> >
> > Sincerly
>
>
>
>
>
> _______________________________________________________
>
> Yahoo! doce lar. Faça do Yahoo! sua homepage.
> http://br.yahoo.com/homepageset.html
>
>
> _______________________________________________________
> Novo Yahoo! Messenger com voz: Instale agora e faça ligações de graça.
> http://br.messenger.yahoo.com/
>
>
> Visit Viralator homepage at http://viralator.sourceforge.net
>
> YAHOO! GROUPS LINKS
>
> Visit your group "viralator" on the web.
>
> To unsubscribe from this group, send an email to:
> viralator-unsubscribe@yahoogroups.com
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
________________________________________________________________________________\
_
autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang
Stefan Mueller
Diehl BGT Defence GmbH & Co. KG
Fischbachstrasse 16
D-90552 Roethenbach a. d. Pegnitz
Phone: +49 911 957 2600
Fax: +49 911 957 2190
mailto:Stefan.Mueller@...
Hello,
Some tips for you to test this issue:
1 - Try to fetch the file you're trying with wget and
lwp-download Perl script to see what happens;
2 - Check if this is a FTP issue or it happens with
HTTP too;
3 - Check the logs and if the file is 100%, check if
the file is located at the download directory in the
Apache server and see if the files is complete or not.
4 - Does the server timeout or something like that?
Regards,
Alceu
--- stefan.mueller@... escreveu:
> Hi All,
>
> please confirm:
>
>
ftp://81.169.137.69/download/PDFConvPro3_German_Trial.zip
> (around 94 MB)
>
> If you download this file, the download will never
> "finish". If the bar is
> 100%, virus scanner is never started. (Happend with
> Sophos).
>
> Has someone informations on this?
>
> Sincerly
_______________________________________________________
Yahoo! doce lar. Faça do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html
_______________________________________________________
Novo Yahoo! Messenger com voz: Instale agora e faça ligações de graça.
http://br.messenger.yahoo.com/
Hi All,
please confirm:
ftp://81.169.137.69/download/PDFConvPro3_German_Trial.zip (around 94 MB)
If you download this file, the download will never "finish". If the bar is
100%, virus scanner is never started. (Happend with Sophos).
Has someone informations on this?
Sincerly
________________________________________________________________________________\
_
autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang
Stefan Mueller
Diehl BGT Defence GmbH & Co. KG
Fischbachstrasse 16
D-90552 Roethenbach a. d. Pegnitz
Phone: +49 911 957 2600
Fax: +49 911 957 2190
mailto:Stefan.Mueller@...
--- "Mauricio Teixeira (netmask)" <netmask@...>
escreveu:
> Em Seg, 2006-03-13 às 11:14 -0300, Alceu R. de
> Freitas Jr. escreveu:
>
> > To "fix" the performance penalty for that (and
> reading
> > checking the possibility to use mod_perl or
> fastCGI to
>
> Why not just making it as a daemon?
That's a good sugestion and I think we should think
about it. The only issue I see here is if we won't
have more trouble dealing with HTTP transactions (that
is readly available with Apache) then only
implementing persistence for Viralator using mod_perl
or FastCGI.
Regards,
Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1
_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com
Em Seg, 2006-03-13 Ã s 11:14 -0300, Alceu R. de Freitas Jr. escreveu:
> To "fix" the performance penalty for that (and reading
> checking the possibility to use mod_perl or fastCGI to
Why not just making it as a daemon?
--
% Mauricio Teixeira (netmask)
% mteixeira{a}webset{d}net <> Maceio/AL/BR
% http://mteixeira.webset.net <> http://pmping.sf.net
--- "R.SANTHANA GOPALAN" <santhana_g@...>
escreveu:
> --- In viralator@yahoogroups.com, "Alceu R. de
> Freitas Jr."
> <glasswalk3r@...> wrote:
> > Do you think that is better to parse the log files
> and
> > insert the information into the database or make
> the
> > redirector do this by itself, instead of creating
> text
> > files? I'm not aware of any redirector that is
> capable
> > of doing that.
>
> Parsing the log file and insert into the Database
> is not a good
> design. Viralator can insert into the Database in
> addition to the
> writing to the log file.
I must disagree in that one. Unless you tell me that
you need "online" information (which I really don't
think is necessary) you can process this with batch
jobs and insert the data into the database.
I know that is easier to make the raw go into the
database, but adding DBI and DBD::whatever into
Viralator code will make it heavier and slower than
just opening a file and writing the info there.
By the way, Viralator logs only warnings and errors in
the Apache log file. There is no DEBUG information.
This may change in the future (I'm thinking in adding
Log4Perl into the viralator.cgi since some admins are
still having problems to get Viralator up and running:
debug information should help with this).
> > I really didn't get the idea behing this. Looks
> like
> > we're just trying to avoid downloading a file
> again,
> > but this would be accomplished easily just making
> > Viralator using the Squid cache.
> >
>
> Yes. I mean something like a "management" page
> where all users can
> see all downloaded files with comments. I found
> Squiq cache is not
> enough. Anybody in the enterprize can add their own
> comments.
I see that you want "meta" information about the
downloaded files. Again, I can tell that this is not
the project's main idea, but we could have an API that
helps people to add plugins like this one that you
want.
> I agree that the statistics is not a part of the
> current existing
> viralator.cgi file. If we support the Database then
> we can write it in
> PHP and do the good statistical reports.
We could add Log4Perl and make it possible to write
down this information into files or database (but I'm
not telling this won't cause performance issues). Once
this is done, you can define a level at Log4Perl to
have the data that you need.
Regards,
Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1
_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com
Hello there,
--- "R.SANTHANA GOPALAN" <santhana_g@...>
escreveu:
> I saw the viralator log text files and it contains
> usefull
> informations. But I am looking the viralator to be
> use as the
> knowledge sharing across the enterprise.
I got your point. But this is not the objective of
Viralator project. The project's target is to protect
users when downloading files instead of denying it and
creating another level of security than only using a
virus scanner at the workstation.
> While
> downloading itself I
> can say my comments about why I am going to
> download. Also I want to
> know any other persons is downloading the similar
> files. These kind of
> checking and adding user comments are possible only
> if the viralator
> log into the Database in additional to the log
> files.
The best we could do is deliver an API that you could
use to easily add plugins to Viralator. Nowadays I can
say to you that this is very difficult to implement.
Viralator design is not modular by now. This may
change in the feature when we starting using OOP and
MVC pattern.
> Ofcourse. I want everyone in the enterprise can
> see the list of all
> the files that are downloaded. (If required the use
> can select the
> option during download by marking personnel or
> sharred. If it is
> marked as personnel then other persons will not able
> to see that
> particular file).
I'm curious. What benefity this would bring to the
users?
> It is more easy if we store the data in the
> Database. I found
> parsing the large amount of the text based log file
> took longer time
> and it is not much flexible as the Database.
If you planning to do some search and reports, yes it
is.
Regards,
Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1
_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com
Hi,
See my comments
--- In viralator@yahoogroups.com, "Alceu R. de Freitas Jr."
<glasswalk3r@...> wrote:
>
> Hello there,
>
> --- stefan.mueller@... escreveu:
>
> > > - Able to log the user, download file, size,
> > etc. in the DB. (eg.
> > MySQL)
> >
> > We are doing this already, our redirector logs the
> > usage for us in a
> > textfile. Filesize isn't included, but downloaded
> > file, user, etc...
>
> Do you think that is better to parse the log files and
> insert the information into the database or make the
> redirector do this by itself, instead of creating text
> files? I'm not aware of any redirector that is capable
> of doing that.
Parsing the log file and insert into the Database is not a good
design. Viralator can insert into the Database in addition to the
writing to the log file.
>
> > > - User can able to provide their comments while
> > downloading the
> > > files. It can be personnel, shared, etc.
> > > - In case of the shared the another user can
> > able to access the
> > > files without download the files once again from
> > the external site.
> > > This will help to share the knowledge.
> >
> > This is a planned feature. You just have to use
> > Squids Proxy Features to
> > "not download" again a file. But i think you mean
> > something like a "management" page where all users
> > can see all downloaded
> > files with comments and can request it
> > out of the squid, right?
>
> I really didn't get the idea behing this. Looks like
> we're just trying to avoid downloading a file again,
> but this would be accomplished easily just making
> Viralator using the Squid cache.
>
Yes. I mean something like a "management" page where all users can
see all downloaded files with comments. I found Squiq cache is not
enough. Anybody in the enterprize can add their own comments.
> There was a guy at the Viralator forum that put that
> to work. While is not that difficult to implement, we
> should be aware that is necessary to remove the file
> from Squid cache if the file is infected.
>
> Please, give a better explanation for such feature
> (that I'll call from now "user comments").
>
> > > - Statistics of how much downloaded, how much
> > shared, user
> > > downloaded files, user downloaded size, ... etc.
> >
> > Most statistics can be gotten from the Redirector,
> > but it should be very
> > simple to write a patch for viralator for some basic
> > statistics in Textfiles ;)
>
> This is interesting feature. But we should be aware
> that Viralator is doing quite a lot of stuff already:
> reading configuration files, translations files and
> doing a lot of things for a simple CGI that can be
> called a lot of times depending on user behaviour.
>
I agree that the statistics is not a part of the current existing
viralator.cgi file. If we support the Database then we can write it in
PHP and do the good statistical reports.
> IMHO, we should limit the amount of features till
> version 1.0, when we should have (finally!) a stable
> version to release.
>
> After that, my planning is to modify Viralator
> architeture to implement a new model using full OOP
> and MVC pattern. This will allow us to change code
> easier.
>
I appreciate.
With regards,
R. SANTHANA GOPALAN.
> To "fix" the performance penalty for that (and reading
> the configuration files for each request), I'm
> checking the possibility to use mod_perl or fastCGI to
> do that. First of all, I'm testing mod_perl features:
> the big issue here may be forking processes (the virus
> scanner programs) inside the mod_perl enviroment,
> which I don't know if will be difficult to implement
> or even impossible.
>
> Another feature that I'm looking for is to use
> templates for the views in Viralator pages. This would
> make possible to the user to create full customized
> pages for Viralator views.
>
> And last, but not least, is to include full Unicode
> support on Viralator.
>
> As you can see, that is a lot of work to do. :-)
>
> Regards,
>
>
> Alceu Rodrigues de Freitas Junior
> --------------------------------------
> glasswalk3r@...
> http://www.imortais.cjb.net
> -----------------------------------------------------------------------
> A well-used door needs no oil on its hinges.
> A swift-flowing stream does not grow stagnant.
> Neither sound nor thoughts can travel through a vacuum.
> Software rots if not used.
> These are great mysteries -- The Tao Of Programming, 5.1
>
>
>
>
>
>
>
>
> _______________________________________________________
> Yahoo! doce lar. Faça do Yahoo! sua homepage.
> http://br.yahoo.com/homepageset.html
>
Hi,
See my comments below.
--- In viralator@yahoogroups.com, stefan.mueller@... wrote:
>
> Hi,
>
> just some short comments.
>
> > - Able to log the user, download file, size, etc. in the DB. (eg.
> MySQL)
>
> We are doing this already, our redirector logs the usage for us in a
> textfile. Filesize isn't included, but downloaded file, user, etc...
I saw the viralator log text files and it contains usefull
informations. But I am looking the viralator to be use as the
knowledge sharing across the enterprise. While downloading itself I
can say my comments about why I am going to download. Also I want to
know any other persons is downloading the similar files. These kind of
checking and adding user comments are possible only if the viralator
log into the Database in additional to the log files.
>
> > - User can able to provide their comments while downloading the
> > files. It can be personnel, shared, etc.
> > - In case of the shared the another user can able to access the
> > files without download the files once again from the external site.
> > This will help to share the knowledge.
>
> This is a planned feature. You just have to use Squids Proxy Features to
> "not download" again a file. But i think you mean
> something like a "management" page where all users can see all
downloaded
> files with comments and can request it
> out of the squid, right?
>
Ofcourse. I want everyone in the enterprise can see the list of all
the files that are downloaded. (If required the use can select the
option during download by marking personnel or sharred. If it is
marked as personnel then other persons will not able to see that
particular file).
> > - Statistics of how much downloaded, how much shared, user
> > downloaded files, user downloaded size, ... etc.
>
> Most statistics can be gotten from the Redirector, but it should be very
> simple to write a patch for viralator for some basic
> statistics in Textfiles ;)
>
It is more easy if we store the data in the Database. I found
parsing the large amount of the text based log file took longer time
and it is not much flexible as the Database.
> Just my 2 cents :)
>
>
>
> viralator@yahoogroups.com schrieb am 11.03.2006 05:44:53:
>
> > Hi,
> >
> > Following are the requirements for the next generation Viralator
> >
> > - Able to log the user, download file, size, etc. in the DB. (eg.
> MySQL)
> > - User can able to provide their comments while downloading the
> > files. It can be personnel, shared, etc.
> > - In case of the shared the another user can able to access the
> > files without download the files once again from the external site.
> > This will help to share the knowledge.
> > - Statistics of how much downloaded, how much shared, user
> > downloaded files, user downloaded size, ... etc.
> >
> > I am ready to contribute on my free time. Let me know your comments
> > about this requirement.
> >
> > With regards,
> > R. SANTHANA GOPALAN.
> >
> >
> >
> > Visit Viralator homepage at http://viralator.sourceforge.net
> >
> > SPONSORED LINKS
> >
> > System utility software
> >
> > System utility
> >
> > YAHOO! GROUPS LINKS
> >
> > Visit your group "viralator" on the web.
> >
> > To unsubscribe from this group, send an email to:
> > viralator-unsubscribe@yahoogroups.com
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
________________________________________________________________________________\
_
> autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang
>
> Stefan Mueller
>
> Diehl BGT Defence GmbH & Co. KG
> Fischbachstrasse 16
> D-90552 Roethenbach a. d. Pegnitz
>
> Phone: +49 911 957 2600
> Fax: +49 911 957 2190
> mailto:Stefan.Mueller@...
>
-----------------------------------------------------
With regards,
R. SANTHANA GOPALAN.
Hello there,
--- stefan.mueller@... escreveu:
> > - Able to log the user, download file, size,
> etc. in the DB. (eg.
> MySQL)
>
> We are doing this already, our redirector logs the
> usage for us in a
> textfile. Filesize isn't included, but downloaded
> file, user, etc...
Do you think that is better to parse the log files and
insert the information into the database or make the
redirector do this by itself, instead of creating text
files? I'm not aware of any redirector that is capable
of doing that.
> > - User can able to provide their comments while
> downloading the
> > files. It can be personnel, shared, etc.
> > - In case of the shared the another user can
> able to access the
> > files without download the files once again from
> the external site.
> > This will help to share the knowledge.
>
> This is a planned feature. You just have to use
> Squids Proxy Features to
> "not download" again a file. But i think you mean
> something like a "management" page where all users
> can see all downloaded
> files with comments and can request it
> out of the squid, right?
I really didn't get the idea behing this. Looks like
we're just trying to avoid downloading a file again,
but this would be accomplished easily just making
Viralator using the Squid cache.
There was a guy at the Viralator forum that put that
to work. While is not that difficult to implement, we
should be aware that is necessary to remove the file
from Squid cache if the file is infected.
Please, give a better explanation for such feature
(that I'll call from now "user comments").
> > - Statistics of how much downloaded, how much
> shared, user
> > downloaded files, user downloaded size, ... etc.
>
> Most statistics can be gotten from the Redirector,
> but it should be very
> simple to write a patch for viralator for some basic
> statistics in Textfiles ;)
This is interesting feature. But we should be aware
that Viralator is doing quite a lot of stuff already:
reading configuration files, translations files and
doing a lot of things for a simple CGI that can be
called a lot of times depending on user behaviour.
IMHO, we should limit the amount of features till
version 1.0, when we should have (finally!) a stable
version to release.
After that, my planning is to modify Viralator
architeture to implement a new model using full OOP
and MVC pattern. This will allow us to change code
easier.
To "fix" the performance penalty for that (and reading
the configuration files for each request), I'm
checking the possibility to use mod_perl or fastCGI to
do that. First of all, I'm testing mod_perl features:
the big issue here may be forking processes (the virus
scanner programs) inside the mod_perl enviroment,
which I don't know if will be difficult to implement
or even impossible.
Another feature that I'm looking for is to use
templates for the views in Viralator pages. This would
make possible to the user to create full customized
pages for Viralator views.
And last, but not least, is to include full Unicode
support on Viralator.
As you can see, that is a lot of work to do. :-)
Regards,
Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1
_______________________________________________________
Yahoo! doce lar. Faça do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html
Hi,
just some short comments.
> - Able to log the user, download file, size, etc. in the DB. (eg.
MySQL)
We are doing this already, our redirector logs the usage for us in a
textfile. Filesize isn't included, but downloaded file, user, etc...
> - User can able to provide their comments while downloading the
> files. It can be personnel, shared, etc.
> - In case of the shared the another user can able to access the
> files without download the files once again from the external site.
> This will help to share the knowledge.
This is a planned feature. You just have to use Squids Proxy Features to
"not download" again a file. But i think you mean
something like a "management" page where all users can see all downloaded
files with comments and can request it
out of the squid, right?
> - Statistics of how much downloaded, how much shared, user
> downloaded files, user downloaded size, ... etc.
Most statistics can be gotten from the Redirector, but it should be very
simple to write a patch for viralator for some basic
statistics in Textfiles ;)
Just my 2 cents :)
viralator@yahoogroups.com schrieb am 11.03.2006 05:44:53:
> Hi,
>
> Following are the requirements for the next generation Viralator
>
> - Able to log the user, download file, size, etc. in the DB. (eg.
MySQL)
> - User can able to provide their comments while downloading the
> files. It can be personnel, shared, etc.
> - In case of the shared the another user can able to access the
> files without download the files once again from the external site.
> This will help to share the knowledge.
> - Statistics of how much downloaded, how much shared, user
> downloaded files, user downloaded size, ... etc.
>
> I am ready to contribute on my free time. Let me know your comments
> about this requirement.
>
> With regards,
> R. SANTHANA GOPALAN.
>
>
>
> Visit Viralator homepage at http://viralator.sourceforge.net
>
> SPONSORED LINKS
>
> System utility software
>
> System utility
>
> YAHOO! GROUPS LINKS
>
> Visit your group "viralator" on the web.
>
> To unsubscribe from this group, send an email to:
> viralator-unsubscribe@yahoogroups.com
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
________________________________________________________________________________\
_
autocreated E-Mail Appendix / automatisch erzeugter E-Mail Anhang
Stefan Mueller
Diehl BGT Defence GmbH & Co. KG
Fischbachstrasse 16
D-90552 Roethenbach a. d. Pegnitz
Phone: +49 911 957 2600
Fax: +49 911 957 2190
mailto:Stefan.Mueller@...
Hi,
Following are the requirements for the next generation Viralator
- Able to log the user, download file, size, etc. in the DB. (eg. MySQL)
- User can able to provide their comments while downloading the
files. It can be personnel, shared, etc.
- In case of the shared the another user can able to access the
files without download the files once again from the external site.
This will help to share the knowledge.
- Statistics of how much downloaded, how much shared, user
downloaded files, user downloaded size, ... etc.
I am ready to contribute on my free time. Let me know your comments
about this requirement.
With regards,
R. SANTHANA GOPALAN.
Hello there,
--- "G.Girard" <cyberoux@...> escreveu:
> I noticed that the viralator script now uses CGI
> version 3.15,
> unfortunately my own version is 3.10. I changed the
> variable in the
> script, so it launches. Is it necessary for some
> functions to be in 3.15 ?
In fact, this was used due a strange behaviour from IE
6 when using Viralator with FTP files checking. In
those cases, Viralator was generating a HTML document
with a XML declaration at the top of it. For some
strange reason, IE was identifying this as a XML file
and not processing it as HTML: the result is a bunch
of code appearing in the browser instead of the
regular page of Viralator.
CGI.pm versions before 3.15 where failing miserably to
adjust the HTTP header as desired. That's why you
should get the newer version at CPAN.
> By the way, i'll try to produce a french translation
> ASAP.
Thanks for that.
Regards,
Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1
_______________________________________________________
Yahoo! doce lar. Faça do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html
Hi there,
It's been a long time since I didn't wrote to the list, but however,
i've been following the evolutions on both lists.
I noticed that the viralator script now uses CGI version 3.15,
unfortunately my own version is 3.10. I changed the variable in the
script, so it launches. Is it necessary for some functions to be in 3.15 ?
By the way, i'll try to produce a french translation ASAP.
G.Girard
Greetings,
Shame on me, there is a bug at Viralator 0.9.6 that
makes the charset option to not work at the HTTP
header, making pages that uses different charsets than
ISO-8859-1.
I supplied a patch to fix that, you should be able to
apply the fix only typing
patch < patch-0.9.6
in the directory where is located the viralator.cgi
file.
You can reach the patches webpage at
https://sourceforge.net/tracker/?group_id=95856&atid=612854
Regards,
Alceu
Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1
_______________________________________________________
Yahoo! doce lar. Faça do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html
Hello there,
I writing to tell you that there is a new version of
Viralator available for download. You should check the
CHANGELOG file to see the new changes.
My advice is that you update your boxes. I corrected
some serious bugs. And now you can change a bit the
look of Viralator, since I put the CSS outside the
code.
Regards,
Alceu Rodrigues de Freitas Junior
--------------------------------------
glasswalk3r@...http://www.imortais.cjb.net
-----------------------------------------------------------------------
A well-used door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1
_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com