Jump to content

eNom Extended


n2972s

Recommended Posts

  • Replies 373
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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 !

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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"}

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.

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