From 8026b1ace6e395988bfdc8a5f3b31b3dec551ade Mon Sep 17 00:00:00 2001 From: Albirew Date: Sat, 28 May 2022 17:41:17 +0200 Subject: [PATCH] updated old domain remnants --- README.md | 2 +- admin/401.php | 2 +- admin/ecrireunenews.php | 2 +- admin/include/head.php | 1 + admin/modifiernews.php | 3 +-- classes/NewsManager.php | 7 +++---- classes/errormailer.php | 11 +++++++---- classes/mailer.php | 11 +++++++---- client-irc-kvirc-luxuria.php | 2 +- design/js/paperbullehhh.js | 2 +- faire-un-don.php | 2 +- include/head.php | 5 +++-- liste-xdcc.php | 2 +- robots.txt | 2 +- rss_comm.php | 10 +++++----- 15 files changed, 35 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 17b75d4..bce098c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ === [![LICENSE](https://img.shields.io/badge/license-CC0-blue.svg)](LICENSE) -**[Site web de la HHH (NSFW)](https://hhh-world.com/)** +**[Site web de la HHH (NSFW)](https://anesis.tk/)** Documentation === diff --git a/admin/401.php b/admin/401.php index 895b3fc..7401249 100644 --- a/admin/401.php +++ b/admin/401.php @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/admin/ecrireunenews.php b/admin/ecrireunenews.php index 6d7fc47..2e6550e 100644 --- a/admin/ecrireunenews.php +++ b/admin/ecrireunenews.php @@ -17,7 +17,7 @@ include 'include/head.php';
-
Permalien
+
Permalien
FERMER
diff --git a/admin/include/head.php b/admin/include/head.php index d7039ab..7ee5095 100644 --- a/admin/include/head.php +++ b/admin/include/head.php @@ -1,3 +1,4 @@ + diff --git a/admin/modifiernews.php b/admin/modifiernews.php index fa03188..8d27b39 100644 --- a/admin/modifiernews.php +++ b/admin/modifiernews.php @@ -3,7 +3,6 @@ header("Pragma: no-cache"); ini_set('display_errors', '1'); ini_set('error_reporting', E_ALL); include dirname(__FILE__).'/../include/connexionBdd.php'; - include 'include/head.php'; ?>
@@ -21,7 +20,7 @@ include 'include/head.php';
- +
FERMER
diff --git a/classes/NewsManager.php b/classes/NewsManager.php index f4f06e0..94cae3b 100644 --- a/classes/NewsManager.php +++ b/classes/NewsManager.php @@ -3,6 +3,7 @@ ini_set('display_errors', '1'); ini_set('error_reporting', E_ALL); setlocale (LC_ALL, 'fr_FR.utf8'); date_default_timezone_set('Europe/Paris'); +$domaine = "anesis.tk"; /** * Cette classe gère les news du site web de la HHH. * @@ -133,8 +134,6 @@ class NewsManager $paramTitre = str_replace(' ', '-', $affiche['titre']); //TECHNIQUE DU CASTOR D'ALBIREW POUR ENELVER LES ACCENTS, cherche pas, tu peux pas test. En fait il convertit la string en iso américain... $paramTitre = iconv('UTF-8', 'US-ASCII//TRANSLIT', $paramTitre); - //echo '
Permalien
- //'; echo '
Permalien
Deployer la news ↓
'; $ask->closeCursor(); @@ -459,9 +458,9 @@ class NewsManager $imageurl = str_replace("src='","",$imageurl); //single quote $imageurl = stristr($imageurl, '"', true); //double quote $imageurl = stristr($imageurl, "'", true); //single quote - if (strpos($imageurl,'://') === FALSE){$imageurl = 'http://hhh-world.com'.$imageurl;} + if (strpos($imageurl,'://') === FALSE){$imageurl = 'http://'.$domaine.$imageurl;} $texte = substr($titre,0,85); // limite twitter 140 caractères - 22 pour l'URL - 23 pour l'image -4 pour les espaces et la flèche entre texte et lien -6 pour [news] - $url = 'http://hhh-world.com/lireNews.php?idnews='.$monidbordel; + $url = 'http://'.$domaine.'/lireNews.php?idnews='.$monidbordel; // require codebird require_once(dirname(__FILE__).'/../twitter-api/codebird.php'); include dirname(__FILE__).'/../include/connexionTwitter.php'; diff --git a/classes/errormailer.php b/classes/errormailer.php index f96bc89..e8f4ec9 100644 --- a/classes/errormailer.php +++ b/classes/errormailer.php @@ -3,6 +3,9 @@ //Reglage du fuseau horaire date_default_timezone_set('Europe/Paris'); +// Domaine d'envoi +$domaine = "anesis.tk"; + require 'phpmailer/PHPMailerAutoload.php'; //Appel PHP Mailer @@ -23,22 +26,22 @@ $mail->SMTPDebug = 2; $mail->Debugoutput = 'html'; //Adresse SMTP -$mail->Host = "smtp.hhh-world.com"; +$mail->Host = "mail.".$domaine; //Port SMTP (25, 465 ou 587) $mail->Port = 25; //Authentification activé ? $mail->SMTPAuth = true; //Login SMTP -$mail->Username = "contact@hhh-world.com"; +$mail->Username = "contact@".$domaine; //Password SMTP $mail->Password = "tiramisu"; //EXPEDITEUR -$mail->setFrom('contact@hhh-world.com', 'Contact HHH'); +$mail->setFrom('contact@'.$domaine, 'Contact HHH'); //ADRESSE DE REPONSE // $mail->addReplyTo($email,$nom); //DESTINATAIRE -$mail->addAddress('contact@hhh-world.com', 'Contact HHH'); +$mail->addAddress('contact@'.$domaine, 'Contact HHH'); //SUJET DU MAIL $mail->Subject = "Nouvelle erreur sur HHH"; diff --git a/classes/mailer.php b/classes/mailer.php index 35f193a..bf922e4 100644 --- a/classes/mailer.php +++ b/classes/mailer.php @@ -3,6 +3,9 @@ //Reglage du fuseau horaire date_default_timezone_set('Europe/Paris'); +// Domaine d'envoi +$domaine = "anesis.tk"; + require 'phpmailer/PHPMailerAutoload.php'; //Appel PHP Mailer @@ -23,22 +26,22 @@ $mail->SMTPDebug = 2; $mail->Debugoutput = 'html'; //Adresse SMTP -$mail->Host = "smtp.hhh-world.com"; +$mail->Host = "mail.".$domaine; //Port SMTP (25, 465 ou 587) $mail->Port = 25; //Authentification activé ? $mail->SMTPAuth = true; //Login SMTP -$mail->Username = "contact@hhh-world.com"; +$mail->Username = "contact@".$domaine; //Password SMTP $mail->Password = "tiramisu"; //EXPEDITEUR -$mail->setFrom('contact@hhh-world.com', 'Contact HHH'); +$mail->setFrom('contact@'.$domaine, 'Contact HHH'); //ADRESSE DE REPONSE $mail->addReplyTo($email,$nom); //DESTINATAIRE -$mail->addAddress('contact@hhh-world.com', 'Contact HHH'); +$mail->addAddress('contact@'.$domaine, 'Contact HHH'); //SUJET DU MAIL $mail->Subject = "Nouveau message sur HHH"; diff --git a/client-irc-kvirc-luxuria.php b/client-irc-kvirc-luxuria.php index 697ed29..9e6766a 100644 --- a/client-irc-kvirc-luxuria.php +++ b/client-irc-kvirc-luxuria.php @@ -96,7 +96,7 @@ include 'include/head.php';

ÉTAPE 3 : Télécharger les releases de la team. - La liste des releases de HHH est disponible sur le lien suivant : http://xdcclist.hhh-world.com/. + La liste des releases de HHH est disponible sur le lien suivant : http://xdcclist./. Vous avez alors accès à la liste des téléchargements disponibles sur le chan. client KVIRC luxuria diff --git a/design/js/paperbullehhh.js b/design/js/paperbullehhh.js index bd86fd6..f0eb787 100644 --- a/design/js/paperbullehhh.js +++ b/design/js/paperbullehhh.js @@ -1,7 +1,7 @@ /** All animations and features scripted by : Lukia -contact@hhh-world.com +contact@anesis.tk Free to use and fork and anything you want ! **/ $(document).ready( function () { diff --git a/faire-un-don.php b/faire-un-don.php index 5fab16a..166bb9b 100644 --- a/faire-un-don.php +++ b/faire-un-don.php @@ -13,7 +13,7 @@ include 'include/head.php'; Le serveur et le nom de domaine sont intégralement payés par Lukia et les frais annuels s'élèvent à 226€. Nous ne dépendons pas de la pub pour rembourser ces frais. Vous pouvez aider la team à subvenir à ses besoins en donnant un peu, beaucoup, à la folie en suivant - CE LIEN ! + CE LIEN !

diff --git a/include/head.php b/include/head.php index 30bd661..7d367f8 100644 --- a/include/head.php +++ b/include/head.php @@ -1,6 +1,7 @@ diff --git a/liste-xdcc.php b/liste-xdcc.php index 51f4cfd..9c5d65e 100644 --- a/liste-xdcc.php +++ b/liste-xdcc.php @@ -10,7 +10,7 @@ include 'include/head.php';

- Vous retrouverez la liste des chapitres téléchargeable via IRC sur la liste XDCC à cette adresse : http://xdcclist.hhh-world.com/ + Vous retrouverez la liste des chapitres téléchargeable via IRC sur la liste XDCC à cette adresse : http://xdcclist./ Bon téléchargement ! diff --git a/robots.txt b/robots.txt index 0214405..aae5be5 100644 --- a/robots.txt +++ b/robots.txt @@ -1,4 +1,4 @@ -Sitemap: http://hhh-world.com/sitemap.xml +Sitemap: http://anesis.tk/sitemap.xml User-Agent: T-1000 User-Agent: T-800 diff --git a/rss_comm.php b/rss_comm.php index 4fe0bcf..4744c73 100644 --- a/rss_comm.php +++ b/rss_comm.php @@ -13,12 +13,12 @@ header("Content-type: application/rss+xml"); <![CDATA[Hardcore Hentai Headquarter, Hentai français depuis 2004]] - BIENTÔT ! + JAMAIS ! http://anesis.tk/ - http://anesis.tk/ @@ -27,13 +27,13 @@ header("Content-type: application/rss+xml"); Albirew - Wed, 30 Apr 2014 00:42:42 +0200 + Wed, 30 Apr 2022 00:42:42 +0200 - bientot + Jamais - http://hhh-world.com + http://anesis.tk