diff --git a/configuracio/bot_plus_cfg.php b/configuracio/bot_plus_cfg.php index f7ce8dc..deba42b 100644 --- a/configuracio/bot_plus_cfg.php +++ b/configuracio/bot_plus_cfg.php @@ -103,8 +103,8 @@ $log_detall = "CURT"; // * Configuració d'enviament de correus d'avís * // ********************************************** $act_correu = 1; -$elmeucompte = "nachobg@ditsibits.ml"; -$elremitent = "webmaster@ditsibits.ml"; +$elmeucompte = "usuari@lloc.domini"; +$elremitent = "webmaster@lloc.domini"; // **************************************** @@ -112,34 +112,31 @@ $elremitent = "webmaster@ditsibits.ml"; // * Clau del compte del bot a Mastodon. * // **************************************** // Has de copiar el que et genera mastodon quan crees l'aplicació (primera linia) -$token="m-iN__E4X2KT9mHyuZT4ZDdNhBd0tGyz2w0Dh0dv4Ug"; +$token="el que siga a mastodon"; // URL de la instància on està el compte (No escriure '/' al final. -$base_url="https://mastodont.cat"; +$base_url="https://instancia.domini"; // id del teu compte (pots averiguar-lo mirant el codi font del teu perfil -$id_cmpt ="109436876995250353"; +$id_cmpt ="xxxxxxxxxxxxxxxxxxx"; // URL de la font RSS o Atom que vols que es publique //$fitxer="https://www.apuntmedia.es/rss/"; // adreça web per citar la font (no cal que siga la del RSS) -$web_of = "https://www.apuntmedia.es/"; +$web_of = "https://www.xxxxxx.yyy/"; // multi microsites // portada del web //$fitxer0="https://www.apuntmedia.es/rss/"; // microsite de noticies -$fitxer0 = "https://www.apuntmedia.es/rss/category/microsite/1000149/"; +$fitxer0 = "https://www.xxxxxx.yyy/rss/"; // microsite esports -$fitxer1 = "https://www.apuntmedia.es/rss/category/microsite/2000/"; -// microsite loteria nadal 2022 -//$fitxer2 = "https://www.apuntmedia.es/rss/category/microsite/1000546/"; -// microsite oratge (desactivat per errades. Excés de publicacions. A REVISAR) -//$fitxer2 = "https://www.apuntmedia.es/rss/category/microsite/3000/"; -$fitxer2 = "https://www.apuntmedia.es/rss/category/section/2300/"; +$fitxer1 = "https://www.xxxxxx.yyy/rss/"; + +$fitxer2 = "https://www.xxxxxx.yyy/rss/"; // lloc general rss -$fitxer3 = "https://www.apuntmedia.es/rss/"; +$fitxer3 = "https://www.xxxxxx.yyy/rss/"; // quantes fonts vols que es presenten? (1, 2 o 3 ) //$nom_fonts = 3; $fitxers_nombre = 3; @@ -185,7 +182,6 @@ $max_linies_ad = 60; // Final de la configuració. No cal tocar cap altre fitxer. $bot_nom = "bot_plus"; -$bot_versio = "0.5.5β"; -//$bot_nom = "bot_plus"; -//$bot_version = "0.4.6β"; +$bot_versio = "0.X.Xβ"; + ?>