| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/nice/administrator/components/com_community/installer/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>JomSocial Web Installer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="JomSocial Web Installer">
<link rel="stylesheet" type="text/css" href="<?php echo JURI::root(); ?>/administrator/components/com_community/installer/css/bootstrap.min.css" media="screen" />
<!-- <link rel="stylesheet" type="text/css" href="css/bootstrap-responsive.min.css" media="screen" /> -->
<link rel="stylesheet" type="text/css" href="<?php echo JURI::root(); ?>/administrator/components/com_community/installer/css/style.css" media="screen" />
<!-- <link rel="shortcut icon" type="images/ico" href="" /> -->
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="<?php echo JURI::root(); ?>/administrator/components/com_community/installer/js/bootstrap.min.js" type="text/javascript"></script>
</head>
<body>
<div class="container">
<div id="js-installer">
<div class="js-header">
<h1>JomSocial</h1>
</div>
<div class="tabbable tabs-left">
<ul class="nav nav-tabs">
<li><a href="#step-one" data-toggle="tab">Welcome</a></li>
<li><a href="#step-three" data-toggle="tab">Unpacking files</a></li>
<li><a href="#step-seven" data-toggle="tab">Preparing database</a></li>
<li class="active"><a href="#step-nine" data-toggle="tab">Installing plugins</a></li>
<li><a href="#step-ten" data-toggle="tab">Installing modules</a></li>
<li><a href="#step-evelen" data-toggle="tab">Done</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="step-nine">
<div class="js-title clearfix">
<h2 class="pull-left">Installing JomSocial plugins</h2>
<div class="pull-right">
<a id="btn-next" href="#" class="btn disabled">Next »</a>
</div>
</div>
<div class="well">
<div class="tabular-data loosemargin">
<div class="progress progress-striped active">
<div class="bar" style="width: 40%;"></div>
</div>
<table class="table">
<tbody>
<tr>
<td>Installing plugins</td>
<td> </td>
<td class="right" id="step1"><span class="badge">Waiting</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
$(document).ready(function() {
plugin_plugin();
});
function plugin_plugin(){
$.ajax({
url: 'index.php?option=com_community&view=installer&task=ajax_plugins',
}).done(function() {
$('#step1').html('<span class="badge badge-success">Done</span>');
$('.bar').css('width', '100%');
plugin_done();
});
}
function plugin_done() {
var gotoURL, next, progress;
gotoURL = function gotoURL() {
window.location.href = "index.php?option=com_community&view=installer&task=modules";
};
next = $('#btn-next');
progress = $('.progress');
next.addClass('btn-primary');
next.removeClass('disabled');
next.on('click', function (e) {
e.preventDefault();
gotoURL();
return false;
});
progress.removeClass('progress-striped');
progress.addClass('progress-success');
next.click();
}
</script>
</body>
</html>