Jump to content

championc

Member
  • Posts

    29
  • Joined

  • Last visited

About championc

Recent Profile Visitors

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

championc's Achievements

Junior Member

Junior Member (1/3)

3

Reputation

  1. Sorry, it's a nice to have, but not something I would see as essential. Just as a sort of diagnostic / monitoring thing. So it's not something I would have spent money on tbh
  2. Can you post the code, or a link to the code please ?
  3. I've searched, but haven't found any discussion about such a widget. I'm sure someone must have created one that they can share please ?
  4. Hi all, I found a post from 2016 with the following code, which no longer works. What changes would be made to allow it to work with the current code ? Original thread - <?php if (!defined("WHMCS")) die("This file cannot be accessed directly"); function hook_ForceEveryoneToLogin($vars) { $clientID = intval($_SESSION['uid']); $adminID = intval($_SESSION['adminid']); if ($adminID===0){ if (!in_array($vars['filename'], array("login","dologin","clientarea","pwreset", "register")) && $clientID===0){ header("Location: login.php"); exit; } } } add_hook("ClientAreaPage", 1, "hook_ForceEveryoneToLogin");
  5. If you upgrade from 7.7 to 7.8, there are several new files added to 7.8 which did not exist in 7.7. So you MUST COPY all of the password files from the default template to your own template.
  6. I have exactly the same problem. It works perfectly when using the "Six" template. @nkthenI have fixed the problem - which was really simple in the end. The template files for the password for v7.8 have some additional files which were not in v7.7. So you must simply copy the extra files from template six to your new template cp /var/www/html/templates/six/p* /var/www/html/templates/mytemplate/
  7. It's very simple and possible to have two Paypal accounts - if they were linked to two different bank accounts in two different currencies. Has anything been developed in the past nearly two years to support two PayPal accounts ?
  8. Just to confirm, all I had to do was to change the system URL to https://mydomain.com:port/ And I did NOT need to re-licence the system
  9. Of course, it would also be called Port Forwarding Anyone ever set it up like this or have any advice please ?
  10. Hi all, Rather than users accessing my portal via port 443, I want to open up an alternative port like 8443. On the server, the port being used is port 443 I can access and use the admin panel OK (i.e. https://mydomain.com:8443/Admin), but I cannot access the general "user" access. The logon page is displayed ok (if I go to mydomain.com:8443) but once I try and logon, it redirects to an invalid url https://mydomain.com/+CSCOE+/message.html?mc=2 Should I be changing the WHMCS System URL from https://mydomain.com to https://mydomain.com:8443 ? If I change this, will I need to reissue the licence ? Thanks in advance
  11. That's perfect, thanks a million @brian! I don't use the system for Domains so I can happily work with what you have provided to me.
  12. Sorry to revive an old topic. I've implemented this and it's absolutely brilliant. I modified it to simply show the User, Billing Cycle, Next Due Date and the Amount, just to give myself a brief overview of the expected income in the weeks ahead. Would it be difficult to create a similar SQL Query to list the email sent over the past week or so ? Sometimes it's good to have visibility on what reminders have been sent. Is there a KB article on the Database Structure that would help me to formulate my own SQL Query ?
  13. Nice tip thanks @brian! How would I go about breaking "contactus" into two separate words "contact us" ?
×
×
  • 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