uawdijnntqw1x1x1
IP : 216.73.217.103
Hostname : webm001.cluster110.gra.hosting.ovh.net
Kernel : Linux webm001.cluster110.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
etiennec
/
www
/
plugins
/
auto
/
..
/
..
/
tmp
/
..
/
oldsite
/
ecrire
/
exec
/
convert_utf8.php
/
/
<?php /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * * Copyright (c) 2001-2011 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * \***************************************************************************/ if (!defined('_ECRIRE_INC_VERSION')) return; // En cas d'erreur, une page admin normale avec bouton de retour // http://doc.spip.org/@convert_utf8_non function convert_utf8_non($action, $message) { echo minipres($action, ('<p>'.$message. "</p>\n<p style='text-align: right'><a href='" . generer_url_ecrire("config_lang"). "'> >> "._T('icone_retour')."</a></p>")); } // http://doc.spip.org/@exec_convert_utf8_dist function exec_convert_utf8_dist() { include_spip('inc/minipres'); include_spip('inc/charsets'); // Definir le titre de la page (et le nom du fichier admin) $action = _T('utf8_convertir_votre_site'); // si meta deja la, c'est une reprise apres timeout. if ($GLOBALS['meta']['convert_utf8'] AND $GLOBALS['meta']['admin']) { $admin = charger_fonction('admin', 'inc'); echo $admin('convert_utf8', $action, '', true); } else { $charset_orig = $GLOBALS['meta']['charset']; // tester si le charset d'origine est connu de spip if (!load_charset($charset_orig)) convert_utf8_non($action, _T('utf8_convert_erreur_orig', array('charset' => "<b>".$charset_orig."</b>"))); // ne pas convertir si deja utf8 // ou si l'interface du serveur ne comprend rien else if (($charset_orig == 'utf-8')) convert_utf8_non($action, _T('utf8_convert_erreur_deja', array('charset' => $charset_orig))); else if(!sql_get_charset('utf-8')) convert_utf8_non($action, _L('Votre version du serveur SQL ne gere pas les charset')); else { $commentaire = _T('utf8_convert_avertissement', array('orig' => $charset_orig,'charset' => 'utf-8')); $commentaire .= "<small>" . http_img_pack('warning.gif', _T('info_avertissement'), "style='width: 48px; height: 48px; float: right;margin: 10px;'"); $commentaire .= _T('utf8_convert_backup', array('charset' => 'utf-8')) ."</small>"; $commentaire .= '<br />'._T('utf8_convert_timeout'); $commentaire .= "<hr />\n"; $admin = charger_fonction('admin', 'inc'); echo $admin('convert_utf8', $action, $commentaire); } } } ?>
/home/etiennec/www/plugins/auto/../../tmp/../oldsite/ecrire/exec/convert_utf8.php