PHP-Code:
<?php
### INSTALL SCRIPT START ###
$GLOBALS['TL_CONFIG']['licenseAccepted'] = true;
$GLOBALS['TL_CONFIG']['installPassword'] = ''xxxxxxxxxxxx;
$GLOBALS['TL_CONFIG']['encryptionKey'] = ';xxxxxxxxxxx
$GLOBALS['TL_CONFIG']['dbDriver'] = 'MySQLi';
$GLOBALS['TL_CONFIG']['dbHost'] = 'xxxxxxxxxx
$GLOBALS['TL_CONFIG']['dbUser'] = 'xxxxxxxxx;
$GLOBALS['TL_CONFIG']['dbPass'] = '';xxxxxxxxxxxx
$GLOBALS['TL_CONFIG']['dbDatabase'] = '';xxxxxxxxx
$GLOBALS['TL_CONFIG']['dbPconnect'] = true;
$GLOBALS['TL_CONFIG']['dbCharset'] = xxxxxxxxxx
$GLOBALS['TL_CONFIG']['dbPort'] = xxxxxxx;
$GLOBALS['TL_CONFIG']['dbSocket'] = '';
$GLOBALS['TL_CONFIG']['adminEmail'] = '';
$GLOBALS['TL_CONFIG']['latestVersion'] = '3.5.40';
$GLOBALS['TL_CONFIG']['maintenanceMode'] = false;
$GLOBALS['TL_CONFIG']['liveUpdateId'] = 'xxx';
$GLOBALS['TL_CONFIG']['maxFileSize'] = 234800000;
$GLOBALS['TL_CONFIG']['installCount'] = 0;
$GLOBALS['TL_CONFIG']['timeZone'] = 'Europe/Berlin';
$GLOBALS['TL_CONFIG']['exampleWebsite'] = 1463047437;
$GLOBALS['TL_CONFIG']['allowedTags'] = '<a><abbr><acronym><address><area><article><aside><audio><b><bdi><bdo><big><blockquote><br><base><button><canvas><caption><cite><center><code><content><col><colgroup><data><datalist><dataset><dd><del><dfn><div><dl><dt><em><fieldset><figcaption><figure><footer><form><h1><h2><h3><h4><h5><h6><header><head><hgroup><hr><i><img><input><ins><kbd><keygen><label><legend><li><link><map><mark><meta><menu><nav><object><ol><onkeyup><optgroup><option><output><p><param><picture><pre><q><s><samp><script><section><select><small><source><span><strong><style><sub><sup><table><tbody><td><textarea><tfoot><th><thead><time><tr><tt><u><ul><var><video><wbr><script><iframe><marquee><embed>';
$GLOBALS['TL_CONFIG']['repository_listsize'] = 50;
$GLOBALS['TL_CONFIG']['repository_unsafe_catalog'] = true;
$GLOBALS['TL_CONFIG']['uploadFields'] = 100;
$GLOBALS['TL_CONFIG']['imageWidth'] = 2000;
$GLOBALS['TL_CONFIG']['disableRefererCheck'] = false;
$GLOBALS['TL_CONFIG']['aggregator_facebook_app_id'] = 'xxx';
$GLOBALS['TL_CONFIG']['aggregator_faceboook_app_secret'] = 'xxx';
$GLOBALS['TL_CONFIG']['fb_app_id'] = 'xxx';
$GLOBALS['TL_CONFIG']['fb_app_secret'] = 'xxx';
$GLOBALS['TL_CONFIG']['fb_app_version'] = 'v2.8';
$GLOBALS['TL_CONFIG']['imageHeight'] = 1500;
$GLOBALS['TL_CONFIG']['uploadTypes'] = 'jpg,jpeg,gif,png,ico,svg,svgz,odt,ods,odp,odg,ott,ots,otp,otg,pdf,csv,doc,docx,dot,dotx,xls,xlsx,xlsm,xlt,xltx,ppt,pptx,pot,potx,mp3,mp4,m4a,m4v,webm,ogg,ogv,wma,wmv,ram,rm,mov,fla,flv,swf,ttf,ttc,otf,eot,woff,woff2,css,scss,less,js,html,htm,txt,zip,rar,7z,cto,php';
$GLOBALS['TL_CONFIG']['allowedDownload'] = 'jpg,jpeg,gif,png,svg,svgz,odt,ods,odp,odg,ott,ots,otp,otg,pdf,doc,docx,dot,dotx,xls,xlsx,xlsm,xlt,xltx,ppt,pptx,pot,potx,mp3,mp4,m4a,m4v,webm,ogg,ogv,wma,wmv,ram,rm,mov,zip,rar,7z';
$GLOBALS['TL_CONFIG']['tc_captchaimage'] = true;
$GLOBALS['TL_CONFIG']['tc_length'] = 5;
$GLOBALS['TL_CONFIG']['tc_fontsize'] = 30;
$GLOBALS['TL_CONFIG']['tc_chars'] = 'num';
$GLOBALS['TL_CONFIG']['tc_bgimage'] = '';
$GLOBALS['TL_CONFIG']['tc_font'] = '';
$GLOBALS['TL_CONFIG']['coreOnlyMode'] = false;
### INSTALL SCRIPT STOP ###