I have a working ClientAdd hook and would like to extend its feature to access the custom text field named "website". Does anyone have an example of how to grab the custom fields value? Also, I noticed the Docs mentions "customFields" variable for ClientAdd, but I don't see that variable in ClientEdit docs. Is it possible to access customFields from the ClientEdit hook?
↧
ClientAdd and ClientEdit hook access to custom field?
↧
Using External Billing, Invoicing & Payment
For historical reasons we are looking at using an external system to invoice clients and receive payments.
Assuming the integration can be done with the API and hooks available is anyone aware of any reason why this may not be a good idea?
Any experience or advice would be appreciated.
Assuming the integration can be done with the API and hooks available is anyone aware of any reason why this may not be a good idea?
Any experience or advice would be appreciated.
↧
↧
Enable (or parse) HTML code inside Downloads Description
When I goto add HTML code, it doesn't get parsed or converted. I just want to embed an image, for example inside the Download Description area.
WHMCS Admin > Support > Downloads > Description > Embed HTML
itU8mbd.png
WHMCS Admin > Support > Downloads > Description > Embed HTML
itU8mbd.png
↧
WHMCS + Wordpress Developer for Module Development and Maintenance
We are a startup company involved in the internet security business and delivering subscription services to our customers.
Our backend runs with WHMCS and includes some custom behavior:
Provisioning module
One page checkout integrated with Wordpress (API link with WHMCS)
We are looking for a developer with extended experience of:
WHMCS Plugin and Module Development
WHMCS Payment Module Gateway development
WHMCS Template Customization
WHMCS API & Hook
Wordpress integration
PHP and Javascript
Knowledge of Object Oriented Paradigm and its implementation
You must be able to document your work with appropriate API, function, and module documentation
Commit the code on our Github
This mission involves communication with our lead web developer.
We require daily availability on Skype for efficiency purpose.
For the right candidate and upon completion of this mission our company might offer a full-time job opportunity for this scope of work.
Our backend runs with WHMCS and includes some custom behavior:
Provisioning module
One page checkout integrated with Wordpress (API link with WHMCS)
We are looking for a developer with extended experience of:
WHMCS Plugin and Module Development
WHMCS Payment Module Gateway development
WHMCS Template Customization
WHMCS API & Hook
Wordpress integration
PHP and Javascript
Knowledge of Object Oriented Paradigm and its implementation
You must be able to document your work with appropriate API, function, and module documentation
Commit the code on our Github
This mission involves communication with our lead web developer.
We require daily availability on Skype for efficiency purpose.
For the right candidate and upon completion of this mission our company might offer a full-time job opportunity for this scope of work.
↧
WHMCS forcing Template six after update 7.2.2
Hi,
Yesterday I have updated my WHMCS 6.3 to 7.2.2 by Sofaculous.
Now system keep forcing me to use template six and standard_cart. Doesn't matter what I will select General Settings > General > Template and General Settings > Ordering
I noticed that whatever page I will open I can see "?systpl=six" in the link. If I remove this than it will comeback on the next open page.
If I change this to "?systpl=MyTemplate" and click enter it will automatically change to "?systpl=six"
Yesterday I have updated my WHMCS 6.3 to 7.2.2 by Sofaculous.
Now system keep forcing me to use template six and standard_cart. Doesn't matter what I will select General Settings > General > Template and General Settings > Ordering
I noticed that whatever page I will open I can see "?systpl=six" in the link. If I remove this than it will comeback on the next open page.
If I change this to "?systpl=MyTemplate" and click enter it will automatically change to "?systpl=six"
↧
↧
Cron Next daily task run
I'm having so much trouble with the system cron. I can invoke it from the command line or my address bar. The cron is running every 5 minutes, however, it's not doing daily tasks.
The Automation Status screen says "Next Daily Task Run - 1 week". I have no idea how to change that or how it's determined.
It shows the last run 15 hours ago. Cron reports show it's running every 5 minutes, no errors in the crons folder. I have daily tasks set to 4am, they're not running even though cron is.
Any help or thoughts appreciated.
- - - Updated - - -
It just switched from 15 hrs ago to 14 hrs ago lol...what is happening? I think it's possessed.
The Automation Status screen says "Next Daily Task Run - 1 week". I have no idea how to change that or how it's determined.
It shows the last run 15 hours ago. Cron reports show it's running every 5 minutes, no errors in the crons folder. I have daily tasks set to 4am, they're not running even though cron is.
Any help or thoughts appreciated.
- - - Updated - - -
It just switched from 15 hrs ago to 14 hrs ago lol...what is happening? I think it's possessed.
↧
Need help with UnblockMe (or UnBlockIp) addon
Hi,
We used UnBlockIp module few years, but week ago it stopped works from the client area (from the admin it works fine). As alternative I found UnblockMe module. Downloaded it and uploaded the files according its "ReadMe" file. When I'm trying to unblock IP address I got "Service ID not found" message (error). This code is in the file unblockme.php in the root of WHMCS installation.
Does somebody have experience with this module? Every help is welcome and very appreciated.
Thanks in advance!
We used UnBlockIp module few years, but week ago it stopped works from the client area (from the admin it works fine). As alternative I found UnblockMe module. Downloaded it and uploaded the files according its "ReadMe" file. When I'm trying to unblock IP address I got "Service ID not found" message (error). This code is in the file unblockme.php in the root of WHMCS installation.
Does somebody have experience with this module? Every help is welcome and very appreciated.
Thanks in advance!
↧
Customer reviews/testimonial Widget/Plugin for WHMCS
If you are looking for a nice customer reviews/testimonial plugin or widget for WHMCS then you can definitely try Wiremo.
Here is a tutorial on how to setup Wiremo on WHMCS https://goo.gl/CfajXU
Here is a tutorial on how to setup Wiremo on WHMCS https://goo.gl/CfajXU
↧
Setting licensed public IP inside configuration.php
Hi!
I'm running WHMCS inside a container and passing the license key, db connection and all the other necessary info via environment variables. However, since upgrading the container image to use WHMCS v7.x.x I can no longer set licensed public ip in configuration.php.
Here's a workaround that I've been using in whmcs v6:
In v7 this results in an "INVALID LICENSE" error whenever I upgrade the container. It's because WHMCS uses container's internal IP address instead of the public IP given in the file above.
I'd be grateful for any clues on how to solve this problem.
Cheers :)
I'm running WHMCS inside a container and passing the license key, db connection and all the other necessary info via environment variables. However, since upgrading the container image to use WHMCS v7.x.x I can no longer set licensed public ip in configuration.php.
Here's a workaround that I've been using in whmcs v6:
PHP Code:
... (configuration.php) ...
if(getenv('LICENSED_PUBLIC_IP'))
{
$_SERVER['SERVER_ADDR'] = getenv('LICENSED_PUBLIC_IP');
}
I'd be grateful for any clues on how to solve this problem.
Cheers :)
↧
↧
WHMCS css/js customisation issues
Hi, its my first time on this forum.
For some reason the custom js files which i have added to the six/js folder dont seem to work.
I have checked documentation and used chrom inspector to see that all files are successfully loaded.
No errors.
What could i be missing?
For some reason the custom js files which i have added to the six/js folder dont seem to work.
I have checked documentation and used chrom inspector to see that all files are successfully loaded.
No errors.
What could i be missing?
↧
If statement/link to the WHMCS marketplace connect pages
Hello there,
I'm wondering if anyone has a if statement & markup that can be used to link to the WHMCS marketplace connect pages (email, website builder, SSL certs).
This will be used within a WHMCS template only.
Thanks.
I'm wondering if anyone has a if statement & markup that can be used to link to the WHMCS marketplace connect pages (email, website builder, SSL certs).
This will be used within a WHMCS template only.
Thanks.
↧
Pending module action for cancelled market connect order
When my daily cron runs it is creating a pending module action on my dashboard. When I click on it it indicates that it was a Unknown/Terminate account action and returns a message "order has already been cancelled". Looking at the module log I can see the order number that it's attempting to cancel. I can see that the order number referenced is a market connect ssl order that was cancelled and refunded. I'm not sure what is triggering this to occur every day. How do I stop this from happening every day and is there a way to easily see detailed information on these market connect orders? What they are? What customer are they for?
↧
Tracking each account managers accounts as well as new / cancelled sales
Very new to using WHMCS and I'm trying to figure out if I can track an account managers sales (recurring & monthly) as well as new sales via a report? It would also be nice to be able to track cancels that each account manager has. I have account managers assigned to each clients profile but I'm not seeing how to break it down or create the type of report I'm looking for. Can any of you be of assistance?
↧
↧
Looking for a UK or US based developer to fix payment gateway issue
Following upgrades by our primary payment gateway provider to upgrade their API and also a need by ourselves to upgrade WHMCS itself (paid upgrade to 7.2.2) we have discovered that our module that sends payment requests to our provider, GoCardless, no longer works automatically via the daily cron. Admin side operations seem like they can't find customer database tables anymore.
Before we upgraded, we tracked down an Open Source module and also paid for a commercial module, both of which after testing, refuse daily to work. Despite our best efforts we can't get, what appears to be something simple, working again (been perfect for over 5 years).
The problem we have got is:
- The daily cron job is failing to sends invoice requests via the our GoCardless modules, even though invoices are marked correctly to use the correct gateway.
- If we go to the invoices raised in admin and use the green Attempt Capture button, it's claiming "No Credit Card Details are stored for this client so the capture could not be attempted", even though all the data, backend database wise, is there.
- If we log in via the modules client side options and use the Pay Now button, it's taking the payment just fine, via the mandates in our databases and confirmed on GoCardless side.
- The client side creating/deleting direct debit mandates is also working just fine.
We can provide full access to our systems, test accounts, access to APIs details and provide copies of the current (Open Source) code.
I honestly don't think this is going to be a massive job, the bulk is there, just something strange with database lookups has happened.
Please get in touch.
Before we upgraded, we tracked down an Open Source module and also paid for a commercial module, both of which after testing, refuse daily to work. Despite our best efforts we can't get, what appears to be something simple, working again (been perfect for over 5 years).
The problem we have got is:
- The daily cron job is failing to sends invoice requests via the our GoCardless modules, even though invoices are marked correctly to use the correct gateway.
- If we go to the invoices raised in admin and use the green Attempt Capture button, it's claiming "No Credit Card Details are stored for this client so the capture could not be attempted", even though all the data, backend database wise, is there.
- If we log in via the modules client side options and use the Pay Now button, it's taking the payment just fine, via the mandates in our databases and confirmed on GoCardless side.
- The client side creating/deleting direct debit mandates is also working just fine.
We can provide full access to our systems, test accounts, access to APIs details and provide copies of the current (Open Source) code.
I honestly don't think this is going to be a massive job, the bulk is there, just something strange with database lookups has happened.
Please get in touch.
↧
Süresi dolan hesapların home dizinindeki dosyalarını kaldırma
evet sorum basit. Bunu nasıl ayarlıyorsunuz ? süresi dolduğu zaman dosyaları otomatik silecek şekilde ayarlamak mümkün mü
↧
How to enable auto remove canceled or deleted hostings files on server
Hi;
How can I enable auto remove deleted or canceled hostings files on server?
kind regards
How can I enable auto remove deleted or canceled hostings files on server?
kind regards
↧
Bulk order management!
Hi,
Is there a way to add more than one client (multiple clients) to "Add New Order" in WHMCS admin area?
@brain suggest me a way/hook.
Thank you.
Is there a way to add more than one client (multiple clients) to "Add New Order" in WHMCS admin area?
@brain suggest me a way/hook.
Thank you.
↧
↧
WHMCS with plesk / whm on 1 licence
Hi guys,
We are looking to swap suppliers for our hosting. Our new supplier servers are linux running WHM/cPanel or Plesk.
WHM does not work for us as you cannot limit email mailbox sizes so we are going for plesk with WHMCS.
What i would like to know is, can WHMCS support both Plesk and WHM/cPanel with 1 licence all in 1 WHMCS login area? Our supplier gives us the option for a little extra £ to provide both control panels to customers but i cant seem to find an answer to this anyway and not keen on having to pay for 2 licences per month.
Much appreciated :!:
We are looking to swap suppliers for our hosting. Our new supplier servers are linux running WHM/cPanel or Plesk.
WHM does not work for us as you cannot limit email mailbox sizes so we are going for plesk with WHMCS.
What i would like to know is, can WHMCS support both Plesk and WHM/cPanel with 1 licence all in 1 WHMCS login area? Our supplier gives us the option for a little extra £ to provide both control panels to customers but i cant seem to find an answer to this anyway and not keen on having to pay for 2 licences per month.
Much appreciated :!:
↧
PayPal invalid handshake after upgrading to 7.2.2 - Help!
Since upgrading this morning to v7.2.2 the PayPal IPN is not working and showing a 406 error
WHMCS Gateway logs show 'IPN Handshake Invalid'
I have checked all setting and ensured charset is set to UTF-8
Can anyone help?
Thanks
WHMCS Gateway logs show 'IPN Handshake Invalid'
I have checked all setting and ensured charset is set to UTF-8
Can anyone help?
Thanks
↧
Factura Fiscal template tipo AFIP Argentina
http://whmcs.altomarketing.com.ar/do...fip-argentina/Estimados: Esto no es un modulo, un plugin, ni genera facturas electrónicas.
ES Simplemente un switcher que cambia el diseño entre 3 plantillas para la cualquier versión de whmcs, a saber:
Cliente NO Argentino: El diseño original de template six.
Cliente Argentino NO Fiscal : Un modificado del six original con pequeños retoques como leyenda No fiscal
Cliente Argentino SI Fiscal : Un diseño único casi identico al que genera la página de la afip. (no es el pdf)
El zip de descarga contiene las 3 plantillas, simplemente deben subirla al servidor y si desean modificarlas en cualquier editor de texto a su gusto.
Nuestro whmcs tiene un custom_field llamado CUIT , ese datos saldrá en la factura fiscal.
ES Simplemente un switcher que cambia el diseño entre 3 plantillas para la cualquier versión de whmcs, a saber:
Cliente NO Argentino: El diseño original de template six.
Cliente Argentino NO Fiscal : Un modificado del six original con pequeños retoques como leyenda No fiscal
Cliente Argentino SI Fiscal : Un diseño único casi identico al que genera la página de la afip. (no es el pdf)
El zip de descarga contiene las 3 plantillas, simplemente deben subirla al servidor y si desean modificarlas en cualquier editor de texto a su gusto.
Nuestro whmcs tiene un custom_field llamado CUIT , ese datos saldrá en la factura fiscal.
↧