<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Sentora Support Forums - 3rd Party Module Support v1.0.x]]></title>
		<link>https://senforums.mach-hosting.com/</link>
		<description><![CDATA[Sentora Support Forums - https://senforums.mach-hosting.com]]></description>
		<pubDate>Sat, 22 Aug 2026 14:52:06 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[ELFilemanager Temporal Solution]]></title>
			<link>https://senforums.mach-hosting.com/showthread.php?tid=13045</link>
			<pubDate>Mon, 27 May 2024 20:12:43 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://senforums.mach-hosting.com/member.php?action=profile&uid=274">franmm25</a>]]></dc:creator>
			<guid isPermaLink="false">https://senforums.mach-hosting.com/showthread.php?tid=13045</guid>
			<description><![CDATA[Test in Ubuntu :<br />
<br />
The problem with this module is because snuffleupagus and his rules stop some functions, if use other php version this not happend.<br />
<br />
The solution is install Filemanager (elFinder) inside /etc/sentora/panel/etc/apps/elFinder<br />
<br />
Configurate and rename connector.minimal.php inside folder php of elFinder, with right paths to the public_html in /var/sentora, ...etc.<br />
<br />
Also need modificate inside apache2 configuration file and put this code<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;IfModule mod_proxy_fcgi.c&gt;
    &lt;Directory /etc/sentora/panel/etc/apps/elFinder&gt;
        &lt;FilesMatch &#92;.php&#36;&gt;
            SetHandler "proxy:unix:/run/php/php5.6-fpm.sock|fcgi://localhost/"
        &lt;/FilesMatch&gt;
    &lt;/Directory&gt;
&lt;/IfModule&gt;</code></div></div><br />
Until you must use and install fpm, etc and dont use php 7.4.3 for running this Filemanager, by this is important change php version if use Sentora 2.01.<br />
<br />
When you make this, you can access perfectly and run the Filemanager, other way is use subdomain, and configurate paths, but this solution can be integrate with simple iframe module inside CP.<br />
<br />
Also could change rules for snuffleupagus, the problem is with php 7.4.3, because no longer uses suhosin.<br />
<br />
Howewer from staff can tell us the best way for change these rules and works without problem in CP, but at the moment this solution works for me, you can download script from here :<br />
<br />
<a href="https://studio-42.github.io/elFinder/#elf_l1_Lw" target="_blank" rel="noopener" class="mycode_url">https://studio-42.github.io/elFinder/#elf_l1_Lw</a><br />
<br />
Regards]]></description>
			<content:encoded><![CDATA[Test in Ubuntu :<br />
<br />
The problem with this module is because snuffleupagus and his rules stop some functions, if use other php version this not happend.<br />
<br />
The solution is install Filemanager (elFinder) inside /etc/sentora/panel/etc/apps/elFinder<br />
<br />
Configurate and rename connector.minimal.php inside folder php of elFinder, with right paths to the public_html in /var/sentora, ...etc.<br />
<br />
Also need modificate inside apache2 configuration file and put this code<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;IfModule mod_proxy_fcgi.c&gt;
    &lt;Directory /etc/sentora/panel/etc/apps/elFinder&gt;
        &lt;FilesMatch &#92;.php&#36;&gt;
            SetHandler "proxy:unix:/run/php/php5.6-fpm.sock|fcgi://localhost/"
        &lt;/FilesMatch&gt;
    &lt;/Directory&gt;
&lt;/IfModule&gt;</code></div></div><br />
Until you must use and install fpm, etc and dont use php 7.4.3 for running this Filemanager, by this is important change php version if use Sentora 2.01.<br />
<br />
When you make this, you can access perfectly and run the Filemanager, other way is use subdomain, and configurate paths, but this solution can be integrate with simple iframe module inside CP.<br />
<br />
Also could change rules for snuffleupagus, the problem is with php 7.4.3, because no longer uses suhosin.<br />
<br />
Howewer from staff can tell us the best way for change these rules and works without problem in CP, but at the moment this solution works for me, you can download script from here :<br />
<br />
<a href="https://studio-42.github.io/elFinder/#elf_l1_Lw" target="_blank" rel="noopener" class="mycode_url">https://studio-42.github.io/elFinder/#elf_l1_Lw</a><br />
<br />
Regards]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Nigel's Repo]]></title>
			<link>https://senforums.mach-hosting.com/showthread.php?tid=12844</link>
			<pubDate>Mon, 02 May 2022 00:14:11 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://senforums.mach-hosting.com/member.php?action=profile&uid=16">Nigel</a>]]></dc:creator>
			<guid isPermaLink="false">https://senforums.mach-hosting.com/showthread.php?tid=12844</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">*** DISCLAIMER***</span><br />
Modules tested working on Sentora 1.0.3.<br />
I won't be held responsible for broken installs.<br />
Some Module's are working under Sentora 2.0 Beta<br />
<br />
<a href="http://repo.ps2apps.com/" target="_blank" rel="noopener" class="mycode_url">Here's my repo for Sentora.</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Add my repo.</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>zppy repo add repo.ps2apps.com
zppy update</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">Then install a module</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>zppy install billing</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>zppy install downloads</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>zppy install mywebsql</code></div></div><br />
If you head over to <a href="http://repo.ps2apps.com/downloads/" target="_blank" rel="noopener" class="mycode_url">here</a> you'll find a direct download of a few other modules, which haven't been set up to install thru zppy yet.<br />
<br />
There's also a folder for Sentora's Core Module's. I'm slowly updating the version numbers of these and bringing them in line with all the other Modules.<br />
You'll find them <a href="http://repo.ps2apps.com/modules/" target="_blank" rel="noopener" class="mycode_url">here</a>.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">*** DISCLAIMER***</span><br />
Modules tested working on Sentora 1.0.3.<br />
I won't be held responsible for broken installs.<br />
Some Module's are working under Sentora 2.0 Beta<br />
<br />
<a href="http://repo.ps2apps.com/" target="_blank" rel="noopener" class="mycode_url">Here's my repo for Sentora.</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Add my repo.</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>zppy repo add repo.ps2apps.com
zppy update</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">Then install a module</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>zppy install billing</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>zppy install downloads</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>zppy install mywebsql</code></div></div><br />
If you head over to <a href="http://repo.ps2apps.com/downloads/" target="_blank" rel="noopener" class="mycode_url">here</a> you'll find a direct download of a few other modules, which haven't been set up to install thru zppy yet.<br />
<br />
There's also a folder for Sentora's Core Module's. I'm slowly updating the version numbers of these and bringing them in line with all the other Modules.<br />
You'll find them <a href="http://repo.ps2apps.com/modules/" target="_blank" rel="noopener" class="mycode_url">here</a>.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Mach-hosting Sentora ZPPY repo information]]></title>
			<link>https://senforums.mach-hosting.com/showthread.php?tid=12781</link>
			<pubDate>Fri, 15 Oct 2021 18:43:03 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://senforums.mach-hosting.com/member.php?action=profile&uid=2">TGates</a>]]></dc:creator>
			<guid isPermaLink="false">https://senforums.mach-hosting.com/showthread.php?tid=12781</guid>
			<description><![CDATA[I have updated and started rebuilding my module repository.<br />
<br />
Direct URL: <a href="http://zppy-repo.mach-hosting.com" target="_blank" rel="noopener" class="mycode_url">zppy-repo.mach-hosting.com</a><br />
<blockquote class="mycode_quote"><cite>Quote:</cite>zppy repo add zppy-repo.mach-hosting.com<br />
zppy repo update</blockquote>
You should remove any previous mach-hosting.com repositories you may have added.]]></description>
			<content:encoded><![CDATA[I have updated and started rebuilding my module repository.<br />
<br />
Direct URL: <a href="http://zppy-repo.mach-hosting.com" target="_blank" rel="noopener" class="mycode_url">zppy-repo.mach-hosting.com</a><br />
<blockquote class="mycode_quote"><cite>Quote:</cite>zppy repo add zppy-repo.mach-hosting.com<br />
zppy repo update</blockquote>
You should remove any previous mach-hosting.com repositories you may have added.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Modules from Github]]></title>
			<link>https://senforums.mach-hosting.com/showthread.php?tid=12740</link>
			<pubDate>Thu, 10 Jun 2021 11:37:28 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://senforums.mach-hosting.com/member.php?action=profile&uid=877">zustudios</a>]]></dc:creator>
			<guid isPermaLink="false">https://senforums.mach-hosting.com/showthread.php?tid=12740</guid>
			<description><![CDATA[Hi. What are the steps to install Module files from Github?<br />
When i zip the files then rename to .zpp. When I go to Module Admin and try to install them I get:<br />
<br />
<br />
zannounce<br />
<br />
No module.xml file found in the unzipped archive.]]></description>
			<content:encoded><![CDATA[Hi. What are the steps to install Module files from Github?<br />
When i zip the files then rename to .zpp. When I go to Module Admin and try to install them I get:<br />
<br />
<br />
zannounce<br />
<br />
No module.xml file found in the unzipped archive.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[no longer available please delete]]></title>
			<link>https://senforums.mach-hosting.com/showthread.php?tid=12691</link>
			<pubDate>Thu, 04 Mar 2021 12:35:17 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://senforums.mach-hosting.com/member.php?action=profile&uid=1573">ccr1969</a>]]></dc:creator>
			<guid isPermaLink="false">https://senforums.mach-hosting.com/showthread.php?tid=12691</guid>
			<description><![CDATA[no longer available please delete]]></description>
			<content:encoded><![CDATA[no longer available please delete]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[no longer available please delete]]></title>
			<link>https://senforums.mach-hosting.com/showthread.php?tid=12690</link>
			<pubDate>Thu, 04 Mar 2021 12:33:51 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://senforums.mach-hosting.com/member.php?action=profile&uid=1573">ccr1969</a>]]></dc:creator>
			<guid isPermaLink="false">https://senforums.mach-hosting.com/showthread.php?tid=12690</guid>
			<description><![CDATA[no longer available please delete]]></description>
			<content:encoded><![CDATA[no longer available please delete]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Cloud module repo]]></title>
			<link>https://senforums.mach-hosting.com/showthread.php?tid=12686</link>
			<pubDate>Sat, 27 Feb 2021 10:34:30 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://senforums.mach-hosting.com/member.php?action=profile&uid=19632">spoonman</a>]]></dc:creator>
			<guid isPermaLink="false">https://senforums.mach-hosting.com/showthread.php?tid=12686</guid>
			<description><![CDATA[Wondering if somebody has created a cloud module. <br />
<br />
I had some of my clients using other providers host files on or I was wondering is there another way besides FTP ?]]></description>
			<content:encoded><![CDATA[Wondering if somebody has created a cloud module. <br />
<br />
I had some of my clients using other providers host files on or I was wondering is there another way besides FTP ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PHP version changer]]></title>
			<link>https://senforums.mach-hosting.com/showthread.php?tid=12676</link>
			<pubDate>Tue, 16 Feb 2021 15:24:30 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://senforums.mach-hosting.com/member.php?action=profile&uid=1573">ccr1969</a>]]></dc:creator>
			<guid isPermaLink="false">https://senforums.mach-hosting.com/showthread.php?tid=12676</guid>
			<description><![CDATA[PHP version changer<br />
<a href="https://drive.google.com/file/d/1ydjrSi3UPHkHr00w6PG6Pfr2SePqQM-K/view?usp=sharing" target="_blank" rel="noopener" class="mycode_url">Php_Ver.zpp Google drive</a><br />
<a href="https://runner.ga/showpost.php?p=244&amp;postcount=1" target="_blank" rel="noopener" class="mycode_url">Php_Ver.zpp</a><br />
Working on Windows <br />
if anyone has tested it plz let me know i know im having a issue with writing if its null in vh_custom_tx but if was written b4 it writes to it no issue could be with my concat  my zpp to big to upload here as it has 3 PHP versions in it<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&#36;sql = "UPDATE x_vhosts SET vh_php_tx='&#36;name',vh_custom_tx= SUBSTRING_INDEX(vh_custom_tx,'# STARTPhp', 1),vh_custom_tx= CONCAT_WS(vh_custom_tx,'','&#36;ver')  WHERE vh_id_pk=&#36;id";</code></div></div><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>vh_custom_tx</code></div></div>I use concat so i dont overwrite existing data vhost as i noticed lets encrypt does it. doesn't keep the existing stuff removes it . In which we don't want to do we want to keep or existing data in vhost and only over write the php version . Which this does that it searches for and replaces vh_custom_tx= SUBSTRING_INDEX(vh_custom_tx,'# STARTPhp', 1)<br />
Note i'm running a windows server so look at code i'm sure be easy to make functional with linux]]></description>
			<content:encoded><![CDATA[PHP version changer<br />
<a href="https://drive.google.com/file/d/1ydjrSi3UPHkHr00w6PG6Pfr2SePqQM-K/view?usp=sharing" target="_blank" rel="noopener" class="mycode_url">Php_Ver.zpp Google drive</a><br />
<a href="https://runner.ga/showpost.php?p=244&amp;postcount=1" target="_blank" rel="noopener" class="mycode_url">Php_Ver.zpp</a><br />
Working on Windows <br />
if anyone has tested it plz let me know i know im having a issue with writing if its null in vh_custom_tx but if was written b4 it writes to it no issue could be with my concat  my zpp to big to upload here as it has 3 PHP versions in it<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&#36;sql = "UPDATE x_vhosts SET vh_php_tx='&#36;name',vh_custom_tx= SUBSTRING_INDEX(vh_custom_tx,'# STARTPhp', 1),vh_custom_tx= CONCAT_WS(vh_custom_tx,'','&#36;ver')  WHERE vh_id_pk=&#36;id";</code></div></div><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>vh_custom_tx</code></div></div>I use concat so i dont overwrite existing data vhost as i noticed lets encrypt does it. doesn't keep the existing stuff removes it . In which we don't want to do we want to keep or existing data in vhost and only over write the php version . Which this does that it searches for and replaces vh_custom_tx= SUBSTRING_INDEX(vh_custom_tx,'# STARTPhp', 1)<br />
Note i'm running a windows server so look at code i'm sure be easy to make functional with linux]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Module Repo Beta]]></title>
			<link>https://senforums.mach-hosting.com/showthread.php?tid=12656</link>
			<pubDate>Fri, 05 Feb 2021 09:39:43 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://senforums.mach-hosting.com/member.php?action=profile&uid=309">Chris L</a>]]></dc:creator>
			<guid isPermaLink="false">https://senforums.mach-hosting.com/showthread.php?tid=12656</guid>
			<description><![CDATA[Hi There<br />
<br />
<a href="https://www.repohub.co.uk" target="_blank" rel="noopener" class="mycode_url">https://www.repohub.co.uk</a><br />
<br />
Ive currently been setting up a new module repo on a spare VPS i have rented to keep all modules in one place,<br />
<br />
The site is now Live, Members can feel free to register and start uploading files to the Repo any issues regarding account activations / logging in PM me on here.<br />
<br />
I am also now in the process of planning a new site design with a new repo mirror system to enable file syncing across multiple servers ie dedicated nodes UK, EU and US allowing users to download closer to their location ideal for releases, bigger sized modules where download speed is important.<br />
<br />
I will also be introducing the ability to allow members to add any spare FTP space and become a mirror for the files from their location and syncing will commence automatically every night at 00:00am UK GMT time. This should be somewhat live sometime in march.<br />
<br />
I will be adding a progress / update tracker to the current Repo site to allow people to follow progress.<br />
<br />
URL: <a href="https://www.repohub.co.uk" target="_blank" rel="noopener" class="mycode_url">https://www.repohub.co.uk</a>]]></description>
			<content:encoded><![CDATA[Hi There<br />
<br />
<a href="https://www.repohub.co.uk" target="_blank" rel="noopener" class="mycode_url">https://www.repohub.co.uk</a><br />
<br />
Ive currently been setting up a new module repo on a spare VPS i have rented to keep all modules in one place,<br />
<br />
The site is now Live, Members can feel free to register and start uploading files to the Repo any issues regarding account activations / logging in PM me on here.<br />
<br />
I am also now in the process of planning a new site design with a new repo mirror system to enable file syncing across multiple servers ie dedicated nodes UK, EU and US allowing users to download closer to their location ideal for releases, bigger sized modules where download speed is important.<br />
<br />
I will also be introducing the ability to allow members to add any spare FTP space and become a mirror for the files from their location and syncing will commence automatically every night at 00:00am UK GMT time. This should be somewhat live sometime in march.<br />
<br />
I will be adding a progress / update tracker to the current Repo site to allow people to follow progress.<br />
<br />
URL: <a href="https://www.repohub.co.uk" target="_blank" rel="noopener" class="mycode_url">https://www.repohub.co.uk</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Sentastico white screen]]></title>
			<link>https://senforums.mach-hosting.com/showthread.php?tid=11965</link>
			<pubDate>Wed, 22 Jan 2020 18:11:01 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://senforums.mach-hosting.com/member.php?action=profile&uid=877">zustudios</a>]]></dc:creator>
			<guid isPermaLink="false">https://senforums.mach-hosting.com/showthread.php?tid=11965</guid>
			<description><![CDATA[I installed Sentastico then after I selected wordpress I get a white screen when i try to install.]]></description>
			<content:encoded><![CDATA[I installed Sentastico then after I selected wordpress I get a white screen when i try to install.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[xbilling Wordpress]]></title>
			<link>https://senforums.mach-hosting.com/showthread.php?tid=11677</link>
			<pubDate>Mon, 04 Nov 2019 09:38:18 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://senforums.mach-hosting.com/member.php?action=profile&uid=6697">samuelmed</a>]]></dc:creator>
			<guid isPermaLink="false">https://senforums.mach-hosting.com/showthread.php?tid=11677</guid>
			<description><![CDATA[Hi, i installed xbilling in my server with Sentastico and Wordpress. I've been trying to connect Woocommerce with xBilling in <a href="http://cobre2software.com" target="_blank" rel="noopener" class="mycode_url">http://cobre2software.com</a>, but i cant create the order to xbilling from the wordpress frontend.<br />
<br />
I cant find any documentacion of how to connect xbilling to wordpress or any other cms<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[Hi, i installed xbilling in my server with Sentastico and Wordpress. I've been trying to connect Woocommerce with xBilling in <a href="http://cobre2software.com" target="_blank" rel="noopener" class="mycode_url">http://cobre2software.com</a>, but i cant create the order to xbilling from the wordpress frontend.<br />
<br />
I cant find any documentacion of how to connect xbilling to wordpress or any other cms<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PSA: don't use .tk and free options for repo hosting]]></title>
			<link>https://senforums.mach-hosting.com/showthread.php?tid=11635</link>
			<pubDate>Sun, 13 Oct 2019 13:06:26 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://senforums.mach-hosting.com/member.php?action=profile&uid=11353">imcanada</a>]]></dc:creator>
			<guid isPermaLink="false">https://senforums.mach-hosting.com/showthread.php?tid=11635</guid>
			<description><![CDATA[Hey, i've noticed that a lot of people use like .tk domains and 000webhost for hosting their repos and stuff. And while that might work fine (now) it's going to not work later. Freenom (the .tk registrar) deletes inactive domains and so does 000webhost with inactive sites (also they pause them sometimes to force you to get a paid plan). The best way to combat this is to get paid hosting and a domain name from namecheap or something similar and host the repo that way. If you can't, find someone to do it for you (you'll probably find someone). Another way is to upload a .zpp install file to a github repo and allow people to install the module that way via the module manager in your web panel.<br />
<br />
ty<br />
- concerned penguin]]></description>
			<content:encoded><![CDATA[Hey, i've noticed that a lot of people use like .tk domains and 000webhost for hosting their repos and stuff. And while that might work fine (now) it's going to not work later. Freenom (the .tk registrar) deletes inactive domains and so does 000webhost with inactive sites (also they pause them sometimes to force you to get a paid plan). The best way to combat this is to get paid hosting and a domain name from namecheap or something similar and host the repo that way. If you can't, find someone to do it for you (you'll probably find someone). Another way is to upload a .zpp install file to a github repo and allow people to install the module that way via the module manager in your web panel.<br />
<br />
ty<br />
- concerned penguin]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Bizarrus' Sentora-LetsEncrypt: does not end in a IANA suffix]]></title>
			<link>https://senforums.mach-hosting.com/showthread.php?tid=11621</link>
			<pubDate>Tue, 24 Sep 2019 14:50:16 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://senforums.mach-hosting.com/member.php?action=profile&uid=10864">grozanc</a>]]></dc:creator>
			<guid isPermaLink="false">https://senforums.mach-hosting.com/showthread.php?tid=11621</guid>
			<description><![CDATA[Hello Everyone,<br />
<br />
I'm trying to use Bizarrus' Sentora-LetsEncrypt <a href="https://github.com/Bizarrus/Sentora-LetsEncrypt" target="_blank" rel="noopener" class="mycode_url">https://github.com/Bizarrus/Sentora-LetsEncrypt</a> module and I get the following error when I try to create a new SSL cert.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Error creating new account :: email domain name does not end in a IANA suffix (urn:ietf:params:acme:error:invalidEmail)</code></div></div><br />
I'm assuming I haven't setup Sentora's email properly. Since other's have gotten then LetsEncrypt module to work, I was hoping someone could tell me what I overlooked to get a proper "IANA suffix email domain name"<br />
<br />
Thanks,<br />
Gary]]></description>
			<content:encoded><![CDATA[Hello Everyone,<br />
<br />
I'm trying to use Bizarrus' Sentora-LetsEncrypt <a href="https://github.com/Bizarrus/Sentora-LetsEncrypt" target="_blank" rel="noopener" class="mycode_url">https://github.com/Bizarrus/Sentora-LetsEncrypt</a> module and I get the following error when I try to create a new SSL cert.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Error creating new account :: email domain name does not end in a IANA suffix (urn:ietf:params:acme:error:invalidEmail)</code></div></div><br />
I'm assuming I haven't setup Sentora's email properly. Since other's have gotten then LetsEncrypt module to work, I was hoping someone could tell me what I overlooked to get a proper "IANA suffix email domain name"<br />
<br />
Thanks,<br />
Gary]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to hook OnAfterDeleteDomain?]]></title>
			<link>https://senforums.mach-hosting.com/showthread.php?tid=11144</link>
			<pubDate>Sun, 24 Mar 2019 15:25:09 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://senforums.mach-hosting.com/member.php?action=profile&uid=9042">Bizarrus</a>]]></dc:creator>
			<guid isPermaLink="false">https://senforums.mach-hosting.com/showthread.php?tid=11144</guid>
			<description><![CDATA[When i've created the<span style="font-weight: bold;" class="mycode_b"> hooks/OnAfterDeleteDomain.hook.php</span>, how i can trigger these for testing the module?<br />
<br />
I had already deleted a domain on the panel, but the Daemon won't trigger's these script.]]></description>
			<content:encoded><![CDATA[When i've created the<span style="font-weight: bold;" class="mycode_b"> hooks/OnAfterDeleteDomain.hook.php</span>, how i can trigger these for testing the module?<br />
<br />
I had already deleted a domain on the panel, but the Daemon won't trigger's these script.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[split] Issue with xBilling]]></title>
			<link>https://senforums.mach-hosting.com/showthread.php?tid=11165</link>
			<pubDate>Sun, 24 Mar 2019 08:47:20 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://senforums.mach-hosting.com/member.php?action=profile&uid=5069">blackvai</a>]]></dc:creator>
			<guid isPermaLink="false">https://senforums.mach-hosting.com/showthread.php?tid=11165</guid>
			<description><![CDATA[Please help me. after I did a complete purchase of the application hosting error.<br />
<br />
Please visit my website : blackvaihosting.com for ceking my error. <img src="https://senforums.mach-hosting.com/images/smilies/huh.gif" alt="Huh" title="Huh" class="smilie smilie_17" /> <img src="https://senforums.mach-hosting.com/images/smilies/sad.gif" alt="Sad" title="Sad" class="smilie smilie_8" /><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://senforums.mach-hosting.com/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=796" target="_blank" title="">1.png</a> (Size: 23.96 KB / Downloads: 18)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://senforums.mach-hosting.com/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=797" target="_blank" title="">2.png</a> (Size: 18.62 KB / Downloads: 11)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Please help me. after I did a complete purchase of the application hosting error.<br />
<br />
Please visit my website : blackvaihosting.com for ceking my error. <img src="https://senforums.mach-hosting.com/images/smilies/huh.gif" alt="Huh" title="Huh" class="smilie smilie_17" /> <img src="https://senforums.mach-hosting.com/images/smilies/sad.gif" alt="Sad" title="Sad" class="smilie smilie_8" /><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://senforums.mach-hosting.com/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=796" target="_blank" title="">1.png</a> (Size: 23.96 KB / Downloads: 18)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://senforums.mach-hosting.com/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=797" target="_blank" title="">2.png</a> (Size: 18.62 KB / Downloads: 11)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>