Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 578 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 578 Bytes

Klephtes

🗒 Klephtes is a free and opensource script to grab and stock your website-viewers' data in a database.
🖋 Fully written in PHP & SQL.

📌 Usage :

<?php

require_once "app.php";
__insert($_SERVER);
  • First, fullfill the settings file with your sql and database ids.
  • Then, require the app.php file.
  • Finally, just use the '__insert()' function with $_SERVER global function parameter.