Jump to content

cwispy

Member
  • Posts

    26
  • Joined

  • Last visited

Everything posted by cwispy

  1. Hi James, Yes there has been many updates since November.You can always check github for the latest updates and changes https://github.com/cwispy/ispcfg3/commits/master Some of the updates are around the client area code. A couple of new features are Test Connection button on the server page The ability to turn off the Site.pro and File Manager links in the client area. Most of the other updates have been related to bug fixes. cwispy
  2. Use a valid domain such as example.com. ISPConfig has error checking for invalid email addresses and domains etc and will return those errors for them.
  3. That error is typically caused by the DNS template in the settings on WHMCS not matching the DNS template in ISPConfig.
  4. When I click the Get it Now button, it works fine for me.
  5. Hi Arnaud, I have been updating the module that I wrote in the last few weeks. Although it worked with ISPConfig 3.1 already, the new iteration which is close to being ready adds a lot of new features to the client area. https://marketplace.whmcs.com/product/2214 https://github.com/cwispy/ispcfg3 Regards cwispy
  6. This module has been submitted to the addons community.
  7. I have just submitted an update to github to fix an issue where ftp authentication would fail on ispconfig after the user had been suspended and then unsuspended in whmcs.
  8. Thanks, did not think of that. Once its more complete and stable, I will definitely submit it.
  9. I have just committed a bunch of fixes to git. In my testing, this module now appears to be working, but anyone else who can test and provide feedback would be appreciated.
  10. Thanks for the reply Kian. I am wanting to use it in the server module create function to pass to ISPConfig added by field. I thought I may have to do an extra sql lookup to get the username, but thought I would ask in case I had missed seeing the admin's name in a var somewhere.
  11. Hi, I looked through the docs, but I did not see any reference for the currently logged in admin's username. I was wondering if this is already available in a var from the server create functions, or will I need to query the database for the username? Thanks cwispy
  12. Just wanting to let others know that I have written a new ISPConfig module for WHMCS. I have been testing the module against WHMCS 5.3.10 and ISPConfig 3.0.5.4p5. https://github.com/cwispy/ispcfg3 I have released this module as opensource under the GPL3. cwispy
  13. I can confirm that I just updated from 5.2.16 to 5.3.7 and have the same error. A look at the source shows the urls as having the url ../dl.php which of course is sending the request down on level. <input type="button" value="Printable Version" class="button" onclick="window.open('../viewinvoice.php?id=13312','windowfrm','menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=750,height=600')" /> <input type="button" value="View PDF" class="button" onclick="window.open('../dl.php?type=i&id=13312&viewpdf=1','pdfinv','')" /> <input type="button" value="Download PDF" class="button" onclick="window.location='../dl.php?type=i&id=13312'" /> Has a fix been released or is this in a template we can edit? Regards Shane
  14. I would like to hear from staff in regards to the article at [link removed]
  15. I thought it was just me, so I am glad someone else has been able to confirm this issue. I found that if you do 4 items, its only the first and last items that gets added.
  16. Well we have had client accounts suspended and overdue notices sent out for invoices that do not exist any more, but the invoice items do cause they were left behind after invoices had been deleted. After deleting the items, the suspensions and overdue notices stop. The idea of leaving invoice items behind is not in the best interest of a normalized db design and I really have to question why it is designed in that way.
  17. I reported this bug a while ago and they simply deleted my post. If you delete an invoice from the admin area, it deletes the invoice, but not the invoice items in the tables. This then causes all sorts of issues with clients getting overdue notices, suspended accounts etc. I have not had time to check if this has been fixed in v5 or not.
  18. Fixed the issue. I didnt even think about it yesterday, but I cleared the templates cache folder and now things seem to be working correctly.
  19. Its not just that product that its happening with though. If I choose a different product, it shows the correct value under recurring monthly $30.95 AUD, but the total due today shows wrong $33.76 AUD. The setup and configure options are all set to 0.00 for everything. I am certain that everything was fine before I applied the 4.5.2 patch. And when you get to the checkout page, it shows the correct amount as the due today, and the correct amount for the recurring amount, but the wrong amount for annually. Its 30.95 a month, yet the annual shows a value of $35.00
  20. I have installed the 4.5.2 patch and I have just noticed the following with the comparison ordering. When you view the products, the prices are all correct, but once you get to choose a billing cycle, there is a strange value being generated. In the attached screenshot, the $10.95 is correct, but I cant work out where the $11.95 is coming from. When you get to the last stage of the ordering process, it appears to be ok again.
  21. Just for anyone else who may run across this same issue, I did this to fix the issue for .com.au etc domains. I edited configureproductdomain.tpl. to <div class="domainreginput" id="domainowndomain"> www. <input type="text" id="owndomainsld" size="30" value="{$sld}" /> . <select id="owndomaintld"> {foreach key=num item=listtld from=$registertlds} <option value="{$listtld|substr:1}"{if $listtld eq $tld} selected="selected"{/if}>{$listtld|substr:1}</option> {/foreach} </select></div> It adds the select list to the end of the " I will use my existing domain and update my nameservers" option so only the tld's that you have configured show up. This should create far less confusion for customers.
×
×
  • 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