jetzt: 2024_11_10
bot music
botmusic takes the ip numbers that try to access http://botnik.net/index.php (which are probably mostly bots) drags them into an image and switch them into a sound. you can play with with the play button on the left you can start/stop playing the ips of the chosen day as a kind of track one after the other. with a slider you can change the speed or check for "loop". the actual playing ips are shown on as an animation with their ip number, date and time of access and location if possible. you can hide/show the animation by checking the "hide animation" box click or tap on the small images to play/stop their frequency. with the slider on top you can change the length of the play or check the "endless" box to let them play until you stop it. while playing you can see the ip number, date and time of access and location if possible. on the top right you can open a menu of to select past logfiles for play. about ip sound and vision the ip (internet protocoll) number is a unique number for every person, computer, bot or thing, connected to the internet to be identified. an ip number always consists of 4 numbers between 0 and 255 divided by a dot. your ip number is 18.118.253.124 and you might be in columbus / ohio / united states as an image it looks like this: generated by the following php script: $ip = "18.118.253.124"; $ips = explode(".",$ip); $image = imagecreate(255, 255); $farbe_body=imagecolorallocate($image,$ips[0],$ips[0],$ips[0]); $farbe_border = imagecolorallocate($image,$ips[1],$ips[2],$ips[3]); $farbe_ip = imagecolorallocate($image,$ips[1],$ips[2],$ips[3]); $ips2 = 255 - $ips[2]; $ips3 = 255 - $ips[3]; $mess_p = array($ips[0],0,255,$ips[1],$ips2,255,0,$ips3); imagefilledpolygon($image, $mess_p, 4 , $farbe_ip); header('Content-Type: image/png'); return imagepng($image); a 255pxx255px square is created. the background-color is the first number (18) as an rgb value - rgb(18,18,18). another square is created, its corners are the 4 numbers as pixel on the 4 edges. it is filled with a color that results of the last 3 numbers as rgb values rgb(118,253,124) as a tone it sounds like this: click generated by the following javascript: function play_example(freq, time) { var audioCtx = new(window.AudioContext || window.webkitAudioContext)(); tone.= audioCtx.createOscillator(); tone.type = 'sine'; tone.frequency.value = frequency; tone.connect(audioCtx.destination); tone.start(); setTimeout( function() { tone.stop(); }, lenght); } var ip = 18.118.253.124; var freq = (18 + 118 + 253 + 124)/4; freq Math.round(freq); var time = freq*10; play_ip(128, 1280); a frequency is calculated by the queer (as queer) sum of the ip number. the lenght is the frequency*10. your ip number plays a sine wave of 128 for 1280ms. it is all pretty easy ... mimi kritik made some tracks out of it. click here
$ip = "18.118.253.124"; $ips = explode(".",$ip); $image = imagecreate(255, 255); $farbe_body=imagecolorallocate($image,$ips[0],$ips[0],$ips[0]); $farbe_border = imagecolorallocate($image,$ips[1],$ips[2],$ips[3]); $farbe_ip = imagecolorallocate($image,$ips[1],$ips[2],$ips[3]); $ips2 = 255 - $ips[2]; $ips3 = 255 - $ips[3]; $mess_p = array($ips[0],0,255,$ips[1],$ips2,255,0,$ips3); imagefilledpolygon($image, $mess_p, 4 , $farbe_ip); header('Content-Type: image/png'); return imagepng($image);
function play_example(freq, time) { var audioCtx = new(window.AudioContext || window.webkitAudioContext)(); tone.= audioCtx.createOscillator(); tone.type = 'sine'; tone.frequency.value = frequency; tone.connect(audioCtx.destination); tone.start(); setTimeout( function() { tone.stop(); }, lenght); } var ip = 18.118.253.124; var freq = (18 + 118 + 253 + 124)/4; freq Math.round(freq); var time = freq*10; play_ip(128, 1280);
play logfile from 20.09.2024 (tap or click start) speed x 1 loop hide animation
play single ip (tap or click small image) lenght x 10 endless
older logs
10.11.2024
09.11.2024
08.11.2024
07.11.2024
06.11.2024
05.11.2024
04.11.2024
03.11.2024
02.11.2024
01.11.2024
31.10.2024
30.10.2024
29.10.2024
28.10.2024
27.10.2024
26.10.2024
25.10.2024
24.10.2024
23.10.2024
22.10.2024
21.10.2024
20.10.2024
19.10.2024
18.10.2024
17.10.2024
16.10.2024
15.10.2024
14.10.2024
13.10.2024
12.10.2024
11.10.2024
10.10.2024
09.10.2024
08.10.2024
07.10.2024
06.10.2024
05.10.2024
04.10.2024
03.10.2024
02.10.2024
01.10.2024
30.09.2024
29.09.2024
28.09.2024
27.09.2024
26.09.2024
25.09.2024
24.09.2024
23.09.2024
22.09.2024
21.09.2024
20.09.2024
19.09.2024
18.09.2024
17.09.2024
16.09.2024
15.09.2024
14.09.2024
13.09.2024
12.09.2024
11.09.2024
10.09.2024
09.09.2024
08.09.2024
07.09.2024
06.09.2024
05.09.2024
04.09.2024
03.09.2024
02.09.2024
01.09.2024
31.08.2024
30.08.2024
29.08.2024
28.08.2024
27.08.2024
26.08.2024
25.08.2024
24.08.2024
23.08.2024
22.08.2024
21.08.2024
20.08.2024
19.08.2024
18.08.2024
17.08.2024
16.08.2024
15.08.2024
14.08.2024
13.08.2024
12.08.2024
07.08.2024
06.08.2024
05.08.2024
04.08.2024
03.08.2024
02.08.2024
01.08.2024
31.07.2024
30.07.2024
29.07.2024
28.07.2024
27.07.2024
26.07.2024
25.07.2024
24.07.2024
23.07.2024
22.07.2024
21.07.2024
20.07.2024
19.07.2024
18.07.2024
17.07.2024
16.07.2024
15.07.2024
14.07.2024
13.07.2024
12.07.2024
11.07.2024
10.07.2024
09.07.2024
08.07.2024
07.07.2024
06.07.2024
05.07.2024
04.07.2024
03.07.2024
02.07.2024
01.07.2024
30.06.2024
29.06.2024
28.06.2024
27.06.2024
26.06.2024
25.06.2024
24.06.2024
23.06.2024
22.06.2024
21.06.2024
20.06.2024
19.06.2024
18.06.2024
17.06.2024
16.06.2024
15.06.2024
14.06.2024
13.06.2024
12.06.2024
11.06.2024
10.06.2024
09.06.2024
08.06.2024
07.06.2024
06.06.2024
05.06.2024
04.06.2024
03.06.2024
02.06.2024
01.06.2024
31.05.2024
30.05.2024
29.05.2024
28.05.2024
27.05.2024
26.05.2024
25.05.2024
24.05.2024
23.05.2024
22.05.2024
21.05.2024
20.05.2024
19.05.2024
18.05.2024
17.05.2024
16.05.2024
15.05.2024
14.05.2024
13.05.2024
12.05.2024
11.05.2024
10.05.2024
09.05.2024
08.05.2024
07.05.2024
06.05.2024
05.05.2024
04.05.2024
03.05.2024
02.05.2024
01.05.2024
30.04.2024
29.04.2024
28.04.2024
27.04.2024
26.04.2024
25.04.2024
24.04.2024
23.04.2024
22.04.2024
21.04.2024
20.04.2024
19.04.2024
18.04.2024
17.04.2024
16.04.2024
15.04.2024
14.04.2024
13.04.2024
12.04.2024
11.04.2024
10.04.2024
09.04.2024
08.04.2024
07.04.2024
06.04.2024
05.04.2024
04.04.2024
03.04.2024
02.04.2024
01.04.2024
31.03.2024
30.03.2024
29.03.2024
28.03.2024
27.03.2024
26.03.2024
25.03.2024
24.03.2024
23.03.2024
22.03.2024
21.03.2024
20.03.2024
19.03.2024
18.03.2024
17.03.2024
16.03.2024
15.03.2024
14.03.2024
13.03.2024
12.03.2024
11.03.2024
10.03.2024
09.03.2024
08.03.2024
07.03.2024
06.03.2024
05.03.2024
04.03.2024
03.03.2024
02.03.2024
01.03.2024
29.02.2024
28.02.2024
27.02.2024
26.02.2024
25.02.2024
24.02.2024
23.02.2024
22.02.2024
21.02.2024
20.02.2024
19.02.2024
18.02.2024
17.02.2024
16.02.2024
15.02.2024
14.02.2024
13.02.2024
12.02.2024
11.02.2024
10.02.2024
09.02.2024
08.02.2024
07.02.2024
06.02.2024
05.02.2024
04.02.2024
03.02.2024
02.02.2024
01.02.2024
31.01.2024
30.01.2024
29.01.2024
28.01.2024
27.01.2024
26.01.2024
25.01.2024
24.01.2024
23.01.2024
22.01.2024
21.01.2024
20.01.2024
19.01.2024
18.01.2024
17.01.2024
16.01.2024
15.01.2024
14.01.2024
13.01.2024
12.01.2024
11.01.2024
10.01.2024
09.01.2024
08.01.2024
07.01.2024
06.01.2024
05.01.2024
04.01.2024
03.01.2024
02.01.2024
01.01.2024
31.12.2023
30.12.2023
29.12.2023
28.12.2023
27.12.2023
26.12.2023
25.12.2023
24.12.2023
23.12.2023
22.12.2023
21.12.2023
20.12.2023
19.12.2023
18.12.2023
17.12.2023
16.12.2023
15.12.2023
14.12.2023
13.12.2023
12.12.2023
11.12.2023
10.12.2023
09.12.2023
08.12.2023
07.12.2023
06.12.2023
05.12.2023
04.12.2023
03.12.2023
02.12.2023
01.12.2023
30.11.2023
10.11.2023
09.11.2023
08.11.2023
07.11.2023
06.11.2023
05.11.2023
04.11.2023
03.11.2023
02.11.2023
01.11.2023
31.10.2023
30.10.2023
29.10.2023
16.10.2023
15.10.2023
14.10.2023
13.10.2023
12.10.2023
11.10.2023
10.10.2023
09.10.2023
08.10.2023
07.10.2023
06.10.2023
05.10.2023
04.10.2023
03.10.2023
02.10.2023
01.10.2023
30.09.2023
29.09.2023
28.09.2023
27.09.2023
26.09.2023
25.09.2023
24.09.2023
23.09.2023
22.09.2023
21.09.2023
20.09.2023
19.09.2023
18.09.2023
17.09.2023
16.09.2023
15.09.2023
14.09.2023
13.09.2023
12.09.2023
11.09.2023
10.09.2023
09.09.2023
08.09.2023
you18.118.253.12410.11.2024 22:23:39united states - columbus