Skip to content

Commit

Permalink
fix: fixed legacy CJ affiliate to Namecheap, added disclaimer about N…
Browse files Browse the repository at this point in the history
…amecheap, fixed SMTP ecosystem file
  • Loading branch information
titanism committed Aug 12, 2024
1 parent ab4edcb commit aed372c
Show file tree
Hide file tree
Showing 28 changed files with 57 additions and 31 deletions.
3 changes: 2 additions & 1 deletion app/views/domain-registration.pug
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ block body
p= t("Enter a custom domain name below to register.")
form(
target="_blank",
action="https://www.anrdoezrs.net/links/9237059/type/dlg/https://www.namecheap.com/domains/registration/results.aspx"
action="https://www.namecheap.com/domains/registration/results.aspx"
)
.form-group.floating-label
input#input-domain.form-control.form-control-lg(
Expand All @@ -28,4 +28,5 @@ block body
)
label(for="input-domain")= t("Domain name")
button.btn.btn-success.btn-block.btn-lg(type="submit")= t("Continue")
.alert.alert-secondary.small!= t('Submitting this form will take you to <a target="_blank" rel="noopener noreferrer" href="https://www.namecheap.com/domains/registration/results.aspx">Namecheap.com</a> for registration.')
+onboard(t('Did you finish registering?'), t('Simply enter your domain below to setup its email.'), l('/faq?redirect_to_domain=true'), false, 'border-top').d-flex.flex-column.flex-grow-1.justify-content-end
2 changes: 1 addition & 1 deletion config/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ module.exports = (redis) => ({
'base-uri': ["'self'"],
'form-action': [
"'self'",
'https://www.anrdoezrs.net',
'https://www.namecheap.com',
'https://login.ubuntu.com'
]
}
Expand Down
8 changes: 4 additions & 4 deletions ecosystem-smtp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
{
"name": "smtp-tls-587",
"script": "smtp.js",
"exec_mode": "cluster",
"exec_mode": "fork",
"wait_ready": true,
"instances": "2",
"instances": "1",
"pmx": false,
"env_production": {
"NODE_ENV": "production",
Expand Down Expand Up @@ -52,9 +52,9 @@
"name": "smtp-ssl-465",
"script": "smtp.js",
"max_restarts": 999,
"exec_mode": "cluster",
"exec_mode": "fork",
"wait_ready": true,
"instances": "2",
"instances": "1",
"pmx": false,
"env_production": {
"NODE_ENV": "production",
Expand Down
3 changes: 2 additions & 1 deletion locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -10000,5 +10000,6 @@
"eml-reader": "قارئ eml",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "بالإضافة إلى ذلك، إذا كنت بحاجة إلى تحويل ملف Mbox إلى ملف EML، فيمكنك استخدام",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "سيؤدي إرسال هذا النموذج إلى نقلك إلى <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> للتسجيل."
}
3 changes: 2 additions & 1 deletion locales/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -10000,5 +10000,6 @@
"eml-reader": "eml-čtečka",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "Pokud navíc potřebujete převést soubor Mbox na soubor EML, můžete použít",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "Odesláním tohoto formuláře budete přesměrováni na <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> k registraci."
}
3 changes: 2 additions & 1 deletion locales/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -6962,5 +6962,6 @@
"eml-reader": "eml-læser",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "Derudover, hvis du har brug for at konvertere en Mbox-fil til EML-fil, så kan du bruge",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "Indsendelse af denne formular fører dig til <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registrering."
}
3 changes: 2 additions & 1 deletion locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -9038,5 +9038,6 @@
"eml-reader": "EML-Leser",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "Wenn Sie zusätzlich eine Mbox-Datei in eine EML-Datei konvertieren müssen, können Sie verwenden",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "Wenn Sie dieses Formular absenden, werden Sie zur Registrierung zu <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> weitergeleitet."
}
3 changes: 2 additions & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9732,5 +9732,6 @@
"eml-reader": "eml-reader",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "Additionally if you need to convert a Mbox file to EML file, then you can use",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration."
}
3 changes: 2 additions & 1 deletion locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -9998,5 +9998,6 @@
"eml-reader": "lector eml",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "Además, si necesita convertir un archivo Mbox a un archivo EML, puede utilizar",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "Al enviar este formulario será dirigido a <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> para registrarse."
}
3 changes: 2 additions & 1 deletion locales/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -9847,5 +9847,6 @@
"eml-reader": "eml-lukija",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "Lisäksi, jos sinun on muutettava Mbox-tiedosto EML-tiedostoksi, voit käyttää",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "Tämän lomakkeen lähettäminen vie sinut osoitteeseen <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> rekisteröitymistä varten."
}
3 changes: 2 additions & 1 deletion locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7522,5 +7522,6 @@
"eml-reader": "lecteur eml",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "De plus, si vous devez convertir un fichier Mbox en fichier EML, vous pouvez utiliser",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "En soumettant ce formulaire, vous serez redirigé vers <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> pour vous inscrire."
}
3 changes: 2 additions & 1 deletion locales/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -8018,5 +8018,6 @@
"eml-reader": "eml-reader",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "בנוסף אם אתה צריך להמיר קובץ Mbox לקובץ EML, אז אתה יכול להשתמש",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "שליחת טופס זה תעביר אותך ל- <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> להרשמה."
}
3 changes: 2 additions & 1 deletion locales/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -10000,5 +10000,6 @@
"eml-reader": "eml-olvasó",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "Ezenkívül, ha egy Mbox fájlt EML fájllá kell konvertálnia, használhatja",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "Ennek az űrlapnak az elküldésével <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">a Namecheap.com</a> webhelyre kerül regisztrációhoz."
}
3 changes: 2 additions & 1 deletion locales/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -10000,5 +10000,6 @@
"eml-reader": "pembaca eml",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "Selain itu jika Anda perlu mengonversi file Mbox ke file EML, maka Anda dapat menggunakan",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "Mengirimkan formulir ini akan membawa Anda ke <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> untuk pendaftaran."
}
3 changes: 2 additions & 1 deletion locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -10000,5 +10000,6 @@
"eml-reader": "lettore eml",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "Inoltre, se hai bisogno di convertire un file Mbox in un file EML, puoi utilizzare",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "Inviando questo modulo verrai indirizzato a <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> per la registrazione."
}
3 changes: 2 additions & 1 deletion locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -10000,5 +10000,6 @@
"eml-reader": "emlリーダー",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "さらに、MboxファイルをEMLファイルに変換する必要がある場合は、",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "このフォームを送信すると、 <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a>に移動して登録することになります。"
}
3 changes: 2 additions & 1 deletion locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -10000,5 +10000,6 @@
"eml-reader": "eml 리더",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "또한 Mbox 파일을 EML 파일로 변환해야 하는 경우 다음을 사용할 수 있습니다.",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "이 양식을 제출하면 <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> 에 등록하게 됩니다."
}
3 changes: 2 additions & 1 deletion locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -10000,5 +10000,6 @@
"eml-reader": "eml-lezer",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "Als u bovendien een Mbox-bestand naar een EML-bestand moet converteren, kunt u dit gebruiken",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "Wanneer u dit formulier verzendt, wordt u doorgestuurd naar <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> voor registratie."
}
3 changes: 2 additions & 1 deletion locales/no.json
Original file line number Diff line number Diff line change
Expand Up @@ -10005,5 +10005,6 @@
"eml-reader": "eml-leser",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "I tillegg hvis du trenger å konvertere en Mbox-fil til EML-fil, kan du bruke",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "Ved å sende inn dette skjemaet vil du ta deg til <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registrering."
}
3 changes: 2 additions & 1 deletion locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -10000,5 +10000,6 @@
"eml-reader": "czytnik-eml",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "Dodatkowo, jeśli musisz przekonwertować plik Mbox na plik EML, możesz użyć",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "Po wysłaniu tego formularza zostaniesz przeniesiony na <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">stronę Namecheap.com</a> , gdzie możesz się zarejestrować."
}
3 changes: 2 additions & 1 deletion locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -10000,5 +10000,6 @@
"eml-reader": "leitor eml",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "Além disso, se você precisar converter um arquivo Mbox em um arquivo EML, você pode usar",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "O envio deste formulário levará você ao <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> para registro."
}
3 changes: 2 additions & 1 deletion locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -10000,5 +10000,6 @@
"eml-reader": "eml-ридер",
"https://github.com/s0ph1e/eml-reader": "https://github.com/s0ph1e/eml-reader",
"Additionally if you need to convert a Mbox file to EML file, then you can use": "Кроме того, если вам нужно преобразовать файл Mbox в файл EML, вы можете использовать",
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla"
"https://github.com/noelmartinon/mboxzilla": "https://github.com/noelmartinon/mboxzilla",
"Submitting this form will take you to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">Namecheap.com</a> for registration.": "Отправив эту форму, вы перейдете на <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.namecheap.com/domains/registration/results.aspx\">сайт Namecheap.com</a> для регистрации."
}
Loading

0 comments on commit aed372c

Please sign in to comment.