SELECT data
  FROM phpwebgallery_sessions
  WHERE id = 'cb5426c62f5cbe36c638fac807a1972d'
;
[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 = 20

   ORDER BY file
;
[mysql error 1226] User 'bateauxdepeche' has exceeded the 'max_queries_per_hour' resource (current value: 50000)

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /web/bateauxdepeche/www/bateauxbase/include/functions.inc.php on line 972
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 (20))
;
[mysql error 1226] User 'bateauxdepeche' has exceeded the 'max_queries_per_hour' resource (current value: 50000)

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /web/bateauxdepeche/www/bateauxbase/include/functions_category.inc.php on line 106
SELECT CURDATE(), CURTIME()
;
[mysql error 1226] User 'bateauxdepeche' has exceeded the 'max_queries_per_hour' resource (current value: 50000)

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /web/bateauxdepeche/www/bateauxbase/include/functions.inc.php on line 544
INSERT INTO phpwebgallery_history
  (
    date,
    time,
    year,
    month,
    day,
    hour,
    user_id,
    IP,
    section,
    category_id,
    image_id,
    image_type,
    tag_ids
  )
  VALUES
  (
    '',
    '',
    ,
    ,
    ,
    ,
    2,
    '23.22.252.150',
    'categories',
    20,
    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,
    '23.22.252.150',
    'categories
BATEAUX DE PECHE DES COTES DE FRANCE :: Noirmoutier
La Guérinière, Le Collet, L'Epoids (Port du Bec), Les Brochets, L'Herbaudière, Noirmoutier-en-l'île
UPDATE phpwebgallery_sessions
  SET expiration = now(),
  data = ''
  WHERE id = 'cb5426c62f5cbe36c638fac807a1972d'
;
[mysql error 1226] User 'bateauxdepeche' has exceeded the 'max_queries_per_hour' resource (current value: 50000)