Jump to content

HollyRidge

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by HollyRidge

  1. I hate to rehash an old thread but I am exactly in the same boat as rhbkweb. Has anyone come up with anything to meet this yet?
  2. I have it fixed. I found that in the captcha.tpl and changed it. Thanks brian! I started with... {if $filename == 'index' || $filename == 'hosting' } That will allow it either file. I ended up expanding this to allow for all pages that have the captcha so that version 2 would work. They kept pulling version 1 on other pages such as contact, register, supporttickets, etc. Here is what I ended up with... On the first one... {if $filename == 'domainchecker' || $filename == 'index' || $filename == 'hosting' || $filename == 'submitticket' || $filename == 'register' || $filename == 'contact'} On the other two... {if $filename == 'index' || $filename == 'hosting' || $filename == 'submitticket' || $filename == 'register' || $filename == 'contact'}
  3. whmcs index.php=hosting.php. This means that the file is encrypted therefore I cannot make changes to it.
  4. I need to rename the whmcs index.php to something else such as hosting.php. The problem that I am having with this is that it breaks the Six theme captcha. This is necessary as we will be using a different (custom) index page. See my attached screen shots for more details.The same issue exists in v6.3.1 and v7.0.0. Named index.php Same file, just renamed to hosting.php The index.php and hosting.php are the stock index.php from whmcs v7.0.0. They are exactly the same. It is basically two copies of index.php (one by the default name index.php, and another that is renamed hosting.php). Notice the difference in the captcha part on the two pages. For some reason it does not display the same on both pages, even though they are essentially the same 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