• Guest, FraudClient WHMCS Addon Module version 1.2.4 released! Are you looking to download? Download Now

FraudClient WHMCS Version 1.2.3 - Released

FraudClient

Administrator
Staff member

FraudClient WHMCS Addon - Changelog​

Version 1.2.3 (July 15, 2025)

This update introduces significant improvements to the module's authentication mechanism and user interface, enhancing security and usability.

Key Changes:

  • API Key Authentication (Security Enhancement)
    • fraudclient.php:
      • The module configuration (fraudclient_config()) has been updated to replace the company_username and company_password fields with a new api_key field.
      • The internal API communication functions (fraudclient_api_post() and fraudclient_api_get()) have been refactored to use the provided API key in the Authorization: Bearer header, eliminating the need for session-based login within the module.
      • Removed fraudclient_api_login() function as it is no longer required.
    • clientlist.tpl & reportclient.tpl:
      • The JavaScript within these templates now directly utilizes the API_KEY passed from the PHP backend for all API calls, removing the previous explicit login step. This streamlines API interactions and aligns with the new authentication method.
  • Dropdown Page Selector (Usability Improvement) (Thank you @whmcsservices for this bug report)
    • clientlist.tpl:
      • The pagination at the bottom of the client list has been redesigned. Instead of displaying a long series of page numbers, it now features a compact dropdown selector. This addresses issues where a high number of pages could cause the pagination elements to stretch across the screen, improving navigation for users with extensive client lists.
      • The "Previous" and "Next" buttons remain, complementing the new dropdown for intuitive page navigation.
These updates aim to provide a more secure, efficient, and user-friendly experience for managing fraud reports directly within your WHMCS admin area.
 
Last edited:
It's now reported that the dropdown page numbers are long vertically in version 1.2.3.
Fix scheduled for version 1.2.4 that adds scrolling to the page selector and limits the dropdown to 200px.

We are also working through a small bug of "No reports by you" on clients that you have previously reported before the switch from username and password to API. This should be resolved in 1.2.4.
 
Last edited:
You mean https://fraudclient.com/dashboard.php, and I see now that before, when I login I did not see that.

2. I think you should check your work and module before you release any beta.
3. When I try to go to addon page, it pops up that I need to put the user and password, and that doesn't work.

Please test your work
I appreciate your feedback and the link was incorrect due to me trying to type on my cell phone but it kept autocorrecting.

I have identified some additional issues on the backend that I am currently addressing. We have two installations that we test on, and the previous versions were working when released. However, after switching to API keys, we are now experiencing some issues. I'll soon resolve these issues.
 
Back
Top