Jump to content

All Activity

This stream auto-updates

  1. Today
  2. Yesterday
  3. Changelog 6.2.4 Fixed Blacklist dont show up Fixed PHP Issues
  4. Changelog 2.2.1 Fixed License System Fixed PHP Issues
  5. Dear All Community Users, We have ๐ŸŽ‰ 15th August Independence Day Special Sale Live Now ๐Ÿ‡ฎ๐Ÿ‡ณ ๐Ÿš€ 30% OFF โ€“ Limited-Time Offer! Transform your WHMCS experience with the AdminX WHMCS Admin Theme โ€“ Dark Edition โ€” now available at a special 30% discount during our Independence Day Sale! โœ… Sleek Dark UI โœ… Enhanced Admin Productivity โœ… Seamless WHMCS Compatibility โœ… Trusted by the WHMCS Community โœ… Optimized for Performance & Accessibility ๐Ÿ”— Learn more & see community feedback: ๐Ÿ‘‰ AdminX WHMCS Admin Theme ๐Ÿ“… Offer Valid Till: 15th August, 11:59 PM IST ๐ŸŽ Use Code: FREEDOM30 at checkout Donโ€™t miss the chance to power up your WHMCS admin panel with style and speed! #AdminX #WHMCS #DarkTheme #IndependenceDaySale #30Off https://whmcsglobalservices.com/web-hosting-admin-themes-templates/whmcs-adminx/
  6. Just upload the whmcs folder to you <whmcs_root_directory>/templates/ and then Log in to your WHMCS Admin Area. Navigate to Configuration > System Settings > General Settings. Under the System Theme setting on the General tab, select the name of the theme you uploaded. Click Save Changes
  7. Last week
  8. A true story about relevance, reinvention, and the new rules of AI and google search. There's a business founder I know. A smart and scrappy guy, in a space that is dominated by giant companies. You've probably met his type, with a product-first mindset, that doesn't chase headlines, doesn't have a marketing and a PR team. Just wants his product to be found online. He built a niche product; a kind of DevOps tool tucked inside a web workflow. Not something extra flashy, but extremely useful....View the full blog post
  9. That works for Google Registry TLDs, because they support RDAP Domain Search. The same can't be said about Amazon Registry TLDs, like .now. .now RDAP server also doesn't allow unauthenticated domain search, and while whois.nic.now still resolves, it no longer answers WHOIS queries.
  10. Currently, this can only be achieved with this script I created. (versions +8x) I hope it helps. <?php include_once 'init.php'; use WHMCS\Database\Capsule; $row = Capsule::table('tblconfiguration') ->where('setting', 'MailConfig') ->first(); if ($row) { $decrypted = decrypt($row->value); $config = json_decode($decrypted, true); print_r($config); }
  11. Currently, this can only be achieved with this script I created. (versions +8x) I hope it helps. <?php include_once 'init.php'; use WHMCS\Database\Capsule; $row = Capsule::table('tblconfiguration') ->where('setting', 'MailConfig') ->first(); if ($row) { $decrypted = decrypt($row->value); $config = json_decode($decrypted, true); print_r($config); }
  12. Hi @Alex Levi It is possible there is no error output as you appear to have `display_errors = off` within the PHP configuration provided. If you enable the display of errors and attempt the same again, do you get any further information? Should this not help, it may be beneficial to log the failure to a file. This can be achieved with the following command; php -q /home/wvrfktuw/public_html/domain.com/crons/cron.php all -F -vvv >> /home/wvrfktuw/public_html/domain.com/crons/crondebug.txt Within here, you will see essentially the same as using the command line; however, it will log for each cron trigger and may give more to compare in relation to where it is terminated. Finally, if you are having repeated terminations at one specific task, to identify if there is a problem with that task, you may wish to run that task on its own using the `do` flag as well as the task flag instead of the `all -F` within the cron command. If this fails again, it would give you a more precise function to investigate. If you are still struggling to identify a resolution, I would suggest opening a support ticket, and we can investigate more thoroughly for you. Kind Regards Jimmy
  13. I am using the Twenty-One template and all of the public facing pages show the footer at full width, just as we want. The internal pages, ie: announcements, knowledgebase, and articles mainly, show the footer at about 90%. So far, nothing we've tried has helped. Are tried has helped. Does anyone have any ideas? I've included a screenshot, custom.css and footer.tpl. WHM 8.13.1, PHP 8.3. Thank you in advance. custom.css footer.tpl
  14. Hi Anyone got any suggestions on how to fix this? Thanks Chris
  15. ๐ŸŒ™ Twenty-One Dark Theme โ€“ A Sleek, Professional Look for Dark-Mode Websites Looking to match your client area with a darker website design? This is a dark-mode version of the default Twenty-One Client Theme, built as a child theme for seamless compatibility with the latest WHMCS releases. Itโ€™s perfect for web hosts, developers, and businesses using darker color schemes. ๐Ÿ–ค Key Features: - Built on the official Twenty-One theme (child theme structure) - Easy to maintain and update with new WHMCS versions - Includes a dark version of the Standard Cart order form - Fully responsive and tested with the latest WHMCS version ๐Ÿ“ท Preview Screenshots: See images and more details on the Marketplace: https://marketplace.whmcs.com/product/6194-twenty-one-dark-theme
  16. I purchased a WHMCS theme from Envato. The archive contains two folders: one named "whmcs" and the other "HTML". The whmcs folder includes .tpl files, and the HTML folder contains .html files. I'm looking for someone who has experience with this kind of setup. How do I properly integrate this theme into my WHMCS installation? Iโ€™d really appreciate any guidance or step-by-step instructions.
  17. First, I want to thank you for using WHMCS Services Modules on your site. This is a great honor for me. We would like to share with you our Summer Specials, available through WHMCS Services. WHMCS Services is offering a spectacular Summer Special โ€” all WS Modules will be discounted at an unbelievable rate of 45% off on Source Code and 30% off the license version. That is right, you heard right! Simply go to http://www.whmcsservices.com/summer.php and use 'SummerSC' in the coupon code and receive 45% off for the source code version; use 'Summer25' in the coupon code and receive 30% off for the licensed version. How long will this sale last? This Summer Special will last until 18th August 2025. Don't just take our word for it. See what clients have had to say here! DO NOT miss this great Summer Day Deal! Remember to put โ€˜SummerSCโ€™ or 'Summer25' on any of the orders listed on the form Do You Need Custom Development? Don't hesitate any longer! Contact us now! Chat with us through live support, or send in a ticket if you would like more information. If you have any questions about our services, please chat with us at http://www.whmcsservices.com or contact us at sales (at) whmcsservices.com Thanks again for choosing WHMCS Services. We appreciate your business! Our Social Media: Twitter Here Facebook Here Instagram Here LinkedIn: Here
  18. 1. SolusVM 2 VPS & Cloud For WHMCS 1.1.0 - 15% OFF! Lately, we focused on a series of updates to our hybrid Proxmox VE module. Today, we're turning our attention to another important product from our marketplace. We're pleased to introduce SolusVM 2 VPS & Cloud For WHMCS 1.1.0, tested and verified for smooth operation in WHMCS 8.13! In addition, version 1.1.0 delivers several new capabilities designed to support more flexible service management: App Templates - a powerful way to create predefined application and OS setups, complete with customizable parameters, branding assets, and installation settings. Private Networks - a toolkit that allows your clients to add and manage their own VPC networks directly from the client area. Extended Translations - new features make it easier to localize freshly introduced entries and values coming from connected systems or APIs. Remodeled Framework - a series of backend structure updates aimed at ensuring future-proof compatibility with our other modules and easier maintenance. To mark the occasion of this long-awaited release, we're offering a perfect excuse to explore the latest changes: 15% OFF available as part of our Deal Of The Week! Read more about SolusVM 2 VPS & Cloud For WHMCS 1.1.0! 2. Hosting Quota Notifications For WHMCS 2.3.0 - 15% OFF! Picture this: a client runs out of disk space or bandwidth without realizing it, and their website slows down or goes offline. It's the kind of disruption that can hurt trust and lead to support tickets. That's why we built Hosting Quota Notifications For WHMCS, the module responsible for monitoring usage in real time and sending alerts to clients when they're close to reaching their limits, giving them time to act before issues arise. With version 2.3.0, we've updated the module for full compatibility with WHMCS 8.13 and introduced visual improvements to usage statistics graphs, making them easier to read and interpret. Behind the scenes, we've also refreshed the framework code to ensure smoother integration with other modules and features scheduled for implementation. Let this enhanced module fall right into your hands with a 15% discount available on our website only for a limited period of time - hurry up! Learn more about Hosting Quota Notifications For WHMCS 2.3.0! 3. Hosting Accounts Provisioning: 10 WHMCS must-haves, one monthly bundle, $840 saved! Running a hosting business through WHMCS often means relying on multiple modules. We know from experience that the more fragmented your setup becomes, the harder it is to keep everything running smoothly. That's why we introduced WHMCS Module Bundles: carefully structured sets of modules that cover specific operational areas and work well together, available under a single monthly plan. Take the Hosting Accounts Provisioning bundle, for example. It combines ten complementary modules to support the entire lifecycle of a hosting account: from initial setup and DNS configuration, through resource management, to usage-based billing and renewals. Instead of juggling separate tools, you get a unified solution designed to minimize complexity and maximize your day-by-day efficiency. On top of that, the bundle offers a clear financial advantage: by ordering the full set, you save $840 per year compared to individual licenses - all while maintaining the complete range of top-notch functionality! Learn more about the WHMCS Module Bundle shaped by real hosting routines! Need WHMCS Module Development For Your Business? Get Your Free Quote Now! We can customize our modules to fit your exact needs or even create a completely new one from scratch to give your WHMCS platform an added boost!
  19. Agreed. putting this into the activitylog is a bit bizzare. it should goto a new table and show on the admin invoice views
  20. Here's an entry that's working in our dev install: { "extensions": ".app,.boo,.dad,.dev,.esq,.foo,.here,.how,.ing,.meme,.mov,.new,.nexus,.page,.phd,.prof,.rsvp,.soy,.zip", "uri": "https://pubapi.registry.google/rdap/domains?name=", "available": "Not Found" },
  21. For example, the last entry in the test whois.json I have was .you. Was: { "extensions": ".you", "uri": "socket://whois.nic.you", "available": "This domain name has not been registered." } Now: { "extensions": ".you", "uri": "https://rdap.nominet.uk/you/domain/", "available": "404" } Verified working
  22. .my registry doesn't have an RDAP server so this TLD would be a bad example for testing this. Here's a link to the IANA RDAP servers: https://data.iana.org/rdap/dns.json
  23. This is the dist.additionalfields.php entry I am trying to override: And this is the way I'm trying to override it in additionalfields.php:
  24. .app is one of the many gTLDs that no longer has a WHOIS server. Note that https://www.iana.org/domains/root/db/app.html does not include a WHOIS entry, and whois.nic.app no longer resolves. What you see in their IANA page is exactly the address for their RDAP service.
  25. You appear to have mismatched PHP versions in PHP config versus your cron command.
  26. 8.3.1 is a bit dated. Why not use latest version if this is fresh install? Do you have example of entries that are not applying?
  1. Load more activity
×
×
  • 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