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)

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 (3))
;
[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
  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)

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /web/bateauxdepeche/www/bateauxbase/include/category_cats.inc.php on line 82
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,
    '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
BATEAUX DE PECHE DES COTES DE FRANCE :: Bayonne
  •  
  • afficher à plat les éléments des catégories et des sous-catégories
  • afficher un calendrier par date d'ajout
  • afficher un calendrier par date de création

Bayonne

Hendaye, Saint-Jean-de-Luz
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)