36 $str = str_replace(
'<?=',
'<?php echo', $str);
42 $parts = preg_split(
'/'.preg_quote(
'<?php',
'/').
'/i', $str);
46 foreach ($parts as $part) {
53 $partlings = explode(
'?>', $part);
54 if (!empty($partlings)) {
57 if (count($partlings) > 1) {
63 $newstr .=
'<span phptag>'.$replacewith.
'</span>'.implode(
'', $partlings);
80 $str = str_replace(
'<?=',
'<?php echo', $str);
81 $str = str_replace(
'<?php',
'__LTINTPHP__', $str);
82 $str = str_replace(
'<?',
'<?php', $str);
83 $str = str_replace(
'__LTINTPHP__',
'<?php', $str);
89 $parts = preg_split(
'/'.preg_quote(
'<?php',
'/').
'/i', $str);
93 foreach ($parts as $part) {
100 $partlings = explode(
'?>', $part, 2);
101 if (!empty($partlings)) {
102 $newstr .= $partlings[0].
'?>';
104 $newstr .= $part.
'?>';
127 dol_syslog(
'dolWebsiteReplacementOfLinks start (contenttype='.$contenttype.
" containerid=".$containerid.
" USEDOLIBARREDITOR=".(defined(
'USEDOLIBARREDITOR') ?
'1' :
'').
" USEDOLIBARRSERVER=".(defined(
'USEDOLIBARRSERVER') ?
'1' :
'').
')', LOG_DEBUG);
131 $replacewith =
'...php...';
132 if ($removephppart) {
135 $content = preg_replace(
'/value="<\?php((?!\?>).)*\?>\n*/ims',
'value="'.$replacewith.
'"', $content);
137 $replacewith =
'"callto=#';
138 if ($removephppart) {
141 $content = preg_replace(
'/"callto:<\?php((?!\?>).)*\?>\n*/ims', $replacewith, $content);
143 $replacewith =
'"mailto=#';
144 if ($removephppart) {
147 $content = preg_replace(
'/"mailto:<\?php((?!\?>).)*\?>\n*/ims', $replacewith, $content);
149 $replacewith =
'src="php';
150 if ($removephppart) {
153 $content = preg_replace(
'/src="<\?php((?!\?>).)*\?>\n*/ims', $replacewith, $content);
155 $replacewith =
'href="php';
156 if ($removephppart) {
159 $content = preg_replace(
'/href="<\?php((?!\?>).)*\?>\n*/ims', $replacewith, $content);
162 $replacewith =
'...php...';
163 if ($removephppart) {
173 $content = str_replace(
'href="styles.css.php',
'href="!~!~!~styles.css.php', $content);
174 $content = str_replace(
'src="javascript.js.php',
'src="!~!~!~javascript.js.php', $content);
175 $content = str_replace(
'href="http',
'href="!~!~!~http', $content);
176 $content = str_replace(
'xlink:href="',
'xlink:href="!~!~!~', $content);
177 $content = str_replace(
'href="//',
'href="!~!~!~//', $content);
178 $content = str_replace(
'src="//',
'src="!~!~!~//', $content);
179 $content = str_replace(
'src="viewimage.php',
'src="!~!~!~/viewimage.php', $content);
180 $content = str_replace(
'src="/viewimage.php',
'src="!~!~!~/viewimage.php', $content);
181 $content = str_replace(
'src="'.DOL_URL_ROOT.
'/viewimage.php',
'src="!~!~!~'.DOL_URL_ROOT.
'/viewimage.php', $content);
182 $content = str_replace(
'href="document.php',
'href="!~!~!~/document.php', $content);
183 $content = str_replace(
'href="/document.php',
'href="!~!~!~/document.php', $content);
184 $content = str_replace(
'href="'.DOL_URL_ROOT.
'/document.php',
'href="!~!~!~'.DOL_URL_ROOT.
'/document.php', $content);
187 $content = preg_replace(
'/(href=")\/(#[^\"<>]*)?\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/website/index.php?website='.$website->ref.
'&pageid='.$website->fk_default_home.
'\2"', $content, -1, $nbrep);
189 $content = preg_replace(
'/(href=")\/?([^:\"\!]*)\.php(#[^\"<>]*)?\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/website/index.php?website='.$website->ref.
'&pageref=\2\3"', $content, -1, $nbrep);
191 $content = preg_replace(
'/(href=")\/?([^:\"\!]*)\.php\?([^#\"<>]*)(#[^\"<>]*)?\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/website/index.php?website='.$website->ref.
'&pageref=\2&\3\4"', $content, -1, $nbrep);
194 $content = preg_replace(
'/url\((["\']?)\/?medias\//',
'url(\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep);
195 $content = preg_replace(
'/data-slide-bg=(["\']?)\/?medias\//',
'data-slide-bg=\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep);
199 $content = preg_replace(
'/(<img[^>]*src=")\/?medias\//',
'\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep);
201 $content = preg_replace(
'/(<img[^>]*src=")\/?([^:\"\!]+)\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=\2"', $content, -1, $nbrep);
203 $content = preg_replace(
'/(<img[^>]*src=")(\/?viewimage\.php)/',
'\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php', $content, -1, $nbrep);
206 $content = preg_replace(
'/(action=")\/?([^:\"]*)(\.php\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'/website/index.php?website='.$website->ref.
'&pageref=\2"', $content, -1, $nbrep);
209 $content = preg_replace(
'/(href=")(\/?document\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
210 $content = preg_replace(
'/(src=")(\/?document\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
213 $content = preg_replace(
'/(url\(")(\/?viewimage\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
216 $content = str_replace(
'src="!~!~!~/viewimage.php',
'src="!~!~!~'.DOL_URL_ROOT.
'/viewimage.php', $content);
217 $content = str_replace(
'href="!~!~!~/document.php',
'href="!~!~!~'.DOL_URL_ROOT.
'/document.php', $content);
219 $content = str_replace(
'!~!~!~',
'', $content);
221 dol_syslog(
'dolWebsiteReplacementOfLinks end', LOG_DEBUG);
236 ":face_with_tears_of_joy:" =>
"\xF0\x9F\x98\x82",
237 ":grinning_face_with_smiling_eyes:" =>
"\xF0\x9F\x98\x81",
238 ":smiling_face_with_open_mouth:" =>
"\xF0\x9F\x98\x83",
239 ":smiling_face_with_open_mouth_and_cold_sweat:" =>
"\xF0\x9F\x98\x85",
240 ":smiling_face_with_open_mouth_and_tightly_closed_eyes:" =>
"\xF0\x9F\x98\x86",
241 ":winking_face:" =>
"\xF0\x9F\x98\x89",
242 ":smiling_face_with_smiling_eyes:" =>
"\xF0\x9F\x98\x8A",
243 ":face_savouring_delicious_food:" =>
"\xF0\x9F\x98\x8B",
244 ":relieved_face:" =>
"\xF0\x9F\x98\x8C",
245 ":smiling_face_with_heart_shaped_eyes:" =>
"\xF0\x9F\x98\x8D",
246 ":smiling_face_with_sunglasses:" =>
"\xF0\x9F\x98\x8E",
247 ":smirking_face:" =>
"\xF0\x9F\x98\x8F",
248 ":neutral_face:" =>
"\xF0\x9F\x98\x90",
249 ":expressionless_face:" =>
"\xF0\x9F\x98\x91",
250 ":unamused_face:" =>
"\xF0\x9F\x98\x92",
251 ":face_with_cold_sweat:" =>
"\xF0\x9F\x98\x93",
252 ":pensive_face:" =>
"\xF0\x9F\x98\x94",
253 ":confused_face:" =>
"\xF0\x9F\x98\x95",
254 ":confounded_face:" =>
"\xF0\x9F\x98\x96",
255 ":kissing_face:" =>
"\xF0\x9F\x98\x97",
256 ":face_throwing_a_kiss:" =>
"\xF0\x9F\x98\x98",
257 ":kissing_face_with_smiling_eyes:" =>
"\xF0\x9F\x98\x99",
258 ":kissing_face_with_closed_eyes:" =>
"\xF0\x9F\x98\x9A",
259 ":face_with_stuck_out_tongue:" =>
"\xF0\x9F\x98\x9B",
260 ":face_with_stuck_out_tongue_and_winking_eye:" =>
"\xF0\x9F\x98\x9C",
261 ":face_with_stuck_out_tongue_and_tightly_closed_eyes:" =>
"\xF0\x9F\x98\x9D",
262 ":disappointed_face:" =>
"\xF0\x9F\x98\x9E",
263 ":worried_face:" =>
"\xF0\x9F\x98\x9F",
264 ":angry_face:" =>
"\xF0\x9F\x98\xA0",
265 ":face_with_symbols_on_mouth:" =>
"\xF0\x9F\x98\xA1",
267 foreach ($map as $key => $value) {
268 $content = str_replace($key, $value, $content);
286 global $db, $langs,
$conf, $user;
287 global $dolibarr_main_url_root, $dolibarr_main_data_root;
289 global $includehtmlcontentopened;
290 '@phan-var-force Website $website';
294 dol_syslog(
"dolWebsiteOutput start - contenttype=".$contenttype.
" containerid=".$containerid.(defined(
'USEDOLIBARREDITOR') ?
' USEDOLIBARREDITOR=1' :
'').(defined(
'USEDOLIBARRSERVER') ?
' USEDOLIBARRSERVER=1' :
'').
' includehtmlcontentopened='.$includehtmlcontentopened);
299 $urlwithouturlroot = preg_replace(
'/'.preg_quote(DOL_URL_ROOT,
'/').
'$/i',
'', trim($dolibarr_main_url_root));
300 $urlwithroot = $urlwithouturlroot.DOL_URL_ROOT;
303 if (defined(
'USEDOLIBARREDITOR')) {
305 if ($contenttype ==
'html') {
306 $content = preg_replace(
'/<head>.*<\/head>/ims',
'', $content);
307 $content = preg_replace(
'/^.*<body(\s[^>]*)*>/ims',
'', $content);
308 $content = preg_replace(
'/<\/body(\s[^>]*)*>.*$/ims',
'', $content);
310 } elseif (defined(
'USEDOLIBARRSERVER')) {
311 $content = str_replace(
'<link rel="stylesheet" href="/styles.css',
'<link rel="stylesheet" href="styles.css', $content);
312 $content = str_replace(
' async src="/javascript.js',
' async src="javascript.js', $content);
315 $content = str_replace(
'href="styles.css.php',
'href="!~!~!~styles.css.php', $content);
316 $content = str_replace(
'src="javascript.css.php',
'src="!~!~!~javascript.css.php', $content);
317 $content = str_replace(
'href="http',
'href="!~!~!~http', $content);
318 $content = str_replace(
'xlink:href="',
'xlink:href="!~!~!~', $content);
319 $content = str_replace(
'href="//',
'href="!~!~!~//', $content);
320 $content = str_replace(
'src="//',
'src="!~!~!~//', $content);
321 $content = str_replace(array(
'src="viewimage.php',
'src="/viewimage.php'),
'src="!~!~!~/viewimage.php', $content);
322 $content = str_replace(
'src="'.DOL_URL_ROOT.
'/viewimage.php',
'src="!~!~!~'.DOL_URL_ROOT.
'/viewimage.php', $content);
323 $content = str_replace(array(
'href="document.php',
'href="/document.php'),
'href="!~!~!~/document.php', $content);
324 $content = str_replace(
'href="'.DOL_URL_ROOT.
'/document.php',
'href="!~!~!~'.DOL_URL_ROOT.
'/document.php', $content);
327 $content = preg_replace(
'/(href=")\/\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/public/website/index.php?website='.$website->ref.
'"', $content, -1, $nbrep);
329 $content = preg_replace(
'/(href=")\/?([^:\"\!]*)\.php(#[^\"<>]*)?\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/public/website/index.php?website='.$website->ref.
'&pageref=\2\3"', $content, -1, $nbrep);
333 $content = preg_replace(
'/(href=")\/?([^:\"\!]*)\.php\?([^#\"<>]*)(#[^\"<>]*)?\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/public/website/index.php?website='.$website->ref.
'&pageref=\2&\3\4"', $content, -1, $nbrep);
335 $content = preg_replace(
'/([\'"])_service_([^\'"]+)\.php\1/',
'\1!~!~!~' . DOL_URL_ROOT .
'/public/website/index.php?website=' . $website->ref .
'&pageref=_service_\2\1', $content, -1, $nbrep);
337 $content = preg_replace(
'/([\'"])_library_([^\'"]+)\.php\1/',
'\1!~!~!~' . DOL_URL_ROOT .
'/public/website/index.php?website=' . $website->ref .
'&pageref=_library_\2\1', $content, -1, $nbrep);
339 $content = preg_replace(
'/(href=")\/?([a-zA-Z0-9\-_#]+)(\"|\?)/',
'\1!~!~!~'.DOL_URL_ROOT.
'/public/website/index.php?website='.$website->ref.
'&pageref=\2\3', $content, -1, $nbrep);
342 $content = preg_replace(
'/(href=")(\/?document\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
343 $content = preg_replace(
'/(src=")(\/?document\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
346 $content = preg_replace(
'/(href=")(\/?viewimage\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
347 $content = preg_replace(
'/(src=")(\/?viewimage\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
348 $content = preg_replace(
'/(url\(")(\/?viewimage\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
351 $content = preg_replace(
'/url\((["\']?)\/?medias\//',
'url(\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep);
352 $content = preg_replace(
'/data-slide-bg=(["\']?)\/?medias\//',
'data-slide-bg=\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep);
356 $content = preg_replace(
'/(<img[^>]*src=")\/?medias\//',
'\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep);
358 $content = preg_replace(
'/(<img[^>]*src=")\/?([^:\"\!]+)\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=\2"', $content, -1, $nbrep);
360 $content = preg_replace(
'/(<img[^>]*src=")(\/?viewimage\.php)/',
'\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php', $content, -1, $nbrep);
363 $content = preg_replace(
'/(action=")\/?([^:\"]*)(\.php\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'/public/website/index.php?website='.$website->ref.
'&pageref=\2"', $content, -1, $nbrep);
366 $content = str_replace(
'src="!~!~!~/viewimage.php',
'src="!~!~!~'.DOL_URL_ROOT.
'/viewimage.php', $content);
367 $content = str_replace(
'href="!~!~!~/document.php',
'href="!~!~!~'.DOL_URL_ROOT.
'/document.php', $content);
370 if (empty($includehtmlcontentopened)) {
371 $content = str_replace(
'!~!~!~',
'', $content);
374 $symlinktomediaexists = 1;
375 if ($website->virtualhost) {
376 $content = preg_replace(
'/^(<link[^>]*rel="canonical" href=")\//m',
'\1'.$website->virtualhost.
'/', $content, -1, $nbrep);
385 if (!$symlinktomediaexists) {
387 $content = preg_replace(
'/(<img[^>]*src=")\/?image\//',
'\1/wrapper.php?modulepart=medias&file=medias/image/', $content, -1, $nbrep);
388 $content = preg_replace(
'/(url\(["\']?)\/?image\//',
'\1/wrapper.php?modulepart=medias&file=medias/image/', $content, -1, $nbrep);
390 $content = preg_replace(
'/(<script[^>]*src=")[^\"]*document\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
391 $content = preg_replace(
'/(<a[^>]*href=")[^\"]*document\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
393 $content = preg_replace(
'/(<a[^>]*href=")[^\"]*viewimage\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
394 $content = preg_replace(
'/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
395 $content = preg_replace(
'/(url\(["\']?)[^\)]*viewimage\.php([^\)]*)modulepart=medias([^\)]*)file=([^\)]*)(["\']?\))/',
'\1/wrapper.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
397 $content = preg_replace(
'/(<a[^>]*href=")[^\"]*viewimage\.php([^\"]*)hashp=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2hashp=\3\4', $content, -1, $nbrep);
398 $content = preg_replace(
'/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)hashp=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2hashp=\3\4', $content, -1, $nbrep);
399 $content = preg_replace(
'/(url\(["\']?)[^\)]*viewimage\.php([^\)]*)hashp=([^\)]*)(["\']?\))/',
'\1/wrapper.php\2hashp\3\4', $content, -1, $nbrep);
401 $content = preg_replace(
'/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)modulepart=mycompany([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2modulepart=mycompany\3file=\4\5', $content, -1, $nbrep);
404 $content = preg_replace(
'/(<img[^>]*src=")\/?viewimage\.php/',
'\1/wrapper.php', $content, -1, $nbrep);
405 $content = preg_replace(
'/(<a[^>]*href=")\/?documents\.php/',
'\1/wrapper.php', $content, -1, $nbrep);
408 $content = preg_replace(
'/(<img[^>]*src=")\/?image\//',
'\1/medias/image/', $content, -1, $nbrep);
409 $content = preg_replace(
'/(url\(["\']?)\/?image\//',
'\1/medias/image/', $content, -1, $nbrep);
411 $content = preg_replace(
'/(<script[^>]*src=")[^\"]*document\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/medias/\4\5', $content, -1, $nbrep);
412 $content = preg_replace(
'/(<a[^>]*href=")[^\"]*document\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/medias/\4\5', $content, -1, $nbrep);
414 $content = preg_replace(
'/(<a[^>]*href=")[^\"]*viewimage\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/medias/\4\5', $content, -1, $nbrep);
415 $content = preg_replace(
'/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/medias/\4\5', $content, -1, $nbrep);
416 $content = preg_replace(
'/(url\(["\']?)[^\)]*viewimage\.php([^\)]*)modulepart=medias([^\)]*)file=([^\)]*)(["\']?\))/',
'\1/medias/\4\5', $content, -1, $nbrep);
418 $content = preg_replace(
'/(<a[^>]*href=")[^\"]*viewimage\.php([^\"]*)hashp=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2hashp=\3\4', $content, -1, $nbrep);
419 $content = preg_replace(
'/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)hashp=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2hashp=\3\4', $content, -1, $nbrep);
420 $content = preg_replace(
'/(url\(["\']?)[^\)]*viewimage\.php([^\)]*)hashp=([^\)]*)(["\']?\))/',
'\1/wrapper.php\2hashp=\3\4', $content, -1, $nbrep);
422 $content = preg_replace(
'/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)modulepart=mycompany([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2modulepart=mycompany\3file=\4\5', $content, -1, $nbrep);
425 $content = preg_replace(
'/(<img[^>]*src=")\/?viewimage\.php/',
'\1/wrapper.php', $content, -1, $nbrep);
426 $content = preg_replace(
'/(<a[^>]*href=")\/?document\.php/',
'\1/wrapper.php', $content, -1, $nbrep);
430 if (!defined(
'USEDOLIBARREDITOR')) {
431 $content = str_replace(
' contenteditable="true"',
' contenteditable="false"', $content);
435 $content = str_replace(
'<body id="bodywebsite" class="bodywebsite',
'<body id="bodywebsite" class="bodywebsite ' .
getDolGlobalString(
'WEBSITE_ADD_CSS_TO_BODY'), $content);
457 if (in_array($websitepagetype, array(
'blogpost',
'page'))) {
462 $sql =
"UPDATE ".$db->prefix().
"website SET ";
463 $sql .=
" pageviews_total = pageviews_total + 1,";
464 $sql .=
" pageviews_month = pageviews_month + 1,";
466 $sql .=
" pageviews_previous_month = ".$db->ifsql(
"lastaccess < '".$db->idate(
dol_mktime(0, 0, 0, $tmpnow[
'mon'], 1, $tmpnow[
'year'],
'gmt', 0),
'gmt').
"'",
'pageviews_month',
'pageviews_previous_month').
",";
467 $sql .=
" lastaccess = '".$db->idate(
dol_now(
'gmt'),
'gmt').
"',";
468 $sql .=
" lastpageid = ".((int) $websitepageid);
469 $sql .=
" WHERE rowid = ".((int) $websiteid);
471 $resql = $db->query($sql);
520function redirectToContainer($containerref, $containeraliasalt =
'', $containerid = 0, $permanent = 0, $parameters = array(), $parampropagation = 1)
522 global $db, $website;
523 '@phan-var-force Website $website';
529 if ($containeraliasalt) {
530 include_once DOL_DOCUMENT_ROOT.
'/website/class/websitepage.class.php';
533 $result = $tmpwebsitepage->fetch(0, $website->id,
'', $containeraliasalt);
535 $containerref = $tmpwebsitepage->pageurl;
537 print
"Error, page contains a redirect to the alternative alias '".$containeraliasalt.
"' that does not exists in web site (".$website->id.
" / ".$website->ref.
")";
542 if (defined(
'USEDOLIBARREDITOR')) {
546 $text =
"This page contains dynamic code that make a redirect to '".$containerref.
"' in your current context. Redirect has been canceled as it is not supported in edition mode.";
547 setEventMessages($text,
null,
'warnings',
'WEBSITEREDIRECTDISABLED'.$containerref);
551 if (defined(
'USEDOLIBARRSERVER')) {
553 if (!$containeraliasalt) {
554 include_once DOL_DOCUMENT_ROOT.
'/website/class/websitepage.class.php';
557 $result = $tmpwebsitepage->fetch(0, $website->id, $containerref);
558 unset($tmpwebsitepage);
561 $currenturi = $_SERVER[
"REQUEST_URI"];
563 if (preg_match(
'/&pageref=([^&]+)/', $currenturi, $regtmp)) {
564 if ($regtmp[0] == $containerref) {
565 print
"Error, page with uri '.$currenturi.' try a redirect to the same alias page '".$containerref.
"' in web site '".$website->ref.
"'";
568 $newurl = preg_replace(
'/&pageref=([^&]+)/',
'&pageref='.$containerref, $currenturi);
571 $newurl = $currenturi.
'&pageref='.urlencode($containerref);
575 $newurl =
'/'.$containerref.
'.php';
576 if ($parampropagation) {
577 $newurl .= (empty($_SERVER[
"QUERY_STRING"]) ?
'' :
'?'.$_SERVER[
"QUERY_STRING"]);
582 if (!empty($parameters)) {
583 $separator = (parse_url($newurl, PHP_URL_QUERY) ==
null) ?
'?' :
'&';
584 $newurl = $newurl . $separator . http_build_query($parameters);
587 header(
"Status: 301 Moved Permanently",
false, 301);
589 header(
"Location: ".$newurl);
592 print
"Error, page contains a redirect to the alias page '".$containerref.
"' that does not exists in web site (".$website->id.
" / ".$website->ref.
")";
610 global
$conf, $db, $hookmanager, $langs, $mysoc, $user, $website, $websitepage, $weblangs;
611 global $includehtmlcontentopened;
612 global $websitekey, $websitepagefile;
613 '@phan-var-force Website $website';
617 if (!preg_match(
'/\.php$/i', $containerref)) {
618 $containerref .=
'.php';
621 $fullpathfile = DOL_DATA_ROOT.($conf->entity > 1 ?
'/'.$conf->entity :
'').
'/website/'.$websitekey.
'/'.$containerref;
625 $fullpathcache = DOL_DATA_ROOT.($conf->entity > 1 ?
'/'.$conf->entity :
'').
'/website/temp/'.$websitekey.
'-'.$websitepage->id.
'-'.$containerref.($cachekey ?
'-'.$cachekey:
'').
'.cache';
628 if (empty($includehtmlcontentopened)) {
629 $includehtmlcontentopened = 0;
631 $includehtmlcontentopened++;
632 if ($includehtmlcontentopened > $MAXLEVEL) {
633 print
'ERROR: RECURSIVE CONTENT LEVEL. Depth of recursive call is more than the limit of '.((int) $MAXLEVEL).
".\n";
640 if (!empty($websitepage->type_container) && !in_array($websitepage->type_container, array(
'library',
'service'))) {
641 print
"\n".
'<!-- include '.$websitekey.
'/'.$containerref.($cachekey ?
' '.$cachekey:
'').(is_object($websitepage) ?
' parent id='.$websitepage->id :
'').
' level='.$includehtmlcontentopened.
' -->'.
"\n";
646 if ($cachedelay > 0 && $fullpathcache) {
647 if (is_file($fullpathcache)) {
649 $lastModifiedTime = filemtime($fullpathcache);
652 $currentTime = time();
655 if (($currentTime - $lastModifiedTime) <= $cachedelay) {
657 $tmpoutput = file_get_contents($fullpathcache);
662 if (empty($tmpoutput)) {
669 $res = @include_once $fullpathfile;
671 $res = @include $fullpathfile;
673 $tmpoutput = ob_get_contents();
677 print
'ERROR: FAILED TO INCLUDE PAGE '.$containerref.
"(once=".$once.
")\n";
679 $tmpoutput = preg_replace(array(
'/^.*<body[^>]*>/ims',
'/<\/body>.*$/ims'), array(
'',
''), $tmpoutput);
682 if ($fullpathcache && strlen($tmpoutput) < 10000000) {
683 file_put_contents($fullpathcache, $tmpoutput);
691 $includehtmlcontentopened--;
706 global
$conf, $db, $hookmanager, $langs, $mysoc, $user, $website, $websitepage, $weblangs, $pagelangs;
707 '@phan-var-force Website $website';
709 $type = strtolower($type);
711 if ($type ==
'software') {
712 $ret =
'<!-- Add structured data for entry in a software annuary -->'.
"\n";
713 $ret .=
'<script nonce="'.getNonce().
'" type="application/ld+json">'.
"\n";
715 "@context": "https://schema.org",
716 "@type": "SoftwareApplication",
717 "name": "'.dol_escape_json($data[
'name']).
'",
719 "applicationCategory": "https://schema.org/'.
dol_escape_json($data[
'applicationCategory']).
'",';
720 if (!empty($data[
'ratingcount'])) {
723 "@type": "AggregateRating",
724 "ratingValue": "'.dol_escape_json($data[
'ratingvalue']).
'",
731 "price": "'.dol_escape_json($data[
'price']).
'",
735 $ret .=
'</script>'.
"\n";
736 } elseif ($type ==
'organization') {
737 $companyname = $mysoc->name;
740 $ret =
'<!-- Add structured data for organization -->'.
"\n";
741 $ret .=
'<script nonce="'.getNonce().
'" type="application/ld+json">'.
"\n";
743 "@context": "https://schema.org",
744 "@type": "Organization",
745 "name": "'.dol_escape_json(!empty($data[
'name']) ? $data[
'name'] : $companyname).
'",
746 "url": "'.
dol_escape_json(!empty($data[
'url']) ? $data[
'url'] : $url).
'",
747 "logo": "'.($data[
'logo'] ?
dol_escape_json($data[
'logo']) :
'/wrapper.php?modulepart=mycompany&file=logos%2F'.urlencode($mysoc->logo)).
'",
749 "@type": "ContactPoint",
750 "contactType": "Contact",
751 "email": "'.
dol_escape_json(!empty($data[
'email']) ? $data[
'email'] : $mysoc->email).
'"
753 if (is_array($mysoc->socialnetworks) && count($mysoc->socialnetworks) > 0) {
755 $ret .=
'"sameAs": [';
757 foreach ($mysoc->socialnetworks as $key => $value) {
758 if ($key ==
'linkedin') {
759 $ret .=
'"https://www.'.$key.
'.com/company/'.
dol_escape_json($value).
'"';
760 } elseif ($key ==
'youtube') {
766 if ($i < count($mysoc->socialnetworks)) {
773 $ret .=
'</script>'.
"\n";
774 } elseif ($type ==
'blogpost') {
775 if (!empty($websitepage->author_alias)) {
780 $pageurl = $websitepage->pageurl;
781 $title = $websitepage->title;
783 $companyname = $mysoc->name;
784 $description = $websitepage->description;
786 $pageurl = str_replace(
'__WEBSITE_KEY__', $website->ref, $pageurl);
787 $title = str_replace(
'__WEBSITE_KEY__', $website->ref, $title);
788 $imagepath =
'/medias'.(preg_match(
'/^\//', $image) ?
'' :
'/').str_replace(
'__WEBSITE_KEY__', $website->ref, $image);
789 $companyname = str_replace(
'__WEBSITE_KEY__', $website->ref, $companyname);
790 $description = str_replace(
'__WEBSITE_KEY__', $website->ref, $description);
792 $ret =
'<!-- Add structured data for blog post -->'.
"\n";
793 $ret .=
'<script nonce="'.getNonce().
'" type="application/ld+json">'.
"\n";
795 "@context": "https://schema.org",
796 "@type": "NewsArticle",
797 "mainEntityOfPage": {
799 "@id": "'.dol_escape_json($pageurl).
'"
805 "'.dol_escape_json($imagepath).
'"
809 "dateCreated": "'.dol_print_date($websitepage->date_creation,
'dayhourrfc').
'",
810 "datePublished": "'.
dol_print_date($websitepage->date_creation,
'dayhourrfc').
'",
811 "dateModified": "'.
dol_print_date($websitepage->date_modification,
'dayhourrfc').
'",
817 "@type": "Organization",
820 "@type": "ImageObject",
821 "url": "/wrapper.php?modulepart=mycompany&file='.urlencode(
'logos/'.$mysoc->logo).
'"
824 if ($websitepage->keywords) {
825 $ret .=
'"keywords": [';
827 $arrayofkeywords = explode(
',', $websitepage->keywords);
828 foreach ($arrayofkeywords as $keyword) {
829 $ret .=
'"'.dol_escape_json($keyword).
'"';
831 if ($i < count($arrayofkeywords)) {
837 $ret .=
'"description": "'.dol_escape_json($description).
'"';
838 $ret .=
"\n".
'}'.
"\n";
839 $ret .=
'</script>'.
"\n";
841 $ret =
'<!-- no structured data inserted inline inside blogpost because no author_alias defined -->'.
"\n";
843 } elseif ($type ==
'product') {
844 $ret =
'<!-- Add structured data for product -->'.
"\n";
845 $ret .=
'<script nonce="'.getNonce().
'" type="application/ld+json">'.
"\n";
847 "@context": "https://schema.org/",
849 "name": "'.dol_escape_json($data[
'label']).
'",
866 "url": "https://example.com/anvil",
867 "priceCurrency": "'.
dol_escape_json($data[
'currency'] ? $data[
'currency'] :
$conf->currency).
'",
869 "itemCondition": "https://schema.org/UsedCondition",
870 "availability": "https://schema.org/InStock",
872 "@type": "Organization",
877 $ret .=
'</script>'.
"\n";
878 } elseif ($type ==
'qa') {
879 $ret =
'<!-- Add structured data for QA -->'.
"\n";
880 $ret .=
'<script nonce="'.getNonce().
'" type="application/ld+json">'.
"\n";
882 "@context": "https://schema.org/",
886 "name": "'.dol_escape_json($data[
'name']).
'",
903 $ret .=
'</script>'.
"\n";
918 global
$conf, $db, $hookmanager, $langs, $mysoc, $user, $website, $websitepage, $weblangs;
919 '@phan-var-force Website $website';
923 if ($website->virtualhost) {
924 $pageurl = $websitepage->pageurl;
925 $title = $websitepage->title;
926 $image = $websitepage->image;
927 $companyname = $mysoc->name;
928 $description = $websitepage->description;
930 $pageurl = str_replace(
'__WEBSITE_KEY__', $website->ref, $pageurl);
931 $title = str_replace(
'__WEBSITE_KEY__', $website->ref, $title);
932 $image =
'/medias'.(preg_match(
'/^\//', $image) ?
'' :
'/').str_replace(
'__WEBSITE_KEY__', $website->ref, $image);
933 $companyname = str_replace(
'__WEBSITE_KEY__', $website->ref, $companyname);
934 $description = str_replace(
'__WEBSITE_KEY__', $website->ref, $description);
937 if ($websitepage->lang) {
938 $shortlangcode = substr($websitepage->lang, 0, 2);
940 if (empty($shortlangcode)) {
941 $shortlangcode = substr($website->lang, 0, 2);
944 $fullurl = $website->virtualhost.
'/'.$websitepage->pageurl.
'.php';
945 $canonicalurl = $website->virtualhost.(($websitepage->id == $website->fk_default_home) ?
'/' : (($shortlangcode != substr($website->lang, 0, 2) ?
'/'.$shortlangcode :
'').
'/'.$websitepage->pageurl.
'.php'));
946 $hashtags = trim(implode(
' #', array_map(
'trim', explode(
',', $websitepage->keywords))));
949 $out .=
'<meta name="og:type" content="website">'.
"\n";
950 $out .=
'<meta name="og:title" content="'.$websitepage->title.
'">'.
"\n";
951 if ($websitepage->image) {
952 $out .=
'<meta name="og:image" content="'.$website->virtualhost.$image.
'">'.
"\n";
954 $out .=
'<meta name="og:url" content="'.$canonicalurl.
'">'.
"\n";
957 $out .=
'<meta name="twitter:card" content="summary">'.
"\n";
958 if (!empty($params) && !empty($params[
'twitter_account'])) {
959 $out .=
'<meta name="twitter:site" content="@'.$params[
'twitter_account'].
'">'.
"\n";
960 $out .=
'<meta name="twitter:creator" content="@'.$params[
'twitter_account'].
'">'.
"\n";
962 $out .=
'<meta name="twitter:title" content="'.$websitepage->title.
'">'.
"\n";
963 if ($websitepage->description) {
964 $out .=
'<meta name="twitter:description" content="'.$websitepage->description.
'">'.
"\n";
966 if ($websitepage->image) {
967 $out .=
'<meta name="twitter:image" content="'.$website->virtualhost.$image.
'">'.
"\n";
994 global $website, $websitepage;
995 '@phan-var-force Website $website';
997 $out =
'<!-- section for social network sharing of page -->'.
"\n";
999 if ($website->virtualhost) {
1000 $fullurl = $website->virtualhost.
'/'.$websitepage->pageurl.
'.php';
1001 $hashtags = trim(implode(
' #', array_map(
'trim', explode(
',', $websitepage->keywords))));
1003 $out .=
'<div class="dol-social-share">'.
"\n";
1006 if (empty($socialnetworks) || preg_match(
'/twitter/', $socialnetworks)) {
1007 $out .=
'<div class="dol-social-share-tw">'.
"\n";
1008 $out .=
'<a href="https://twitter.com/share" class="twitter-share-button" data-url="'.$fullurl.
'" data-text="'.
dol_escape_htmltag($websitepage->description).
'" data-lang="'.$websitepage->lang.
'" data-size="small" data-related="" data-hashtags="'.preg_replace(
'/^#/',
'', $hashtags).
'" data-count="horizontal">Tweet</a>';
1009 $out .=
'<script nonce="'.getNonce().
'">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?\'http\':\'https\';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+\'://platform.twitter.com/widgets.js\';fjs.parentNode.insertBefore(js,fjs);}}(document, \'script\', \'twitter-wjs\');</script>';
1010 $out .=
'</div>'.
"\n";
1014 if (empty($socialnetworks) || preg_match(
'/reddit/', $socialnetworks)) {
1015 $out .=
'<div class="dol-social-share-reddit">'.
"\n";
1016 $out .=
'<a href="https://www.reddit.com/submit" target="_blank" rel="noopener noreferrer external" onclick="window.location = \'https://www.reddit.com/submit?url='.urlencode($fullurl).
'\';
return false">';
1017 $out .= '<span class="dol-social-share-reddit-span
">Reddit</span>';
1019 $out .= '</div>'."\n
";
1023 if (empty($socialnetworks) || preg_match('/facebook/', $socialnetworks)) {
1024 $out .= '<div class="dol-social-share-fbl
">'."\n
";
1025 $out .= '<a href="https:
1026 $out .=
'<span class="dol-social-share-fbl-span">Facebook</span>';
1031 $out .=
"\n</div>\n";
1033 $out .=
'<!-- virtual host not defined in CMS. No way to add sharing buttons -->'.
"\n";
1035 $out .=
'<!-- section end for social network sharing of page -->'.
"\n";
1054 include_once DOL_DOCUMENT_ROOT.
'/core/lib/images.lib.php';
1056 $regexforimg =
'('.$regexforimg.
')$';
1058 $sql =
"SELECT COUNT(rowid) as nb";
1059 $sql .=
" FROM ".MAIN_DB_PREFIX.
"ecm_files";
1060 $sql .=
" WHERE entity IN (".getEntity(
$object->element).
")";
1061 $sql .=
" AND src_object_type = '".$db->escape(
$object->element).
"' AND src_object_id = ".((int)
$object->id);
1062 $sql .=
" AND ".$db->regexpsql(
'filename', $regexforimg, 1);
1063 $sql .=
" AND share IS NOT NULL";
1065 $resql = $db->query($sql);
1067 $obj = $db->fetch_object($resql);
1093 include_once DOL_DOCUMENT_ROOT.
'/core/lib/images.lib.php';
1095 $regexforimg =
'('.$regexforimg.
')$';
1097 $sql =
"SELECT rowid, ref, share, filename, cover, position";
1098 $sql .=
" FROM ".MAIN_DB_PREFIX.
"ecm_files";
1099 $sql .=
" WHERE entity IN (".getEntity(
$object->element).
")";
1100 $sql .=
" AND src_object_type = '".$db->escape(
$object->element).
"' AND src_object_id = ".((int)
$object->id);
1101 $sql .=
" AND ".$db->regexpsql(
'filename', $regexforimg, 1);
1102 $sql .= ($cover ?
"" :
" AND cover <> 1");
1104 $sql .= $db->order(
"cover,position,rowid",
"ASC,ASC,ASC");
1106 $sql .= $db->order(
"cover,position,rowid",
"DESC,ASC,ASC");
1109 $resql = $db->query($sql);
1111 $num = $db->num_rows($resql);
1114 $foundnotshared = 0;
1116 $obj = $db->fetch_object($resql);
1118 if (empty($obj->share)) {
1123 if (defined(
'USEDOLIBARRSERVER') || defined(
'USEDOLIBARREDITOR')) {
1124 $image_path = DOL_URL_ROOT.
'/viewimage.php?hashp='.urlencode($obj->share);
1126 $image_path =
'/wrapper.php?hashp='.urlencode($obj->share);
1130 $image_path .=
'&extname='.urlencode($extName);
1134 if ($found >= $no) {
1139 if (!$found && $foundnotshared) {
1140 if (defined(
'USEDOLIBARRSERVER') || defined(
'USEDOLIBARREDITOR')) {
1141 $image_path = DOL_URL_ROOT.
'/viewimage.php?modulepart=common&file=nophotopublic.png';
1143 $image_path =
'/wrapper.php?modulepart=common&file=nophotopublic.png';
1148 if (empty($image_path)) {
1149 if (defined(
'USEDOLIBARRSERVER') || defined(
'USEDOLIBARREDITOR')) {
1150 $image_path = DOL_URL_ROOT.
'/viewimage.php?modulepart=common&file=nophoto.png';
1152 $image_path =
'/wrapper.php?modulepart=common&file=nophoto.png';
1172 include_once DOL_DOCUMENT_ROOT.
'/core/lib/images.lib.php';
1174 $regexforimg =
'/('.$regexforimg.
')$/i';
1176 $sql =
"SELECT rowid, ref, share, filename, cover, position";
1177 $sql .=
" FROM ".MAIN_DB_PREFIX.
"ecm_files";
1178 $sql .=
" WHERE entity IN (".getEntity(
$object->element).
")";
1179 $sql .=
" AND src_object_type = '".$db->escape(
$object->element).
"' AND src_object_id = ".((int)
$object->id);
1180 $sql .= $db->order(
"cover,position,rowid",
"ASC,ASC,ASC");
1182 $resql = $db->query($sql);
1184 $num = $db->num_rows($resql);
1187 $obj = $db->fetch_object($resql);
1189 if (!empty($obj->share)) {
1190 $files[$obj->rowid][
'filename'] = $obj->filename;
1191 $files[$obj->rowid][
'position'] = $obj->position;
1192 if (defined(
'USEDOLIBARRSERVER') || defined(
'USEDOLIBARREDITOR')) {
1193 if (preg_match($regexforimg, $obj->filename)) {
1194 $files[$obj->rowid][
'url'] = DOL_URL_ROOT.
'/viewimage.php?hashp='.urlencode($obj->share);
1196 $files[$obj->rowid][
'url'] = DOL_URL_ROOT.
'/document.php?hashp='.urlencode($obj->share);
1199 $files[$obj->rowid][
'url'] =
'/wrapper.php?hashp='.urlencode($obj->share);
1226function getPagesFromSearchCriterias($type, $algo, $searchstring, $max = 25, $sortfield =
'date_creation', $sortorder =
'DESC', $langcode =
'', $otherfilters = [], $status = 1)
1228 global
$conf, $db, $hookmanager, $langs, $mysoc, $user, $website, $websitepage, $weblangs;
1229 '@phan-var-force Website $website';
1232 $arrayresult = array(
'code' =>
'',
'list' => array());
1235 if (!is_object($weblangs)) {
1254 $tmparrayoftype = explode(
',', $type);
1268 if (!$error && (empty($max) || ($found < $max)) && (preg_match(
'/meta/', $algo) || preg_match(
'/content/', $algo))) {
1269 include_once DOL_DOCUMENT_ROOT.
'/website/class/websitepage.class.php';
1271 $sql =
'SELECT wp.rowid FROM '.MAIN_DB_PREFIX.
'website_page as wp';
1272 if (is_array($otherfilters) && !empty($otherfilters[
'category'])) {
1273 $sql .=
', '.MAIN_DB_PREFIX.
'categorie_website_page as cwp';
1275 $sql .=
" WHERE wp.fk_website = ".((int) $website->id);
1277 $sql .=
" AND wp.status = ".((int) $status);
1280 $sql .=
" AND wp.lang = '".$db->escape($langcode).
"'";
1283 $tmparrayoftype = explode(
',', $type);
1285 foreach ($tmparrayoftype as $tmptype) {
1286 $typestring .= ($typestring ?
", " :
"").
"'".$db->escape(trim($tmptype)).
"'";
1288 $sql .=
" AND wp.type_container IN (".$db->sanitize($typestring, 1).
")";
1292 if (preg_match(
'/meta/', $algo)) {
1293 $searchalgo .= ($searchalgo ?
' OR ' :
'').
"wp.title LIKE '%".$db->escape($db->escapeforlike($searchstring)).
"%' OR wp.description LIKE '%".$db->escape($db->escapeforlike($searchstring)).
"%'";
1294 $searchalgo .= ($searchalgo ?
' OR ' :
'').
"wp.keywords LIKE '".$db->escape($db->escapeforlike($searchstring)).
",%' OR wp.keywords LIKE '% ".$db->escape($db->escapeforlike($searchstring)).
"%'";
1296 if (preg_match(
'/content/', $algo)) {
1297 $searchalgo .= ($searchalgo ?
' OR ' :
'').
"wp.content LIKE '%".$db->escape($db->escapeforlike($searchstring)).
"%'";
1299 $sql .= $searchalgo;
1300 if (is_array($otherfilters) && !empty($otherfilters[
'category'])) {
1301 $sql .=
' AND cwp.fk_website_page = wp.rowid AND cwp.fk_categorie = '.((int) $otherfilters[
'category']);
1304 $sql .= $db->order($sortfield, $sortorder);
1305 $sql .= $db->plimit($max);
1308 $resql = $db->query($sql);
1312 while (($obj = $db->fetch_object($resql)) && ($i < $max || $max == 0)) {
1313 if ($obj->rowid > 0) {
1315 $tmpwebsitepage->fetch($obj->rowid);
1316 if ($tmpwebsitepage->id > 0) {
1317 $arrayresult[
'list'][$obj->rowid] = $tmpwebsitepage;
1325 $arrayresult[
'code'] = $db->lasterrno();
1326 $arrayresult[
'message'] = $db->lasterror();
1332 if (!$error && (empty($max) || ($found < $max)) && (preg_match(
'/sitefiles/', $algo))) {
1333 global $dolibarr_main_data_root;
1335 $pathofwebsite = $dolibarr_main_data_root.($conf->entity > 1 ?
'/'.$conf->entity :
'').
'/website/'.$website->ref;
1336 $filehtmlheader = $pathofwebsite.
'/htmlheader.html';
1337 $filecss = $pathofwebsite.
'/styles.css.php';
1338 $filejs = $pathofwebsite.
'/javascript.js.php';
1339 $filerobot = $pathofwebsite.
'/robots.txt';
1340 $filehtaccess = $pathofwebsite.
'/.htaccess';
1341 $filemanifestjson = $pathofwebsite.
'/manifest.json.php';
1342 $filereadme = $pathofwebsite.
'/README.md';
1344 $filecontent = file_get_contents($filehtmlheader);
1345 if ((empty($max) || ($found < $max)) && preg_match(
'/'.preg_quote($searchstring,
'/').
'/', $filecontent)) {
1346 $arrayresult[
'list'][] = array(
'type' =>
'website_htmlheadercontent');
1349 $filecontent = file_get_contents($filecss);
1350 if ((empty($max) || ($found < $max)) && preg_match(
'/'.preg_quote($searchstring,
'/').
'/', $filecontent)) {
1351 $arrayresult[
'list'][] = array(
'type' =>
'website_csscontent');
1354 $filecontent = file_get_contents($filejs);
1355 if ((empty($max) || ($found < $max)) && preg_match(
'/'.preg_quote($searchstring,
'/').
'/', $filecontent)) {
1356 $arrayresult[
'list'][] = array(
'type' =>
'website_jscontent');
1359 $filerobot = file_get_contents($filerobot);
1360 if ((empty($max) || ($found < $max)) && preg_match(
'/'.preg_quote($searchstring,
'/').
'/', $filecontent)) {
1361 $arrayresult[
'list'][] = array(
'type' =>
'website_robotcontent');
1369 $arrayresult[
'code'] =
'OK';
1370 if (empty($arrayresult[
'list'])) {
1371 $arrayresult[
'code'] =
'KO';
1372 $arrayresult[
'message'] = $weblangs->trans(
"NoRecordFound");
1376 $arrayresult[
'code'] =
'KO';
1377 $arrayresult[
'message'] =
'No supported algorithm found';
1381 return $arrayresult;
1395 $dom =
new DOMDocument();
1397 libxml_use_internal_errors(
false);
1398 if (LIBXML_VERSION < 20900) {
1402 libxml_disable_entity_loader(
true);
1408 @$dom->loadHTML($htmlContent);
1411 libxml_clear_errors();
1414 $images = $dom->getElementsByTagName(
'img');
1417 if ($imageNumber > 0 && $imageNumber <= $images->length) {
1419 $img = $images->item($imageNumber - 1);
1420 if ($img instanceof DOMElement) {
1421 return $img->getAttribute(
'src');
1444function getAllImages(
$object, $objectpage, $urltograb, &$tmp, &$action, $modifylinks = 0, $grabimages = 1, $grabimagesinto =
'subpage')
1450 dol_syslog(
"Call getAllImages with grabimagesinto=".$grabimagesinto);
1452 $alreadygrabbed = array();
1454 if (preg_match(
'/\/$/', $urltograb)) {
1457 $urltograb = dirname($urltograb);
1461 preg_match_all(
'/<img([^\.\/]+)src="([^>"]+)"([^>]*)>/i', $tmp, $regs);
1463 foreach ($regs[0] as $key => $val) {
1464 if (preg_match(
'/^data:image/i', $regs[2][$key])) {
1468 if (preg_match(
'/^\//', $regs[2][$key])) {
1470 $urltograbbis = $urltograbdirrootwithoutslash.$regs[2][$key];
1472 $urltograbbis = $urltograb.
'/'.$regs[2][$key];
1475 $linkwithoutdomain = $regs[2][$key];
1476 $dirforimages =
'/'.$objectpage->pageurl;
1477 if ($grabimagesinto ==
'root') {
1482 $filetosave =
$conf->medias->multidir_output[
$conf->entity].
'/image/'.
$object->ref.$dirforimages.(preg_match(
'/^\//', $regs[2][$key]) ?
'' :
'/').$regs[2][$key];
1483 if (preg_match(
'/^http/', $regs[2][$key])) {
1484 $urltograbbis = $regs[2][$key];
1485 $linkwithoutdomain = preg_replace(
'/^https?:\/\/[^\/]+\//i',
'', $regs[2][$key]);
1486 $filetosave =
$conf->medias->multidir_output[
$conf->entity].
'/image/'.
$object->ref.$dirforimages.(preg_match(
'/^\//', $linkwithoutdomain) ?
'' :
'/').$linkwithoutdomain;
1488 $filename =
'image/'.$object->ref.$dirforimages.(preg_match(
'/^\//', $linkwithoutdomain) ?
'' :
'/').$linkwithoutdomain;
1491 $filetosave = preg_replace(
'/\/[^\/]+\/\.\./',
'', $filetosave);
1492 $filename = preg_replace(
'/\/[^\/]+\/\.\./',
'', $filename);
1494 if (empty($alreadygrabbed[$urltograbbis])) {
1496 $tmpgeturl =
getURLContent($urltograbbis,
'GET',
'', 1, array(), array(
'http',
'https'), 0);
1497 if ($tmpgeturl[
'curl_error_no']) {
1499 setEventMessages(
'Error getting '.$urltograbbis.
': '.$tmpgeturl[
'curl_error_msg'],
null,
'errors');
1501 } elseif ($tmpgeturl[
'http_code'] !=
'200') {
1503 setEventMessages(
'Error getting '.$urltograbbis.
': '.$tmpgeturl[
'http_code'],
null,
'errors');
1506 $alreadygrabbed[$urltograbbis] = 1;
1510 $fp = fopen($filetosave,
"w");
1511 fwrite($fp, $tmpgeturl[
'content']);
1519 $tmp = preg_replace(
'/'.preg_quote($regs[0][$key],
'/').
'/i',
'<img'.$regs[1][$key].
'src="'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file='.$filename.
'"'.$regs[3][$key].
'>', $tmp);
1524 preg_match_all(
'/background([^\.\/\(;]+)url\([\"\']?([^\)\"\']*)[\"\']?\)/i', $tmp, $regs);
1526 foreach ($regs[0] as $key => $val) {
1527 if (preg_match(
'/^data:image/i', $regs[2][$key])) {
1531 if (preg_match(
'/^\//', $regs[2][$key])) {
1533 $urltograbbis = $urltograbdirrootwithoutslash.$regs[2][$key];
1535 $urltograbbis = $urltograb.
'/'.$regs[2][$key];
1538 $linkwithoutdomain = $regs[2][$key];
1540 $dirforimages =
'/'.$objectpage->pageurl;
1541 if ($grabimagesinto ==
'root') {
1545 $filetosave =
$conf->medias->multidir_output[
$conf->entity].
'/image/'.
$object->ref.$dirforimages.(preg_match(
'/^\//', $regs[2][$key]) ?
'' :
'/').$regs[2][$key];
1547 if (preg_match(
'/^http/', $regs[2][$key])) {
1548 $urltograbbis = $regs[2][$key];
1549 $linkwithoutdomain = preg_replace(
'/^https?:\/\/[^\/]+\//i',
'', $regs[2][$key]);
1550 $filetosave =
$conf->medias->multidir_output[
$conf->entity].
'/image/'.
$object->ref.$dirforimages.(preg_match(
'/^\//', $linkwithoutdomain) ?
'' :
'/').$linkwithoutdomain;
1553 $filename =
'image/'.$object->ref.$dirforimages.(preg_match(
'/^\//', $linkwithoutdomain) ?
'' :
'/').$linkwithoutdomain;
1556 $filetosave = preg_replace(
'/\/[^\/]+\/\.\./',
'', $filetosave);
1557 $filename = preg_replace(
'/\/[^\/]+\/\.\./',
'', $filename);
1559 if (empty($alreadygrabbed[$urltograbbis])) {
1561 $tmpgeturl =
getURLContent($urltograbbis,
'GET',
'', 1, array(), array(
'http',
'https'), 0);
1562 if ($tmpgeturl[
'curl_error_no']) {
1564 setEventMessages(
'Error getting '.$urltograbbis.
': '.$tmpgeturl[
'curl_error_msg'],
null,
'errors');
1566 } elseif ($tmpgeturl[
'http_code'] !=
'200') {
1568 setEventMessages(
'Error getting '.$urltograbbis.
': '.$tmpgeturl[
'http_code'],
null,
'errors');
1571 $alreadygrabbed[$urltograbbis] = 1;
1575 $fp = fopen($filetosave,
"w");
1577 fwrite($fp, $tmpgeturl[
'content']);
1582 setEventMessages(
'Error failed to open file '.$filetosave.
' for writing',
null,
'errors');
1590 $tmp = preg_replace(
'/'.preg_quote($regs[0][$key],
'/').
'/i',
'background'.$regs[1][$key].
'url("'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file='.$filename.
'")', $tmp);
1605 if (empty($postId)) {
1609 $sql =
"SELECT p.title, p.description, p.date_creation, p.image
1610 FROM ".MAIN_DB_PREFIX.
"website_page as p
1611 WHERE p.rowid = ".(intval($postId));
1613 $resql = $db->query($sql);
1615 return $db->fetch_array($resql);
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
dol_mktime($hour, $minute, $second, $month, $day, $year, $gm='auto', $check=1)
Return a timestamp date built from detailed information (by default a local PHP server timestamp) Rep...
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
dol_string_nohtmltag($stringtoclean, $removelinefeed=1, $pagecodeto='UTF-8', $strip_tags=0, $removedoublespaces=1)
Clean a string from all HTML tags and entities.
dolChmod($filepath, $newmask='')
Change mod of a file.
dol_now($mode='auto')
Return date for now.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
dol_escape_json($stringtoescape)
Returns text escaped for inclusion into javascript code.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
dol_getdate($timestamp, $fast=false, $forcetimezone='')
Return an array with locale date info.
dol_mkdir($dir, $dataroot='', $newmask='')
Creation of a directory (this can create recursive subdir)
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...
getRootURLFromURL($url)
Function root url from a long url For example: https://www.abc.mydomain.com/dir/page....
getURLContent($url, $postorget='GET', $param='', $followlocation=1, $addheaders=array(), $allowedschemes=array('http', 'https'), $localurl=0, $ssl_verifypeer=-1)
Function to get a content from an URL (use proxy if proxy defined).
getListOfPossibleImageExt($acceptsvg=0)
Return if a filename is file name of a supported image format.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
getAllImages($object, $objectpage, $urltograb, &$tmp, &$action, $modifylinks=0, $grabimages=1, $grabimagesinto='subpage')
Download all images found into an external URL.
includeContainer($containerref, $once=0, $cachedelay=0, $cachekey='')
Execute content of a php page and report result to be included into another page.
getPublicFilesOfObject($object)
Return array with list of all public files of a given object.
getImageFromHtmlContent($htmlContent, $imageNumber=1)
Return the URL of an image found into a HTML content.
getImagePublicURLOfObject($object, $no=1, $extName='', $cover=1)
Return the public image URL of an object.
dolStripPhpCode($str, $replacewith='')
Remove PHP code part from a string.
getNbOfImagePublicURLOfObject($object)
Return nb of images known into inde files for an object;.
getStructuredData($type, $data=array())
Return HTML content to add structured data for an article, news or Blog Post.
dolWebsiteReplacementOfLinks($website, $content, $removephppart=0, $contenttype='html', $containerid=0)
Convert a page content to have correct links (based on DOL_URL_ROOT) into an html content.
getPagesFromSearchCriterias($type, $algo, $searchstring, $max=25, $sortfield='date_creation', $sortorder='DESC', $langcode='', $otherfilters=[], $status=1)
Return list of containers object that match a criteria.
dolWebsiteIncrementCounter($websiteid, $websitepagetype, $websitepageid)
Increase the website counter of page access.
getNewsDetailsById($postId)
Retrieves the details of a news post by its ID.
dolReplaceSmileyCodeWithUTF8($content)
Converts smiley string into the utf8 sequence.
dolKeepOnlyPhpCode($str)
Keep only PHP code part from a HTML string page.
dolWebsiteOutput($content, $contenttype='html', $containerid=0)
Render a string of an HTML content and output it.
redirectToContainer($containerref, $containeraliasalt='', $containerid=0, $permanent=0, $parameters=array(), $parampropagation=1)
Format img tags to introduce viewimage on img src.
getSocialNetworkHeaderCards($params=null)
Return HTML content to add as header card for an article, news or Blog Post or home page.
getSocialNetworkSharingLinks($socialnetworks='')
Return HTML content to add structured data for an article, news or Blog Post.