| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/icd/administrator/components/com_mobilejoomla/scientia/ |
Upload File : |
<?php
/**
* Mobile Joomla!
* http://www.mobilejoomla.com
*
* @version 1.2.5.1
* @license GNU/GPL v2 - http://www.gnu.org/licenses/gpl-2.0.html
* @copyright (C) 2008-2013 Kuneri Ltd.
* @date March 2013
*/
defined('_JEXEC') or die('Restricted access');
global $mootools;
?><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="<?php echo $mootools; ?>" type="text/javascript"></script>
<script src="main.js" type="text/javascript"></script>
</head>
<body>
<h1>Problem with remote connection</h1>
<p>Your server does not support remote connections. Please download Scientia Mobile DB-API Plugin manually, install as any other Joomla! plugin.</p>
<div>
<div class="floatleft"><a href="http://www.mobilejoomla.com/" target="_blank" class="button enabled">Download</a></div>
<div class="floatleft"><a href="index.php?action=install" class="button enabled">Try again</a></div>
</div>
<div class="clear"></div>
</body>
</html>