Blueberry3.14 Posted March 22, 2009 Share Posted March 22, 2009 Excellent work, thank you! 0 Quote Link to comment Share on other sites More sharing options...
n2972s Posted March 23, 2009 Author Share Posted March 23, 2009 Excellent work, thank you! Your welcome! Just an FYI to all, I had every intention to continue full force; however, I have not had the time to get everything done. I have made some changes that I am currently using that address a few bugs that have been reported and a few new features. I will post post it for use as soon as I can. Gustave 0 Quote Link to comment Share on other sites More sharing options...
ChrisGooding Posted March 23, 2009 Share Posted March 23, 2009 Just a quick one.... I seem to have everything working apart from the display section on the homepage, the values are blank. I have amended the code within the homepage.tpl file as instructed to what you see below... am I missing something? {include_php file="/services/modules/admin/enom_extended/smarty/admin_homepage.php"} <link href="../modules/admin/enom_extended/templates/eestyle.css" rel="stylesheet" type="text/css"> <div class="errorboxenom">eNom Summary » <span style="color:#000000;"> {if $enomdebug != ''}{$enomdebug}{else}Balance: ${$enom.balance} - Available Balance: ${$enom.availbalance} - Active Domains: {$enom.active} - Expired Domains: {$enom.expired}{/if}</span></div> <br> 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted March 23, 2009 Share Posted March 23, 2009 You might have to change: {include_php file="/services/modules/admin/enom_extended/smarty/admin_homepage.php"} <link href="../modules/admin/enom_extended/templates/eestyle.css" rel="stylesheet" type="text/css"> TO: {include_php file="../services/modules/admin/enom_extended/smarty/admin_homepage.php"} <link href="../services/modules/admin/enom_extended/templates/eestyle.css" rel="stylesheet" type="text/css"> I could be wrong but wouldn't hurt to try! 0 Quote Link to comment Share on other sites More sharing options...
ChrisGooding Posted March 23, 2009 Share Posted March 23, 2009 Thanks for the heads up Baji, but already tried that, and the full domain url, but to no avail I know its pulling the info down, as it's obviously in the actual enom extended screen.. 0 Quote Link to comment Share on other sites More sharing options...
cyberneticos Posted March 23, 2009 Share Posted March 23, 2009 Damn ! Where have you been all this time ?? I had no idea this addon existed ! What version is this good for ? 0 Quote Link to comment Share on other sites More sharing options...
simplybe Posted March 23, 2009 Share Posted March 23, 2009 RE - ChrisGooding's problem Use the absolute path : change to: {include_php file="/home/username/public_html/services/modules/admin/enom_extended/smarty/admin_homepage.php"} 0 Quote Link to comment Share on other sites More sharing options...
ChrisGooding Posted March 23, 2009 Share Posted March 23, 2009 Were on 3.8.2 and it runs like a dream... Bar the obvious above issue, though that is only superficial, and I'm sure that is to do with user error 0 Quote Link to comment Share on other sites More sharing options...
cyberneticos Posted March 23, 2009 Share Posted March 23, 2009 Thanks Chris,. For some reason,. I am trying to enter in my user and password, and it's not taking in the values,. Any suggestions ? 0 Quote Link to comment Share on other sites More sharing options...
simplybe Posted March 23, 2009 Share Posted March 23, 2009 I just installed it 20 mins ago and the balance etc.. would not display until i changed to the absolute path. Just messing around with it now in test mode and it is excellent. 0 Quote Link to comment Share on other sites More sharing options...
cyberneticos Posted March 23, 2009 Share Posted March 23, 2009 Got it I was trying to do it in Configuration before the initial install 0 Quote Link to comment Share on other sites More sharing options...
cyberneticos Posted March 23, 2009 Share Posted March 23, 2009 I read something about having to modify the enomsync cron ? Found nothing in the instructions or readme 0 Quote Link to comment Share on other sites More sharing options...
cyberneticos Posted March 23, 2009 Share Posted March 23, 2009 Ok, figured that out. Had nothing to do with enomsync cron. But now I have another question,. Sorry for the rush of questions. I am concerned about security here. My whmcs is ssled, and I have selected Use Secure eNom Url via Curl ( https ) Does that mean that my password is being encrypted ? Anything else I need to be aware of ? Thanks ! 0 Quote Link to comment Share on other sites More sharing options...
simplybe Posted March 24, 2009 Share Posted March 24, 2009 I have a problem with the compare domains utility 'eNom Domains Not In WHMCS' shows domains not found in whmcs but they are there ? Anyone else have this problem ? 0 Quote Link to comment Share on other sites More sharing options...
n2972s Posted March 24, 2009 Author Share Posted March 24, 2009 My whmcs is ssled, and I have selected Use Secure eNom Url via Curl ( https ) Does that mean that my password is being encrypted ? Anything else I need to be aware of ? No that just means that curl is calling the https url at enom instead of the http url. That option is there because there were some that did not have curl ssl support. Your username and password are not encrypted when they are sent to enom, enom requires them to be in plain text. I have a problem with the compare domains utility 'eNom Domains Not In WHMCS' shows domains not found in whmcs but they are there ? Anyone else have this problem ? This could be a case sensitive issue that was reported to me earlier but I have not corrected yet. Are any of those domains not all lowercase? Gustave 0 Quote Link to comment Share on other sites More sharing options...
keliix06 Posted March 24, 2009 Share Posted March 24, 2009 Were on 3.8.2 and it runs like a dream... Bar the obvious above issue, though that is only superficial, and I'm sure that is to do with user error We use it on 3.8.2 and get the data you're not, so it's fully functional. 0 Quote Link to comment Share on other sites More sharing options...
simplybe Posted March 24, 2009 Share Posted March 24, 2009 This could be a case sensitive issue that was reported to me earlier but I have not corrected yet. Are any of those domains not all lowercase? Gustave Hi, The domain I was checking was all in lowercase in whmcs but there must have been somthing different because once i copied and pasted it worked. the domain was mainly numbers. All working now thanks. 0 Quote Link to comment Share on other sites More sharing options...
ChrisGooding Posted March 24, 2009 Share Posted March 24, 2009 We use it on 3.8.2 and get the data you're not, so it's fully functional. Hence me saying it was User error RE - ChrisGooding's problem Use the absolute path : change to: {include_php file="/home/username/public_html/services/modules/admin/enom_extended/smarty/admin_homepage.php"} Were running windows/Apache config so path will be slightly different. For anyone else using windows/apache, use the below: {include_php file="C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\services\modules\admin\enom_extended\smarty\admin_homepage.php"} 0 Quote Link to comment Share on other sites More sharing options...
dgbaker Posted March 24, 2009 Share Posted March 24, 2009 Nice job on this addon! 0 Quote Link to comment Share on other sites More sharing options...
PingEx.com Posted March 24, 2009 Share Posted March 24, 2009 +1 installed this pluggin and its brill! david 0 Quote Link to comment Share on other sites More sharing options...
openmind Posted March 25, 2009 Share Posted March 25, 2009 You know I'm champing at the bit here to install this mod but with the amount of sensitive information it could access I'm very wary to use it fully. I completely understand that you wish to protect your work but I'm the kind of paranoid android your mother warned you about If you can get Matt to verify the code and publicly post that it is safe to use, not doubting you for a moment but I need to know, then I'll install and donate in a flash 0 Quote Link to comment Share on other sites More sharing options...
Blueberry3.14 Posted March 26, 2009 Share Posted March 26, 2009 Were on 3.8.2 and it runs like a dream... Bar the obvious above issue, though that is only superficial, and I'm sure that is to do with user error Did you empty the templates_c directory? And also, I found that changing the >> to the actual html code for it » will make it display as intended. 0 Quote Link to comment Share on other sites More sharing options...
EpicNode Posted March 28, 2009 Share Posted March 28, 2009 for some reasons it won't show up we have followed your instructions. any suggestion what it can be? 0 Quote Link to comment Share on other sites More sharing options...
EpicNode Posted March 28, 2009 Share Posted March 28, 2009 nevermind, my bad. 0 Quote Link to comment Share on other sites More sharing options...
Blueberry3.14 Posted March 28, 2009 Share Posted March 28, 2009 nevermind, my bad. It's the small things that are most easily overlooked Glad you got it working. 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.