« Hawkeye Reloaded/Interface Web » : différence entre les versions

De Nefald Wiki
Aller à la navigation Aller à la recherche
Hiob (discussion | contributions)
Page créée avec « {{Rédaction en cours}} 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 up... »
 
Hiob (discussion | contributions)
mAucun résumé des modifications
Ligne 1 : Ligne 1 :
{{Rédaction en cours}}
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+.
[[Fichier:HawkEye_Browser.jpg|thumb|300px|Apparence de l'interface lors d'une recherche.]]


* before attempting to download the interface you *MUST* check your php version. If it is not 5.3+ hawkeye interface will not function!
* Avant de télécharger l'inteface, vous devez vérifier votre version de '''php'''. Si il ne s'agit pas de la '''version 5.3 ou supérieure''', l'interface ne fonctionnera pas! Mettez à jour si vous le pouvez.
 
;Simply use:


* Utilisez tout simplement la commande suivant pour le vérifier :
<syntaxhighlight lang="bash">php -v</syntaxhighlight>
<syntaxhighlight lang="bash">php -v</syntaxhighlight>


To check your installed php version!
* Téléchargez l'interface sur le github de HK, de préférence la dernière version [https://github.com/bob7l/HawkReloaded/tree/master/HawkEye%20Interface ici]
 
* Download the interface from our github! Preferably the latest build. https://dl.dropbox.com/s/67ava03odvagiqj/HawkEye%20Interface.zip
 
* Drop the contents under either:
 
<code>/var/www/html/(your folder name)</code>


or for webservers:
* Glissez le contenu dans votre dossier web <code>/var/www/html/votrerépertoire</code>


<code>/public_html/(your folder name)</code>
* Editez le fichier  ''config.php'' pour l'adapter à votre mySQL
 
* Edit config.php to fit your mysql!
<syntaxhighlight lang="php">
<syntaxhighlight lang="php">
//Do not change 'dbTable'
//Do not change 'dbTable'
Ligne 34 : Ligne 23 :
</Syntaxhighlight>
</Syntaxhighlight>


* Navigate to:
* Naviguez jusqu'à l'adresse http://YOUR-IP/hawkeye/index.php
 
* Et voilà!
http://YOUR-IP/hawkeye/index.php


* enjoy!


please note! We changed a few things, the actual interface may look different then this
[[Catégorie:Plugin installé]]
[[Catégorie:Plugin installé]]

Version du 13 février 2014 à 13:41

Apparence de l'interface lors d'une recherche.
  • Avant de télécharger l'inteface, vous devez vérifier votre version de php. Si il ne s'agit pas de la version 5.3 ou supérieure, l'interface ne fonctionnera pas! Mettez à jour si vous le pouvez.
  • Utilisez tout simplement la commande suivant pour le vérifier :
php -v
  • Téléchargez l'interface sur le github de HK, de préférence la dernière version ici
  • Glissez le contenu dans votre dossier web /var/www/html/votrerépertoire
  • Editez le fichier config.php pour l'adapter à votre mySQL
//Do not change 'dbTable'
"dbHost"  => "123.123.123:3306",
"dbDbase" => "minecraft",
"dbUser"  => "root",
"dbPass"  => "mypassword",
"dbTable" => "hawkeye",
"dbPlayerTable" => "hawk_players",
"dbWorldTable" => "hawk_worlds",