Home

Website – Install Script

Loading… Wait please. Be patient!

<img src="”>

Install Script

REQUIREMENTS
* Current Settings Required Settings Status
PHP Version +

MySQLi On

Off

On

cURL On

Off

On

allow_url_fopen On

Off

On

mbstring On

Off

On

Zip On

Off

On

‘install-form’]); ?>

MySQL Settings
<?php

echo form_label("Host *“, ‘host’, [
‘class’ => ‘form-text font-weight-bold’
]);

echo form_input([
‘name’ => ‘host’,
‘class’ => ‘form-control’,
‘type’ => ‘text’,
‘value’ => set_value(“host”),
‘placeholder’ => ‘localhost’
]);
?>

<?php
echo form_label("Database user *“, ‘db_user’, [
‘class’ => ‘form-text font-weight-bold’
]);

echo form_input([
‘name’ => ‘db_user’,
‘class’ => ‘form-control’,
‘type’ => ‘text’,
‘value’ => set_value(“db_user”),
‘placeholder’ => ‘Database user’
]);
?>

<?php
echo form_label("Database password *“, ‘db_password’, [
‘class’ => ‘form-text font-weight-bold’
]);

echo form_input([
‘name’ => ‘db_password’,
‘class’ => ‘form-control’,
‘type’ => ‘text’,
‘value’ => set_value(“db_password”),
‘placeholder’ => ‘Database password’
]);
?>

<?php
echo form_label("Database name *“, ‘db_name’, [
‘class’ => ‘form-text font-weight-bold’
]);

echo form_input([
‘name’ => ‘db_name’,
‘class’ => ‘form-control’,
‘type’ => ‘text’,
‘value’ => set_value(“db_name”),
‘placeholder’ => ‘Database name’
]);
?>

Control Panel Admin Access
<?php
echo form_label("Name *“, ‘username’, [
‘class’ => ‘form-text font-weight-bold’
]);

echo ‘





‘;

echo form_input([
‘name’ => ‘name’,
‘class’ => ‘form-control’,
‘type’ => ‘text’,
‘value’ => set_value(“name”),
‘placeholder’ => “Your name”,
]);

echo ‘

‘;
?>

<?php
echo form_label("Username *“, ‘username’, [
‘class’ => ‘form-text font-weight-bold’
]);

echo ‘





‘;

echo form_input([
‘name’ => ‘username’,
‘class’ => ‘form-control’,
‘type’ => ‘text’,
‘value’ => set_value(“username”),
‘placeholder’ => “Username”,
‘maxlength’ => 15
]);

echo ‘

‘;
?>

<?php
echo form_label("Email *“, ’email’, [
‘class’ => ‘form-text font-weight-bold’
]);

echo ‘





‘;

echo form_input([
‘name’ => ’email’,
‘class’ => ‘form-control’,
‘type’ => ’email’,
‘value’ => set_value(“email”),
‘placeholder’ => “Email”
]);

echo ‘

‘;
?>

<?php
echo form_label("Password *“, ‘password’, [
‘class’ => ‘form-text font-weight-bold’
]);

echo ‘





‘;

echo form_input([
‘name’ => ‘password’,
‘class’ => ‘form-control’,
‘type’ => ‘password’,
‘value’ => set_value(“password”),
‘placeholder’ => “Password”
]);

echo ‘

‘;
?>

<?php
echo form_label("Timezone *“, ‘timezone’, [
‘class’ => ‘form-text font-weight-bold’
]);

echo ”;

echo ‘Choose a timezone’;
foreach (timezone_list() as $key => $value) :
echo ” . $value[‘time’] . ”;
endforeach;

echo ”;
?>

‘install’,
‘class’ => ‘btn btn-lg btn-primary w-100’,
‘id’ => ‘button-install’,
‘type’ => ‘submit’,
‘value’ => “Install”
]);
?>

You do not have the requirements for script installation.

<script src="”>
<script src="”>
<script src="”>

Design a site like this with WordPress.com
Get started