//JS QUOTE
$quot = '"';
//CLIENT DETAILS
$client_name = "Saskia Burggraaf";
$webaddress = "";
//DATABASE DATA
$db_user = "md348555db437262";
$db_pass = "S5K8nDM8";
$db_name = "md348555db437262";
//PREFIX OF DB (example: mj_work)
$db_prefix = "sb";
//ADMIN PASSWORD
$user1='admin';
$pass1='password';
// CONNECT TO DATABASE
$con = mysql_connect("db.saskiaburggraaf.com", $db_user, $db_pass);
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db($db_name, $con);
?>
//// MENU ITEMS AND THEIR EDITABLE FIELDS. 0 = NOT EDITABLE, 1 = EDITABLE ////
//DEFINE LANGUAGES
$languages = array ("nl", "de");
//HOW MANY LANGUAGES?
$num_langs = count($languages);
$main_menu_views = array ( "index",
"accommodaties",
"autos",
"omgeving",
"reserveren",
/*ATTRIBUTES START HERE, EMBEDS FIRST*/
/*MEDIA LIBRARIES START HERE, EMBEDS FIRST*/
/*UPLOADS START HERE*/
"pictures",
"files"
);
$num_main_menu_views = count($main_menu_views);
//DEFINE WHAT FIELDS ARE UPLOADS
$main_menu_files = array("pictures", "files");
$num_main_menu_files = count($main_menu_files);
//DEFINE WHAT FIELDS ARE EMBEDS
$main_menu_embeds = array("videos");
$num_main_menu_embeds = count($main_menu_embeds);
//WHAT SOURCES FOR EMBEDDING ARE ALLOWED
$embed_allow = array (
0 => array ( "vimeo.com", "youtube.com" )
);
//DEFINE WHAT FIELDS ARE ATTRIBUTES
$main_menu_attr = array();
$num_main_menu_attr = count($main_menu_attr);
//DEFINE WHAT FIELDS ARE LIBRARIES
$main_menu_libs = array("pictures", "files");
$num_main_menu_libs = count($main_menu_libs);
$main_menu_fields = array (
//GENERAL CONTENT
"title_lang0" => array ( 1, 1, 1, 1, 1,/*attributes>*//*embeds>*//*uploads>*/ 1, 1 ), //must always have title, lang0 is the handler.
"title_lang1" => array ( 1, 1, 1, 1, 1,/*attributes>*//*embeds>*//*uploads>*/ 0, 0 ),
"text_lang0" => array ( 1, 0, 0, 0, 1,/*attributes>*//*embeds>*//*uploads>*/ 0, 0 ),
"text_lang1" => array ( 1, 0, 0, 0, 1,/*attributes>*//*embeds>*//*uploads>*/ 0, 0 ),
"description_lang0" => array ( 0, 1, 1, 1, 0,/*attributes>*//*embeds>*//*uploads>*/ 0, 0 ),
"description_lang1" => array ( 0, 1, 1, 1, 0,/*attributes>*//*embeds>*//*uploads>*/ 0, 0 ),
"price_lang0" => array ( 0, 1, 1, 0, 0,/*attributes>*//*embeds>*//*uploads>*/ 0, 0 ),
"price_lang1" => array ( 0, 1, 1, 0, 0,/*attributes>*//*embeds>*//*uploads>*/ 0, 0 ),
"address_lang0" => array ( 0, 0, 0, 1, 0,/*attributes>*//*embeds>*//*uploads>*/ 0, 0 ),
"address_lang1" => array ( 0, 0, 0, 1, 0,/*attributes>*//*embeds>*//*uploads>*/ 0, 0 ),
"phone1" => array ( 0, 0, 0, 0, 1,/*attributes>*//*embeds>*//*uploads>*/ 0, 0 ),
"email" => array ( 0, 0, 0, 0, 1,/*attributes>*//*embeds>*//*uploads>*/ 0, 0 ),
"url" => array ( 0, 1, 0, 0, 0,/*attributes>*//*embeds>*//*uploads>*/ 0, 0 ),
//EMBEDS
"embed" => array ( 0, 0, 0, 0, 0,/*attributes>*//*embeds>*//*uploads>*/ 0, 0 ),
//UPLOADS
"upload" => array ( 0, 0, 0, 0, 0,/*attributes>*//*embeds>*//*uploads>*/ 1, 1 )
);
$num_main_menu_fields = count($main_menu_fields);
//DEFINE WHAT FIELDS ARE LONG TEXTS
$longfields = array ( "text_lang0", "text_lang1", "description_lang0", "description_lang1", "price_lang0", "price_lang1", "address_lang0", "address_lang1", "embed");
$num_longfields = count($longfields);
$main_menu_privileges=
array(
"connections" => array ( 1, 1, 1, 1, 0,/*attributes>*//*embeds>*//*uploads>*/ 0, 0 ), //possible to attatch connections to this item?
"additem" => array ( 0, 1, 1, 1, 0,/*attributes>*//*embeds>*//*uploads>*/ 1, 1 ), //possible to add items?
"changenumber" => array ( 0, 1, 1, 1, 0,/*attributes>*//*embeds>*//*uploads>*/ 1, 0 ), //possible to change order of items?
"delete" => array ( 0, 1, 1, 1, 0,/*attributes>*//*embeds>*//*uploads>*/ 1, 1 ) //possible to delete items?
);
$main_menu_conprivileges=
array(
"index" => array ( 0, 0, 0, 0, 0,/*attributes>*//*embeds>*//*uploads>*/ 1, 0 ), //what items can you connect to this item?
"accommodaties" => array ( 0, 0, 0, 0, 0,/*attributes>*//*embeds>*//*uploads>*/ 1, 0 ), //what items can you connect to this item?
"autos" => array ( 0, 0, 0, 0, 0,/*attributes>*//*embeds>*//*uploads>*/ 1, 0 ), //what items can you connect to this item?
"omgeving" => array ( 0, 0, 0, 0, 0,/*attributes>*//*embeds>*//*uploads>*/ 1, 0 ) //what items can you connect to this item?
);
//// END OF SITE ITEMS AND THEIR EDITABLE FIELDS ////
//WHAT VIEW ARE WE IN?
$viewnr = $_GET[viewnr];
if($viewnr == NULL){ $viewnr = 0;}
$view = $main_menu_views[$viewnr];
//WHAT IS THE EDITID?
$editid = $_GET[editid];
//WHAT LANGUAGE ARE WE EDITING?
$langnr = $_GET[langnr];
if($langnr == NULL){ $langnr = 0;}
//GET TITLE FOR EDITID ITEM TO DISPLAY IN HEADS
if($editid != 'add' && $editid != NULL)
{
$edititem = mysql_query("SELECT * FROM " . $db_prefix . "_" . $view . " WHERE `id` = " . $editid . " ORDER BY id ASC");
$title = mysql_result($edititem,0,"title_lang0");
}
?>
Saskia Burggraaf
JOJJE, (video) installation, mixed media, video 24:57min , 2014/2015 /2017
This movie shows an ‘interview’ with a Cuban man, who grew up in the slum of Cuba, and whose life is full of big contrasts ; he is poor, but his father is a diplomat in Denmark. His twin sister is white, he is black. He travels from country to country using the advantages of public transport (driving without tickets, but with a passport).
From a Cuban perspective Europe looks like an Utopia, but when he is there, he sees the other side of it. He became more and more active in the political and anarchist movement by traveling around and squatting. He realised by living this alternative way of living, he had to mobilise with other people to fight capitalism, living his own utopia. But controversially, when he get’s sick he is again is depending on the ‘utopia’ from the communist Cuba and the health care there. All the time in between worlds, passing trough people’s lives. As a viewer you don’t know what is true of all of this absurdity, and with that he leaves his mark
everywhere he goes. Jojje Delagarde disappeared two years ago. The story in the squat scene goes that he died of cancer in Cuba.
This work will also be shown at Parksessies , 2017 on the 26th of July and the 2nd of August.