Jump to content

barco57

Member
  • Posts

    33
  • Joined

  • Last visited

Everything posted by barco57

  1. Interesting....I tested this by searching for a client by their known email address and I got 4 records returned....all with the same ID#
  2. It will stop it from happening again but it won't fix those records that already got changed
  3. On the WHMCS blog (http://blog.whmcs.com/) is the link http://go.whmcs.com/218/v528_Incremental
  4. The blog has the link to the incremental, so if your on 5.2.7 already just go to http://go.whmcs.com/218/v528_Incremental
  5. Comodo doesn't handle the renewal alerts for us, the only communication they have with a clients email address is the D.C.V. email, which in our case since we handle the whole process for them we set to hostmaster@domain.com and set a forwarder on the to the SSL administrator...so for 75% of our clients Comodo never addresses them directly. For the other 25% there maybe a verification call back done by Comodo, and as said before EV SSLs are a monkey all their own and its best to put the client and the CA Validation department together directly, and get out of the middle or someone might want some of your DNA too......
  6. Thank You Chris. Yes, exactly....the ioncube developers won't create loaders for 5.5 until php5.5 is stable rather than in beta, and they probably will have to write encoders for it first, so there is something to decode......
  7. Why would you expect there to ioncube loaders for php5.5?
  8. This bug makes you throw things when you have typed a multi paragraph support ticket response, hit send, and get the invalid token error screen.....all that typing gone....and the response is never as good the second time around......
  9. I would think "Expiring Soon" list might be useful, and/or the ability to sort the active list by expiring dates.
  10. Also check your ftp log for unauthorized ftp access. I see "hacks" like this all of the time with clients....look for __check.html and or check.php in the ftp log....if you find those you will also need to hunt down the randomly named php file they stuck in your files somewhere...that php file when opened wil have a header that makes it look like a wordpress file but it actually a shell script. Also make sure to see if there have been additions to your .htaccess file.
  11. Yes, you can turn off the auto responder for departments
  12. The user would need to wait until the next invoice and pay it before or on the due date to be able to use a subscription. The logic behind not being able to set up a subscription after the due date is to keep the client from being late paying their invoice very month.....
  13. Ok, ignore this in my post above Too long at the computer..... just pull out the code in the template and it no longer displays.
  14. Ok, I solve part of the problem putting the body tag in as follows: <body id='{$smarty.get.page}'> Doesn't always determine the page on its own to give it an id, but it will do for now. Would be better to have more fine grain control of it.
  15. This module needs a switch to turn off display of the title on the visible page. Also need for it to pick up the page name or filename to add to the body tag as an ID so I can override some styles that are global but I want exceptions for a few pages. Would prefer to display the pages in the admin as a tree to be able to visualize the navigation, see orphaned pages quickly, etc.... Per page override by the additon of a block to add additional stylesheet/javascript calls per page, I find it clunky to call every javascript file and stylesheet in the header.tpl on every page when some of them only effect a small number of pages.
  16. If they were to create the subscription after the due date then every month that customers invoice would be paid late
  17. What I would like to see is the ability to create multiple page templates (i.e. full width, left sidebar, right sidebar, etc) and when I go to add a page and its content I can choose which page type it is.
  18. This page from the smarty docs may help http://www.smarty.net/manual/en/language.function.php.php
  19. Outstanding! thats exactly what we were looking for. Thanks
  20. In the example in the readme is the following code: ------------------------------------------ Loggedin Code $smartyvalues['message'] = '<b>Welcome '.$clientsdetails['firstname'].' !</b>'; ------------------------------------------ Smartyvalues $smartyvalues['newpic'] = '<img src="images/ccv.gif">'; ------------------------------------------ Body <p>If customer is logged in, a message will follow here: {$message}</p> <hr> <h3>Today is {$todaysdate}</h3> This date is pulled from globally available variables. <hr> <br><br> <div align="center"> Here is an image<br>{$newpic} </div> We have tested this with a logged in customer and its not displaying the customers firstname
  21. Internal Server Error can't get to it now
  22. How about boxes for http://www.rvsitebuilder.com/ and http://www.rvskin.com/ Thanks
×
×
  • 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