If your looking for a free domain why not try: https://www.freenom.com/en/index.html?lang=en
This will give you a free domain of what you prefer and will be easier then asking people to donate one, yes it does not look professional. But if you are using this to just start out this will be easier.
I remember when I started out I used CO.CC many years ago 🙂
If you are doing if statements for comparisons you should be using at least == operator
if($row['type'] = 'enemy')
That is your is statements which is setting the variables to enemy as you are only using single =
Your query is malformed
"SELECT *
FROM `marketaddlogs` AS `mal`
JOIN `marketremovelogs` AS `mrl`
ON `mal`.`UID` = `mrl`.`UID`
WHERE `mal`.`CAT` = 'item'
ORDER BY `mal.TIME` DESC
LIMIT $st, $app"
You on have to use mrl.name
You do not need to put mrl infront after the.
Adobe Flash has not been supported by Adobe since 31st December 2020, and you are unable to use these games in browser since around then.
If you were to want a arcade for you website you would need to update to Html 5 games
If they are seperate operations and not reliant on each other, i prefer to make them seperate querys. Makes it easy for other devs and easier for debugging