MACscr Posted April 20, 2009 Share Posted April 20, 2009 in the main post. And it is working just fine with the current release (3.8.2) 0 Quote Link to comment Share on other sites More sharing options...
keliix06 Posted April 21, 2009 Share Posted April 21, 2009 Also works with 4.0 0 Quote Link to comment Share on other sites More sharing options...
redrat Posted April 21, 2009 Share Posted April 21, 2009 That's good to know and thanks for posting. 0 Quote Link to comment Share on other sites More sharing options...
RandomNinjaAtk Posted April 21, 2009 Share Posted April 21, 2009 Just installed this module, in my 4.0 It's working great. An awesome module, good work! 0 Quote Link to comment Share on other sites More sharing options...
zippohosting Posted April 22, 2009 Share Posted April 22, 2009 I still can not find the complete module - I have found snipets of it. Can someone please provide the direct link to the complete module? Thanks 0 Quote Link to comment Share on other sites More sharing options...
mcraedesigns Posted April 22, 2009 Share Posted April 22, 2009 Read Post #1 http://forum.whmcs.com/showpost.php?p=87040&postcount=1 0 Quote Link to comment Share on other sites More sharing options...
zippohosting Posted April 28, 2009 Share Posted April 28, 2009 Thank you so very much - I am learning alot but one of the things I still have trouble with is following a thread - with all the issues that people bring forward on a post I am always not sure what is the stable release and what is not. Thank you for the direct link. 0 Quote Link to comment Share on other sites More sharing options...
mojowill Posted May 3, 2009 Share Posted May 3, 2009 very nice idea, but still full of bugs 0 Quote Link to comment Share on other sites More sharing options...
fetish-hosting Posted May 3, 2009 Share Posted May 3, 2009 Not a very useful comment ! How about trying to be helpful and pointing out some of these "many bugs" so that if they do indeed exist, the author has a chance to fix them. For my part, I have been using this since the first release and while I have one issue (which I have already reported) it is a great addition to WHMCS. 0 Quote Link to comment Share on other sites More sharing options...
mojowill Posted May 3, 2009 Share Posted May 3, 2009 Not a very useful comment ! How about trying to be helpful and pointing out some of these "many bugs" so that if they do indeed exist, the author has a chance to fix them. For my part, I have been using this since the first release and while I have one issue (which I have already reported) it is a great addition to WHMCS. i didn't mean to be negative I will post bugs when I have chance and they appear, main bug was with trying to integrate with home page in admin area got error saying cannot modify header? 0 Quote Link to comment Share on other sites More sharing options...
fetish-hosting Posted May 3, 2009 Share Posted May 3, 2009 OK although there are too many people on here that are quick to complain. I am now also confused if you say that you will post bugs when they appear - havent you found many already ? As far as the one that you mention, I havent integrated it with my admin home page so cant directly comment but there are many people that have done so without problem. The fact that many have it working without problem and also the type of error that you are getting points to a syntax error that you have added when entering the code into your home page so I would suggest double checking that against the instructions 0 Quote Link to comment Share on other sites More sharing options...
mojowill Posted May 3, 2009 Share Posted May 3, 2009 OK although there are too many people on here that are quick to complain. I am now also confused if you say that you will post bugs when they appear - havent you found many already ? As far as the one that you mention, I havent integrated it with my admin home page so cant directly comment but there are many people that have done so without problem. The fact that many have it working without problem and also the type of error that you are getting points to a syntax error that you have added when entering the code into your home page so I would suggest double checking that against the instructions i don't have the bugs on my screen at the same time as posting is what i meant, nothing wrong with my syntax, not to worry thanks to the OP for this and thanks to Fetish for being the forum police 0 Quote Link to comment Share on other sites More sharing options...
HostBizLng Posted May 5, 2009 Share Posted May 5, 2009 Hello, Does eNom Extended would have to be re-installed completely after upgrade from v3.8.2 to v4? Thank you! Serg 0 Quote Link to comment Share on other sites More sharing options...
fetish-hosting Posted May 5, 2009 Share Posted May 5, 2009 i don't have the bugs on my screen at the same time as posting is what i meant, nothing wrong with my syntax, not to worry thanks to the OP for this and thanks to Fetish for being the forum police Thats what you get when you try to help a few people on here I suppose. Just glad that almost all people on here arent like this. This is a great piece of software given to the community FOC in its current form 0 Quote Link to comment Share on other sites More sharing options...
n2972s Posted May 6, 2009 Author Share Posted May 6, 2009 Does eNom Extended would have to be re-installed completely after upgrade from v3.8.2 to v4? You should not have to do that unless files that were modified to integrate with the client side or admin side are overwritten. I have not upgrade to v4 myself yet so I do not have any first hand knowledge unless somebody else has. Gustave 0 Quote Link to comment Share on other sites More sharing options...
merlinpa1969 Posted May 6, 2009 Share Posted May 6, 2009 we are running a seperate version of 4 and it works well, Since we will not actually be upgrading per se to 4.o but all new files I dont know about the upgrade part, but the neat thing about headers already found, it usually means that you have white space at the end of the file after the closing ?> 0 Quote Link to comment Share on other sites More sharing options...
robb3369 Posted May 8, 2009 Share Posted May 8, 2009 Hello, Does eNom Extended would have to be re-installed completely after upgrade from v3.8.2 to v4? Thank you! Serg Nope... Worked right after the upgrade and looks better too. 0 Quote Link to comment Share on other sites More sharing options...
robb3369 Posted May 9, 2009 Share Posted May 9, 2009 Also, to get the drop down menu to work in V4, add the following code into the includes/jscript/adminmenu.js file right after the menu9 section (line 131): var menu10=new Array() menu10[0]='<a href="addonmodules.php?module=enom_extended">Home</a>' menu10[1]='<a href="addonmodules.php?module=enom_extended&page=settings">Settings</a>' menu10[2]='<a href="addonmodules.php?module=enom_extended&page=domains">Domains</a>' menu10[3]='<a href="addonmodules.php?module=enom_extended&page=domaindetail">Domain Detail</a>' menu10[4]='<a href="addonmodules.php?module=enom_extended&page=transfers">Transfers</a>' menu10[5]='<a href="addonmodules.php?module=enom_extended&page=sslcerts">SSL Certificates</a>' menu10[6]='<a href="addonmodules.php?module=enom_extended&page=refillaccount">Refill Account</a>' menu10[7]='<a href="addonmodules.php?module=enom_extended&page=utilities">Utilities</a>' menu10[8]='<a href="addonmodules.php?module=enom_extended&page=modconfig">Configuration</a>' And then add the following to the admin/templates/v4/header.tpl file after the other menu items (line 65): <li class="navbutton" onmouseover="this.className='navbuttonover';dropdownmenu(this, event, menu10, '');" onmouseout="this.className='navbutton';delayhidemenu();">eNom</li> Don't forget to clean out the templates_c directory as well as your local browser cache... This worked for me and your milage may vary depending on your install directory and whether you have a custom admin template already setup... 0 Quote Link to comment Share on other sites More sharing options...
robb3369 Posted May 9, 2009 Share Posted May 9, 2009 (edited) Is it possible for the "Compare Domains" utility to query ALL the enom domains and if one matches one in the WHMCS database with NO registrar set, to set it to Enom? I've done a bulk transfer of several dozen domains to Enom and have been keying them into WHMCS, then manually running the enomsync.php code to get all of the dates correct. And then added this to the above menu code to allow me to manually run it on demand... menu10[9]='<a href="../modules/registrars/enom/enomsync.php" target="_blank">Sync</a>' Edited May 9, 2009 by robb3369 Cuz I can't spell... 0 Quote Link to comment Share on other sites More sharing options...
moonsoft Posted May 9, 2009 Share Posted May 9, 2009 My installation is no longer working after the upgrade to V4, does anyone know how to fix this, all data fields are blank. 0 Quote Link to comment Share on other sites More sharing options...
keliix06 Posted May 9, 2009 Share Posted May 9, 2009 Try turning off the Curl Verify SSL. We had to do that after upgrading to v4. If you click the debug link it should tell you the exact problem. 0 Quote Link to comment Share on other sites More sharing options...
moonsoft Posted May 10, 2009 Share Posted May 10, 2009 are you talking about recompiling apache without curl ssl? I'm not getting what you mean or where else this setting would be 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted May 10, 2009 Share Posted May 10, 2009 are you talking about recompiling apache without curl ssl? I'm not getting what you mean or where else this setting would be Enom Extended >> Configuration >> (Its the last option) Use Secure eNom Url via Curl ( https ) 0 Quote Link to comment Share on other sites More sharing options...
moonsoft Posted May 10, 2009 Share Posted May 10, 2009 awesome thanx for the help, everything works now. 0 Quote Link to comment Share on other sites More sharing options...
Troy Posted May 11, 2009 Share Posted May 11, 2009 I'm noticing that when a transfer fails for invalid epp key, the email is not being sent to the customer. I do have the "Transfer Status Change" option set to yes, and under "Which Ones" the "Canceled - domain validation string is invalid" status is set to send the email. I have a couple domains showing a transfer status of "Canceled - Invalid EPP/authorization key - Please contact current registrar to obtain correct key", but neither of them sent the transfer status update email for that status. Any ideas? Status updates *are* going out for other reasons. I'm still at WHMCS 3.8.2 and Enom Extended 0.3. 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.