Bootstrap.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. <?php
  2. use PrivateBin\Persistence\ServerSalt;
  3. error_reporting(E_ALL | E_STRICT);
  4. // change this, if your php files and data is outside of your webservers document root
  5. if (!defined('PUBLIC_PATH')) {
  6. define('PUBLIC_PATH', '..');
  7. }
  8. if (!defined('PATH')) {
  9. define('PATH', '..' . DIRECTORY_SEPARATOR);
  10. }
  11. if (!defined('CONF')) {
  12. define('CONF', PATH . 'cfg' . DIRECTORY_SEPARATOR . 'conf.php');
  13. }
  14. if (!defined('CONF_SAMPLE')) {
  15. define('CONF_SAMPLE', PATH . 'cfg' . DIRECTORY_SEPARATOR . 'conf.sample.php');
  16. }
  17. require PATH . 'vendor/autoload.php';
  18. Helper::updateSubresourceIntegrity();
  19. class Helper
  20. {
  21. /**
  22. * example ID of a paste
  23. *
  24. * @var string
  25. */
  26. private static $pasteid = '5b65a01b43987bc2';
  27. /**
  28. * example paste version 1
  29. *
  30. * @var array
  31. */
  32. private static $pasteV1 = array(
  33. 'data' => '{"iv":"EN39/wd5Nk8HAiSG2K5AsQ","v":1,"iter":1000,"ks":128,"ts":64,"mode":"ccm","adata":"","cipher":"aes","salt":"QKN1DBXe5PI","ct":"8hA83xDdXjD7K2qfmw5NdA"}',
  34. 'attachment' => '{"iv":"Pd4pOKWkmDTT9uPwVwd5Ag","v":1,"iter":1000,"ks":128,"ts":64,"mode":"ccm","adata":"","cipher":"aes","salt":"ZIUhFTliVz4","ct":"6nOCU3peNDclDDpFtJEBKA"}',
  35. 'attachmentname' => '{"iv":"76MkAtOGC4oFogX/aSMxRA","v":1,"iter":1000,"ks":128,"ts":64,"mode":"ccm","adata":"","cipher":"aes","salt":"ZIUhFTliVz4","ct":"b6Ae/U1xJdsX/+lATud4sQ"}',
  36. 'meta' => array(
  37. 'formatter' => 'plaintext',
  38. 'postdate' => 1344803344,
  39. 'opendiscussion' => true,
  40. ),
  41. );
  42. /**
  43. * example paste version 2
  44. *
  45. * @var array
  46. */
  47. private static $pasteV2 = array(
  48. 'adata' => array(
  49. array(
  50. 'gMSNoLOk4z0RnmsYwXZ8mw==',
  51. 'TZO+JWuIuxs=',
  52. 100000,
  53. 256,
  54. 128,
  55. 'aes',
  56. 'gcm',
  57. 'zlib',
  58. ),
  59. 'plaintext',
  60. 1,
  61. 0,
  62. ),
  63. 'meta' => array(
  64. 'expire' => '5min',
  65. 'created' => 1344803344,
  66. ),
  67. 'v' => 2,
  68. 'ct' => 'ME5JF/YBEijp2uYMzLZozbKtWc5wfy6R59NBb7SmRig=',
  69. );
  70. /**
  71. * example ID of a comment
  72. *
  73. * @var string
  74. */
  75. private static $commentid = '5a52eebf11c4c94b';
  76. /**
  77. * example comment
  78. *
  79. * @var array
  80. */
  81. private static $commentV1 = array(
  82. 'data' => '{"iv":"Pd4pOKWkmDTT9uPwVwd5Ag","v":1,"iter":1000,"ks":128,"ts":64,"mode":"ccm","adata":"","cipher":"aes","salt":"ZIUhFTliVz4","ct":"6nOCU3peNDclDDpFtJEBKA"}',
  83. 'meta' => array(
  84. 'nickname' => '{"iv":"76MkAtOGC4oFogX/aSMxRA","v":1,"iter":1000,"ks":128,"ts":64,"mode":"ccm","adata":"","cipher":"aes","salt":"ZIUhFTliVz4","ct":"b6Ae/U1xJdsX/+lATud4sQ"}',
  85. 'vizhash' => 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABGUlEQVQokWOsl5/94983CNKQMjnxaOePf98MeKwPfNjkLZ3AgARab6b9+PeNEVnDj3/ff/z7ZiHnzsDA8Pv7H2TVPJw8EAYLAwb48OaVgIgYKycLsrYv378wMDB8//qdCVMDRA9EKSsnCwRBxNsepaLboMFlyMDAICAi9uHNK24GITQ/MDAwoNhgIGMLtwGrzegaLjw5jMz9+vUdnN17uwDCQDhJgk0O07yvX9+teDX1x79v6DYIsIjgcgMaYGFgYOBg4kJx2JejkAiBxAw+PzAwMNz4dp6wDXDw4MdNNOl0rWYsNkD89OLXI/xmo9sgzatJjAYmBgYGDiauD3/ePP18nVgb4MF89+M5ZX6js293wUMpnr8KTQMAxsCJnJ30apMAAAAASUVORK5CYII=',
  86. 'postdate' => 1344803528,
  87. ),
  88. );
  89. /**
  90. * JS files and their SRI hashes
  91. *
  92. * @var array
  93. */
  94. private static $hashes = array();
  95. /**
  96. * get example paste ID
  97. *
  98. * @return string
  99. */
  100. public static function getPasteId()
  101. {
  102. return version_compare(PHP_VERSION, '5.6', '<') ? hash('fnv164', self::$pasteV2['ct']) : self::$pasteid;
  103. }
  104. /**
  105. * get example paste, as stored on server
  106. *
  107. * @param int $version
  108. * @param array $meta
  109. * @return array
  110. */
  111. public static function getPaste($version = 2, array $meta = array())
  112. {
  113. $example = self::getPasteWithAttachment($version, $meta);
  114. // v1 has the attachment stored in a separate property
  115. if ($version === 1) {
  116. unset($example['attachment'], $example['attachmentname']);
  117. }
  118. return $example;
  119. }
  120. /**
  121. * get example paste with attachment, as stored on server
  122. *
  123. * @param int $version
  124. * @param array $meta
  125. * @return array
  126. */
  127. public static function getPasteWithAttachment($version = 2, array $meta = array())
  128. {
  129. $example = $version === 1 ? self::$pasteV1 : self::$pasteV2;
  130. $example['meta']['salt'] = ServerSalt::generate();
  131. $example['meta'] = array_merge($example['meta'], $meta);
  132. return $example;
  133. }
  134. /**
  135. * get example paste, as decoded from POST by the request object
  136. *
  137. * @param int $version
  138. * @param array $meta
  139. * @return array
  140. */
  141. public static function getPastePost($version = 2, array $meta = array())
  142. {
  143. $example = self::getPaste($version, $meta);
  144. $example['meta'] = array('expire' => $example['meta']['expire']);
  145. return $example;
  146. }
  147. /**
  148. * get example paste, as received via POST by the user
  149. *
  150. * @param int $version
  151. * @param array $meta
  152. * @return array
  153. */
  154. public static function getPastePostJson($version = 2, array $meta = array())
  155. {
  156. $example = self::getPastePost($version, $meta);
  157. $example['adata'] = json_encode($example['adata']);
  158. $example['meta'] = json_encode($example['meta']);
  159. return $example;
  160. }
  161. /**
  162. * get example paste ID
  163. *
  164. * @return string
  165. */
  166. public static function getCommentId()
  167. {
  168. return self::$commentid;
  169. }
  170. /**
  171. * get example comment, as stored on server
  172. *
  173. * @param int $version
  174. * @param array $meta
  175. * @return array
  176. */
  177. public static function getComment($version = 2, array $meta = array())
  178. {
  179. $example = $version === 1 ? self::$commentV1 : self::$pasteV2;
  180. if ($version === 2) {
  181. $example['pasteid'] = $example['parentid'] = self::getPasteId();
  182. $example['meta']['created'] = self::$commentV1['meta']['postdate'];
  183. $example['meta']['icon'] = self::$commentV1['meta']['vizhash'];
  184. unset($example['meta']['expire']);
  185. }
  186. $example['meta'] = array_merge($example['meta'], $meta);
  187. return $example;
  188. }
  189. /**
  190. * get example comment, as decoded from POST by the request object
  191. *
  192. * @param int $version
  193. * @return array
  194. */
  195. public static function getCommentPost()
  196. {
  197. $example = self::getComment();
  198. unset($example['meta']);
  199. return $example;
  200. }
  201. /**
  202. * get example comment, as received via POST by user
  203. *
  204. * @param int $version
  205. * @return array
  206. */
  207. public static function getCommentPostJson()
  208. {
  209. $example = self::getCommentPost();
  210. $example['adata'] = json_encode($example['adata']);
  211. return $example;
  212. }
  213. /**
  214. * delete directory and all its contents recursively
  215. *
  216. * @param string $path
  217. * @throws Exception
  218. */
  219. public static function rmDir($path)
  220. {
  221. if (is_dir($path)) {
  222. $path .= DIRECTORY_SEPARATOR;
  223. $dir = dir($path);
  224. while (false !== ($file = $dir->read())) {
  225. if ($file != '.' && $file != '..') {
  226. if (is_dir($path . $file)) {
  227. self::rmDir($path . $file);
  228. } elseif (is_file($path . $file)) {
  229. if (!unlink($path . $file)) {
  230. throw new Exception('Error deleting file "' . $path . $file . '".');
  231. }
  232. }
  233. }
  234. }
  235. $dir->close();
  236. if (!rmdir($path)) {
  237. throw new Exception('Error deleting directory "' . $path . '".');
  238. }
  239. }
  240. }
  241. /**
  242. * create a backup of the config file
  243. *
  244. * @return void
  245. */
  246. public static function confBackup()
  247. {
  248. if (!is_file(CONF . '.bak') && is_file(CONF)) {
  249. rename(CONF, CONF . '.bak');
  250. }
  251. if (!is_file(CONF_SAMPLE . '.bak') && is_file(CONF_SAMPLE)) {
  252. copy(CONF_SAMPLE, CONF_SAMPLE . '.bak');
  253. }
  254. }
  255. /**
  256. * restor backup of the config file
  257. *
  258. * @return void
  259. */
  260. public static function confRestore()
  261. {
  262. if (is_file(CONF . '.bak')) {
  263. rename(CONF . '.bak', CONF);
  264. }
  265. if (is_file(CONF_SAMPLE . '.bak')) {
  266. rename(CONF_SAMPLE . '.bak', CONF_SAMPLE);
  267. }
  268. }
  269. /**
  270. * create ini file
  271. *
  272. * @param string $pathToFile
  273. * @param array $values
  274. */
  275. public static function createIniFile($pathToFile, array $values)
  276. {
  277. if (count($values)) {
  278. @unlink($pathToFile);
  279. $ini = fopen($pathToFile, 'a');
  280. foreach ($values as $section => $options) {
  281. fwrite($ini, "[$section]" . PHP_EOL);
  282. foreach ($options as $option => $setting) {
  283. if (is_null($setting)) {
  284. continue;
  285. } elseif (is_string($setting)) {
  286. $setting = '"' . $setting . '"';
  287. } elseif (is_array($setting)) {
  288. foreach ($setting as $key => $value) {
  289. if (is_null($value)) {
  290. $value = 'null';
  291. } elseif (is_string($value)) {
  292. $value = '"' . $value . '"';
  293. } else {
  294. $value = var_export($value, true);
  295. }
  296. fwrite($ini, $option . "[$key] = $value" . PHP_EOL);
  297. }
  298. continue;
  299. } else {
  300. $setting = var_export($setting, true);
  301. }
  302. fwrite($ini, "$option = $setting" . PHP_EOL);
  303. }
  304. fwrite($ini, PHP_EOL);
  305. }
  306. fclose($ini);
  307. }
  308. }
  309. /**
  310. * a var_export that returns arrays without line breaks
  311. * by linus@flowingcreativity.net via php.net
  312. *
  313. * @param mixed $var
  314. * @param bool $return
  315. * @return void|string
  316. */
  317. public static function varExportMin($var, $return = false)
  318. {
  319. if (is_array($var)) {
  320. $toImplode = array();
  321. foreach ($var as $key => $value) {
  322. $toImplode[] = var_export($key, true) . ' => ' . self::varExportMin($value, true);
  323. }
  324. $code = 'array(' . implode(', ', $toImplode) . ')';
  325. if ($return) {
  326. return $code;
  327. } else {
  328. echo $code;
  329. }
  330. } else {
  331. return var_export($var, $return);
  332. }
  333. }
  334. /**
  335. * update all templates with the latest SRI hashes for all JS files
  336. *
  337. * @return void
  338. */
  339. public static function updateSubresourceIntegrity()
  340. {
  341. $dir = dir(PATH . 'js');
  342. while (false !== ($file = $dir->read())) {
  343. if (substr($file, -3) === '.js') {
  344. self::$hashes[$file] = base64_encode(
  345. hash('sha512', file_get_contents(
  346. PATH . 'js' . DIRECTORY_SEPARATOR . $file
  347. ), true)
  348. );
  349. }
  350. }
  351. $dir = dir(PATH . 'tpl');
  352. while (false !== ($file = $dir->read())) {
  353. if (substr($file, -4) === '.php') {
  354. $content = file_get_contents(
  355. PATH . 'tpl' . DIRECTORY_SEPARATOR . $file
  356. );
  357. $content = preg_replace_callback(
  358. '#<script ([^>]+) src="js/([a-z0-9.-]+.js)([^"]*)"( integrity="[^"]+" crossorigin="[^"]+")?></script>#',
  359. function ($matches) {
  360. if (array_key_exists($matches[2], Helper::$hashes)) {
  361. return '<script ' . $matches[1] . ' src="js/' .
  362. $matches[2] . $matches[3] .
  363. '" integrity="sha512-' . Helper::$hashes[$matches[2]] .
  364. '" crossorigin="anonymous"></script>';
  365. } else {
  366. return $matches[0];
  367. }
  368. },
  369. $content
  370. );
  371. file_put_contents(
  372. PATH . 'tpl' . DIRECTORY_SEPARATOR . $file,
  373. $content
  374. );
  375. }
  376. }
  377. }
  378. }