Jump to content

cwispy

Member
  • Posts

    26
  • Joined

  • Last visited

About cwispy

cwispy's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  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]
×
×
  • 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