Hendaye, Saint-Jean-de-Luz
SELECT data FROM phpwebgallery_sessions WHERE id = '5c44743bd81152c4ff2cab419bfa4101' ; [mysql error 1226] User 'bateauxdepeche' has exceeded the 'max_queries_per_hour' resource (current value: 50000)
SELECT DISTINCT(image_id)
FROM phpwebgallery_image_category
INNER JOIN phpwebgallery_images ON id = image_id
WHERE
category_id = 3
ORDER BY file
;
[mysql error 1226] User 'bateauxdepeche' has exceeded the 'max_queries_per_hour' resource (current value: 50000)SELECT id, name, permalink, nb_images, global_rank, date_last, max_date_last, count_images, count_categories FROM phpwebgallery_categories INNER JOIN phpwebgallery_user_cache_categories ON id = cat_id and user_id = 2 WHERE (id_uppercat is NULL OR id_uppercat IN (3)) ; [mysql error 1226] User 'bateauxdepeche' has exceeded the 'max_queries_per_hour' resource (current value: 50000)
SELECT id, name, permalink, representative_picture_id, comment, nb_images, date_last, max_date_last, count_images, count_categories FROM phpwebgallery_categories INNER JOIN phpwebgallery_user_cache_categories ON id = cat_id and user_id = 2 WHERE id_uppercat = 3 ORDER BY rank ; [mysql error 1226] User 'bateauxdepeche' has exceeded the 'max_queries_per_hour' resource (current value: 50000)
SELECT CURDATE(), CURTIME() ; [mysql error 1226] User 'bateauxdepeche' has exceeded the 'max_queries_per_hour' resource (current value: 50000)
INSERT INTO phpwebgallery_history
(
date,
time,
year,
month,
day,
hour,
user_id,
IP,
section,
category_id,
image_id,
image_type,
tag_ids
)
VALUES
(
'',
'',
,
,
,
,
2,
'54.234.126.92',
'categories',
3,
NULL,
NULL,
NULL
)
;
[mysql error 1064] 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 '
,
,
,
2,
'54.234.126.92',
'categories
UPDATE phpwebgallery_sessions SET expiration = now(), data = '' WHERE id = '5c44743bd81152c4ff2cab419bfa4101' ; [mysql error 1226] User 'bateauxdepeche' has exceeded the 'max_queries_per_hour' resource (current value: 50000)