Hawkeye - WebInterface
- Groove
- Příspěvky: 43
- Věk: 31
- Registrován: 25 úno 2012, 21:44
- Reputation: 0
- Kontaktovat uživatele:
Re: Hawkeye - WebInterface
Tak mám další problém. Sice to vypadá že je vše připojené, ale ať zkouším hledat cokoli nikdy nic nenajde. Po kliknutí na Search je v results stále "Click Search to Retrieve Data"
- Vojko
- Příspěvky: 3247
- Věk: 28
- Registrován: 24 dub 2011, 11:47
- Reputation: 1
- Bydliště: Slovensko, Bratislava
Re: Hawkeye - WebInterface
Musíš vybrať, čo má vyhľadať.
Zadaj tam meno hráča a "zaškrtej" Join, a daj Search.
Zadaj tam meno hráča a "zaškrtej" Join, a daj Search.
Aj keď tu na fóre nie som aktívny, môžete mi písať na Skype, E-Mail, ...
- Groove
- Příspěvky: 43
- Věk: 31
- Registrován: 25 úno 2012, 21:44
- Reputation: 0
- Kontaktovat uživatele:
Re: Hawkeye - WebInterface
Právě že to dávám a po Search stále "Click Search to Retrieve Data" zkoušel jsem už hromadu kombinací co hledat a pořád nic
- Vojko
- Příspěvky: 3247
- Věk: 28
- Registrován: 24 dub 2011, 11:47
- Reputation: 1
- Bydliště: Slovensko, Bratislava
Re: Hawkeye - WebInterface
Skopíruj sem config.php
Aj keď tu na fóre nie som aktívny, môžete mi písať na Skype, E-Mail, ...
- Groove
- Příspěvky: 43
- Věk: 31
- Registrován: 25 úno 2012, 21:44
- Reputation: 0
- Kontaktovat uživatele:
Re: Hawkeye - WebInterface
Tady:
Kód: Vybrat vše
<?php
///////////////////////////////////////////////////
// HawkEye Interface Config File //
// by oliverw92 //
///////////////////////////////////////////////////
// Edit the config array below with your //
// details. Make sure all strings are //
// escaped. If you can't work this out, //
// ask in the thread on bukkit.org. //
///////////////////////////////////////////////////
$hawkConfig = array(
//Enter your MySQL database information
//Do not change 'dbTable'
"dbHost" => "chuck.fakaheda.eu:3306",
"dbDbase" => "XXX",
"dbUser" => "XXX",
"dbPass" => "XXX",
"dbTable" => "hawkeye",
"dbPlayerTable" => "hawk_players",
"dbWorldTable" => "hawk_worlds",
//Set this to the password you want people to have to use to access the interface
//Leave blank for no password
"password" => "XXX",
//Default radius to search for if user supplies a location
"radius" => 30,
//Limit the maximum number of results that can be returned. Do not use quotes
//Set to 0 for no limit
"maxResults" => 0,
//Language pack - default is english.php
//You can create your own based off the english.php file,
//then change the name below to your language file name
"langFile" => "english.php",
//Log queries to log.txt
//Useful to keep track of who is querying what
"logQueries" => true,
//Use forum for authentication?
//Default is false
"forumAuth" => false,
//The relative location for the forum to this file.
//Default is "../forum/"
"forumDir" => "../forum/",
//The type of forum that will be used.
//Default is phpbb3
//Available types are: phpbb3 and smf
"forumType" => "phpbb3"
);
//The user wants to use forumAuth
if ($hawkConfig["forumAuth"])
{
//We need to require the specified forumType. Hopefully we support it (Or the user is using their own file)
require('./forumAuth/'.$hawkConfig['forumType'].'.php');
}
$con = mysql_connect($hawkConfig["dbHost"], $hawkConfig["dbUser"], $hawkConfig["dbPass"]);
if (!$con)
return error("Could not connect to MySQL Database!");
if (!mysql_select_db($hawkConfig["dbDbase"], $con))
return error(mysql_error());
mysql_query("SET NAMES UTF8");
function handleError($errno, $errstr, $errfile, $errline, array $errcontext) {
// error was suppressed with the @-operator
if (0 === error_reporting()) return false;
throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
}
?>
- Vojko
- Příspěvky: 3247
- Věk: 28
- Registrován: 24 dub 2011, 11:47
- Reputation: 1
- Bydliště: Slovensko, Bratislava
Re: Hawkeye - WebInterface
Nevidím tam žiadnu chybu, malo by ti to ísť.
Skús to hodiť na iný webhosting.
Skús to hodiť na iný webhosting.
Aj keď tu na fóre nie som aktívny, môžete mi písať na Skype, E-Mail, ...
- Groove
- Příspěvky: 43
- Věk: 31
- Registrován: 25 úno 2012, 21:44
- Reputation: 0
- Kontaktovat uživatele:
Re: Hawkeye - WebInterface
Zkusil sem jiný hosting, ale porad sejný problém
- Vojko
- Příspěvky: 3247
- Věk: 28
- Registrován: 24 dub 2011, 11:47
- Reputation: 1
- Bydliště: Slovensko, Bratislava
Re: Hawkeye - WebInterface
Zadávaš správne heslo a tú cestu ?
Pošli mi originál do PM-ky ...
Aby tam nebol tá cenzúra.
Pošli mi originál do PM-ky ...
Aby tam nebol tá cenzúra.
Aj keď tu na fóre nie som aktívny, môžete mi písať na Skype, E-Mail, ...
- Groove
- Příspěvky: 43
- Věk: 31
- Registrován: 25 úno 2012, 21:44
- Reputation: 0
- Kontaktovat uživatele:
Re: Hawkeye - WebInterface
Heslo i jméno mam správně kontroloval jsem to ještě teď s mailem. Restart serveru je asi blbost co ?
- Vojko
- Příspěvky: 3247
- Věk: 28
- Registrován: 24 dub 2011, 11:47
- Reputation: 1
- Bydliště: Slovensko, Bratislava
Re: Hawkeye - WebInterface
Blbosť to je, ale skús to.
Aj keď tu na fóre nie som aktívny, môžete mi písať na Skype, E-Mail, ...
Kdo je online
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 60 hostů