Jump to content

apexpro

Member
  • Posts

    22
  • Joined

  • Last visited

About apexpro

Recent Profile Visitors

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

apexpro's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Looking for the best WHMCS option for ACH payments. The provider being the main focus but looking for someone who provides great service, fast turn around, etc but with an existing WHMCS plugin. While ACH is only United States based, if there are any other country similar options available, that would also be appreciated. Thank you.
  2. Appreciate the reply but that wont work. First off, means a minimum of 60 seconds of downtime but has many other draw backs. The data isn't an issue. We are handling two way replication now across multiple servers ensuring that the most current updates get distributed across multiple databases in real time. Should one fail, it will be updated once it comes live again but that's only the backend data, now the challenge is the front end interface. I gather that the MySQL commands result from a single point, I'll have to identify that. Seems the best approach would be - Connect to DB - If DB is down, default to backup - If backup is down, default to third - Commit changes / request - If fails, reload secondary database - If secondary fails, revert to third Since it's all on the php side, php makes it easy to recognize DBI failed connections and errors in the request / sneers / updates. This will provide realtime uptime, just have to ensure that there is only one point in which MySQL activity happens. With that, we can create multiple instances of WHMCS across several front end php web servers, load balanced with sticky connections, so have the front end and back end covered. Just have to get past this one challenged and wanted others feedback.
  3. We were able to create multiple redundant copies of the backend MySQL database for WHMCS that are in perfect sync for redundancy purposes. Now comes the second part. What would be the best approach to having the core WHMCS scripting load 1 DB, if that's down, then load another and possibly a third? I assume all MySQL calls are centralized into one component so just doing a MySQL call followed by connection errors then backups would work? I tried to find an add on but no luck. Haven't looked at the code yet but figured would give this a try.
  4. Does anyone have any recent experience with WHMCS Firewall? Tried contacting them with no response and their website doesn't appear to be updated. Would like to consider using it but not if support and updates are lacking. Thank you.
  5. Many of our clients require a paper invoice. There are many service providers available that take emails or API calls and generate a snail mail letter and send it out. Is there a module or add on that can allow the user to either manuallly or automatically request snail mail invoices? There are service providers for this function but can't seem to find a module to give it functionality within whmcs. Thank you.
  6. Does WHMCS have a function to track all activity in the client interface? If not, is there a module? Basically, if a user looks at a page, makes any changes to that page, has any activity within whmcs, we want it tracked, logged and viewable to the user and admin. What that change is, who did the change and anything associated with it. Roll back options also would be nice. IP Data, location, changes to the page, account, etc. Thank you.
  7. Looking for an Amazon Route 53 management tool for DNS updates.
  8. Do any if the QuickBooks sync add one support QuickBooks Enterprise?
  9. We need some custom development work done on WHMCS. Need to hire an experienced and qualified developer to make some small changes. 1) All our clients are billed on a net terms basis. The way the setup is now, people have to pay at time of checkout. We need the default to be net 30 terms but need to configure the setup to allow us to define the net terms per client. 2) We need full email history tracking, a) when an email is created, sent, delivered and read. b) this history needs to be visible in the email logs by the user, c) the user needs to be able to view and resend the email if need be. Read tracking can be done with a simple pixel tracker. I know there is a service offering similar options but we want something in house, further options will be provided to the developer we hire. 3) We proved a SaaS, nothing to do with hosting, need all references and options to domain and hosting removed from the setup. There are some other small changes we will need in private. Prebferably a US based developer but open. The developer will need to sign a contract and NDA. Need someone quickly and with experience. Please message me your credential, availability and contact information. Thank you.
  10. Do any of the QuickBooks Sync options work with QuickBooks Enterprise?
  11. Simple, yet brilliant. Will give that some thought. Was hoping for a seperate section but may be able to work that into the ticket system. Thank you.
  12. All emails going out seem to have a QUERY string based system. This isn't for SEO purposes but that was the best way to explain it. Is there an easy way to change all universal URL's, i.e. Account confirmation, ticket emails, etc to full URL's rather than query strings or do I have to manually edit each one? For example, rather than domains.com/viewticket.php?tid=471109&c=S7LirBcR Have domains.com/viewticket/471109/S7LirBcR Any thoughts?
  13. Our clients have documents / contracts associated with them. Typically in PDF but can be excel. Is there a document storage system / library add-on to whmcs available? This would allow documents to be visible and accessible to the clients in their area?
  14. Did you buy these templates? If not, i'd be interested in purchasing them. You did an amazing job with the signup process and the UI design, looking for a very similar setup.
  15. I think I am close to a solution here. The question is, how does this work with whmcs licensing? If I am running the same domain, same website across multiple web servers, will this be treated as one license or multiple ones? Seems only fair that it be one since it's the same domain and this isn't the normal configuration. Any thoughts from WHMCS?
×
×
  • 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