No, your configuration where you declare the paths. Anyways it looks like you are pointing to .../GAME/... when you should be using .../public_html/game/...
... ?
I have not stated that the problem is not server-side - of course it is. What I got from Moonstar's comment is that he suggested that the form didn't even submit (... because the form wouldn't submit on enter?). Correct me if I've misunderstood but that sounds unlikely.
Are you asking how to set this up on the actual tutorial thread? What do you need screenshots for? Try to follow the tutorial and if you run into problems, post your questions. Looks like this tutorial targets RevCMS, if you are using another CMS, chances are that findretros integration is...
Totally forgot that the templating worked outside of the view files. Cheers.
If i remember correctly though, the articles are being set in class.forms.php.
I don't quite get your question. The params you mention are just referring to the latest article record in your database, so you could just do a mysqli_query('SELECT title, caption, image FROM cms_articles ORDER BY created_at LIMIT 1') (pseudo code) and parse that. Why would you want to use it...
You can check if that template parameter has been set in your class.template.php. It will look something like this $this->setParams('coins', $users->getInfo($_SESSION['user']['id'] ,'credits')); . If you can't find it, just add it.
Most likely you'll find it by searching your css file for background: linear-gradient(deg, color1, color2) Remember that you can always use inspect element to identify html elements and their css classes.
You can go in your database and find the corresponding swf file that matches the furni id in the furniture table (name depends on emulator if I remember correctly).