Hey,
I've noticed that you can use WPE Pro packet editor to script catalogue's on hotels using Phoenix emulator. I don't know how it's done, but it has been done on a friend of mines hotel. You can also use it to script the clothes to alternate colors to change quickly.
This is a temporary fix, and not the best way to do it. But, it works until you figure out the real way. This disables Opera browser from using your client. So if people use it, then they're out of luck and have to find another browser. The scripting is done through Opera.
Add this to client.php (RevCMS) and either client.tpl or client.php in Uber (I don't use Uber):
Go ahead and flame me, whatever. If you know the real way to patch these, then share please!Code:<?php $check = $_SERVER["HTTP_USER_AGENT"]; if(strpos($check, "Opera") !== false) { die("You cannot use this browser on Your Hotel. Please download and use <a href='http://google.com/chrome'>Google Chrome</a> for a faster, better experience."); } ?>
Credits:
Jonteh - 100%





