Jump to content

DigitalDaz

Member
  • Posts

    11
  • Joined

  • Last visited

About DigitalDaz

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DigitalDaz's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. It really surprises me that in all the years of using this you haven't got around to parsing your input fields and stopping crap like this:
  2. Absolutely they were related, I have just been out on a job, now I am back I can see the WHMCS site again, I do not get the curl error and my site is working just fine.
  3. It is shocking anyway that I cannot access my client data or process orders because of a software protection issue.
  4. Still no good: Error 502 Ray ID: 4207a6181b2f361d • 2018-05-25 11:26:44 UTC Bad gateway Also I have a php script on the server in the datacenter: Error 522 Ray ID: 4207a77098ed3641 • 2018-05-25 11:28:10 UTC Connection timed out You Browser Working Manchester Cloudflare Working www.whmcs.com Host Error
  5. Also via a different ISP through cloudflare London:
  6. Sorry to post here, I'm desperate! I am unable to login to my admin, I get an error "WHMCS has not been able to verify your license for the last few days. To access your WHMCS Admin Area again, first the license needs to be verified. So please check & ensure that you don't have any firewall or other rules blocking outgoing connections to our website. If you need assistance, email licensing@whmcs.com." I have emailed the above address and get back an email saying "Support Ticket Not Opened" I cannot access www.whmcs.com to open a regular ticket, I get a cloudflare error as sown in the attached image. The site has been working perfectly fine for 5 years+.
  7. Thank you, this worked perfectly and has opened up a whole new world
  8. I'm surprised you got no answers here from WHMCS supports staff, I'm not really a programmer but it seems they are using composer themselves already, certainly there is plenty of stuff in vendor/composer. I came here searching for a more elegant way to achieve what I have done... Yesterday I installed https://github.com/view-components/grids I simply installed composer then did a composer require view-components/grids. This immediately trashed everything. I then made copies of autoload_* in the composer directory. Then I copied all the whmcs files back over my installation, I then went into the vendor/composer directory and merged all the autoload_ files by hand with the ones from after I had installed grids. Everything then sprung into life and it seems to work perfectly. I know there must be a more elegant way of doing this and would love some input from WHMCS support on this.
  9. Guys, thanks for the answer, maybe I worded my question wrong but what I was looking for that I managed to work out was this: $pdf = new \TCPDF; or in my case: $pdf = new \TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
  10. I'm currently creating a custom module to print out some stuff, completely unrelated to WHMCS I need to print a PDF and see that there is vendor/tecnickcom/tcpdf Can anyone tell me how I can use this within my module please. I think its goint ot be some sort of use thing but being as WHMCS itself is encrypted I cannot look at the source to see how they do it. TIA Daz
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated