Hawkeye Reloaded/Interface Web
Rédaction en cours
Cet article et en cours de rédaction, les informations qu'il apporte peuvent être modifiées voire être remplacées. Référez-vous à la catégorie Rédaction en cours pour voir l'ensemble des pages incomplètes.
Here is a simple tutorial i made! Please feel free to ask questions if you do not understand something!
Please note, The web-Interface has been updated and will only function on HawkEye Reloaded builds 1.5+.
- before attempting to download the interface you *MUST* check your php version. If it is not 5.3+ hawkeye interface will not function!
- Simply use
<syntaxhighlight lang="bash">php -v</syntaxhighlight>
To check your installed php version!
- Download the interface from our github! Preferably the latest build. https://dl.dropbox.com/s/67ava03odvagiqj/HawkEye%20Interface.zip
- Drop the contents under either:
/var/www/html/(your folder name)
or for webservers:
/public_html/(your folder name)
- Edit config.php to fit your mysql!
<syntaxhighlight lang="php"> //Do not change 'dbTable' "dbHost" => "123.123.123:3306", "dbDbase" => "minecraft", "dbUser" => "root", "dbPass" => "mypassword", "dbTable" => "hawkeye", "dbPlayerTable" => "hawk_players", "dbWorldTable" => "hawk_worlds", </Syntaxhighlight>
- Navigate to:
http://YOUR-IP/hawkeye/index.php
- enjoy!
please note! We changed a few things, the actual interface may look different then this