<?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[WHMCS Services Forum - Client Verification]]></title>
		<link>https://www.whmcsservices.community/</link>
		<description><![CDATA[WHMCS Services Forum - https://www.whmcsservices.community]]></description>
		<pubDate>Sat, 23 May 2026 19:17:59 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Hotfixes Case#957 & 957]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=1202</link>
			<pubDate>Mon, 12 Aug 2024 13:10:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=1">whmcsservices</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=1202</guid>
			<description><![CDATA[An issue has been identified in the 3.2.1 release – published on 05/01/2024, a Register and upload Image<br />
<br />
This hotfix applies only to 3.2.1<br />
<br />
Resolution<br />
<br />
We are releasing a hot-fix patch that introduces logic to handle this scenario.<br />
<br />
Applying the HotFix<br />
<br />
To apply the fix, download the zip file from the link above. Extract the contents and upload to \modules/addons/clientverification/<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.whmcsservices.community/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=141" target="_blank" title="">CV_Patch.zip</a> (Size: 90.09 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[An issue has been identified in the 3.2.1 release – published on 05/01/2024, a Register and upload Image<br />
<br />
This hotfix applies only to 3.2.1<br />
<br />
Resolution<br />
<br />
We are releasing a hot-fix patch that introduces logic to handle this scenario.<br />
<br />
Applying the HotFix<br />
<br />
To apply the fix, download the zip file from the link above. Extract the contents and upload to \modules/addons/clientverification/<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.whmcsservices.community/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=141" target="_blank" title="">CV_Patch.zip</a> (Size: 90.09 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hostfixes Case #936 Domain Manager]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=1160</link>
			<pubDate>Wed, 22 Nov 2023 18:52:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=1">whmcsservices</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=1160</guid>
			<description><![CDATA[An issue has been identified in the 3.2.0 release – published on 9/11/2023, a Domain Manager - line 199 &amp; 236<br />
<br />
This hotfix applies only to 3.2.0<br />
<br />
Resolution<br />
<br />
We are releasing a hot-fix patch that introduces logic to handle this scenario.<br />
<br />
Applying the HotFix<br />
<br />
To apply the fix, download the zip file from the link above. Extract the contents and upload to \modules/addons/clientverification/<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.whmcsservices.community/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=136" target="_blank" title="">hooks.zip</a> (Size: 268.08 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[An issue has been identified in the 3.2.0 release – published on 9/11/2023, a Domain Manager - line 199 &amp; 236<br />
<br />
This hotfix applies only to 3.2.0<br />
<br />
Resolution<br />
<br />
We are releasing a hot-fix patch that introduces logic to handle this scenario.<br />
<br />
Applying the HotFix<br />
<br />
To apply the fix, download the zip file from the link above. Extract the contents and upload to \modules/addons/clientverification/<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.whmcsservices.community/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=136" target="_blank" title="">hooks.zip</a> (Size: 268.08 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Bulk Verify]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=1154</link>
			<pubDate>Mon, 16 Oct 2023 14:39:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=1">whmcsservices</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=1154</guid>
			<description><![CDATA[I mistake in clicking verify old clients how to set it again unverified?<br />
<br />
Ans: Please go to PHPMyAdmin and then, at the top, click on "SQL" and copy one of these accordingly to your decision:<br />
<br />
UNVERIFY EVERYONE<br />
<br />
DELETE FROM mod_clientverification WHERE idproof = '-';<br />
UPDATE mod_clientverification SET approved = 0 WHERE idproof != '-';<br />
<br />
DELETE ALL THE RECORDS<br />
<br />
DELETE FROM mod_clientverification;<br />
<br />
And then click on "Go".]]></description>
			<content:encoded><![CDATA[I mistake in clicking verify old clients how to set it again unverified?<br />
<br />
Ans: Please go to PHPMyAdmin and then, at the top, click on "SQL" and copy one of these accordingly to your decision:<br />
<br />
UNVERIFY EVERYONE<br />
<br />
DELETE FROM mod_clientverification WHERE idproof = '-';<br />
UPDATE mod_clientverification SET approved = 0 WHERE idproof != '-';<br />
<br />
DELETE ALL THE RECORDS<br />
<br />
DELETE FROM mod_clientverification;<br />
<br />
And then click on "Go".]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Compatible Template]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=1107</link>
			<pubDate>Wed, 20 Sep 2023 14:35:16 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=4">wssupport</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=1107</guid>
			<description><![CDATA[This on the themes that work with this module.<br />
<br />
Zomex (Latest Version) <a href="https://www.whmcsservices.com/zomex.php" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
ThemeMetro (Latest Version) <a href="https://www.whmcsservices.com/thememetro.php" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
Impressive Themes (Latest Version) <a href="https://www.whmcsservices.com/impressivethemes.php" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
SwiftModders (Latest Version) <a href="https://www.whmcsservices.com/swiftmodders.php" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
ThemeLooks (Latest Version) <a href="https://www.whmcsservices.com/themelooks.php" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
RS Studio (Latest Version) <a href="https://cturl.net/rsstudio" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
AA Layer (Latest Version) <a href="https://www.whmcsservices.com/aalayer.php" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
Lara, WHMCS Admin (Latest Version) <a href="https://cturl.net/lara" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
<br />
Other Themes not full tested yet so I am not sure if it works or not. You can contact me first, <a href="https://www.whmcsservices.com/members/submitticket.php?step=2&amp;deptid=1" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
<br />
I can not guarantee that MG Lagom WHMCS One Step Order Form or Multibrand will work with my module.]]></description>
			<content:encoded><![CDATA[This on the themes that work with this module.<br />
<br />
Zomex (Latest Version) <a href="https://www.whmcsservices.com/zomex.php" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
ThemeMetro (Latest Version) <a href="https://www.whmcsservices.com/thememetro.php" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
Impressive Themes (Latest Version) <a href="https://www.whmcsservices.com/impressivethemes.php" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
SwiftModders (Latest Version) <a href="https://www.whmcsservices.com/swiftmodders.php" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
ThemeLooks (Latest Version) <a href="https://www.whmcsservices.com/themelooks.php" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
RS Studio (Latest Version) <a href="https://cturl.net/rsstudio" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
AA Layer (Latest Version) <a href="https://www.whmcsservices.com/aalayer.php" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
Lara, WHMCS Admin (Latest Version) <a href="https://cturl.net/lara" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
<br />
Other Themes not full tested yet so I am not sure if it works or not. You can contact me first, <a href="https://www.whmcsservices.com/members/submitticket.php?step=2&amp;deptid=1" target="_blank" rel="noopener" class="mycode_url">Click Here</a><br />
<br />
I can not guarantee that MG Lagom WHMCS One Step Order Form or Multibrand will work with my module.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hotfixes Case#932 Hook]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=1093</link>
			<pubDate>Thu, 14 Sep 2023 12:06:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=4">wssupport</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=1093</guid>
			<description><![CDATA[An issue has been identified in the 3.2.0 release – published on 9/11/2023, Problem with hook<br />
<br />
This hotfix applies only to 3.2.0<br />
<br />
Resolution<br />
<br />
We are releasing a hot-fix patch that introduces logic to handle this scenario.<br />
<br />
Applying the HotFix<br />
<br />
To apply the fix, download the zip file from the link above. Extract the contents and uploaded to \modules/addons/clientverification/]]></description>
			<content:encoded><![CDATA[An issue has been identified in the 3.2.0 release – published on 9/11/2023, Problem with hook<br />
<br />
This hotfix applies only to 3.2.0<br />
<br />
Resolution<br />
<br />
We are releasing a hot-fix patch that introduces logic to handle this scenario.<br />
<br />
Applying the HotFix<br />
<br />
To apply the fix, download the zip file from the link above. Extract the contents and uploaded to \modules/addons/clientverification/]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[WS Client Verification 3.2.0 Coming Soon]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=1092</link>
			<pubDate>Fri, 08 Sep 2023 13:19:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=4">wssupport</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=1092</guid>
			<description><![CDATA[First, I want to thank you very much for having been a user of our Client Verification. We hope you have found it useful for your business.<br />
<br />
WHMCS Services has started development on a new version of Client Verification 3.2.0<br />
<br />
If you would like to see the other features that were added, please go to the tracker site at <a href="http://requests.whmcsservices.com" target="_blank" rel="noopener" class="mycode_url">http://requests.whmcsservices.com</a><br />
<br />
The Development will start on the new version by September 2023.]]></description>
			<content:encoded><![CDATA[First, I want to thank you very much for having been a user of our Client Verification. We hope you have found it useful for your business.<br />
<br />
WHMCS Services has started development on a new version of Client Verification 3.2.0<br />
<br />
If you would like to see the other features that were added, please go to the tracker site at <a href="http://requests.whmcsservices.com" target="_blank" rel="noopener" class="mycode_url">http://requests.whmcsservices.com</a><br />
<br />
The Development will start on the new version by September 2023.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hotfixes Case#929]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=1086</link>
			<pubDate>Sun, 23 Jul 2023 16:18:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=4">wssupport</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=1086</guid>
			<description><![CDATA[An issue has been identified in the 3.1.5 release – published on 6/10/2023, Problem with hook<br />
<br />
This hotfix applies only to 3.1.5<br />
<br />
Resolution<br />
<br />
We are releasing a hot-fix patch that introduces logic to handle this scenario.<br />
<br />
Applying the HotFix<br />
<br />
To apply the fix, download the zip file from the link above. Extract the contents and uploaded to \modules/addons/clientverification/]]></description>
			<content:encoded><![CDATA[An issue has been identified in the 3.1.5 release – published on 6/10/2023, Problem with hook<br />
<br />
This hotfix applies only to 3.1.5<br />
<br />
Resolution<br />
<br />
We are releasing a hot-fix patch that introduces logic to handle this scenario.<br />
<br />
Applying the HotFix<br />
<br />
To apply the fix, download the zip file from the link above. Extract the contents and uploaded to \modules/addons/clientverification/]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What this Force Verify do?]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=955</link>
			<pubDate>Wed, 08 Dec 2021 15:47:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=4">wssupport</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=955</guid>
			<description><![CDATA[Force option will works when client try to login account and client don't access no where until get verified.<br />
<br />
If you want to force clients to don't allow client area need to setup. See screenshot<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.whmcsservices.community/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=111" target="_blank" title="">WHMCS-Client-Verification.png</a> (Size: 47.77 KB / Downloads: 13)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Force option will works when client try to login account and client don't access no where until get verified.<br />
<br />
If you want to force clients to don't allow client area need to setup. See screenshot<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.whmcsservices.community/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=111" target="_blank" title="">WHMCS-Client-Verification.png</a> (Size: 47.77 KB / Downloads: 13)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hotfixes Case# 842  Lagom]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=939</link>
			<pubDate>Fri, 19 Nov 2021 16:56:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=4">wssupport</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=939</guid>
			<description><![CDATA[An issue has been identified in the 3.1.1 release - published on 02/11/2021, Problem with Lagom template<br />
<br />
This hotfix applies only to 3.1.1<br />
<br />
Resolution<br />
<br />
We are releasing a hot-fix patch that introduces logic to handle this scenario.<br />
<br />
Applying the HotFix<br />
<br />
To apply the fix, download the zip file from the link above. Extract the contents and uploaded to \modules/addons/clientverification/templates<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.whmcsservices.community/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=89" target="_blank" title="">view.zip</a> (Size: 2.7 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[An issue has been identified in the 3.1.1 release - published on 02/11/2021, Problem with Lagom template<br />
<br />
This hotfix applies only to 3.1.1<br />
<br />
Resolution<br />
<br />
We are releasing a hot-fix patch that introduces logic to handle this scenario.<br />
<br />
Applying the HotFix<br />
<br />
To apply the fix, download the zip file from the link above. Extract the contents and uploaded to \modules/addons/clientverification/templates<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.whmcsservices.community/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=89" target="_blank" title="">view.zip</a> (Size: 2.7 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Installation Instructions]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=823</link>
			<pubDate>Mon, 18 Jan 2021 22:58:52 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=4">wssupport</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=823</guid>
			<description><![CDATA[Installing Client Verification s very simple. The following steps will guide you through the process:<br />
<br />
1) Upload the entire folder to your website - if you experience problems, try uploading in binary mode. However, <span style="font-weight: bold;" class="mycode_b">do not upload the “upload” folder, just the files inside of it!</span><br />
2) Login to admin area go to Configuration &gt; System Settings &gt; ADDON MODULES<br />
3) In the Addons page you will see the <span style="font-weight: bold;" class="mycode_b">Client Verification </span>click activate then click configure to see the options<br />
<img src="https://www.whmcsservices.com/images/ClientVerification5.png" loading="lazy"  alt="[Image: ClientVerification5.png]" class="mycode_img" /><br />
4) You can access your module at 'Addons' → Client Verification then you setup everything you need.<br />
5) You can edit the email template Configuration &gt; System Settings &gt; Email Templates and you find 4 templates<br />
<br />
WS Client verification - Account required<br />
WS Client verification - Account verified<br />
WS Client verification – Document not accepted<br />
WS Client verification - Admin notification<br />
<br />
6) More Data Security (Option)<br />
We recommend moving data writeable directories to a non-public location to prevent web-based access.<br />
Edit the config.php file and specify the path to the new location by adding a new line:<br />
&#36;ws_upload_folder = "new folder name";<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Remember:</span> After upgrading, your browser may still display cached versions of the previous files. So if you get any display issues or inconsistencies, always try clearing your cache first, both in your browser, and the WHMCS templates cache (templates_c folder files)<br />
<br />
When you do a test make sure that you do not login as admin. Logout and test the module as a client]]></description>
			<content:encoded><![CDATA[Installing Client Verification s very simple. The following steps will guide you through the process:<br />
<br />
1) Upload the entire folder to your website - if you experience problems, try uploading in binary mode. However, <span style="font-weight: bold;" class="mycode_b">do not upload the “upload” folder, just the files inside of it!</span><br />
2) Login to admin area go to Configuration &gt; System Settings &gt; ADDON MODULES<br />
3) In the Addons page you will see the <span style="font-weight: bold;" class="mycode_b">Client Verification </span>click activate then click configure to see the options<br />
<img src="https://www.whmcsservices.com/images/ClientVerification5.png" loading="lazy"  alt="[Image: ClientVerification5.png]" class="mycode_img" /><br />
4) You can access your module at 'Addons' → Client Verification then you setup everything you need.<br />
5) You can edit the email template Configuration &gt; System Settings &gt; Email Templates and you find 4 templates<br />
<br />
WS Client verification - Account required<br />
WS Client verification - Account verified<br />
WS Client verification – Document not accepted<br />
WS Client verification - Admin notification<br />
<br />
6) More Data Security (Option)<br />
We recommend moving data writeable directories to a non-public location to prevent web-based access.<br />
Edit the config.php file and specify the path to the new location by adding a new line:<br />
&#36;ws_upload_folder = "new folder name";<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Remember:</span> After upgrading, your browser may still display cached versions of the previous files. So if you get any display issues or inconsistencies, always try clearing your cache first, both in your browser, and the WHMCS templates cache (templates_c folder files)<br />
<br />
When you do a test make sure that you do not login as admin. Logout and test the module as a client]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[More Data Security]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=642</link>
			<pubDate>Thu, 06 Feb 2020 19:10:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=4">wssupport</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=642</guid>
			<description><![CDATA[We recommend moving data writeable directories to a non-public location to prevent web-based access.<br />
Edit the config.php file and specify the path to the new location by adding a new line:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">&#36;ws_upload_folder =</span> "/home/user/newfoldername/";]]></description>
			<content:encoded><![CDATA[We recommend moving data writeable directories to a non-public location to prevent web-based access.<br />
Edit the config.php file and specify the path to the new location by adding a new line:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">&#36;ws_upload_folder =</span> "/home/user/newfoldername/";]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Translation]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=619</link>
			<pubDate>Fri, 03 Jan 2020 13:33:04 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=4">wssupport</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=619</guid>
			<description><![CDATA[We would like to thank our members, whose efforts over the years have made this translation what it is.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Arabic:</span> Mohammad Abdullah (WevrLabs™ Web Services)<br />
<span style="font-weight: bold;" class="mycode_b">Portuguese-pt:</span> Liliana Oliveira<br />
<span style="font-weight: bold;" class="mycode_b">German:</span> Alfred Pogner<br />
<span style="font-weight: bold;" class="mycode_b">Italian:</span> Gianluca Iannotta]]></description>
			<content:encoded><![CDATA[We would like to thank our members, whose efforts over the years have made this translation what it is.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Arabic:</span> Mohammad Abdullah (WevrLabs™ Web Services)<br />
<span style="font-weight: bold;" class="mycode_b">Portuguese-pt:</span> Liliana Oliveira<br />
<span style="font-weight: bold;" class="mycode_b">German:</span> Alfred Pogner<br />
<span style="font-weight: bold;" class="mycode_b">Italian:</span> Gianluca Iannotta]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Where can I edit the Email Template?]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=527</link>
			<pubDate>Tue, 10 Sep 2019 14:55:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=1">whmcsservices</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=527</guid>
			<description><![CDATA[You can edit the email template  go to Configuration &gt; System Settings &gt; Email Templates and they you find 3 templates<br />
<br />
WS Client verification - Account required <br />
WS Client verification - Account verified<br />
WS Client verification - Admin notification<br />
WS Client verification – Document not accepted]]></description>
			<content:encoded><![CDATA[You can edit the email template  go to Configuration &gt; System Settings &gt; Email Templates and they you find 3 templates<br />
<br />
WS Client verification - Account required <br />
WS Client verification - Account verified<br />
WS Client verification - Admin notification<br />
WS Client verification – Document not accepted]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Requirements]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=488</link>
			<pubDate>Mon, 12 Aug 2019 19:51:40 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=4">wssupport</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=488</guid>
			<description><![CDATA[PHP 7.2 &amp; 7.3<br />
Ioncube Loaders v 10.x<br />
GD Library Enabled<br />
<a href="https://www.whmcs.com/members/aff.php?aff=96" target="_blank" rel="noopener" class="mycode_url">WHMCS</a> 7.7.x supports 2.0.4, 2.0.5<br />
<a href="https://www.whmcs.com/members/aff.php?aff=96" target="_blank" rel="noopener" class="mycode_url">WHMCS</a> 7.8.x, 7.9.x &amp; 7.10 supports 2.0.5, 3.0.0<br />
<br />
While these are the minimum requirements, we <span style="font-weight: bold;" class="mycode_b">strongly recommend</span> using the latest available, stable releases of all software and extensions.]]></description>
			<content:encoded><![CDATA[PHP 7.2 &amp; 7.3<br />
Ioncube Loaders v 10.x<br />
GD Library Enabled<br />
<a href="https://www.whmcs.com/members/aff.php?aff=96" target="_blank" rel="noopener" class="mycode_url">WHMCS</a> 7.7.x supports 2.0.4, 2.0.5<br />
<a href="https://www.whmcs.com/members/aff.php?aff=96" target="_blank" rel="noopener" class="mycode_url">WHMCS</a> 7.8.x, 7.9.x &amp; 7.10 supports 2.0.5, 3.0.0<br />
<br />
While these are the minimum requirements, we <span style="font-weight: bold;" class="mycode_b">strongly recommend</span> using the latest available, stable releases of all software and extensions.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What are the acceptable file formats?]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=157</link>
			<pubDate>Sun, 04 Mar 2018 21:06:21 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=4">wssupport</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=157</guid>
			<description><![CDATA[Png, gif,  jpg, jpeg, PDF]]></description>
			<content:encoded><![CDATA[Png, gif,  jpg, jpeg, PDF]]></content:encoded>
		</item>
	</channel>
</rss>