34 $str = str_replace(
'<?=',
'<?php', $str);
40 $parts = preg_split(
'/'.preg_quote(
'<?php',
'/').
'/i', $str);
44 foreach ($parts as $part) {
51 $partlings = explode(
'?>', $part);
52 if (!empty($partlings)) {
55 if (count($partlings) > 1) {
61 $newstr .=
'<span phptag>'.$replacewith.
'</span>'.implode(
'', $partlings);
78 $str = str_replace(
'<?=',
'<?php', $str);
84 $parts = preg_split(
'/'.preg_quote(
'<?php',
'/').
'/i', $str);
88 foreach ($parts as $part) {
95 $partlings = explode(
'?>', $part, 2);
96 if (!empty($partlings)) {
97 $newstr .= $partlings[0].
'?>';
99 $newstr .= $part.
'?>';
122 dol_syslog(
'dolWebsiteReplacementOfLinks start (contenttype='.$contenttype.
" containerid=".$containerid.
" USEDOLIBARREDITOR=".(defined(
'USEDOLIBARREDITOR') ?
'1' :
'').
" USEDOLIBARRSERVER=".(defined(
'USEDOLIBARRSERVER') ?
'1' :
'').
')', LOG_DEBUG);
126 $replacewith =
'...php...';
127 if ($removephppart) {
130 $content = preg_replace(
'/value="<\?php((?!\?>).)*\?>\n*/ims',
'value="'.$replacewith.
'"', $content);
132 $replacewith =
'"callto=#';
133 if ($removephppart) {
136 $content = preg_replace(
'/"callto:<\?php((?!\?>).)*\?>\n*/ims', $replacewith, $content);
138 $replacewith =
'"mailto=#';
139 if ($removephppart) {
142 $content = preg_replace(
'/"mailto:<\?php((?!\?>).)*\?>\n*/ims', $replacewith, $content);
144 $replacewith =
'src="php';
145 if ($removephppart) {
148 $content = preg_replace(
'/src="<\?php((?!\?>).)*\?>\n*/ims', $replacewith, $content);
150 $replacewith =
'href="php';
151 if ($removephppart) {
154 $content = preg_replace(
'/href="<\?php((?!\?>).)*\?>\n*/ims', $replacewith, $content);
157 $replacewith =
'...php...';
158 if ($removephppart) {
169 $content = str_replace(
'href="styles.css.php',
'href="!~!~!~styles.css.php', $content);
170 $content = str_replace(
'href="http',
'href="!~!~!~http', $content);
171 $content = str_replace(
'href="//',
'href="!~!~!~//', $content);
172 $content = str_replace(
'src="viewimage.php',
'src="!~!~!~/viewimage.php', $content);
173 $content = str_replace(
'src="/viewimage.php',
'src="!~!~!~/viewimage.php', $content);
174 $content = str_replace(
'src="'.DOL_URL_ROOT.
'/viewimage.php',
'src="!~!~!~'.DOL_URL_ROOT.
'/viewimage.php', $content);
175 $content = str_replace(
'href="document.php',
'href="!~!~!~/document.php', $content);
176 $content = str_replace(
'href="/document.php',
'href="!~!~!~/document.php', $content);
177 $content = str_replace(
'href="'.DOL_URL_ROOT.
'/document.php',
'href="!~!~!~'.DOL_URL_ROOT.
'/document.php', $content);
180 $content = preg_replace(
'/(href=")\/(#[^\"<>]*)?\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/website/index.php?website='.$website->ref.
'&pageid='.$website->fk_default_home.
'\2"', $content, -1, $nbrep);
182 $content = preg_replace(
'/(href=")\/?([^:\"\!]*)\.php(#[^\"<>]*)?\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/website/index.php?website='.$website->ref.
'&pageref=\2\3"', $content, -1, $nbrep);
184 $content = preg_replace(
'/(href=")\/?([^:\"\!]*)\.php\?([^#\"<>]*)(#[^\"<>]*)?\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/website/index.php?website='.$website->ref.
'&pageref=\2&\3\4"', $content, -1, $nbrep);
187 $content = preg_replace(
'/url\((["\']?)\/?medias\//',
'url(\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep);
188 $content = preg_replace(
'/data-slide-bg=(["\']?)\/?medias\//',
'data-slide-bg=\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep);
192 $content = preg_replace(
'/(<img[^>]*src=")\/?medias\//',
'\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep);
194 $content = preg_replace(
'/(<img[^>]*src=")\/?([^:\"\!]+)\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=\2"', $content, -1, $nbrep);
196 $content = preg_replace(
'/(<img[^>]*src=")(\/?viewimage\.php)/',
'\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php', $content, -1, $nbrep);
199 $content = preg_replace(
'/(action=")\/?([^:\"]*)(\.php\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'/website/index.php?website='.$website->ref.
'&pageref=\2"', $content, -1, $nbrep);
202 $content = preg_replace(
'/(href=")(\/?document\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
203 $content = preg_replace(
'/(src=")(\/?document\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
206 $content = preg_replace(
'/(url\(")(\/?viewimage\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
209 $content = str_replace(
'src="!~!~!~/viewimage.php',
'src="!~!~!~'.DOL_URL_ROOT.
'/viewimage.php', $content);
210 $content = str_replace(
'href="!~!~!~/document.php',
'href="!~!~!~'.DOL_URL_ROOT.
'/document.php', $content);
212 $content = str_replace(
'!~!~!~',
'', $content);
214 dol_syslog(
'dolWebsiteReplacementOfLinks end', LOG_DEBUG);
229 ":face_with_tears_of_joy:" =>
"\xF0\x9F\x98\x82",
230 ":grinning_face_with_smiling_eyes:" =>
"\xF0\x9F\x98\x81",
231 ":smiling_face_with_open_mouth:" =>
"\xF0\x9F\x98\x83",
232 ":smiling_face_with_open_mouth_and_cold_sweat:" =>
"\xF0\x9F\x98\x85",
233 ":smiling_face_with_open_mouth_and_tightly_closed_eyes:" =>
"\xF0\x9F\x98\x86",
234 ":winking_face:" =>
"\xF0\x9F\x98\x89",
235 ":smiling_face_with_smiling_eyes:" =>
"\xF0\x9F\x98\x8A",
236 ":face_savouring_delicious_food:" =>
"\xF0\x9F\x98\x8B",
237 ":relieved_face:" =>
"\xF0\x9F\x98\x8C",
238 ":smiling_face_with_heart_shaped_eyes:" =>
"\xF0\x9F\x98\x8D",
239 ":smiling_face_with_sunglasses:" =>
"\xF0\x9F\x98\x8E",
240 ":smirking_face:" =>
"\xF0\x9F\x98\x8F",
241 ":neutral_face:" =>
"\xF0\x9F\x98\x90",
242 ":expressionless_face:" =>
"\xF0\x9F\x98\x91",
243 ":unamused_face:" =>
"\xF0\x9F\x98\x92",
244 ":face_with_cold_sweat:" =>
"\xF0\x9F\x98\x93",
245 ":pensive_face:" =>
"\xF0\x9F\x98\x94",
246 ":confused_face:" =>
"\xF0\x9F\x98\x95",
247 ":confounded_face:" =>
"\xF0\x9F\x98\x96",
248 ":kissing_face:" =>
"\xF0\x9F\x98\x97",
249 ":face_throwing_a_kiss:" =>
"\xF0\x9F\x98\x98",
250 ":kissing_face_with_smiling_eyes:" =>
"\xF0\x9F\x98\x99",
251 ":kissing_face_with_closed_eyes:" =>
"\xF0\x9F\x98\x9A",
252 ":face_with_stuck_out_tongue:" =>
"\xF0\x9F\x98\x9B",
253 ":face_with_stuck_out_tongue_and_winking_eye:" =>
"\xF0\x9F\x98\x9C",
254 ":face_with_stuck_out_tongue_and_tightly_closed_eyes:" =>
"\xF0\x9F\x98\x9D",
255 ":disappointed_face:" =>
"\xF0\x9F\x98\x9E",
256 ":worried_face:" =>
"\xF0\x9F\x98\x9F",
257 ":angry_face:" =>
"\xF0\x9F\x98\xA0",
258 ":face_with_symbols_on_mouth:" =>
"\xF0\x9F\x98\xA1",
260 foreach ($map as $key => $value) {
261 $content = str_replace($key, $value, $content);
279 global $db, $langs, $conf, $user;
280 global $dolibarr_main_url_root, $dolibarr_main_data_root;
282 global $includehtmlcontentopened;
286 dol_syslog(
"dolWebsiteOutput start - contenttype=".$contenttype.
" containerid=".$containerid.
" USEDOLIBARREDITOR=".(defined(
'USEDOLIBARREDITOR') ?
'1' :
'').
" USEDOLIBARRSERVER=".(defined(
'USEDOLIBARRSERVER') ?
'1' :
'').
' includehtmlcontentopened='.$includehtmlcontentopened);
291 $urlwithouturlroot = preg_replace(
'/'.preg_quote(DOL_URL_ROOT,
'/').
'$/i',
'', trim($dolibarr_main_url_root));
292 $urlwithroot = $urlwithouturlroot.DOL_URL_ROOT;
295 if (defined(
'USEDOLIBARREDITOR')) {
297 if ($contenttype ==
'html') {
298 $content = preg_replace(
'/<head>.*<\/head>/ims',
'', $content);
299 $content = preg_replace(
'/^.*<body(\s[^>]*)*>/ims',
'', $content);
300 $content = preg_replace(
'/<\/body(\s[^>]*)*>.*$/ims',
'', $content);
302 } elseif (defined(
'USEDOLIBARRSERVER')) {
303 $content = str_replace(
'<link rel="stylesheet" href="/styles.css',
'<link rel="stylesheet" href="styles.css', $content);
306 $content = str_replace(
'href="styles.css.php',
'href="!~!~!~styles.css.php', $content);
307 $content = str_replace(
'href="http',
'href="!~!~!~http', $content);
308 $content = str_replace(
'href="//',
'href="!~!~!~//', $content);
309 $content = str_replace(array(
'src="viewimage.php',
'src="/viewimage.php'),
'src="!~!~!~/viewimage.php', $content);
310 $content = str_replace(
'src="'.DOL_URL_ROOT.
'/viewimage.php',
'src="!~!~!~'.DOL_URL_ROOT.
'/viewimage.php', $content);
311 $content = str_replace(array(
'href="document.php',
'href="/document.php'),
'href="!~!~!~/document.php', $content);
312 $content = str_replace(
'href="'.DOL_URL_ROOT.
'/document.php',
'href="!~!~!~'.DOL_URL_ROOT.
'/document.php', $content);
315 $content = preg_replace(
'/(href=")\/\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/public/website/index.php?website='.$website->ref.
'"', $content, -1, $nbrep);
317 $content = preg_replace(
'/(href=")\/?([^:\"\!]*)\.php(#[^\"<>]*)?\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/public/website/index.php?website='.$website->ref.
'&pageref=\2\3"', $content, -1, $nbrep);
321 $content = preg_replace(
'/(href=")\/?([^:\"\!]*)\.php\?([^#\"<>]*)(#[^\"<>]*)?\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/public/website/index.php?website='.$website->ref.
'&pageref=\2&\3\4"', $content, -1, $nbrep);
323 $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);
326 $content = preg_replace(
'/(href=")(\/?document\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
327 $content = preg_replace(
'/(src=")(\/?document\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
330 $content = preg_replace(
'/(href=")(\/?viewimage\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
331 $content = preg_replace(
'/(src=")(\/?viewimage\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
332 $content = preg_replace(
'/(url\(")(\/?viewimage\.php\?[^\"]*modulepart=[^\"]*)(\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'\2\3', $content, -1, $nbrep);
335 $content = preg_replace(
'/url\((["\']?)\/?medias\//',
'url(\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep);
336 $content = preg_replace(
'/data-slide-bg=(["\']?)\/?medias\//',
'data-slide-bg=\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep);
340 $content = preg_replace(
'/(<img[^>]*src=")\/?medias\//',
'\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=', $content, -1, $nbrep);
342 $content = preg_replace(
'/(<img[^>]*src=")\/?([^:\"\!]+)\"/',
'\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file=\2"', $content, -1, $nbrep);
344 $content = preg_replace(
'/(<img[^>]*src=")(\/?viewimage\.php)/',
'\1!~!~!~'.DOL_URL_ROOT.
'/viewimage.php', $content, -1, $nbrep);
347 $content = preg_replace(
'/(action=")\/?([^:\"]*)(\.php\")/',
'\1!~!~!~'.DOL_URL_ROOT.
'/public/website/index.php?website='.$website->ref.
'&pageref=\2"', $content, -1, $nbrep);
350 $content = str_replace(
'src="!~!~!~/viewimage.php',
'src="!~!~!~'.DOL_URL_ROOT.
'/viewimage.php', $content);
351 $content = str_replace(
'href="!~!~!~/document.php',
'href="!~!~!~'.DOL_URL_ROOT.
'/document.php', $content);
354 if (empty($includehtmlcontentopened)) {
355 $content = str_replace(
'!~!~!~',
'', $content);
359 $symlinktomediaexists = 1;
360 if ($website->virtualhost) {
361 $content = preg_replace(
'/^(<link[^>]*rel="canonical" href=")\//m',
'\1'.$website->virtualhost.
'/', $content, -1, $nbrep);
370 if (!$symlinktomediaexists) {
372 $content = preg_replace(
'/(<img[^>]*src=")\/?image\//',
'\1/wrapper.php?modulepart=medias&file=medias/image/', $content, -1, $nbrep);
373 $content = preg_replace(
'/(url\(["\']?)\/?image\//',
'\1/wrapper.php?modulepart=medias&file=medias/image/', $content, -1, $nbrep);
375 $content = preg_replace(
'/(<script[^>]*src=")[^\"]*document\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
376 $content = preg_replace(
'/(<a[^>]*href=")[^\"]*document\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
378 $content = preg_replace(
'/(<a[^>]*href=")[^\"]*viewimage\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
379 $content = preg_replace(
'/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
380 $content = preg_replace(
'/(url\(["\']?)[^\)]*viewimage\.php([^\)]*)modulepart=medias([^\)]*)file=([^\)]*)(["\']?\))/',
'\1/wrapper.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
382 $content = preg_replace(
'/(<a[^>]*href=")[^\"]*viewimage\.php([^\"]*)hashp=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2hashp=\3\4', $content, -1, $nbrep);
383 $content = preg_replace(
'/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)hashp=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2hashp=\3\4', $content, -1, $nbrep);
384 $content = preg_replace(
'/(url\(["\']?)[^\)]*viewimage\.php([^\)]*)hashp=([^\)]*)(["\']?\))/',
'\1/wrapper.php\2hashp\3\4', $content, -1, $nbrep);
386 $content = preg_replace(
'/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)modulepart=mycompany([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2modulepart=mycompany\3file=\4\5', $content, -1, $nbrep);
389 $content = preg_replace(
'/(<img[^>]*src=")\/?viewimage\.php/',
'\1/wrapper.php', $content, -1, $nbrep);
390 $content = preg_replace(
'/(<a[^>]*href=")\/?documents\.php/',
'\1/wrapper.php', $content, -1, $nbrep);
393 $content = preg_replace(
'/(<img[^>]*src=")\/?image\//',
'\1/medias/image/', $content, -1, $nbrep);
394 $content = preg_replace(
'/(url\(["\']?)\/?image\//',
'\1/medias/image/', $content, -1, $nbrep);
396 $content = preg_replace(
'/(<script[^>]*src=")[^\"]*document\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/medias/\4\5', $content, -1, $nbrep);
397 $content = preg_replace(
'/(<a[^>]*href=")[^\"]*document\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/medias/\4\5', $content, -1, $nbrep);
399 $content = preg_replace(
'/(<a[^>]*href=")[^\"]*viewimage\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/medias/\4\5', $content, -1, $nbrep);
400 $content = preg_replace(
'/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/medias/\4\5', $content, -1, $nbrep);
401 $content = preg_replace(
'/(url\(["\']?)[^\)]*viewimage\.php([^\)]*)modulepart=medias([^\)]*)file=([^\)]*)(["\']?\))/',
'\1/medias/\4\5', $content, -1, $nbrep);
403 $content = preg_replace(
'/(<a[^>]*href=")[^\"]*viewimage\.php([^\"]*)hashp=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2hashp=\3\4', $content, -1, $nbrep);
404 $content = preg_replace(
'/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)hashp=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2hashp=\3\4', $content, -1, $nbrep);
405 $content = preg_replace(
'/(url\(["\']?)[^\)]*viewimage\.php([^\)]*)hashp=([^\)]*)(["\']?\))/',
'\1/wrapper.php\2hashp=\3\4', $content, -1, $nbrep);
407 $content = preg_replace(
'/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)modulepart=mycompany([^\"]*)file=([^\"]*)("[^>]*>)/',
'\1/wrapper.php\2modulepart=mycompany\3file=\4\5', $content, -1, $nbrep);
410 $content = preg_replace(
'/(<img[^>]*src=")\/?viewimage\.php/',
'\1/wrapper.php', $content, -1, $nbrep);
411 $content = preg_replace(
'/(<a[^>]*href=")\/?document\.php/',
'\1/wrapper.php', $content, -1, $nbrep);
415 if (!defined(
'USEDOLIBARREDITOR')) {
416 $content = str_replace(
' contenteditable="true"',
' contenteditable="false"', $content);
419 if (!empty($conf->global->WEBSITE_ADD_CSS_TO_BODY)) {
420 $content = str_replace(
'<body id="bodywebsite" class="bodywebsite',
'<body id="bodywebsite" class="bodywebsite '.$conf->global->WEBSITE_ADD_CSS_TO_BODY, $content);
442 if (in_array($websitepagetype, array(
'blogpost',
'page'))) {
447 $sql =
"UPDATE ".$db->prefix().
"website SET ";
448 $sql .=
" pageviews_total = pageviews_total + 1,";
449 $sql .=
" pageviews_month = pageviews_month + 1,";
451 $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').
",";
452 $sql .=
" lastaccess = '".$db->idate(
dol_now(
'gmt'),
'gmt').
"'";
453 $sql .=
" WHERE rowid = ".((int) $websiteid);
454 $resql = $db->query(
$sql);
503 global $db, $website;
509 if ($containeraliasalt) {
510 include_once DOL_DOCUMENT_ROOT.
'/website/class/websitepage.class.php';
512 $result = $tmpwebsitepage->fetch(0, $website->id,
'', $containeraliasalt);
514 $containerref = $tmpwebsitepage->pageurl;
516 print
"Error, page contains a redirect to the alternative alias '".$containeraliasalt.
"' that does not exists in web site (".$website->id.
" / ".$website->ref.
")";
521 if (defined(
'USEDOLIBARREDITOR')) {
525 $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.";
526 setEventMessages($text,
null,
'warnings',
'WEBSITEREDIRECTDISABLED'.$containerref);
530 if (defined(
'USEDOLIBARRSERVER')) {
532 if (!$containeraliasalt) {
533 include_once DOL_DOCUMENT_ROOT.
'/website/class/websitepage.class.php';
535 $result = $tmpwebsitepage->fetch(0, $website->id, $containerref);
536 unset($tmpwebsitepage);
539 $currenturi = $_SERVER[
"REQUEST_URI"];
541 if (preg_match(
'/&pageref=([^&]+)/', $currenturi, $regtmp)) {
542 if ($regtmp[0] == $containerref) {
543 print
"Error, page with uri '.$currenturi.' try a redirect to the same alias page '".$containerref.
"' in web site '".$website->ref.
"'";
546 $newurl = preg_replace(
'/&pageref=([^&]+)/',
'&pageref='.$containerref, $currenturi);
549 $newurl = $currenturi.
'&pageref='.urlencode($containerref);
554 $newurl =
'/'.$containerref.
'.php';
559 header(
"Status: 301 Moved Permanently",
false, 301);
561 header(
"Location: ".$newurl.(empty($_SERVER[
"QUERY_STRING"]) ?
'' :
'?'.$_SERVER[
"QUERY_STRING"]));
564 print
"Error, page contains a redirect to the alias page '".$containerref.
"' that does not exists in web site (".$website->id.
" / ".$website->ref.
")";
579 global $conf, $db, $hookmanager, $langs, $mysoc, $user, $website, $websitepage, $weblangs;
580 global $includehtmlcontentopened;
581 global $websitekey, $websitepagefile;
585 if (!preg_match(
'/\.php$/i', $containerref)) {
586 $containerref .=
'.php';
589 $fullpathfile = DOL_DATA_ROOT.($conf->entity > 1 ?
'/'.$conf->entity :
'').
'/website/'.$websitekey.
'/'.$containerref;
591 if (empty($includehtmlcontentopened)) {
592 $includehtmlcontentopened = 0;
594 $includehtmlcontentopened++;
595 if ($includehtmlcontentopened > $MAXLEVEL) {
596 print
'ERROR: RECURSIVE CONTENT LEVEL. Depth of recursive call is more than the limit of '.((int) $MAXLEVEL).
".\n";
607 $res = include $fullpathfile;
608 $tmpoutput = ob_get_contents();
611 print
"\n".
'<!-- include '.$websitekey.
'/'.$containerref.(is_object($websitepage) ?
' parent id='.$websitepage->id :
'').
' level = '.$includehtmlcontentopened.
' -->'.
"\n";
612 print preg_replace(array(
'/^.*<body[^>]*>/ims',
'/<\/body>.*$/ims'), array(
'',
''), $tmpoutput);
615 print
'ERROR: FAILED TO INCLUDE PAGE '.$containerref.
".\n";
618 $includehtmlcontentopened--;
633 global $conf, $db, $hookmanager, $langs, $mysoc, $user, $website, $websitepage, $weblangs, $pagelangs;
635 $type = strtolower($type);
637 if ($type ==
'software') {
638 $ret =
'<!-- Add structured data for entry in a software annuary -->'.
"\n";
639 $ret .=
'<script nonce="'.getNonce().
'" type="application/ld+json">'.
"\n";
641 "@context": "https://schema.org",
642 "@type": "SoftwareApplication",
643 "name": "'.dol_escape_json($data[
'name']).
'",
645 "applicationCategory": "https://schema.org/'.
dol_escape_json($data[
'applicationCategory']).
'",';
646 if (!empty($data[
'ratingcount'])) {
649 "@type": "AggregateRating",
650 "ratingValue": "'.dol_escape_json($data[
'ratingvalue']).
'",
657 "price": "'.dol_escape_json($data[
'price']).
'",
658 "priceCurrency": "'.
dol_escape_json($data[
'currency'] ? $data[
'currency'] : $conf->currency).
'"
661 $ret .=
'</script>'.
"\n";
662 } elseif ($type ==
'organization') {
663 $companyname = $mysoc->name;
666 $ret =
'<!-- Add structured data for organization -->'.
"\n";
667 $ret .=
'<script nonce="'.getNonce().
'" type="application/ld+json">'.
"\n";
669 "@context": "https://schema.org",
670 "@type": "Organization",
671 "name": "'.dol_escape_json($data[
'name'] ? $data[
'name'] : $companyname).
'",
673 "logo": "'.($data[
'logo'] ?
dol_escape_json($data[
'logo']) :
'/wrapper.php?modulepart=mycompany&file=logos%2F'.urlencode($mysoc->logo)).
'",
675 "@type": "ContactPoint",
676 "contactType": "Contact",
677 "email": "'.
dol_escape_json($data[
'email'] ? $data[
'email'] : $mysoc->email).
'"
679 if (is_array($mysoc->socialnetworks) && count($mysoc->socialnetworks) > 0) {
681 $ret .=
'"sameAs": [';
683 foreach ($mysoc->socialnetworks as $key => $value) {
684 if ($key ==
'linkedin') {
685 $ret .=
'"https://www.'.$key.
'.com/company/'.
dol_escape_json($value).
'"';
686 } elseif ($key ==
'youtube') {
692 if ($i < count($mysoc->socialnetworks)) {
699 $ret .=
'</script>'.
"\n";
700 } elseif ($type ==
'blogpost') {
701 if (!empty($websitepage->author_alias)) {
706 $pageurl = $websitepage->pageurl;
707 $title = $websitepage->title;
708 $image = $websitepage->image;
709 $companyname = $mysoc->name;
710 $description = $websitepage->description;
712 $pageurl = str_replace(
'__WEBSITE_KEY__', $website->ref, $pageurl);
713 $title = str_replace(
'__WEBSITE_KEY__', $website->ref, $title);
714 $image =
'/medias'.(preg_match(
'/^\//', $image) ?
'' :
'/').str_replace(
'__WEBSITE_KEY__', $website->ref, $image);
715 $companyname = str_replace(
'__WEBSITE_KEY__', $website->ref, $companyname);
716 $description = str_replace(
'__WEBSITE_KEY__', $website->ref, $description);
718 $ret =
'<!-- Add structured data for blog post -->'.
"\n";
719 $ret .=
'<script nonce="'.getNonce().
'" type="application/ld+json">'.
"\n";
721 "@context": "https://schema.org",
722 "@type": "NewsArticle",
723 "mainEntityOfPage": {
725 "@id": "'.dol_escape_json($pageurl).
'"
731 "dateCreated": "'.
dol_print_date($websitepage->date_creation,
'dayhourrfc').
'",
732 "datePublished": "'.
dol_print_date($websitepage->date_creation,
'dayhourrfc').
'",
733 "dateModified": "'.
dol_print_date($websitepage->date_modification,
'dayhourrfc').
'",
739 "@type": "Organization",
742 "@type": "ImageObject",
743 "url": "/wrapper.php?modulepart=mycompany&file=logos%2F'.urlencode($mysoc->logo).
'"
746 if ($websitepage->keywords) {
747 $ret .=
'"keywords": [';
749 $arrayofkeywords = explode(
',', $websitepage->keywords);
750 foreach ($arrayofkeywords as $keyword) {
751 $ret .=
'"'.dol_escape_json($keyword).
'"';
753 if ($i < count($arrayofkeywords)) {
759 $ret .=
'"description": "'.dol_escape_json($description).
'"';
760 $ret .=
"\n".
'}'.
"\n";
761 $ret .=
'</script>'.
"\n";
763 $ret =
'<!-- no structured data inserted inline inside blogpost because no author_alias defined -->'.
"\n";
765 } elseif ($type ==
'product') {
766 $ret =
'<!-- Add structured data for product -->'.
"\n";
767 $ret .=
'<script nonce="'.getNonce().
'" type="application/ld+json">'.
"\n";
769 "@context": "https://schema.org/",
771 "name": "'.dol_escape_json($data[
'label']).
'",
788 "url": "https://example.com/anvil",
789 "priceCurrency": "'.
dol_escape_json($data[
'currency'] ? $data[
'currency'] : $conf->currency).
'",
791 "itemCondition": "https://schema.org/UsedCondition",
792 "availability": "https://schema.org/InStock",
794 "@type": "Organization",
799 $ret .=
'</script>'.
"\n";
800 } elseif ($type ==
'qa') {
801 $ret =
'<!-- Add structured data for QA -->'.
"\n";
802 $ret .=
'<script nonce="'.getNonce().
'" type="application/ld+json">'.
"\n";
804 "@context": "https://schema.org/",
808 "name": "'.dol_escape_json($data[
'name']).
'",
825 $ret .=
'</script>'.
"\n";
838 global $conf, $db, $hookmanager, $langs, $mysoc, $user, $website, $websitepage, $weblangs;
842 if ($website->virtualhost) {
843 $pageurl = $websitepage->pageurl;
844 $title = $websitepage->title;
845 $image = $websitepage->image;
846 $companyname = $mysoc->name;
847 $description = $websitepage->description;
849 $pageurl = str_replace(
'__WEBSITE_KEY__', $website->ref, $pageurl);
850 $title = str_replace(
'__WEBSITE_KEY__', $website->ref, $title);
851 $image =
'/medias'.(preg_match(
'/^\//', $image) ?
'' :
'/').str_replace(
'__WEBSITE_KEY__', $website->ref, $image);
852 $companyname = str_replace(
'__WEBSITE_KEY__', $website->ref, $companyname);
853 $description = str_replace(
'__WEBSITE_KEY__', $website->ref, $description);
856 if ($websitepage->lang) {
857 $shortlangcode = substr($websitepage->lang, 0, 2);
859 if (empty($shortlangcode)) {
860 $shortlangcode = substr($website->lang, 0, 2);
863 $fullurl = $website->virtualhost.
'/'.$websitepage->pageurl.
'.php';
864 $canonicalurl = $website->virtualhost.(($websitepage->id == $website->fk_default_home) ?
'/' : (($shortlangcode != substr($website->lang, 0, 2) ?
'/'.$shortlangcode :
'').
'/'.$websitepage->pageurl.
'.php'));
865 $hashtags = trim(join(
' #', array_map(
'trim', explode(
',', $websitepage->keywords))));
868 $out .=
'<meta name="og:type" content="website">'.
"\n";
869 $out .=
'<meta name="og:title" content="'.$websitepage->title.
'">'.
"\n";
870 if ($websitepage->image) {
871 $out .=
'<meta name="og:image" content="'.$website->virtualhost.$image.
'">'.
"\n";
873 $out .=
'<meta name="og:url" content="'.$canonicalurl.
'">'.
"\n";
876 $out .=
'<meta name="twitter:card" content="summary">'.
"\n";
877 if (!empty($params) && !empty($params[
'twitter_account'])) {
878 $out .=
'<meta name="twitter:site" content="@'.$params[
'twitter_account'].
'">'.
"\n";
879 $out .=
'<meta name="twitter:creator" content="@'.$params[
'twitter_account'].
'">'.
"\n";
881 $out .=
'<meta name="twitter:title" content="'.$websitepage->title.
'">'.
"\n";
882 if ($websitepage->description) {
883 $out .=
'<meta name="twitter:description" content="'.$websitepage->description.
'">'.
"\n";
885 if ($websitepage->image) {
886 $out .=
'<meta name="twitter:image" content="'.$website->virtualhost.$image.
'">'.
"\n";
912 global $conf, $db, $hookmanager, $langs, $mysoc, $user, $website, $websitepage, $weblangs;
914 $out =
'<!-- section for social network sharing of page -->'.
"\n";
916 if ($website->virtualhost) {
917 $fullurl = $website->virtualhost.
'/'.$websitepage->pageurl.
'.php';
918 $hashtags = trim(join(
' #', array_map(
'trim', explode(
',', $websitepage->keywords))));
920 $out .=
'<div class="dol-social-share">'.
"\n";
923 $out .=
'<div class="dol-social-share-tw">'.
"\n";
924 $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>';
925 $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>';
926 $out .=
'</div>'.
"\n";
929 $out .=
'<div class="dol-social-share-reddit">'.
"\n";
930 $out .=
'<a href="https://www.reddit.com/submit" target="_blank" rel="noopener noreferrer external" onclick="window.location = \'https://www.reddit.com/submit?url='.$fullurl.
'\';
return false">';
931 $out .= '<span class="dol-social-share-reddit-span
">Reddit</span>';
933 $out .= '</div>'."\n
";
936 $out .= '<div class="dol-social-share-fbl
">'."\n
";
937 $out .= '<div id="fb-root
"></div>'."\n
";
938 $out .= '<script nonce="'.getNonce().'">(function(d, s, id) {
939 var js, fjs = d.getElementsByTagName(s)[0];
940 if (d.getElementById(id)) return;
941 js = d.createElement(s); js.id = id;
943 fjs.parentNode.insertBefore(js, fjs);
944 }(document, \
'script\', \'facebook-jssdk\'));</script>
947 layout="button_count"
952 action="like" ></fb:like>'.
"\n";
953 $out .=
'</div>'.
"\n";
955 $out .=
"\n</div>\n";
957 $out .=
'<!-- virtual host not defined in CMS. No way to add sharing buttons -->'.
"\n";
959 $out .=
'<!-- section end for social network sharing of page -->'.
"\n";
979 function getPagesFromSearchCriterias($type, $algo, $searchstring, $max = 25, $sortfield =
'date_creation', $sortorder =
'DESC', $langcode =
'', $otherfilters =
'null', $status = 1)
981 global $conf, $db, $hookmanager, $langs, $mysoc, $user, $website, $websitepage, $weblangs;
984 $arrayresult = array(
'code'=>
'',
'list'=>array());
986 if (!is_object($weblangs)) {
990 if (empty($searchstring) && empty($type) && empty($langcode) && empty($otherfilters)) {
992 $arrayresult[
'code'] =
'KO';
993 $arrayresult[
'message'] = $weblangs->trans(
"EmptySearchString");
994 } elseif ($searchstring &&
dol_strlen($searchstring) < 2) {
995 $weblangs->load(
"errors");
997 $arrayresult[
'code'] =
'KO';
998 $arrayresult[
'message'] = $weblangs->trans(
"ErrorSearchCriteriaTooSmall");
1000 $tmparrayoftype = explode(
',', $type);
1014 if (!$error && (empty($max) || ($found < $max)) && (preg_match(
'/meta/', $algo) || preg_match(
'/content/', $algo))) {
1015 include_once DOL_DOCUMENT_ROOT.
'/website/class/websitepage.class.php';
1017 $sql =
'SELECT wp.rowid FROM '.MAIN_DB_PREFIX.
'website_page as wp';
1018 if (is_array($otherfilters) && !empty($otherfilters[
'category'])) {
1019 $sql .=
', '.MAIN_DB_PREFIX.
'categorie_website_page as cwp';
1021 $sql .=
" WHERE wp.fk_website = ".((int) $website->id);
1023 $sql .=
" AND wp.status = ".((int) $status);
1026 $sql .=
" AND wp.lang = '".$db->escape($langcode).
"'";
1029 $tmparrayoftype = explode(
',', $type);
1031 foreach ($tmparrayoftype as $tmptype) {
1032 $typestring .= ($typestring ?
", " :
"").
"'".$db->escape(trim($tmptype)).
"'";
1034 $sql .=
" AND wp.type_container IN (".$db->sanitize($typestring, 1).
")";
1038 if (preg_match(
'/meta/', $algo)) {
1039 $searchalgo .= ($searchalgo ?
' OR ' :
'').
"wp.title LIKE '%".$db->escape($db->escapeforlike($searchstring)).
"%' OR wp.description LIKE '%".$db->escape($db->escapeforlike($searchstring)).
"%'";
1040 $searchalgo .= ($searchalgo ?
' OR ' :
'').
"wp.keywords LIKE '".$db->escape($db->escapeforlike($searchstring)).
",%' OR wp.keywords LIKE '% ".$db->escape($db->escapeforlike($searchstring)).
"%'";
1042 if (preg_match(
'/content/', $algo)) {
1043 $searchalgo .= ($searchalgo ?
' OR ' :
'').
"wp.content LIKE '%".$db->escape($db->escapeforlike($searchstring)).
"%'";
1045 $sql .= $searchalgo;
1046 if (is_array($otherfilters) && !empty($otherfilters[
'category'])) {
1047 $sql .=
' AND cwp.fk_website_page = wp.rowid AND cwp.fk_categorie = '.((int) $otherfilters[
'category']);
1050 $sql .= $db->order($sortfield, $sortorder);
1051 $sql .= $db->plimit($max);
1054 $resql = $db->query(
$sql);
1058 while (($obj = $db->fetch_object($resql)) && ($i < $max || $max == 0)) {
1059 if ($obj->rowid > 0) {
1061 $tmpwebsitepage->fetch($obj->rowid);
1062 if ($tmpwebsitepage->id > 0) {
1063 $arrayresult[
'list'][$obj->rowid] = $tmpwebsitepage;
1071 $arrayresult[
'code'] = $db->lasterrno();
1072 $arrayresult[
'message'] = $db->lasterror();
1078 if (!$error && (empty($max) || ($found < $max)) && (preg_match(
'/sitefiles/', $algo))) {
1079 global $dolibarr_main_data_root;
1081 $pathofwebsite = $dolibarr_main_data_root.($conf->entity > 1 ?
'/'.$conf->entity :
'').
'/website/'.$website->ref;
1082 $filehtmlheader = $pathofwebsite.
'/htmlheader.html';
1083 $filecss = $pathofwebsite.
'/styles.css.php';
1084 $filejs = $pathofwebsite.
'/javascript.js.php';
1085 $filerobot = $pathofwebsite.
'/robots.txt';
1086 $filehtaccess = $pathofwebsite.
'/.htaccess';
1087 $filemanifestjson = $pathofwebsite.
'/manifest.json.php';
1088 $filereadme = $pathofwebsite.
'/README.md';
1090 $filecontent = file_get_contents($filehtmlheader);
1091 if ((empty($max) || ($found < $max)) && preg_match(
'/'.preg_quote($searchstring,
'/').
'/', $filecontent)) {
1092 $arrayresult[
'list'][] = array(
'type'=>
'website_htmlheadercontent');
1095 $filecontent = file_get_contents($filecss);
1096 if ((empty($max) || ($found < $max)) && preg_match(
'/'.preg_quote($searchstring,
'/').
'/', $filecontent)) {
1097 $arrayresult[
'list'][] = array(
'type'=>
'website_csscontent');
1100 $filecontent = file_get_contents($filejs);
1101 if ((empty($max) || ($found < $max)) && preg_match(
'/'.preg_quote($searchstring,
'/').
'/', $filecontent)) {
1102 $arrayresult[
'list'][] = array(
'type'=>
'website_jscontent');
1105 $filerobot = file_get_contents($filerobot);
1106 if ((empty($max) || ($found < $max)) && preg_match(
'/'.preg_quote($searchstring,
'/').
'/', $filecontent)) {
1107 $arrayresult[
'list'][] = array(
'type'=>
'website_robotcontent');
1115 $arrayresult[
'code'] =
'OK';
1116 if (empty($arrayresult[
'list'])) {
1117 $arrayresult[
'code'] =
'KO';
1118 $arrayresult[
'message'] = $weblangs->trans(
"NoRecordFound");
1122 $arrayresult[
'code'] =
'KO';
1123 $arrayresult[
'message'] =
'No supported algorithm found';
1127 return $arrayresult;
1144 function getAllImages($object, $objectpage, $urltograb, &$tmp, &$action, $modifylinks = 0, $grabimages = 1, $grabimagesinto =
'subpage')
1150 dol_syslog(
"Call getAllImages with grabimagesinto=".$grabimagesinto);
1152 $alreadygrabbed = array();
1154 if (preg_match(
'/\/$/', $urltograb)) {
1157 $urltograb = dirname($urltograb);
1161 preg_match_all(
'/<img([^\.\/]+)src="([^>"]+)"([^>]*)>/i', $tmp, $regs);
1163 foreach ($regs[0] as $key => $val) {
1164 if (preg_match(
'/^data:image/i', $regs[2][$key])) {
1168 if (preg_match(
'/^\//', $regs[2][$key])) {
1170 $urltograbbis = $urltograbdirrootwithoutslash.$regs[2][$key];
1172 $urltograbbis = $urltograb.
'/'.$regs[2][$key];
1175 $linkwithoutdomain = $regs[2][$key];
1176 $dirforimages =
'/'.$objectpage->pageurl;
1177 if ($grabimagesinto ==
'root') {
1182 $filetosave = $conf->medias->multidir_output[$conf->entity].
'/image/'.$object->ref.$dirforimages.(preg_match(
'/^\//', $regs[2][$key]) ?
'' :
'/').$regs[2][$key];
1183 if (preg_match(
'/^http/', $regs[2][$key])) {
1184 $urltograbbis = $regs[2][$key];
1185 $linkwithoutdomain = preg_replace(
'/^https?:\/\/[^\/]+\//i',
'', $regs[2][$key]);
1186 $filetosave = $conf->medias->multidir_output[$conf->entity].
'/image/'.$object->ref.$dirforimages.(preg_match(
'/^\//', $linkwithoutdomain) ?
'' :
'/').$linkwithoutdomain;
1188 $filename =
'image/'.$object->ref.$dirforimages.(preg_match(
'/^\//', $linkwithoutdomain) ?
'' :
'/').$linkwithoutdomain;
1191 $filetosave = preg_replace(
'/\/[^\/]+\/\.\./',
'', $filetosave);
1192 $filename = preg_replace(
'/\/[^\/]+\/\.\./',
'', $filename);
1198 if (empty($alreadygrabbed[$urltograbbis])) {
1200 $tmpgeturl =
getURLContent($urltograbbis,
'GET',
'', 1, array(), array(
'http',
'https'), 0);
1201 if ($tmpgeturl[
'curl_error_no']) {
1203 setEventMessages(
'Error getting '.$urltograbbis.
': '.$tmpgeturl[
'curl_error_msg'],
null,
'errors');
1205 } elseif ($tmpgeturl[
'http_code'] !=
'200') {
1207 setEventMessages(
'Error getting '.$urltograbbis.
': '.$tmpgeturl[
'http_code'],
null,
'errors');
1210 $alreadygrabbed[$urltograbbis] = 1;
1214 $fp = fopen($filetosave,
"w");
1215 fputs($fp, $tmpgeturl[
'content']);
1223 $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);
1228 preg_match_all(
'/background([^\.\/\(;]+)url\([\"\']?([^\)\"\']*)[\"\']?\)/i', $tmp, $regs);
1230 foreach ($regs[0] as $key => $val) {
1231 if (preg_match(
'/^data:image/i', $regs[2][$key])) {
1235 if (preg_match(
'/^\//', $regs[2][$key])) {
1237 $urltograbbis = $urltograbdirrootwithoutslash.$regs[2][$key];
1239 $urltograbbis = $urltograb.
'/'.$regs[2][$key];
1242 $linkwithoutdomain = $regs[2][$key];
1244 $dirforimages =
'/'.$objectpage->pageurl;
1245 if ($grabimagesinto ==
'root') {
1249 $filetosave = $conf->medias->multidir_output[$conf->entity].
'/image/'.$object->ref.$dirforimages.(preg_match(
'/^\//', $regs[2][$key]) ?
'' :
'/').$regs[2][$key];
1251 if (preg_match(
'/^http/', $regs[2][$key])) {
1252 $urltograbbis = $regs[2][$key];
1253 $linkwithoutdomain = preg_replace(
'/^https?:\/\/[^\/]+\//i',
'', $regs[2][$key]);
1254 $filetosave = $conf->medias->multidir_output[$conf->entity].
'/image/'.$object->ref.$dirforimages.(preg_match(
'/^\//', $linkwithoutdomain) ?
'' :
'/').$linkwithoutdomain;
1257 $filename =
'image/'.$object->ref.$dirforimages.(preg_match(
'/^\//', $linkwithoutdomain) ?
'' :
'/').$linkwithoutdomain;
1260 $filetosave = preg_replace(
'/\/[^\/]+\/\.\./',
'', $filetosave);
1261 $filename = preg_replace(
'/\/[^\/]+\/\.\./',
'', $filename);
1267 if (empty($alreadygrabbed[$urltograbbis])) {
1269 $tmpgeturl =
getURLContent($urltograbbis,
'GET',
'', 1, array(), array(
'http',
'https'), 0);
1270 if ($tmpgeturl[
'curl_error_no']) {
1272 setEventMessages(
'Error getting '.$urltograbbis.
': '.$tmpgeturl[
'curl_error_msg'],
null,
'errors');
1274 } elseif ($tmpgeturl[
'http_code'] !=
'200') {
1276 setEventMessages(
'Error getting '.$urltograbbis.
': '.$tmpgeturl[
'http_code'],
null,
'errors');
1279 $alreadygrabbed[$urltograbbis] = 1;
1283 $fp = fopen($filetosave,
"w");
1284 fputs($fp, $tmpgeturl[
'content']);
1292 $tmp = preg_replace(
'/'.preg_quote($regs[0][$key],
'/').
'/i',
'background'.$regs[1][$key].
'url("'.DOL_URL_ROOT.
'/viewimage.php?modulepart=medias&file='.$filename.
'")', $tmp);