Jump to content

foz1234

Member
  • Posts

    263
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by foz1234

  1. On line 22 I have 

    {include file='templates/element.js_head.php'}

     

    In element.js_head.php

    {assign var=js_head value=[ 'skins/{$SKIN_FOLDER}/js/vendor/modernizr.js',
                                'skins/{$SKIN_FOLDER}/js/vendor/jquery.js']}
    {combine input=$js_head output='cache/js_head.{$SKIN_FOLDER}.js' age='604800' debug=$CONFIG.debug||!$CONFIG.cache}
    {foreach from=$HEAD_JS item=js}{$js}{/foreach}

     

    Thanks Brian

  2. My next step if the test site didn't work was to contact you Al about a quote to see what you would charge me. In all honesty its a small store that I don't sell a lot from 99% of my business is done from eBay nowadays its just a point of contact for my customers for info etc so not sure if its worth the price to update however it's already out of date and each day goes by it further out so if I update it should last a few more years I expect. 

    Would you please pm me what you would need from me to provide for a quote to update my store, that is if you still offer that service. Cheers.

  3. Due to SemperFIWebServices no longer being around and supporting my plugins, my CC is pretty much stuck on 6.2.5 and PHP 7.2

    Just wondering if I can create a new temporary CC store in say https://mydomain/test folder, then upload a back from my main store, no need for customer details, I just want to see at what point/CC version my plugins break if indeed they do, trying to avoid killing my online store and needing to restore it. 

    SemperFIWebServices plugin's currently running:

    SFWS Custom Foundation 5 Skin V3.3.0

    SFWS Special Content Boxes V4.1.0

    SFWS Homepage Featured Products V4.0.0

    Site Messages v4.0.0

     

    Asking to assess if this will actually work?

    Your thoughts appreciated. 

     

  4. Hi Brian 

    Thanks for your time replying, I have done as instructed, however the debug tag assistant 

    https://tagassistant.google.com/

    Does not seem to find the tag, fails with:

    There are currently no debuggable Google tags at that address. Please verify that:

    There is a Google tag on the page.

    The Google tag is not a legacy tag. Learn more

    The Google tag is not being blocked, e.g. by a browser extension or a consent dialog.

  5. Hi Brian

     

    I would love to upgrade my small CubeCart store but I have 4 x SemperFIWebServices addons installed, not sure how far I can upgrade without breaking these and causing massive head ache for myself, main reason for wanting to upgrade CC is the PHP version:

    Custom Foundation 5 Skin Configuration 

    Homepage Featured Products

    Site Messages

    Special Content Boxes 

    finally found my old login details :)

     

     

  6. Further update,

    I followed the I cant login to the admin side of my store changed the password as instructed, it went all as expected, again when i try and login it just doesn't login past the login screen using the new password.

    i see the new password changed from 0 to 1 after i attempted to login and i see the login value go up except i can not login.

    So further investiation shows, in the store, if i try and add any item into my basket it does not add to the basket.

    Something is messed up, the cpanel lowest php version is 7.4 could this be the issue?  i can't remember the store version but its about 2 years since updating i bet it could be v6.2.5 as signature.

     

  7. I am trying to access it from home network on pc, i had tried using a commercial vpn and also mobile data before posting, i even used a site-to-site vpn to eliminate my ISP being the issue and another pc.

    I have that code to create the log renamed from a previuos debug ini-custom.inc.php-stopped 

    the problem when i renamed it i see i have another file with the name ini-custom.inc.php this contains the below code

    <?php
    
    if(
    
      (
    
        (isset($_GET['seo_path']) && $_GET['seo_path'] == "register")
    
        ||
    
        (isset($_GET['_a']) && $_GET['_a'] == "register")
    
      )
    
      &&
    
      !empty($_POST['first_name'])
    
      &&
    
      !empty($_POST['last_name'])
    
      && 
    
      (
    
        (!empty($_POST['phone']) && $_POST['phone']=="123456")
    
        ||
    
       # //preg_match('/[A-Z]\z/',trim($_POST['first_name']))===preg_match('/[A-Z]\z/',trim($_POST['last_name']))
    
        (ctype_upper(substr(trim($_POST['first_name']),-2)) && ctype_upper(substr(trim($_POST['last_name']),-2)))
    
        ||
    
        !empty($_GET['agreed'])
    
      )
    
    ) exit; // Kills PHP leaving browser with white screen
    if (preg_match('/.*[\x{0400}-\x{04ff}\x{0500}-\x{052f}\x{2de0}-\x{2dff}\x{a640}-\x{a69f}\x{1d2b}-\x{1d78}].*/u', $_POST['contact']['enquiry'])) exit;

     

  8. Hi Brian it's been a while hope your keeping well mate,

    Yes that is the url i have been using so that is correct, just not clear why I am unable to login to cubecart site or reset the admin password.

    I know people say they know the password but i use password manager across all my devices 99.9% sure its correct I have not changed it anyway.

    When I login it doesn't say wrong password or anything, should it?

    What would you recommend Brian?

    When I try resetting the password I receive the email, click the link, put new password in twice as requested but then it says wrong validation key or email.

    Is it possible I have been hacked and they have changed my password? 

    Cheers for your time replying.

    Foz

     

     

  9. After further investigation in public_html folder my admin folder has a different name eg admin_sGf07b but my web links saved are domain/admin_4Kpxxx 

    My provider moved over to a new system a few weeks back, not sure I've logged in since, could this explain my issues?

    I have tried the domain/admin_sGf07b but it resolves to the main landing page 

    any ideas?

  10. Who is the developer for the Braintree PayPal gateway? says Cubecart is that correct?

    i was going to drop an email to the dev asking about making the yellow PayPal checkout icon the same size as the secure checkout   

  11. the above edit no longer seems to work in 6.2.1, when i add google AdSense script into a source page/box it changes the code after save from this:-

    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    <!-- Right Box #3 content -->
    <ins class="adsbygoogle"
         style="display:block"
         data-ad-client="ca-pub-xxxxxxxxxxx"
         data-ad-slot="2445020xxx"
         data-ad-format="auto"></ins>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>

    to this

    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><!-- Right Box #3 content --><script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>

    using the above edit in 6.1.x seemed to work and it saved the code as is

×
×
  • Create New...