Menü
Top Spiele
SQL Error
select g.id, g.title, g.plays, c.name from games g
left join categories c on c.id=g.category
order by g.plays desc limit 5
Table 'zocke_es_data.games' doesn't exist
Neueste Spiele
SQL Error
SELECT g.id, g.title, g.plays, c.name FROM games g
LEFT JOIN categories c on c.id=g.category
WHERE g.active = 'ja'
ORDER by g.id DESC LIMIT 5
Table 'zocke_es_data.games' doesn't exist
gerade gespielt
SQL Error
SELECT u.user_name, u.game_id, u.time, g.title, g.plays, c.name
FROM `user_stats` u
LEFT JOIN `games` g ON u.game_id = g.id
LEFT JOIN `categories` c ON c.id = g.category
WHERE g.active = 'ja'
ORDER BY u.time DESC
LIMIT 10
Table 'zocke_es_data.user_stats' doesn't exist
SQL Error
SELECT * FROM links WHERE approved='yes' ORDER BY `links`.`in` DESC LIMIT
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
zocke.es ~ Partnerlinks
$settings = mysql_query("select * from settings");
$setting = mysql_fetch_array($settings);
$seolink = $setting['seolink'];
$select_links = mysql_query("SELECT * FROM links WHERE approved='yes' ORDER BY `in` DESC LIMIT 15");
while($links = mysql_fetch_array($select_links)){
if ($seolink==yes) {
echo '
' . $links['text'] . '- ' . $links[description] . ' [In: ' . $links[in] . ']
';
} elseif ($seolink==no) {
echo '
' . $links[text] . '- ' . $links[description] . ' [In: ' . $links[in] . ' - Out: ' . $links[out] . ']
';
}
}
?>
Füge deinen Link hinzu
Suche
Login
Webtipps
Top Zocker
SQL Error in statement
select * from user order by plays desc limit 5
Table 'zocke_es_data.user' doesn't exist
20 Top Spieler
Top Zocker (24h)
SQL Error in statement
SELECT user_name, count(game_id) AS Spiele
FROM `user_stats`
WHERE `time` > ( UNIX_TIMESTAMP( ) -86400 )
GROUP BY user_name
ORDER BY `Spiele` DESC
LIMIT 10
Table 'zocke_es_data.user_stats' doesn't exist
Statistiken
SQL Error in statement
select numbers from stats where site = :site and name = 'totalplays'
Table 'zocke_es_data.stats' doesn't existSQL Error in statement
select numbers from stats where site = :site and name = 'dayplays'
Table 'zocke_es_data.stats' doesn't existSQL Error in statement
select count(games.id) as count from games
Table 'zocke_es_data.games' doesn't existSQL Error in statement
SELECT count(id) as totalcomm FROM comments
Table 'zocke_es_data.comments' doesn't exist gespielte Games heute:
gesamt gespielte
Games:
Gesamtanzahl Games:
Gesamtanzahl Kommentare:
Besucher online:
0