Jump to content

yorksred

Member
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

yorksred's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. thanks for the help. These were just tonnes of failed logins at the customer login page, it wasn't creating fake accounts just tring to login in with hundreds of different email address I did manage to block the ip I tried the deny from in htaccess instantly as I have blocked a few ip addresses already but for some reason it didn't work. After googling a bit that deny from wasn;t working I found a few suggestions so added the following to the htaccess file SetEnvIf remote_addr ^xxx.xxx.xx.xxx$ block=1 Order allow,deny allow from all deny from env=block and RewriteCond %{REMOTE_ADDR} ^xxx.xxx.xx.xxx [OR] RewriteCond %{HTTP:VIA} ^xxx.xxx.xx.xxx [OR] RewriteCond %{HTTP:FORWARDED} ^xxx.xxx.xx.xxx [OR] RewriteCond %{HTTP:USERAGENT_VIA} ^xxx.xxx.xx.xxx [OR] RewriteCond %{HTTP:X_FORWARDED_FOR} ^xxx.xxx.xx.xxx [OR] RewriteCond %{HTTP:PROXY_CONNECTION} ^xxx.xxx.xx.xxx [OR] RewriteCond %{HTTP:XPROXY_CONNECTION} ^xxx.xxx.xx.xxx [OR] RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} ^xxx.xxx.xx.xxx [OR] RewriteCond %{HTTP:HTTP_CLIENT_IP} ^xxx.xxx.xx.xxx RewriteRule ^(.*)$ - [F] Not sure what is means lol but the the login attempts stopped almost instantly
  2. I currently have 6400+ people online mostly from he same ip address all with these failed logins. I have put the ip into cpanel ipblocker but made no difference and this number is increasing by the minute. I have had to take my store offline anyway to stop this ?
  3. Sorry to bump old thread but may help other people I was having problems with search where I could search the first 3 words of the title of one of my products and it would appear on the 3rd page of results, while products with non of those words would be at the top of the results. Very strange the cubecart search function lol. Changing the relevance didn't help. Any way using this thread and the one linked I managed to sort it by deleting OR I.description RLIKE '".$regexp."' and changing $search_mode = 'fulltext' to $search_mode = 'like' in the /classes/catalogue.class.php file This worked for me as I feel it was more important to search the title than the description.
  4. Thanks for this, I'll check out the demo of that plugin.
  5. thankyou thats great. the only reason I didn;t want pending was so it would be easy to differentiate between a completed order to review and a order that was ever paid for which would still be classed as pending. but its ok i will just check the order thanks again
  6. can anyone at cubecart please help me with this. is there an edit I can do so that after a successful payment for a digital product via paypal. the order status DOES NOT go to order compete but to processing so that I can manually complete the order Thanks
  7. that email address override seems a bit pointless. It tries to match the post address before you can even try logging into paypal lol. so will always be wrong. Would be prefect if it made you use the registered email
  8. not using paypal isn't really an option, tried it before and sales drop dramitically. the paypal averride box is unchecked for me, no idea what that is
  9. I have a store selling digital only products which are instantly downloadable after purchase. The problem I have is every so often I get a number of products purchased with what I presume are stolen/hacked paypal accounts. I then get emails from the owner of the accounts or disputes from paypal. which puts pressure on my paypal account and which has resulted in my account being permanently limited in the past. The only way round this I see is to put a note on the registration form that if paying via paypal their registered email must match their paypal account. This way I could check it before completing the purchase and sending them the link to their paypal email. This is really how a store should work anyway digital products should be sent to the paypal email address not the address they use to signup with., even a physical product should be sent to the customers paypal address. I want to keep products as a digital product with a download link. So is there a way to manually complete a digital product purchase. ie keep it processing even after successful paupal purchase. At first I thought about just editing the digital download email but the product would still be downloadable from their account. When a digital purchase has been made where can I change it so the status is updated to processing rather than complete Thanks
×
×
  • Create New...