laszlof Posted December 10, 2011 Author Share Posted December 10, 2011 Im always available for custom projects if you wanted specific features added. Feel free to shoot me a PM if you want a quote. 0 Quote Link to comment Share on other sites More sharing options...
RFEHosting Posted December 23, 2011 Share Posted December 23, 2011 Does this work for v5? And Any updates for the SPF record additions? 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted December 23, 2011 Author Share Posted December 23, 2011 Hello, Yes, it works with v5. SPF records are not yet supported. 0 Quote Link to comment Share on other sites More sharing options...
Juanzo Posted January 5, 2012 Share Posted January 5, 2012 Frank, recently I had to disable the plugin because it was reporting "Bad server configuration" each time our clients tried to view their product details. This started to happen since I've updated WHMcs to v5. Have any ideas on what should I change or check to solve this? 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted January 5, 2012 Author Share Posted January 5, 2012 Do you have the servers access hash configured? That error only shows up if the servers access hash or password are not found in the database. 0 Quote Link to comment Share on other sites More sharing options...
Juanzo Posted January 5, 2012 Share Posted January 5, 2012 Indeed Frank, the server access hash is properly configured at WHMcs. It happens with all accounts, hosted at different configured servers. Maybe there's a port that I need to enable at the firewall of the server running WHMcs or I should check something into the server configuration? 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted January 6, 2012 Author Share Posted January 6, 2012 Please open a ticket on my site and I'll look into it for you. https://secure.franksworld.org/whmcs/ 0 Quote Link to comment Share on other sites More sharing options...
Juanzo Posted January 6, 2012 Share Posted January 6, 2012 Thanks Frank, already opened one a few days ago (01/01/2012 14:13). 0 Quote Link to comment Share on other sites More sharing options...
renthemghty Posted January 10, 2012 Share Posted January 10, 2012 Just purchased this and got this same thing.. what was the fix for this? Frank, recently I had to disable the plugin because it was reporting "Bad server configuration" each time our clients tried to view their product details. This started to happen since I've updated WHMcs to v5. Have any ideas on what should I change or check to solve this? 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted January 10, 2012 Author Share Posted January 10, 2012 I'm actually doing a rewrite on this module. Theres a number of bugs that have been found recently and I think it would benefit from a full rewrite. I'll hopefully be adding support for the default SPF record as well. 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted January 21, 2012 Author Share Posted January 21, 2012 Good news! The rewrite is complete and the new version is available for download on my website if you have already purchased it. Exciting new features - It works for v5! - Restyled to look much better (100% customizable) - Requests now use ajax so the page doesnt have to refresh - Added improved logic for resellers so the page doesnt take forever to load - Added SPF support - 100% open source 0 Quote Link to comment Share on other sites More sharing options...
Juanzo Posted January 21, 2012 Share Posted January 21, 2012 Good news! The rewrite is complete and the new version is available for download on my website if you have already purchased it. That's great news Frank! I've already downloaded the new version but it's not working properly. I've submitted a ticket, please take a look at it whenever you can. 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted January 21, 2012 Author Share Posted January 21, 2012 Juan, I've replied to your ticket. Anyone who is upgrading from the previous version, please read the included README.txt file for instructions. You will need to make modifications to your existing template code in this version. The version before this used a completely different method. 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted January 21, 2012 Author Share Posted January 21, 2012 Another note for users of this. If you're working with heavily loaded cpanel servers, or servers that are far away (network wise) from your WHMCS install, you might need to increase your PHP's max_execution_time. I did everything I could to make it work quickly, however, there are a number of flaws with the cpanel API that cause this to be slow. Mainly its with adding/removing zone entries. You can only do them 1 at a time, so for each request, it has to delete any existing MX/CNAME/SPF records, then add the new ones back, which can be quite a few queries to the API. For example, if you're switching a base cPanel install domain to google apps, it will need to process the following queries. 1) accountsummary 2) dumpzone 3) removezonerecord (mail.yourdomain.com CNAME) 4) addzonerecord(mail.yourdomain.com CNAME) 5) addzonerecord(start.yourdomain.com CNAME) 6) addzonerecord(calendar.yourdomain.com CNAME) 7) addzonerecord(doc.yourdomain.com CNAME) addzonerecord(sites.yourdomain.com CNAME) 9) addzonerecord(aspmx.l.google.com MX) 10) addzonerecord(alt1.aspmx.l.google.com MX) 11) addzonerecord(alt2.aspmx.l.google.com MX) 12) addzonerecord(aspmx2.googlemail.com MX) 13) addzonerecord(aspmx3.googlemail.com MX) 14) addzonerecord(aspmx4.googlemail.com MX) 15) addzonerecord(aspmx5.googlemail.com MX) 16) addzonerecord( SPF) 17) mxcheck To switch from googleapps to local, it has to do: 1) accountsummary 2) dumpzone 3) removezonerecord (mail.yourdomain.com CNAME) 4) removezonerecord(mail.yourdomain.com CNAME) 5) removezonerecord(start.yourdomain.com CNAME) 6) removezonerecord(calendar.yourdomain.com CNAME) 7) removezonerecord(doc.yourdomain.com CNAME) removezonerecord(sites.yourdomain.com CNAME) 9) removezonerecord(aspmx.l.google.com MX) 10) removezonerecord(alt1.aspmx.l.google.com MX) 11) removezonerecord(alt2.aspmx.l.google.com MX) 12) removezonerecord(aspmx2.googlemail.com MX) 13) removezonerecord(aspmx3.googlemail.com MX) 14) removezonerecord(aspmx4.googlemail.com MX) 15) removezonerecord(aspmx5.googlemail.com MX) 16) removezonerecord(SPF) 17) addzonerecord(mail.yourdomain.com CNAME) 18) addzonerecord(yourdomain.com MX) 19) mxcheck As you can see, this might take a while if you have a slow server to connect to. 0 Quote Link to comment Share on other sites More sharing options...
Juanzo Posted January 21, 2012 Share Posted January 21, 2012 Thanks for solving our problem fast! 0 Quote Link to comment Share on other sites More sharing options...
Real Webspace Posted February 1, 2012 Share Posted February 1, 2012 I'm not sure if its been specifically covered, but I want the mod to be able to be ordered as an upgrade, so automatically changing the clients mx records to Google's. Is this possible? A new hosting package name, with the records already set, but not directly visible to the client. I want to roll it out as a Google apps product so the client needs to mearly 'upgrade' and the setup work is done, all I need to do is verify domain and setup email addresses. Am I asking to much? 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted February 1, 2012 Author Share Posted February 1, 2012 This module does not do that. However, you could probably pull the code from it and write a module that does do what you're looking to do. 0 Quote Link to comment Share on other sites More sharing options...
Jorge Diaz Posted February 1, 2012 Share Posted February 1, 2012 Hi this module only does the config for the client you can sell it as a product? I mean when you sell a domain you cant have a check for the client to include google apps integration or something like that? 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted February 1, 2012 Author Share Posted February 1, 2012 No, this is not meant to be used to charge people. Its simply a frontend to cPanel/WHM to allow clients to easily switch between local and google MX records. 0 Quote Link to comment Share on other sites More sharing options...
xtremezero Posted February 6, 2012 Share Posted February 6, 2012 Hola, aun funciona este modulo? que cambios se ha realizado desde el 2009 al 2012? estoy interesado en comprarlo. Esperando respuesta, Saludos. 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted February 6, 2012 Author Share Posted February 6, 2012 Hola, Si este módulo sigue funcionando. Desde su lanzamiento inicial, se ha actualizado un par de veces para corregir errores y añadir soporte SPF, junto con el soporte para los revendedores. 0 Quote Link to comment Share on other sites More sharing options...
wootable Posted February 22, 2012 Share Posted February 22, 2012 How about making the script also change the cname for webmail toward the Gmail too? Just so people would be redirected to Gmail when they type in webmail.domain.com. 0 Quote Link to comment Share on other sites More sharing options...
satyamy Posted February 22, 2012 Share Posted February 22, 2012 How about making the script also change the cname for webmail toward the Gmail too? Just so people would be redirected to Gmail when they type in webmail.domain.com. nice suggestion +1 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted February 22, 2012 Author Share Posted February 22, 2012 You're welcome to add that feature if you like. It should be fairly easy to implement using the existing code. 0 Quote Link to comment Share on other sites More sharing options...
Snowman Posted March 17, 2012 Share Posted March 17, 2012 Frank, i may have missed part of the discussion possibly but i noticed that your website domain has changed, and i dont have a login to the new site, however if i login to the old portal i can login but it only shows v1.0p1 being available for download. How do i obtain the new version please? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.