diff --git a/podcast1.php b/podcast1.php index cc8c3fa..99104d9 100644 --- a/podcast1.php +++ b/podcast1.php @@ -145,7 +145,8 @@ echo '
download'; } ?> echo '
'; echo '
'; echo '
'.$item['name'].'
'; - echo '
'; + echo '
'.$item['date'].'
'; + echo '
'; } ?> @@ -240,7 +241,7 @@ echo '
download'; } ?> diff --git a/podcast3.php b/podcast3.php index 746c93e..7e9242a 100644 --- a/podcast3.php +++ b/podcast3.php @@ -125,12 +125,24 @@ echo '
download'; } ?>

VISITORS' RECORDINGS


'; - echo date("d/m/Y",filemtime($num)).'

'; } + $items=array(); + $handle=fopen('./uploads/3/index.jsons','r'); + if ($handle) { + while (($line=fgets($handle)) !== false) { + $item=json_decode($line,true); + $items[]=$item; + + } + } + $items=array_reverse($items); + foreach($items as $item) { + $url=substr($item['file'],3); + echo '
'; + echo '
'; + echo '
'.$item['name'].'
'; + echo '
'.$item['date'].'
'; + echo '

'; + } ?> @@ -223,6 +235,7 @@ echo '
download'; } ?> diff --git a/podcast4.php b/podcast4.php index 1f7f49a..372bc09 100644 --- a/podcast4.php +++ b/podcast4.php @@ -127,12 +127,24 @@ echo '
download'; } ?>

VISITORS' RECORDINGS


'; - echo date("d/m/Y",filemtime($num)).'

'; } + $items=array(); + $handle=fopen('./uploads/4/index.jsons','r'); + if ($handle) { + while (($line=fgets($handle)) !== false) { + $item=json_decode($line,true); + $items[]=$item; + + } + } + $items=array_reverse($items); + foreach($items as $item) { + $url=substr($item['file'],3); + echo '
'; + echo '
'; + echo '
'.$item['name'].'
'; + echo '
'.$item['date'].'
'; + echo '

'; + } ?> @@ -223,8 +235,9 @@ echo '
download'; } ?> - + diff --git a/scripts/uploadMp3_1.php b/scripts/uploadMp3_1.php index efeb7e3..5e8e48b 100755 --- a/scripts/uploadMp3_1.php +++ b/scripts/uploadMp3_1.php @@ -11,7 +11,7 @@ $file = UPLOAD_DIR . uniqid() . '.mp3'; $success = file_put_contents($file, $data); # make a database of recordings -$item=array('name'=>$_POST['name'],'date'=>filemtime($file), 'file'=>$file); +$item=array('name'=>$_POST['name'],'date'=>date("d/m/Y"), 'file'=>$file); $handle=fopen('../uploads/1/index.jsons','a'); fwrite($handle,json_encode($item)."\n"); fclose($handle); diff --git a/scripts/uploadMp3_2.php b/scripts/uploadMp3_2.php index 9dc4e97..a2e55d2 100755 --- a/scripts/uploadMp3_2.php +++ b/scripts/uploadMp3_2.php @@ -9,5 +9,11 @@ $img = str_replace(' ', '+', $img); $data = base64_decode($img); $file = UPLOAD_DIR . uniqid() . '.mp3'; $success = file_put_contents($file, $data); + +# make a database of recordings +$item=array('name'=>$_POST['name'],'date'=>date("d/m/Y"), 'file'=>$file); +$handle=fopen('../uploads/2/index.jsons','a'); +fwrite($handle,json_encode($item)."\n"); +fclose($handle); print $success ? $file : 'Unable to save the file.'; ?> \ No newline at end of file diff --git a/scripts/uploadMp3_3.php b/scripts/uploadMp3_3.php index 70d440a..5342693 100755 --- a/scripts/uploadMp3_3.php +++ b/scripts/uploadMp3_3.php @@ -9,5 +9,11 @@ $img = str_replace(' ', '+', $img); $data = base64_decode($img); $file = UPLOAD_DIR . uniqid() . '.mp3'; $success = file_put_contents($file, $data); + +# make a database of recordings +$item=array('name'=>$_POST['name'],'date'=>date("d/m/Y"), 'file'=>$file); +$handle=fopen('../uploads/3/index.jsons','a'); +fwrite($handle,json_encode($item)."\n"); +fclose($handle); print $success ? $file : 'Unable to save the file.'; ?> \ No newline at end of file diff --git a/scripts/uploadMp3_4.php b/scripts/uploadMp3_4.php index b3b86ee..4f6ff06 100755 --- a/scripts/uploadMp3_4.php +++ b/scripts/uploadMp3_4.php @@ -9,5 +9,11 @@ $img = str_replace(' ', '+', $img); $data = base64_decode($img); $file = UPLOAD_DIR . uniqid() . '.mp3'; $success = file_put_contents($file, $data); + +# make a database of recordings +$item=array('name'=>$_POST['name'],'date'=>date("d/m/Y"), 'file'=>$file); +$handle=fopen('../uploads/4/index.jsons','a'); +fwrite($handle,json_encode($item)."\n"); +fclose($handle); print $success ? $file : 'Unable to save the file.'; ?> \ No newline at end of file diff --git a/texts/dear_listener.txt b/texts/dear_listener.txt index 0017ab6..fbea579 100644 --- a/texts/dear_listener.txt +++ b/texts/dear_listener.txt @@ -2,7 +2,7 @@

Dear listener,

you are invited to
amplify
parts of the podcasts that you find worthy of attention by listening, recording and repeating them, with your own voice, and upload them in the archive. The stories and sounds, you will listen to, are related to how female voices have been marginalised and what methods (rational/irrational) amplify and bring them in the front. Amplification can happen through repetition and multiplication. Your recording can become part of a gathering of multiple individual voices, that repeat fragments of situations and things that are unspeakable, and can appear as feedback to them. This online collection will be then used as an input for workshops of remixing it together with the rest of the archive, with
Wereldvrouwen
a group of women, who have migrated in Netherlands and meet at Leeszaal every week to eat breakfast together and speak in Dutch
and other participants who their voices have become part of the podcasts.

Maximum duration: 1 min

-

Best recorded from a computer. If you want to add your name at your recording send me an email at diakaggel@gmail.com

+

Best recorded from a computer