Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


WHMCS License every 3-4 days don t working
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

WHMCS License every 3-4 days don t working

CalinCalin Member, Patron Provider

Hello LET,

I have been experiencing this problem for about 7 months every time, once every 3-4 days my WHMCS license appears invalid and I talked to WHMCS staff and they told me to give it a force update every timewhen the license does not work. The problem is that sometimes my license is invalid and I end up banned on some forums. How do you providers here solve this problem?and how you reached an amicable discussion with forum owners/customers

official reply from whmcs:

Regards,
Calin

Thanked by 1mightypower

Comments

  • bruh21bruh21 Member, Host Rep

    stop using whmcs

    Thanked by 1chria838373
    • make it sure you can access whmcs licence authorization (if exist) can ping, etc
    • make daily cron job to force licence verification process
    • ask them to white list your ip to avoid banned from whmcs licence authorization
    • if this doesn't work, sue them
  • FlorinMarianFlorinMarian Member, Host Rep

    It's pretty simple.
    If the problem is that you don't access whmcs almost daily, that's why the license doesn't refresh.
    Simply create a cronjob to https://your-domain.com/admin and this will trigger license update.

    Thanked by 4Logano devp szymonp Erisa
  • CalinCalin Member, Patron Provider

    Hello, could you somehow offer me a cron job done by you. Unfortunately, I was not able to make one.And I didn't even find a way to get one for the WHMCS license

    Regards,
    Calin

  • RapToNRapToN Member, Host Rep
    edited June 2022

    @Calin said:
    Hello, could you somehow offer me a cron job done by you. Unfortunately, I was not able to make one.And I didn't even find a way to get one for the WHMCS license

    Regards,
    Calin

    0 0 * * * curl -s "https://your-domain.com/admin" > /dev/null
    As far as I understood FlorinMarian correctly, that should already be enough.

    Thanked by 1FlorinMarian
  • @RapToN said:

    @Calin said:
    Hello, could you somehow offer me a cron job done by you. Unfortunately, I was not able to make one.And I didn't even find a way to get one for the WHMCS license

    Regards,
    Calin

    0 0 * * * curl -s "https://your-domain.com/admin" > /dev/null
    As far as I understood FlorinMarian correctly, that should already be enough.

    Nary a good look for the host if they're unable to write a cronjob themselves.

Sign In or Register to comment.