Hello
I review the code generated from your site. I seem original. it mean my plugin didn’t work on your site by 2 reason:
– my plugin have not been actived
or – your host prevent some php function (auto read and write by script – for beter security reason) so you can’t use my plugin to active plugin
But, it doesn’t mean there are no way to make it work
you can munual download this plugin file, then add your infomation to plugin file, then upload it to your site again.
This is the list of file you should edit to make this plugin active
..wp-content\plugins\zen-mobile-app-native\android\base_url.js (1 hit)
Line 1: var url = “https://example.com”;
..wp-content\plugins\zen-mobile-app-native\server\admin_nta\db.php (2 hits)
Line 10: $base_url = “https://example.com”;
Line 11: $plugin_url = “https://example.com”;
..wp-content\plugins\zen-mobile-app-native\server\function.php (2 hits)
Line 1: <?php function dataxnam_base(){ $iba = new mysqli(“127.0.0.1”, “database_username”,”database_password” ,”database_name” ); if (!$iba) throw new Exception(“Error…”); else return $iba; } $base_url = “https://example.com”; $plugin_url = “https://example.com”; $table_prefix = “wp_”; ?>