www.kopipost.bookklik.com Open in urlscan Pro
2602:fed2:712e:1135::1  Public Scan

Submitted URL: https://www.kopipost.bookklik.com/
Effective URL: https://www.kopipost.bookklik.com/install/index.php
Submission: On February 18 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

Name: installation_formPOST

<form method="post" id="installation_form" name="installation_form" novalidate="novalidate">
  <input type="hidden" name="base_url" id="base_url" value="https://www.kopipost.bookklik.com/">
  <div class="wizard-header">
    <h3>
      <b>Install CyberBukit Automtaic Writing<b>
					<br>
                    <small>If you have any questions, shoot us an email: <b>support@cyberbukit.com</b></small>
      <br>
      </b></b>
    </h3><b><b>
               	</b></b>
  </div><b><b>
				<div class="wizard-navigation">
				  <ul class="nav nav-pills">
	                <li class="active" style="width: 33.3333%;"><a href="#S1" data-toggle="tab" aria-expanded="true">Requirement</a></li>
	                <li style="width: 33.3333%;"><a href="#S2" data-toggle="tab">Database</a></li>
	                <li style="width: 33.3333%;"><a href="#S3" data-toggle="tab">License</a></li>
	              </ul>
				<div class="moving-tab" style="width: 250px; transform: translate3d(0px, 0px, 0px); transition: all 0.3s ease-out 0s;">Requirement</div></div>
                <div class="tab-content">
				  <div class="tab-pane active" id="S1">
				    <div class="row">
					  <div class="col-lg-6 col-lg-offset-1 text-left">
					    <h5>PHP Version and Extensions :</h5>
					  </div>
					</div>
				    <div class="row">
					  <div class="col-lg-10 col-lg-offset-1 text-left">
					    <table class="table table-hover">
						  <tbody>
						    <tr>
							  <td width="50%" class="text-left">PHP Version ( &gt;= 7.2 )</td>
							  <td class="text-right">
							    <i class="fa fa-check text-success"></i>							  </td>
							</tr>
													    <tr>
							  <td class="text-left">mysqli_connect</td>
							  <td class="text-right"><i class="fa fa-check text-success"></i></td>
							</tr>
													    <tr>
							  <td class="text-left">mod_rewrite</td>
							  <td class="text-right"><i class="fa fa-question text-warning"></i></td>
							</tr>
													    <tr>
							  <td class="text-left">ZipArchive</td>
							  <td class="text-right"><i class="fa fa-check text-success"></i></td>
							</tr>
													    <tr>
							  <td class="text-left">gd</td>
							  <td class="text-right"><i class="fa fa-check text-success"></i></td>
							</tr>
													    <tr>
							  <td class="text-left">curl</td>
							  <td class="text-right"><i class="fa fa-check text-success"></i></td>
							</tr>
													  </tbody>
						</table>
					  </div>
					</div>
				    <div class="row">
					  <div class="col-lg-6 col-lg-offset-1 text-left">
					    <h5>Files and Diretory Writable Permissions :</h5>
					  </div>
					</div>
				    <div class="row">
					  <div class="col-lg-10 col-lg-offset-1 text-left">
					    <table class="table table-hover">
						  <tbody>
						    						    <tr>
							  <td class="text-left">/upload</td>
							  <td class="text-right"><i class="fa fa-check text-success"></i></td>
							</tr>
													    <tr>
							  <td class="text-left">/backup</td>
							  <td class="text-right"><i class="fa fa-check text-success"></i></td>
							</tr>
													    <tr>
							  <td class="text-left">/application/config</td>
							  <td class="text-right"><i class="fa fa-check text-success"></i></td>
							</tr>
													    <tr>
							  <td class="text-left">/application/logs</td>
							  <td class="text-right"><i class="fa fa-check text-success"></i></td>
							</tr>
													    <tr>
							  <td class="text-left">/application/cache/ci_session</td>
							  <td class="text-right"><i class="fa fa-check text-success"></i></td>
							</tr>
													  </tbody>
						</table>
					  </div>
					</div>
                  </div>
				  <input type="hidden" name="check_requirement_result" id="check_requirement_result" value="1">
                  <div class="tab-pane" id="S2">
				    <div class="row">
					  <div class="col-12">
					    <h4 class="info-text">Database Credentials</h4>
					  </div>
					</div>
					<div class="row">
					  <div class="col-lg-5 col-lg-offset-1">
					    <div class="form-group">
						  <label><span class="text-danger">*</span> Database Host</label>
                          <input type="text" class="form-control" id="db_host" name="db_host" value="localhost" required="" aria-required="true">
                        </div>
                      </div>
					  <div class="col-lg-5">
					    <div class="form-group">
						  <label><span class="text-danger">*</span> Database Name</label>
                          <input type="text" class="form-control" id="db_name" name="db_name" required="" aria-required="true">
                        </div>
                      </div>
					</div>
					<div class="row">
					  <div class="col-lg-5 col-lg-offset-1">
					    <div class="form-group">
						  <label><span class="text-danger">*</span> Database Username</label>
                          <input type="text" class="form-control" id="db_username" name="db_username" required="" aria-required="true">
                        </div>
                      </div>
					  <div class="col-lg-5">
					    <div class="form-group">
						  <label>Database Password</label>
                          <input type="password" class="form-control" id="db_password" name="db_password">
                        </div>
                      </div>
					</div>
					<div class="row">
					  <div class="col-lg-10 col-lg-offset-1">
					    <div class="form-group">
						  <label>Table Prefix (optional)</label>
                          <input type="text" class="form-control" id="db_prefix" name="db_prefix" placeholder="letter, number, underscore only, and different from the database's name">
                        </div>
                      </div>
					</div>
				  </div>
				  <div class="tab-pane" id="S3">
				    <div class="row">
					  <div class="col-lg-10 col-lg-offset-1">
					    <div class="form-group">
						  <label>Envato Purchase Code</label>
                          <input type="text" class="form-control" id="purchase_code" name="purchase_code">
                        </div>
					  </div>
				    </div>
					<div class="row">
					  <div class="col-lg-10 col-lg-offset-1">
					    <span id="alert_text" class="text-danger" style="display: none;"></span>
						<span id="success_text" class="text-success" style="display: none;">
						  Congratulations, The script is installed successfully!<br>
						  Now, you should :<br>
						  1. Remove the "install" directory.<br>
						  2. <a href="../">Click here</a> to sign in the system (Username:admin, Password:admin).
						</span>
					  </div>
					</div>
                  </div>
                </div>
                <div class="wizard-footer">
                  <div class="pull-right">
                    <input type="button" class="btn btn-next btn-fill btn-info btn-wd btn-sm" name="next" id="next" value="Next">
                    <input type="button" class="btn btn-finish btn-fill btn-info btn-wd btn-sm" name="finish" id="finish" value="Finish" style="display: none;">
                  </div>
                  <div class="pull-left">
                    <input type="button" class="btn btn-previous btn-fill btn-default btn-wd btn-sm disabled" name="previous" id="previous" value="Previous">
                  </div>
                  <div class="clearfix"></div>
                </div>
                
              </b></b>
</form>

Text Content

INSTALL CYBERBUKIT AUTOMTAIC WRITING
IF YOU HAVE ANY QUESTIONS, SHOOT US AN EMAIL: SUPPORT@CYBERBUKIT.COM


 * Requirement
 * Database
 * License

Requirement

PHP VERSION AND EXTENSIONS :

PHP Version ( >= 7.2 ) mysqli_connect mod_rewrite ZipArchive gd curl

FILES AND DIRETORY WRITABLE PERMISSIONS :

/upload /backup /application/config /application/logs
/application/cache/ci_session

DATABASE CREDENTIALS

* Database Host
* Database Name
* Database Username
Database Password
Table Prefix (optional)
Envato Purchase Code
Congratulations, The script is installed successfully!
Now, you should :
1. Remove the "install" directory.
2. Click here to sign in the system (Username:admin, Password:admin).