| Welcome, Guest | 
 
You have to register before you can post on our site. 
 
 | 
 
  
 
 
| Online Users | 
 
There are currently 6 online users. » 0 Member(s) | 5 Guest(s) Google
 | 
 
 
 
| Latest Threads | 
 
Test, just a XRumer 23 St...
 
Forum: Announcements 
Last Post: XRumer23lip 
09-25-2025, 01:01 AM 
» Replies: 0 
» Views: 28
 | 
 
Comment créer un sous-dom...
 
Forum: Cpanel 
Last Post: XRumer23lip 
10-28-2024, 04:29 AM 
» Replies: 1 
» Views: 1,186
 | 
 
Tutorial: Create an Onlin...
 
Forum: Ellohost 
Last Post: mikox 
08-03-2024, 07:46 AM 
» Replies: 0 
» Views: 285
 | 
 
Tutoriel : Créer un Site ...
 
Forum: Ellohost  
Last Post: mikox 
08-03-2024, 07:45 AM 
» Replies: 0 
» Views: 313
 | 
 
Tutorial: Create a Profes...
 
Forum: Ellohost 
Last Post: mikox 
08-03-2024, 07:13 AM 
» Replies: 0 
» Views: 217
 | 
 
Tutoriel : Créer un Site ...
 
Forum: Ellohost  
Last Post: mikox 
08-03-2024, 07:12 AM 
» Replies: 0 
» Views: 250
 | 
 
Slither.io - Become the L...
 
Forum: Others 
Last Post: mikox 
04-05-2024, 07:30 AM 
» Replies: 0 
» Views: 307
 | 
 
MooMoo.io - Build, Defend...
 
Forum: Others 
Last Post: mikox 
04-05-2024, 07:28 AM 
» Replies: 0 
» Views: 327
 | 
 
Smash Karts - The Ultimat...
 
Forum: Others 
Last Post: mikox 
04-05-2024, 07:26 AM 
» Replies: 0 
» Views: 708
 | 
 
Dream Chef - A Cooking Ad...
 
Forum: Others 
Last Post: mikox 
04-05-2024, 07:24 AM 
» Replies: 0 
» Views: 303
 | 
 
 
 
 | 
  | 
|   How to Add a Background Image in WordPress | 
 
| 
Posted by: aaron  - 07-18-2023, 11:00 AM - Forum: Wordpress 
- No Replies
 | 
 
	
		
  | 
		
			 
				<!DOCTYPE html> <html> <head> <title>How to Add a Background Image in WordPress</title> </head> <body> <h2>How to Add a Background Image Using the WordPress Theme Customizer</h2> <p>The WordPress Theme Customizer is a built-in feature that lets you add a custom background image, create menus, and change color schemes. However, this feature is only available for classic free WordPress themes, such as Twenty Twenty, Twenty Fifteen, and Twenty Seventeen.</p> <p>For this tutorial, we will go over the steps to add an image background via this WordPress feature and use the Twenty Fifteen theme, as it comes with custom background support:</p> <ol> <li>Log in to your WordPress admin page and navigate to <strong>Appearance → Customize</strong>.</li> <li>In the Theme Customizer screen, navigate to the <strong>Background Image</strong> option.</li> <li>Click the <strong>Select image</strong> button to open the Media Library.</li> <li>In the Media Library screen, pick a picture or add a new image and click <strong>Choose image</strong>.</li> <li>Use the image customization options to adjust the background position, preset, and size.</li> <li>Save the changes.</li> </ol> <h2>How to Add Background Images With the WordPress Editor</h2> <p>You can also add a background image via the default WordPress editor, also known as Gutenberg. As it provides the tools to create a website using a block-based approach, it is a relatively simple method.</p> <p>For this tutorial, we will use the Twenty Twenty-Two theme. Follow the steps below to insert an image background using the block editor:</p> <ol> <li>From the WordPress dashboard, navigate to <strong>Pages → All Pages</strong>. Open a page by clicking on the title.</li> <li>Open the Block Inserter button and add the <strong>Cover block</strong>.</li> <li>To make a full-width background image, select the Cover block and choose <strong>Align → Full Width</strong>.</li> <li>Insert elements you want on your page. For example, we added several WordPress block patterns.</li> <li>Group the block patterns with the Cover block. It should look like this:</li> <li>Select the Cover block and click <strong>Add Media</strong>. Then, choose <strong>Open Media Library</strong>.</li> <li>In the WordPress Media Library screen, choose your preferred image. We recommend adding alt text to your image for better accessibility. Then, click <strong>Select</strong>.</li> <li>Open the block settings panel to customize the Cover block. For example, we set the position to a fixed background and adjusted the overlay opacity to 50.</li> <li>Save the changes.</li> </ol> <h2>How to Add a Custom Background Image Using a Page Builder</h2> <p>Another easy way to add custom backgrounds is by using a WordPress page builder. Elementor is one of the most popular WordPress page builders that provides powerful yet user-friendly features, like a drag-and-drop editor and advanced element customization options.</p> <p>In this section, we will cover the steps on how to set a background image with the Elementor page builder:</p> <ol> <li>Create a blank template and add elements to the editor. For example, we added a text editor, button, and image carousel elements.</li> <li>Go to the editor’s left sidebar and select the hamburger menu icon. Then, click <strong>Site settings</strong>.</li> <li>Navigate to the <strong>Settings</strong> section → <strong>Background settings</strong>.</li> <li>Go to the <strong>Background Type</strong> section and click the <strong>Classic</strong> option.</li> <li>Click the area under the <strong>Image</strong> section or select <strong>Choose Image</strong>.</li> <li>Choose an image from the Media Library and click <strong>Insert Media</strong>.</li> <li>Customize the background image to suit your preferences. For instance, you may change the background image size, position, and attachment.</li> <li>Save the changes.</li> </ol> <h2>How to Add a WordPress Background Image With CSS</h2> <p>Let’s go over the steps of adding a background image using Additional CSS, one of the WordPress Theme Customizer features:</p> <ol> <li>From the WordPress dashboard, navigate to <strong>Appearance → Customize</strong>.</li> <li>In the Theme Customizer screen, click <strong>Additional CSS</strong>.</li> <li>Type the following CSS code in the text editor:</li> </ol> <br> body {<br> background-image: url(example.com/wordpress-background-image/);<br> }<br> <br> <p>Change the URL within the brackets with your preferred background image URL.</p> <ol start="4"> <li>If the image doesn’t suit your preferences, add the following CSS code:</li> </ol> <br> body {<br> background-attachment: fixed;<br> background-size: cover;<br> }<br> <br> <ol start="5"> <li>Save the Changes.</li> </ol> <br><br> <a href="https://ellohost.com"> <button style="padding: 10px 20px; background-color: blue;">Join ellohost</button> </a> </body> </html>
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   Comment Installer des Extensions WordPress | 
 
| 
Posted by: aaron  - 07-18-2023, 10:45 AM - Forum: wordpress 
- No Replies
 | 
 
	
		
  | 
		
			 
				<!DOCTYPE html> <html> <head> <title>Comment Installer des Extensions WordPress</title> </head> <body> <h2>Comment Installer des Extensions WordPress depuis le Répertoire Officiel des Extensions</h2> <p>La manière la plus simple d'installer des extensions WordPress est d'accéder au répertoire officiel des extensions via votre espace d'administration WordPress. Cependant, ce répertoire est limité aux options d'extensions gratuites uniquement.</p> <p>Connectez-vous à votre tableau de bord WordPress et rendez-vous dans Extensions -> Ajouter. Procédez ensuite à la recherche du nom de l'extension dans la barre de recherche. Vous pouvez également parcourir les extensions en vedette, populaires ou recommandées en cliquant sur les onglets fournis à gauche.</p> <img src="https://ellohost.com/imageshack/uploads/1689676859_64b66c3bc5f28.jpeg" width="40%" alt="Installation de l'extension"> <p>Par exemple, si vous recherchez l'extension MonsterInsights, vous la verrez apparaître en premier résultat. Cliquez sur le bouton Installer Maintenant pour commencer l'installation de l'extension.</p> <p>Attendez que le processus se termine, puis cliquez sur le bouton Activer pour commencer à utiliser l'extension WordPress.</p> <p>Une fois l'extension activée, vérifiez et configurez les paramètres de l'extension en vous rendant dans Extensions -> Extensions Installées.</p> <h2>Comment Installer des Extensions WordPress Manuellement</h2> <p>Une autre méthode pour installer des extensions WordPress consiste à télécharger manuellement les fichiers de l'extension via votre espace d'administration WordPress.</p> <p>Cette méthode vous permet d'installer une extension qui ne se trouve pas dans le répertoire officiel de WordPress, mais qui est disponible sur des répertoires tiers tels que CodeCanyon et Codester.</p> <p>Avant de commencer le processus d'installation de l'extension, vous devez d'abord télécharger le fichier ZIP de l'extension depuis la source de votre choix.</p> <p>Ensuite, accédez à votre espace d'administration WordPress et cliquez sur Extensions -> Ajouter. Ensuite, recherchez le bouton Téléverser une extension en haut à gauche de la page.</p> <img src="https://ellohost.com/imageshack/uploads/1689676859_64b66c3bc62b0.jpeg" width="40%" alt="Téléverser une extension"> <p>Sélectionnez le fichier ZIP de l'extension à partir de votre ordinateur que vous souhaitez téléverser, puis cliquez sur Installer Maintenant.</p> <img src="https://ellohost.com/imageshack/uploads/1689676859_64b66c3bc63ce.jpeg" width="40%" alt="Installation de l'extension"> <p>Attendez que l'installation de l'extension se termine, puis cliquez sur le bouton Activer l'extension.</p> <img src="https://ellohost.com/imageshack/uploads/1689676859_64b66c3bc64a9.jpeg" width="40%" alt="Activation de l'extension"> <h2>Utilisation d'un Client FTP pour Installer des Extensions WordPress</h2> <p>Il existe plusieurs extensions WordPress premium et personnalisées qui nécessitent une installation manuelle à l'aide d'un client FTP. Pour un débutant, le processus peut être légèrement plus compliqué car vous devrez d'abord apprendre à configurer un client FTP.</p> <p>Pas de soucis - le guide suivant vous guidera étape par étape dans le processus. Il vous suffit de suivre les étapes.</p> <ol> <li>Tout d'abord, extrayez le fichier ZIP de l'extension et enregistrez-le dans un dossier sur votre ordinateur. Gardez à l'esprit que le dossier du fichier d'extension extrait sera celui que vous devrez téléverser via le client FTP.</li> <li>Ensuite, connectez votre site Web au serveur FTP. Pour ce faire, trouvez les détails FTP fournis par votre hébergeur.</li> <li>Une fois connecté, accédez à votre client FTP - dans cet exemple, nous utiliserons FileZilla. Entrez vos identifiants de connexion et cliquez sur le bouton Connexion Rapide (Quickconnect). Ensuite, accédez au panneau Site distant et localisez le dossier wp-content/plugins/.</li> <li>Dans le panneau Site local, téléversez le dossier d'extension extrait depuis votre ordinateur dans le dossier wp-content/plugins/ sur votre serveur.</li> </ol> <img src="https://ellohost.com/imageshack/uploads/1689676859_64b66c3bc655f.jpeg" width="40%" alt="Client FTP"> <p>Une fois le transfert terminé, l'extension WordPress sera installée sur votre site.</p> <p>Pour activer l'extension, accédez à votre espace d'administration WordPress. Rendez-vous dans la section Extensions -> Extensions Installées, localisez l'extension et cliquez sur Activer.</p> <br><br> <a href="https://ellohost.com"> <button style="padding: 10px 20px; background-color: blue;">Rejoindre ellohost</button> </a> </body> </html>
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   How to Install WordPress Plugins | 
 
| 
Posted by: aaron  - 07-18-2023, 10:44 AM - Forum: Wordpress 
- No Replies
 | 
 
	
		
  | 
		
			 
				<!DOCTYPE html> <html> <head> <title>How to Install WordPress Plugins</title> </head> <body> <h2>How to Install WordPress Plugins From the Official Plugins Directory</h2> <p>The easiest way to install WordPress plugins is by accessing the official plugins directory through your WordPress admin area. However, this WordPress plugin directory is limited to free plugin options only.</p> <p>Log in to your WordPress dashboard and navigate to <strong>Plugins -> Add New</strong>. Proceed to search the name of the plugin in the search bar. You can also browse the featured, popular, or recommended plugins by clicking on the provided tabs on the left.</p> <img src="https://ellohost.com/imageshack/uploads/1689676859_64b66c3bc5f28.jpeg" width="40%" alt="Plugin Installation"> <p>For example, if you search for the MonsterInsights plugin, you will see it come up as the first result. Click on the <strong>Install Now</strong> button to start the plugin installation.</p> <p>Wait for the process to finish and click the <strong>Activate</strong> button to start using the WordPress plugin.</p> <p>Once you activate the plugin, check and configure the plugin settings by heading to <strong>Plugins -> Installed Plugins</strong>.</p> <h2>How to Install WordPress Plugins Manually</h2> <p>Another way to install WordPress plugins is by manually uploading the plugin files through your WordPress dashboard.</p> <p>This method allows you to install a plugin that may not be in the official WordPress directory but available from third-party directories instead, such as CodeCanyon and Codester.</p> <p>Before starting the plugin installation process, you need to first download the plugin ZIP file from your chosen source.</p> <p>Next, access your WordPress admin area and click <strong>Plugins -> Add New</strong>. Then, locate the <strong>Upload Plugin</strong> button at the top-left side of the page.</p> <img src="https://ellohost.com/imageshack/uploads/1689676859_64b66c3bc62b0.jpeg" width="40%" alt="Upload Plugin"> <p>Select the plugin ZIP file from your computer that you want to upload, then click <strong>Install Now</strong>.</p> <img src="https://ellohost.com/imageshack/uploads/1689676859_64b66c3bc63ce.jpeg" width="40%" alt="Plugin Installation"> <p>Wait for the plugin installation to finish and press <strong>Activate Plugin</strong>.</p> <img src="https://ellohost.com/imageshack/uploads/1689676859_64b66c3bc64a9.jpeg" width="40%" alt="Plugin Activation"> <h2>Using an FTP Client to Install WordPress Plugins</h2> <p>There are several premium and custom WordPress plugins that require you to install them manually using an FTP client. For a beginner, the process might be slightly more complicated because you will need to learn how to configure an FTP client first.</p> <p>Not to worry – the following guide will walk you through the process step-by-step. All you have to do is simply follow the steps.</p> <ol> <li>First, extract the ZIP file of the plugin and save it to a folder on your computer. Keep in mind that the extracted plugin file folder will be the one you need to upload through the FTP client.</li> <li>Then, connect your website to the FTP server. To do so, find the FTP details from your hosting provider.</li> <li>Once connected, access your FTP client – for this example, we use FileZilla. There, input your login credentials and press the <strong>Quickconnect</strong> button. Next, navigate to the Remote Site panel and locate the <strong>wp-content/plugins/</strong> folder.</li> <li>On the Local Site panel, upload the extracted plugin folder from your computer to <strong>wp-content/plugins/</strong> folder on your server.</li> </ol> <img src="https://ellohost.com/imageshack/uploads/1689676859_64b66c3bc655f.jpeg" width="40%" alt="FTP Client"> <p>Once the transfer is complete, the WordPress plugin will be installed on your site.</p> <p>To activate the plugin, you need to access your WordPress dashboard. Go to the plugin section -> Installed Plugins, locate the plugin, and click <strong>Activate</strong>.</p> <br><br> <a href="https://ellohost.com"> <button style="padding: 10px 20px; background-color: blue;">Join ellohost</button> </a> </body> </html>
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   Comment Vérifier l'Utilisation de l'Espace Disque via CPanel | 
 
| 
Posted by: aaron  - 07-18-2023, 09:16 AM - Forum: Cpanel 
- No Replies
 | 
 
	
		
  | 
		
			 
				<!DOCTYPE html> <html lang="fr"> <head><title>Comment Vérifier l'Utilisation de l'Espace Disque</title> </head> <body> <h1>Comment Vérifier l'Utilisation de l'Espace Disque</h1> <p>L'utilisation de l'espace disque est la somme totale de toutes les données de votre compte, y compris les fichiers du site Web, les bases de données MySQL et les messages électroniques.</p> <p>cPanel enverra automatiquement des avertissements d'utilisation d'espace disque à votre adresse e-mail une fois que vous atteindrez 80 %, 90 %, 98 % et 100 % d'utilisation du disque. Vous pouvez mettre à jour votre adresse e-mail de contact dans cPanel sous la section "Préférences".</p> <h2>Étape 1 : Vérifier le Résumé Bref de l'Utilisation de l'Espace Disque</h2> <p>Connectez-vous à votre cPanel, et à droite, vous verrez un résumé bref de votre utilisation de l'espace disque.</p> <img src="https://ellohost.com/imageshack/uploads/1689671580_64b6579c5a922.png" width="50%" alt="Résumé de l'Utilisation de l'Espace Disque"> <h2>Étape 2 : Vérifier les Statistiques d'Utilisation de l'Espace Disque</h2> <p>Les détails complets de l'utilisation de l'espace disque se trouvent en cliquant sur le bouton "Utilisation du Disque" dans la section "Fichiers" de votre cPanel.</p> <img src="https://ellohost.com/imageshack/uploads/1689671580_64b6579c5a898.png" width="50%" alt="Statistiques d'Utilisation de l'Espace Disque"> <p>Faites défiler la page, puis développez les dossiers avec le signe > à gauche de chaque dossier. Cela montrera exactement où votre espace disque est utilisé.</p> <img src="https://ellohost.com/imageshack/uploads/1689671580_64b6579c5a781.png" width="50%" alt="Détails d'Utilisation de l'Espace Disque"> <p>Pour supprimer les fichiers indésirables, cliquez sur le dossier souhaité, et le Gestionnaire de Fichiers s'ouvrira dans votre navigateur.</p> <p>Félicitations, vous avez appris comment vérifier l'utilisation de l'espace disque dans cPanel. Cela peut être utile lorsque vous avez besoin de savoir ce qui vous amène à atteindre la limite de quota d'espace disque.</p> <br> <br> <br> <a href="https://ellohost.com"> <button style="padding: 10px 20px; background-color: blue; color: blue; border: none; cursor: pointer;">Rejoignez ellohost</button> </a> </body> </html>
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   How to Check Disk Space Usage in CPanel | 
 
| 
Posted by: aaron  - 07-18-2023, 09:14 AM - Forum: Cpanel 
- No Replies
 | 
 
	
		
  | 
		
			 
				<!DOCTYPE html> <html lang="en"> <head> <title>How to Check Disk Space Usage</title> </head> <body> <h1>How to Check Disk Space Usage</h1> <p>Your disk space usage is the total sum of all data in your account, including website files, MySQL databases, and e-mail messages.</p> <p>cPanel will automatically send disk space warnings to your e-mail address once you have reached 80%, 90%, 98%, and 100% disk usage. You can update your contact e-mail address in cPanel under the Preferences section.</p> <h2>Step 1: Checking the Short Summary of Disk Space Usage</h2> <p>Login to your cPanel, and on the right-hand side, you will see a short summary of your Disk Space Usage.</p> <img src="https://ellohost.com/imageshack/uploads/1689671580_64b6579c5a922.png" width="50%" alt="Disk Space Usage Summary"> <h2>Step 2: Checking Disk Space Usage Statistics</h2> <p>Full details of your Disk Space Usage can be found by clicking on the Disk Usage button under the Files section of your cPanel.</p> <img src="https://ellohost.com/imageshack/uploads/1689671580_64b6579c5a898.png" width="50%" alt="Disk Space Usage Statistics"> <p>Scroll down the page, then expand the folders with the > sign to the left of each folder. This will show exactly where your disk space is being used.</p> <img src="https://ellohost.com/imageshack/uploads/1689671580_64b6579c5a781.png" width="50%" alt="Disk Space Usage Details"> <p>In order to remove unwanted files, click on the desired folder, and File Manager will be opened in your browser.</p> <p>Congratulations, you have learned how to check your Disk Space Usage in cPanel. It can be useful when you need to know what is causing you to reach the disk space quota limit.</p> <br> <br> <br> <a href="https://ellohost.com"> <button style="padding: 10px 20px; background-color: blue; color: blue; border: none; cursor: pointer;">Join ellohost</button> </a> </body> </html>
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   Comment Vérifier la Bande Passante via CPanel | 
 
| 
Posted by: aaron  - 07-18-2023, 09:05 AM - Forum: Cpanel 
- No Replies
 | 
 
	
		
  | 
		
			 
				<!DOCTYPE html> <html lang="fr"> <head> <title>Comment Vérifier la Bande Passante</title> </head> <body> <h1>Comment Vérifier la Bande Passante</h1> <p>La bande passante est l'ensemble du trafic entrant et sortant, ou des données transférées sur votre compte d'hébergement. L'utilisation dépend de nombreux facteurs, y compris les visiteurs, les communications par e-mail, et peut inclure la connexion FTP.</p> <p>Il est important d'examiner de près l'utilisation de la bande passante, car cela est généralement lié au plan d'hébergement auquel vous avez souscrit. cPanel enverra une notification automatique par e-mail lorsque vous approchez de la limite.</p> <h2>Étape 1 : Accéder à un Résumé Bref de l'Utilisation de la Bande Passante</h2> <p>Lorsque vous vous connectez, vous pouvez immédiatement voir un résumé de l'utilisation de la bande passante dans le panneau de droite sous la section des statistiques.</p> <img src="https://ellohost.com/imageshack/uploads/1689670938_64b6551a10dde.jpeg" width="50%" alt="Résumé de l'Utilisation de la Bande Passante"> <h2>Étape 2 : Accéder aux Statistiques de la Bande Passante dans cPanel</h2> <p>Vous pouvez trouver les statistiques complètes présentées en détail en cliquant sur le lien "Bande Passante" à partir de l'étape précédente. Vous pouvez également rechercher la bande passante par nom à l'aide de la fonction de recherche.</p> <img src="https://ellohost.com/imageshack/uploads/1689670938_64b6551a10d5a.jpeg" width="50%" alt="Accéder aux Statistiques de la Bande Passante"> <p>Lorsque vous cliquez sur l'une des deux options, vous serez redirigé vers une nouvelle fenêtre qui affiche la consommation sur une base quotidienne, hebdomadaire et mensuelle, ainsi que le total de votre utilisation.</p> <p>Jetez un coup d'œil à l'utilisation quotidienne de la bande passante de notre site de développement comme exemple.</p> <img src="https://ellohost.com/imageshack/uploads/1689670938_64b6551a10a4a.jpeg" width="50%" alt="Exemple d'Utilisation de la Bande Passante"> <p>Comme vous pouvez le voir, cPanel surveille actuellement le trafic provenant de ces sources :</p> <ul> <li>Trafic HTTP - représente les données envoyées et reçues via le protocole</li> <li>Trafic FTP - suit le protocole de transfert que vous utilisez pour accéder et partager des fichiers entre votre ordinateur et le serveur Web</li> <li>Trafic IMAP/POP3/SMTP - représente les communications par e-mail qui se produisent entre votre serveur et un ordinateur/client de messagerie</li> </ul> <p>Voilà tout ce que vous devez savoir sur l'utilisation de la bande passante. Il est très utile de comprendre ce qui vous amène à atteindre la limite de quota et d'agir en conséquence.</p> <br> <br> <br> <a href="https://ellohost.com"> <button style="padding: 10px 20px; background-color: blue; color: blue; border: none; cursor: pointer;">Rejoignez ellohost</button> </a> </body> </html>
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   How to Check Bandwidth through CPanel | 
 
| 
Posted by: aaron  - 07-18-2023, 09:04 AM - Forum: Cpanel 
- No Replies
 | 
 
	
		
  | 
		
			 
				<!DOCTYPE html> <html lang="en"> <head> <title>How to Check Bandwidth</title> </head> <body> <h1>How to Check Bandwidth</h1> <p>Bandwidth is all of the incoming and outgoing traffic or data being transferred on your hosting account. The usage depends on many factors, including visitors, email communication, and may include the FTP connection.</p> <p>You need to take a closer look at bandwidth usage, as it usually relates to the hosting plan that you subscribed to. cPanel will send an automated email notification when you’re close to the limit.</p> <h2>Step 1: Access a Short Summary of Bandwidth Usage</h2> <p>When you log in, you can immediately see the bandwidth use summary in the right-hand panel under the statistics section.</p> <img src="https://ellohost.com/imageshack/uploads/1689670938_64b6551a10dde.jpeg" width="50%" alt="Bandwidth Usage Summary"> <h2>Step 2: Access the Bandwidth Statistics in cPanel</h2> <p>You can find the full statistics presented in detail by clicking the Bandwidth link from the previous step. Alternatively, you can also search bandwidth by name with the search feature.</p> <img src="https://ellohost.com/imageshack/uploads/1689670938_64b6551a10d5a.jpeg" width="50%" alt="Access Bandwidth Statistics"> <p>When you click either of the two options, it will direct you to a new window that shows the consumption based on a daily, weekly, and monthly basis as well as the total sum of your usage.</p> <p>Have a look at our development site’s daily bandwidth use as an example.</p> <img src="https://ellohost.com/imageshack/uploads/1689670938_64b6551a10a4a.jpeg" width="50%" alt="Bandwidth Usage Example"> <p>And as you can see, cPanel currently monitors traffic coming from these sources:</p> <ul> <li>HTTP Traffic – represents the data sent and received over the protocol</li> <li>FTP Traffic – tracks the transfer protocol that you use to access and share files between your computer and the web server</li> <li>IMAP/POP3/SMTP Traffic – represent the email communication that happens between your server and a computer/mail client</li> </ul> <p>There you have it, all you need to know about bandwidth usage. It’s very helpful to understand what’s causing you to reach the quota limit and act accordingly.</p> <br> <br> <br> <a href="https://ellohost.com"> <button style="padding: 10px 20px; background-color: blue; color: blue; border: none; cursor: pointer;">Join ellohost</button> </a> </body> </html>
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   Comment mettre en parking un nom de domaine | 
 
| 
Posted by: aaron  - 07-18-2023, 08:57 AM - Forum: Cpanel 
- No Replies
 | 
 
	
		
  | 
		
			 
				<!DOCTYPE html> <html lang="fr"> <head> <title>Comment mettre en parking un nom de domaine</title> </head> <body> <h1>Comment mettre en parking un nom de domaine</h1> <p>Avoir différents types de domaines est un excellent moyen de "protéger" votre marque. Donc, lorsque vous voulez que votre marque soit en ligne, vous achetez probablement plusieurs noms de domaine.</p> <p>Par exemple, lorsque vous lancez votre marque sous votredomaine.com, vous pouvez également acheter d'autres extensions populaires pour celle-ci, telles que .org, .net, et des options de codes de pays spécifiques (.us pour les webmasters aux États-Unis, ou .jp pour le Japon).</p> <p>Ainsi, chaque fois que les visiteurs se rendent sur votredomaine.org, ils seront redirigés vers votre domaine principal, votredomaine.com. Vous pouvez configurer cela en utilisant la méthode de parking de domaine. cPanel vous fournit un outil appelé "Aliases" pour cela.</p> <h2>Éléments nécessaires :</h2> <ul> <li>Accès à votre compte cPanel</li> <li>Plusieurs noms de domaine</li> </ul> <h2>Étape 1 : Accéder aux Aliases</h2> <p>Depuis le tableau de bord principal de votre cPanel, ouvrez l'outil "Aliases" dans la section "Domaines".</p> <img src="https://ellohost.com/imageshack/uploads/1689670197_64b65235adf0c.jpeg" width="60%"> <h2>Étape 2 : Créer un nouveau domaine en parking</h2> <p>Saisissez le nom de domaine que vous souhaitez ajouter dans la section "Créer un nouvel alias" et cliquez sur "Ajouter le domaine".</p> <img src="https://ellohost.com/imageshack/uploads/1689670197_64b65235ade83.jpeg" width="60%"> <p>Dans cet exemple, nous ajoutons xxxxx-dev-cp-1.tech comme alias. Ainsi, lorsque vous visitez cette URL, vous obtiendrez le même résultat que si vous visitiez xxxxx-dev-cp-1.xyz.</p> <p>Vous devez ajouter un nom de domaine à partir d'un registraire de domaines valide. Sinon, vous obtiendrez un message d'erreur. Vous trouverez également les informations nécessaires sur les serveurs de noms et les instructions pour configurer les DNS auprès de votre registraire.</p> <h2>Étape 3 : Gérer la redirection</h2> <p>Une fois que vous avez ajouté le domaine, il apparaîtra dans la liste des alias. Maintenant, cliquez sur "Gérer la redirection".</p> <img src="https://ellohost.com/imageshack/uploads/1689670197_64b65235ade03.jpeg" width="60%"> <h2>Étape 4 : Redirection de l'alias</h2> <p>Dans le formulaire, saisissez le domaine principal vers lequel vous souhaitez rediriger l'alias et cliquez sur "Enregistrer".</p> <img src="https://ellohost.com/imageshack/uploads/1689670197_64b65235add09.jpeg" width="60%"> <p>Une fois que vous avez ajouté la redirection, il faut jusqu'à 24 heures pour que le changement prenne effet en raison de la propagation des DNS dans le monde entier.</p> <br> <br> <br> <a href="https://ellohost.com"> <button style="padding: 10px 20px; background-color: blue; color: blue; border: none; cursor: pointer;">Rejoignez ellohost</button> </a> </body> </html>
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   How to Park a Domain | 
 
| 
Posted by: aaron  - 07-18-2023, 08:56 AM - Forum: Cpanel 
- No Replies
 | 
 
	
		
  | 
		
			 
				<!DOCTYPE html> <html lang="en"> <head>  <title>How to Park a Domain</title> </head> <body> <h1>How to Park a Domain</h1> <p>Having a different type of domain is a great way of “protecting” your brand. So, when you want your brand to be online, you probably would buy several domain names.</p> <p>For example, when you launch the brand under yourdomain.com, you can also buy other popular TLDs for it, such as .org, .net, and specific country code options (.us for webmasters in the United States, or .jp for Japan).</p> <p>So whenever visitors go to yourdomain.org, they’ll be pointed to your primary domain instead, yourdomain.com. You can set this up by using the domain parking method. cPanel provides you a tool called Aliases to do just that.</p> <h2>Things Needed:</h2> <ul> <li>Access to your cPanel account</li> <li>Multiple domain names</li> </ul> <h2>Step 1. Access Aliases</h2> <p>From your cPanel’s main dashboard, open the Aliases tool under the Domains section.</p> <img src="https://ellohost.com/imageshack/uploads/1689670197_64b65235adf0c.jpeg" width="60%"> <h2>Step 2. Create a New Parked Domain</h2> <p>Enter the domain name you want to add under the Create a New Alias section and click Add Domain.</p> <img src="https://ellohost.com/imageshack/uploads/1689670197_64b65235ade83.jpeg" width="60%"> <p>In this example, we’re adding xxxxx-dev-cp-1.tech as an alias. So, when you visit that URL, you’ll get the same result as visiting xxxxx-dev-cp-1.xyz.</p> <p>You need to add a domain from a valid domain registrar. Otherwise, you’ll get an error message. You’ll also find necessary nameserver information and instructions to point out the DNS from your registrar.</p> <h2>Step 3. Manage Redirection</h2> <p>Once you add the domain, it will appear in the aliases list. Now, click Manage Redirection.</p> <img src="https://ellohost.com/imageshack/uploads/1689670197_64b65235ade03.jpeg" width="60%"> <h2>Step 4. Alias Redirection</h2> <p>In the form, enter the primary domain you want the alias to point to and click Save.</p> <img src="https://ellohost.com/imageshack/uploads/1689670197_64b65235add09.jpeg" width="60%"> <p>When you’ve successfully added the redirection, it takes up to 24 hours for the change to take effect, due to DNS propagation worldwide.</p> <br> <br> <br> <a href="https://ellohost.com"> <button style="padding: 10px 20px; background-color: blue; color: Blue; border: none; cursor: pointer;">Join ellohost</button> </a> </body> </html>
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   le dossier de destination fixe existe déjà dans wordpress vis CPanel/Wordpress | 
 
| 
Posted by: aaron  - 07-18-2023, 08:55 AM - Forum: Cpanel 
- No Replies
 | 
 
	
		
  | 
		
			 
				<!DOCTYPE html> <html lang="fr"> <head> <title>Comment résoudre l'erreur d'installation : le dossier de destination existe déjà dans WordPress</title> </head> <body> <h1>Comment résoudre l'erreur d'installation : le dossier de destination existe déjà dans WordPress</h1> <p>"Le dossier de destination existe déjà" est une erreur courante dans WordPress qui se produit généralement lors de l'installation d'un plugin ou d'un thème. WordPress affiche ce message d'erreur pour éviter l'écrasement d'un dossier de destination portant le même nom et le même chemin.</p> <p>Lorsqu'une installation de plugin ou de thème échoue, elle laisse derrière elle un dossier de destination vide. Il en va de même lorsque le dossier d'un ancien plugin ou thème n'a pas été supprimé correctement en raison d'une interruption. Ce dossier fantôme empêche WordPress de terminer l'installation.</p> <h2>Résolution de l'erreur "Le dossier de destination existe déjà" via le tableau de bord de WordPress</h2> <p>Lorsque vous installez manuellement un plugin ou un thème, WordPress extrait le fichier .zip dans un dossier portant le même nom. Si WordPress détecte un dossier identique avec le même chemin, une comparaison entre les deux sera affichée.</p> <img src="https://ellohost.com/imageshack/uploads/1689669282_64b64ea23ff2c.jpeg" alt="Tableau de bord de WordPress" width="40%"> <p>Dans ce cas, WordPress vous demandera l'autorisation de remplacer l'ancien dossier de plugin ou de thème. Sélectionnez "Remplacer l'actuel par le fichier téléchargé" et le message d'erreur "Le dossier de destination existe déjà" devrait être résolu.</p> <p>Notez que vous ne verrez cette page d'avertissement que si le processus d'installation est effectué depuis la zone d'administration de WordPress en utilisant le fichier .zip d'un plugin ou d'un thème.</p> <h2>Résolution de l'erreur "Le dossier de destination existe déjà" via cPanel</h2> <p>Si votre hébergeur utilise cPanel, vous pouvez accéder aux fichiers WordPress via le Gestionnaire de fichiers. Le processus est similaire à celui du Gestionnaire de fichiers hPanel.</p> <p>Voici comment résoudre l'erreur "Le dossier de destination existe déjà" en utilisant le Gestionnaire de fichiers de cPanel :</p> <ol> <li>Accédez au Gestionnaire de fichiers situé dans la section Fichiers de votre tableau de bord cPanel.</li> <img src="https://ellohost.com/imageshack/uploads/1689669282_64b64ea240047.jpeg" alt="Gestionnaire de fichiers cPanel" width="40%"> <li>Accédez au dossier wp-content dans votre répertoire racine (public_html).</li> <img src="https://ellohost.com/imageshack/uploads/1689669282_64b64ea2400e3.jpeg" alt="Dossier wp-content" width="40%"> <li>Ouvrez soit le dossier themes (thèmes) soit le dossier plugins et recherchez le dossier qui pose problème.</li> <img src="https://ellohost.com/imageshack/uploads/1689669282_64b64ea240193.jpeg" alt="Dossier themes ou plugins" width="40%"> <li>Cliquez avec le bouton droit sur le dossier portant le nom du plugin ou du thème que vous souhaitez installer, puis cliquez sur Supprimer.</li> <img src="https://ellohost.com/imageshack/uploads/1689669282_64b64ea240213.jpeg" alt="Supprimer un dossier" width="40%"> <li>Essayez de réinstaller pour vérifier si l'erreur a été résolue.</li> </ol> <h2>Résolution de l'erreur "Le dossier de destination existe déjà" via un client FTP</h2> <p>Si votre site WordPress est hébergé sur un serveur VPS, vous pouvez accéder aux fichiers de votre site via un client FTP. Après avoir configuré le meilleur client FTP en fonction de vos besoins, suivez ces étapes pour résoudre l'erreur "Le dossier de destination existe déjà" :</p> <ol> <li>Établissez une connexion FTP pour accéder au serveur de votre site.</li> <li>Naviguez jusqu'au dossier public_html -> wp-content -> plugins ou themes et localisez le dossier qui pose problème.</li> <img src="https://ellohost.com/imageshack/uploads/1689669282_64b64ea240299.jpeg" alt="Dossier FTP" width="40%"> <li>Cliquez avec le bouton droit sur le dossier portant le nom du plugin ou du thème que vous souhaitez installer, puis cliquez sur Supprimer.</li> <img src="https://ellohost.com/imageshack/uploads/1689669282_64b64ea2402ff.jpeg" alt="Supprimer un dossier via un client FTP" width="40%"> <li>Essayez de réinstaller pour vérifier si l'erreur a été résolue.</li> </ol> <br> <br><br> <a href="https://ellohost.com"> <button style="padding: 10px 20px; background-color: blue;">Join ellohost</button> </a> </body> </html>
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
 |