By just visuals, there is no proof of that at all. Just because it looks similar and has the same colors doesn’t mean it’s “stolen”. People use UI packages so you can go look at the forums and you can see lots of similar looking UIs.
Hello Johny, the script you mentioned is escrowed and contains entirely different functionalities from ours. Our script was developed using Tailwind CSS with predefined colors, which may also be the case for the script you referenced. However, we cannot confirm this as we have not purchased it.
Hi TJ, I have been using your script, adapted for qb-core and qb-target.
Thank you for the free script!
Just a suggestion if you want to improve the codebase:
consider making a bridge for qb-core and qb-target as well
illenium_appearance is a nice resource to see as an example to do the above
Can you consider optimizing your script so that it is not constantly making calls to the database?
10:10:46 PM [ script:oxmysql] [] tj_stands took 0.2540ms to execute a query!
10:10:46 PM [ script:oxmysql] DELETE FROM marketplace_stands WHERE rental_end <= NOW() []
10:10:46 PM [ script:oxmysql] [] tj_stands took 0.9350ms to execute a query!
10:10:46 PM [ script:oxmysql] DELETE FROM marketplace_stands
10:10:46 PM [ script:oxmysql] WHERE stand_id IN (
10:10:46 PM [ script:oxmysql] SELECT s.stand_id
10:10:46 PM [ script:oxmysql] FROM marketplace_stands s
10:10:46 PM [ script:oxmysql] LEFT JOIN marketplace_items i ON s.stand_id = i.stand_id
10:10:46 PM [ script:oxmysql] GROUP BY s.stand_id
10:10:46 PM [ script:oxmysql] HAVING SUM(i.quantity) IS NULL OR SUM(i.quantity) = 0
10:10:46 PM [ script:oxmysql] )
10:10:46 PM [ script:oxmysql] []
10:10:46 PM [ script:oxmysql] [] tj_stands took 0.6800ms to execute a query!
10:10:46 PM [ script:oxmysql] DELETE FROM marketplace_items WHERE stand_id NOT IN (SELECT stand_id FROM marketplace_stands) []
10:15:46 PM [ script:oxmysql] [] tj_stands took 0.2110ms to execute a query!
10:15:46 PM [ script:oxmysql] DELETE FROM marketplace_stands WHERE rental_end <= NOW() []
10:15:46 PM [ script:oxmysql] [] tj_stands took 0.7880ms to execute a query!
10:15:46 PM [ script:oxmysql] DELETE FROM marketplace_stands
10:15:46 PM [ script:oxmysql] WHERE stand_id IN (
10:15:46 PM [ script:oxmysql] SELECT s.stand_id
10:15:46 PM [ script:oxmysql] FROM marketplace_stands s
10:15:46 PM [ script:oxmysql] LEFT JOIN marketplace_items i ON s.stand_id = i.stand_id
10:15:46 PM [ script:oxmysql] GROUP BY s.stand_id
10:15:46 PM [ script:oxmysql] HAVING SUM(i.quantity) IS NULL OR SUM(i.quantity) = 0
10:15:46 PM [ script:oxmysql] )
10:15:46 PM [ script:oxmysql] []
10:15:46 PM [ script:oxmysql] [] tj_stands took 0.2390ms to execute a query!
10:15:46 PM [ script:oxmysql] DELETE FROM marketplace_items WHERE stand_id NOT IN (SELECT stand_id FROM marketplace_stands) []