luluhoste Posted August 16, 2023 Share Posted August 16, 2023 Salut Comment choisir la langue par défaut du Vpanel ? Merci Quote Link to comment Share on other sites More sharing options...
TinkerMan Posted August 17, 2023 Share Posted August 17, 2023 Pretty sure it only supports English Quote Link to comment Share on other sites More sharing options...
luluhoste Posted August 17, 2023 Author Share Posted August 17, 2023 il y a des tas de langues 😊 du Français au Chinois !!! Quand on se connecte au vpanel, il y a en bas du formulaire de connexion, le choix des langues... Et je veux en choisir une par défaut ---trad google--- there are loads of languages 😊 from French to Chinese!!! When you connect to the vpanel, there is at the bottom of the connection form, the choice of languages... And I want to choose one by default Quote Link to comment Share on other sites More sharing options...
TinkerMan Posted August 17, 2023 Share Posted August 17, 2023 5 hours ago, luluhoste said: there is at the bottom of the connection form, the choice of languages Huh, I’ve always used the auto-login script, so I suppose I’ve never paid attention to it. 5 hours ago, luluhoste said: And I want to choose one by default I would ask the support desk, I don’t think it’s possible. Quote Link to comment Share on other sites More sharing options...
luluhoste Posted August 18, 2023 Author Share Posted August 18, 2023 C'est quoi le "support desk" ? ---trad google--- What is the "support desk" ? Quote Link to comment Share on other sites More sharing options...
SpookyKipper Posted August 18, 2023 Share Posted August 18, 2023 22 hours ago, luluhoste said: And I want to choose one by default You can't, but you can change it in GenerateArea/Xera 3 hours ago, luluhoste said: What is the "support desk" ? https://support.ifastnet.com Quote Link to comment Share on other sites More sharing options...
Anyx Posted August 18, 2023 Share Posted August 18, 2023 @luluhoste is the French translation of the panel good? I personally wouldn't recommend using them even if they exist, because most were done using automated translation tools and may have things wrong (at least in my case, they did). You can of course elect to improve the translation yourself if you have the time and desire (in fact I had done that for my language, Greek, but never got around to finish the project because I no longer had the time or desire). Quote Link to comment Share on other sites More sharing options...
luluhoste Posted September 2, 2023 Author Share Posted September 2, 2023 Salut Comment remplacé la page par défaut cpanel.your-domaine.tld, c'est "cpanel" qui compte dans l'URL ? ---trad google--- Hi How to replace the default page cpanel.your-domaine.tld, it's "cpanel" that counts in the URL ? Quote Link to comment Share on other sites More sharing options...
BastelPichi Posted September 2, 2023 Share Posted September 2, 2023 2 minutes ago, luluhoste said: Salut Comment remplacé la page par défaut cpanel.your-domaine.tld, c'est "cpanel" qui compte dans l'URL ? ---trad google--- Hi How to replace the default page cpanel.your-domaine.tld, it's "cpanel" that counts in the URL ? You could use an reverse proxy. However thatll result in load on your server, and you are going to need some paid hosting. (maybe you could use cloudflare workers for this) If you want to use a different domain, simplest is to add it to MOFH, and then change the NS back. Quote Link to comment Share on other sites More sharing options...
luluhoste Posted September 2, 2023 Author Share Posted September 2, 2023 N'y a t-il pas des modules Github ? Ou quelque chose de plus simple ? ---trad google--- Aren’t there Github modules ? Or something simpler ? Quote Link to comment Share on other sites More sharing options...
BastelPichi Posted September 2, 2023 Share Posted September 2, 2023 3 minutes ago, luluhoste said: N'y a t-il pas des modules Github ? Ou quelque chose de plus simple ? ---trad google--- Aren’t there Github modules ? Or something simpler ? Nope. Quote Link to comment Share on other sites More sharing options...
luluhoste Posted September 2, 2023 Author Share Posted September 2, 2023 (edited) Cette page fonctionne comment : https://cpanel.fluxum.eu.org/ alors ? ---trad google--- How does this page work : https://cpanel.fluxum.eu.org/ so ? Edited September 2, 2023 by luluhoste Quote Link to comment Share on other sites More sharing options...
BastelPichi Posted September 2, 2023 Share Posted September 2, 2023 Back to the original topic of the question: if you use the cpanel remote login, you can just add an language value. Example: <form action="https://cpanel.rf.gd/login.php" method="post" name=" login" target="_blank"> <label for="mod_login_username">Username<input name="uname" id="mod_login_username" type="text" class="inputbox" alt="username" size="10" /></label> <label for="mod_login_password">Password<input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" /></label> <input type="submit" name="Submit" class="button" value="Login" /> <input type="hidden" name="language" value="French"> <!-- Add the language value here --> </form> 7 minutes ago, luluhoste said: Cette page fonctionne comment : https://cpanel.fluxum.eu.org/ alors ? ---trad google--- How does this page work : https://cpanel.fluxum.eu.org/ so ? This site probably uses Cloudflare Workers (or their own servers), however youd need to write your own code for that. Quote Link to comment Share on other sites More sharing options...
luluhoste Posted September 2, 2023 Author Share Posted September 2, 2023 Comment changé le favcions ? (en plus des autre questions) Quote Link to comment Share on other sites More sharing options...
BastelPichi Posted September 2, 2023 Share Posted September 2, 2023 1 hour ago, luluhoste said: How to change the favcions (in addition to other questions) You mean the logos in vPanel? Or the actual favicon? For the actual favicon, you can use JS to override it. As you dont have any favicon before logging in, the cPanel logo should only blink for a second. Quote Link to comment Share on other sites More sharing options...
luluhoste Posted September 3, 2023 Author Share Posted September 3, 2023 (edited) Entre c'est deux solutions, la quel est mieux ? : https://github.com/VizuDev/cPanel-Login-for-MOFH https://github.com/SpookyKipper/VizuDev-cPanel-Login-for-MOFH ---trad google--- Between these two solutions, which is better? : https://github.com/VizuDev/cPanel-Login-for-MOFH https://github.com/SpookyKipper/VizuDev-cPanel-Login-for-MOFH Edited September 4, 2023 by luluhoste Link corrected Quote Link to comment Share on other sites More sharing options...
luluhoste Posted September 3, 2023 Author Share Posted September 3, 2023 21 hours ago, BastelPichi said: Pour le favicon réel, vous pouvez utiliser JS pour le remplacer. Quel JS ? What JS? Quote Link to comment Share on other sites More sharing options...
BastelPichi Posted September 3, 2023 Share Posted September 3, 2023 6 hours ago, luluhoste said: Entre c'est deux solutions, la quel est mieux ? : https://github.com/VizuDev/cPanel-Login-for-MOFH https://github.com/VizuDev/cPanel-Login-for-MOFH/blob/master/index.php ---trad google--- Between these two solutions, which is better? : https://github.com/VizuDev/cPanel-Login-for-MOFH https://github.com/VizuDev/cPanel-Login-for-MOFH/blob/master/index.php You just posted the same link twice. 6 hours ago, luluhoste said: Quel JS ? What JS? Use ChatGPT Quote Link to comment Share on other sites More sharing options...
luluhoste Posted September 4, 2023 Author Share Posted September 4, 2023 10 hours ago, BastelPichi said: You just posted the same link twice. Corrigé 😅 ---trad google--- Fixed 😅 Quote Link to comment Share on other sites More sharing options...
SpookyKipper Posted September 4, 2023 Share Posted September 4, 2023 (edited) ok, both of them is literally the same thing except mine is specifically modified for Spookhost's use (but it's not used anymore) Edited September 4, 2023 by SpookyKipper Quote Link to comment Share on other sites More sharing options...
Anyx Posted September 4, 2023 Share Posted September 4, 2023 17 hours ago, BastelPichi said: Use ChatGPT Please no. Using a search engine would be better; I'll simply link to the topic of previous discussion on this one: On 9/3/2023 at 6:51 PM, luluhoste said: Between these two solutions, which is better? : I'd recommend not using either and going for something such as Project LOGGED (which also has language support): https://github.com/PlanetTheCloud/project-logged Quote Link to comment Share on other sites More sharing options...
BastelPichi Posted September 4, 2023 Share Posted September 4, 2023 25 minutes ago, Anyx said: Please no. Using a search engine would be better; I'll simply link to the topic of previous discussion on this one: I'd recommend not using either and going for something such as Project LOGGED (which also has language support): https://github.com/PlanetTheCloud/project-logged Well considering the language barrier, and the fact that google cant really write and debug custom code, ChatGPT is the better choice for this very situation. I do agree tho that luluhoste should be using more google and common sence. Quote Link to comment Share on other sites More sharing options...
luluhoste Posted September 5, 2023 Author Share Posted September 5, 2023 (edited) Le 04/09/2023 à 00h27, BastelPichi a déclaré : Use ChatGPT ChatGPT ne fournie pas un code utilisable dans mon cas... et un simple lien ajouté dans "adverts" : <link rel = "icône de raccourci" href = "favicon.ico" > Fonctionne très bien 😄 ! Il y a 17 heures, Anyx a dit : Please no. Using a search engine would be better; I'll simply link to the topic of previous discussion on this one: Le lien ne s'affiche pas "Sorry, we can't show this content because you do not have permission to see it. " est affiché a la place... ---trad google--- Le 04/09/2023 à 00h27, BastelPichi a déclaré : Use ChatGPT ChatGPT does not provide a code that can be used in my case... and a simple link added in "adverts" : <link rel = "icône de raccourci" href = "favicon.ico" > Works great 😄! Il y a 17 heures, Anyx a dit : Please no. Using a search engine would be better; I'll simply link to the topic of previous discussion on this one: The link does not show "Sorry, we can't show this content because you do not have permission to see it. " is displayed instead... Edited September 5, 2023 by luluhoste Quote Link to comment Share on other sites More sharing options...
luluhoste Posted September 5, 2023 Author Share Posted September 5, 2023 On 9/4/2023 at 11:26 AM, SpookyKipper said: ok, both of them is literally the same thing except mine is specifically modified for Spookhost's use (but it's not used anymore) Merci @SpookyKipper 🙂 17 hours ago, Anyx said: I'd recommend not using either and going for something such as Project LOGGED (which also has language support): https://github.com/PlanetTheCloud/project-logged Cela fonctionne t'il en plus de Xera / Generatearea ? ---trad google--- On 9/4/2023 at 11:26 AM, SpookyKipper said: ok, both of them is literally the same thing except mine is specifically modified for Spookhost's use (but it's not used anymore) Thank you @SpookyKipper🙂 17 hours ago, Anyx said: I'd recommend not using either and going for something such as Project LOGGED (which also has language support): https://github.com/PlanetTheCloud/project-logged Does it work in addition to Xera / Generatearea ? Quote Link to comment Share on other sites More sharing options...
SpookyKipper Posted September 5, 2023 Share Posted September 5, 2023 2 hours ago, luluhoste said: Does it work in addition to Xera / Generatearea ? They are two different systems and if you use them together you will fine a hard time managing your users Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.