Search found 1273 matches

Search found 1273 matches

Re: 99% MySQL usage from search query attack?

If you are only mentioning about part of code the fixed I already provide you can give it short 😉

Jump to post
  • Sun Mar 23, 2025 7:31 am
  • Replies 25
  • Views 882
Re: 99% MySQL usage from search query attack?

They did mentioned about model file . You can share your model file here.

Also do share where is the part of code which is in discussion.

Jump to post
  • Sun Mar 23, 2025 1:51 am
  • Replies 25
  • Views 882
Re: 99% MySQL usage from search query attack?

You could do it like this. if (empty($url)) { $route = $this->db->escape($data['route']); // Escape the route input to prevent SQL injection $language_id = (int)$this->config->get('config_language_id'); // Ensure language_id is cast to integer $query = $this->db->query("SELECT * FROM " . D...

Jump to post
  • Thu Mar 20, 2025 11:44 pm
  • Replies 25
  • Views 882
Re: Call us for Pricing (Opencart Version 3.0.2.0)

You can ask the extension developer to fix it for you.
Or alternatively you can post in commercial section of the forum or drop me email for paid assistance.

Jump to post
  • Thu Feb 13, 2025 9:40 am
  • Replies 1
  • Views 500
Re: Shipping cost for each product

softmonke wrote:
Thu Feb 13, 2025 3:20 am
I recommend ClearThinking's Ultimate Shipping.
I will second this

Jump to post
  • Thu Feb 13, 2025 9:36 am
  • Replies 3
  • Views 1241
Re: opencart myob intergration/syncing

You need to proivde more details about your opencart store and about the platform you are referring to. If you need paid assistance do drop me email

Jump to post
  • Sat Feb 01, 2025 12:48 am
  • Replies 2
  • Views 1389
Re: Creating shipping orders using the API

Sure,
Drop me email for an estimate.

Jump to post
  • Wed Jan 29, 2025 7:05 pm
  • Replies 1
  • Views 336
Re: I lost the database of my opecart project due to data corruption

paulfeakins wrote:
Mon Jan 27, 2025 8:13 pm
limberthugo wrote:
Mon Jan 27, 2025 2:34 pm
Hello, I lost the database of my opecart project due to data corruption, how do I restore the database?
Ask your web host to do it from their backups and job done.
What host? He is using Xamp server on his windows in C drive.

Jump to post
  • Wed Jan 29, 2025 11:54 am
  • Replies 3
  • Views 643
Re: Inventory report that shows zero on hand?

???
Screenshot from 2025-01-28 22-20-31.png
Reports
All the default reports can be found in the Reports/reports section.
If you need more specific you might need a module or custom work to achieve that.

Jump to post
  • Tue Jan 28, 2025 10:22 pm
  • Replies 6
  • Views 550
Re: Not receiving order email anymore

Seems you don't have much of grip on what's being asked and how to provide the relevant information. You can drop me email for paid assistance.

Jump to post
  • Tue Jan 28, 2025 10:17 pm
  • Replies 5
  • Views 1013
Re: Not receiving order email anymore

a) Have you confirmed if the order emails are being sent out at all? b) Have you checked if the emails are being delivered to your Spam folder? c) Are both websites hosted on the same server and under the same domain? d) What if there is an issue with the mail server? e) Have you checked all your se...

Jump to post
  • Sun Jan 26, 2025 10:10 am
  • Replies 5
  • Views 1013
Re: [Solved] PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...

because this part "'?', search_term = '' where tracking_id='258#'" on the error message might have been provided as a parameter in a request as opposed to being part of your source code. This could also mean a possible SQL injection attack or test. Can you confirm if the tracking_id='258#...

Jump to post
  • Fri Jan 17, 2025 9:14 am
  • Replies 18
  • Views 1646
Re: Orders getting swamped with orders from johnsmith005@storebotmail.joonix.net

Nothing to worry here, its a google bot when you run the Google ads they have this bot which makes sure that your feed data and checkout page etc are in functional. if you open any of those orders you will see that the Shipping Address Google Storebot 1600 Amphitheatre Parkway First floor mountain v...

Jump to post
  • Wed Jan 15, 2025 1:52 pm
  • Replies 4
  • Views 1379
Re: PHP Warning: mysqli::query(): (42000/1064): You have an error in your SQL syntax; check the manual...

open your terminal and then you can search your resource like this.

Code: Select all

grep -rnw '/path/to/your/project' -e 'tracking_id' --include=\*.php | grep -E 'UPDATE|INSERT|SELECT'

Jump to post
  • Wed Jan 15, 2025 1:49 pm
  • Replies 18
  • Views 1646
Re: Problems with JavaScript Function Execution After OpenCart v3 Update

You mentioned custom javascript? Is it part of some extension? From which versions you upgraded can you share the site url?

Jump to post
  • Tue Jan 07, 2025 2:23 pm
  • Replies 1
  • Views 1092
Re: SEO links whithout FollowSymlinks

Always submit the full OC version and theme being used.
Are you using nginx or apache?
Is it shared hosting or dedicated server?

Jump to post
  • Tue Jan 07, 2025 2:20 pm
  • Replies 8
  • Views 1182

Search found 1273 matches