Forum du clan Vioc

Clan [Vioc] - Geriatric Gaming Club since A.D. MMIII - [Vioc] Parkinson nous fait cliquer plus vite, Alzheimer nous fait oublier le résultat.
It is currently 28 Jun 2025 8:40

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 28 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Site photo en PHP
PostPosted: 06 May 2010 20:59 
Offline
oo
User avatar

Joined: 11 Oct 2003 8:42
Posts: 8652
Location: Idéalement? Dans mon lit!
Est ce que quelqu'un saurait comment faire un site dans ce genre là :

http://feaverishphotography.com/tiny_animals

Comment j'ai vu plusieurs site bâti sur ce modèle je me dis que c'est sans doute généré par un logiciel. Quelqu'un a une idée?

_________________
Image


Top
 Profile E-mail  
 
 Post subject: Re: Site photo en PHP
PostPosted: 06 May 2010 21:21 
Offline
Old Of Warcraft
User avatar

Joined: 09 Oct 2003 10:20
Posts: 5374
Location: Grenoble
Ce qu'on a au boulot depuis des annees et qui marche vraiment tres bien , c'est gallery.
http://gallery.menalto.com/gallery

Apres, il faut surement fouiller parmi les themes, voire developper un peu de javascript par dessus, pour avoir des effets delamorkitu (modify what you want, it's opensource, baby !), mais niveau fonctionalite et fiabilite, il est tres bien.

_________________
la meilleure signature du fofo, et de loin !


Top
 Profile E-mail  
 
 Post subject: Re: Site photo en PHP
PostPosted: 07 May 2010 10:20 
Offline
Utilisateur

Joined: 21 Sep 2006 18:31
Posts: 69
salut...

Moi j'aime bien Jalbum aussi, du même genre.

http://jalbum.net/software

_________________
Tous le monde il est beau, tous le monde il est gentil...


Top
 Profile  
 
 Post subject: Re: Site photo en PHP
PostPosted: 07 May 2010 10:32 
Offline
oo
User avatar

Joined: 11 Oct 2003 8:42
Posts: 8652
Location: Idéalement? Dans mon lit!
Avec vos outils on peut une galerie comme pour le site que j'ai linké?

_________________
Image


Top
 Profile E-mail  
 
 Post subject: Re: Site photo en PHP
PostPosted: 07 May 2010 12:41 
Offline
Ténardier
User avatar

Joined: 07 Oct 2003 18:52
Posts: 9975
Location: Dans les entrailles du Forum
En fait c'est plus un theme qu'une galerie particulière

Y'a zenphoto aussi en php qui marche pas mal

_________________
Image
[Vioc] Parkinson me fait cliquer plus vite, Alzheimer me fait oublier le résultat.


Top
 Profile E-mail  
 
 Post subject: Re: Site photo en PHP
PostPosted: 07 May 2010 12:44 
Offline
Ténardier
User avatar

Joined: 07 Oct 2003 18:52
Posts: 9975
Location: Dans les entrailles du Forum
Vu le code source c'est même pas évident qu'il ne l'ai pas fait lui même...
Code:
<!doctype html>
<html lang="en">
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
   <title>Feaverish Photography</title>
   <meta name="author" content="Aaron Feaver" />
   <meta name="Copyright" content="Copyright (c) 2008-2010 Aaron Feaver" />
   <meta name="description" content="New work in the photography portfolio of Aaron Feaver (Feaverish)." />
   <meta name="keywords" content="Aaron, Feaver, Aaron Feaver, Feaverish, photography, photos, portfolio, gallery, portrait, polaroid" />
   <link rel="shortcut icon" href="http://feaverishphotography.com/favicon.ico" type="image/x-icon" />
   <link href='styles.css' media='screen' rel='stylesheet' type='text/css' />
  <!--[if lt IE 7]><link href="ie6.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
  <!--[if gte IE 7]><link href="ie7.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
   <script src="http://feaverishphotography.com/mint/?js" type="text/javascript"></script>
</head>
<body id='new'>
<div class='header'>
  <h1>Feaverish Photography</h1>
  <ul>
    <li class='active'>New Work <span>( You&rsquo;re looking at it )</span></li>
    <li><a href='people_1'>People I <span>( I love people )</span></a></li>
    <li><a href='people_2'>People II <span>( They're so beautiful )</span></a></li>
    <li><a href='people_3'>People III <span>( I mean, just look at them! )</span></a></li>
    <li><a href='polaroids'>Polaroids <span>( Instant film )</span></a></li>
    <li><a href='oceanside'>Oceanside <span>( Pictures near the sea )</span></a></li>
    <li><a href='tiny_animals'>Tiny Animals <span>( Exceptionally tiny )</span></a></li>
    <li><a href='uncategorizable'>Uncategorizable <span>( Everything else )</span></a></li>
  </ul>
  <ul class='nav'>
    <li><a href='http://www.facebook.com/pages/Feaverish-Photography/480104885113'>Facebook</a></li>   
    <li><a href='http://flickr.com/photos/feaverish'>Flickr</a></li>
    <li><a href='http://feaverishphotography.com/blog/about/'>About</a></li>
    <li><a href='http://feaverishphotography.com/blog/contact/'>Contact</a></li>
    <li><a href='http://www.etsy.com/shop/feaverish'>Buy Prints</a></li>
    <li><a class='new' href='http://feaverishphotography.com/blog/'>Blog</a></li>
  </ul>
</div>
<div class='photo_wrap'>
  <img src='i/new/haley_pola_25.jpg' alt='This is a Polaroid photo of Haley on the bed.' />
  <img src='i/new/karina_mf_10.jpg' alt='This is a photo of Karina stretching.' />
  <img src='i/new/cassidy_pola_4.jpg' alt='This is a Polaroid photo of Cassidy in the light on the floor.' />
  <img src='i/new/ariela_pola_1.jpg' alt='This is a Polaroid photo of Ariela in the light on the bed.' />
  <img src='i/new/d_instax_9.jpg' alt='This is a Fuji Instax photo of D.' />
  <img src='i/new/grasie_pola_1.jpg' alt='This is a Polaroid photo of Grasie.' />
  <img src='i/new/jos_pola_2.jpg' alt='This is a Polaroid photo of Jos.' />
  <img src='i/new/karina_pola_10.jpg' alt='This is a Polaroid photo of Karina in the sun.' />
  <img src='i/new/cassidy_pola_1.jpg' alt='This is a Polaroid photo of Cassidy and her hair.' />
  <img src='i/new/d_pola_2.jpg' alt="This is a Polaroid photo of D stretching." />
  <img src='i/new/haley_pola_20.jpg' alt='This is a Polaroid photo of Haley in the studio.' />
  <img src='i/new/karina_pola_17.jpg' alt='This is a Polaroid photo Karina leaning against the windowsill.' />
  <img src='i/new/elissa_35mm_8.jpg' alt='This is a photo of Elissa.' />
  <img src='i/new/grasie_pola_16.jpg' alt='This is a Polaroid photo of Grasie and her awesome boots.' />
  <img src='i/new/karina_digi_3.jpg' alt='This is a photo of Karina.' />
  <img src='i/new/d_pola_22.jpg' alt='This is a Polaroid photo of D on the floor.' />
  <img src='i/new/cassidy_digi_1.jpg' alt='This is another photo of Cassidy lying in the sun on the floor.' />
  <img src='i/new/haley_pola_8.jpg' alt='This is a Polaroid photo of Haley.' />
  <img src='i/new/karina_pola_4.jpg' alt='This is a Polaroid photo of Karina playing with her hair.' />
  <img src='i/new/karina_digi_1.jpg' alt='This is another photo of Karina playing with her hair.' />
  <img src='i/new/d_instax_1.jpg' alt='This is a Fuji Instax photo of D.' />
  <img src='i/new/alex_pola_1.jpg' alt='This is a Polaroid photo of Alex.' />
  <img src='i/new/jos_pola_1.jpg' alt='This is a Polaroid photo of Jos sitting on a stool.' />
  <img src='i/new/karina_pola_1.jpg' alt='This is a Polaroid photo of Karina peeking over her forearm.' />
  <img src='i/new/cassidy_pola_8.jpg' alt='This is a Polaroid photo of Cassidy.' />
  <img src='i/new/d_pola_1.jpg' alt='This is a Polaroid photo of D crouching.' />
  <img src='i/new/karina_pola_16.jpg' alt='This is a Polaroid photo of Karina tying her hair.' />
  <img src='i/new/dina_pola_2.jpg' alt='This is a Polaroid photo of Dina.' />
  <img src='i/new/d_pola_3.jpg' alt='This is a Polaroid photo of D in a field of grass.' />
  <img src='i/new/haley_pola_19.jpg' alt='This is a Polaroid photo of Haley and her hair.' />
  <img src='i/new/d_pola_1-1.jpg' alt='This is a Polaroid photo of D sitting on the edge of the bed, backlit by the window.' />
  <img src='i/new/karina_digi_2.jpg' alt='This is a photo of Karina on the bed in the light from the window.' />
  <img src='i/new/d_instax_10.jpg' alt='This is a Fuji Instax photo of D kicking her legs.' />
</div>
<div class='footer'>
  <p>All images copyright &copy; 2008&ndash;2010 <a href='http://feaverishphotography.com/blog/about/'>Aaron Feaver</a></p>
</div>
</body>
</html>

_________________
Image
[Vioc] Parkinson me fait cliquer plus vite, Alzheimer me fait oublier le résultat.


Top
 Profile E-mail  
 
 Post subject: Re: Site photo en PHP
PostPosted: 07 May 2010 13:00 
Offline
oo
User avatar

Joined: 11 Oct 2003 8:42
Posts: 8652
Location: Idéalement? Dans mon lit!
En fait c'est pas pour moi que je demande, mais pour quelqu'un qui voudrait faire un site web de photos mais zéro ligne de code à écrire (que du clic-clic). En tout cas merci pour les réponses.

_________________
Image


Top
 Profile E-mail  
 
 Post subject: Re: Site photo en PHP
PostPosted: 07 May 2010 15:34 
Offline
Ténardier
User avatar

Joined: 07 Oct 2003 18:52
Posts: 9975
Location: Dans les entrailles du Forum
Dans ce cas là, zenphoto est pas mal, il génère seul les thumbnails (vignettes) pas besoin de les créer...
Une fois installé, il suffit de copier les fichiers par ftp dans le répertoire ad'hoc.
tu veux créer une section "animaux" ? tu fais un dossier "animaux" et tu jettes les photos dedans ! du clic-clic...

http://www.zenphoto.org/

Edit : Sauf que chez Free, c'est trèèèèèèèès chiant à installer à cause des limitations php

_________________
Image
[Vioc] Parkinson me fait cliquer plus vite, Alzheimer me fait oublier le résultat.


Top
 Profile E-mail  
 
 Post subject: Re: Site photo en PHP
PostPosted: 07 May 2010 21:51 
Offline
Ambassadeur à la retraite
User avatar

Joined: 16 Apr 2004 10:35
Posts: 2783
Location: Nantes
Etant freenaute, j'utilise phpwebgallery.

Celui-ci n'est est remplacé par un autre outil du même type.

_________________
Project Cars
HearthStone : 10
Vioc Spirit
Image
http://bit.ly/1gzIDga


Top
 Profile  
 
 Post subject: Re: Site photo en PHP
PostPosted: 10 May 2010 0:09 
Offline
oo
User avatar

Joined: 11 Oct 2003 8:42
Posts: 8652
Location: Idéalement? Dans mon lit!
Badiuth wrote:
Dans ce cas là, zenphoto est pas mal


Extrait du mode d'emploi :

3. Create a MySQL database if you haven’t already one.

Là je vais me faire tuer si je lui demande de faire ça!!! ^^

_________________
Image


Top
 Profile E-mail  
 
 Post subject: Re: Site photo en PHP
PostPosted: 10 May 2010 11:28 
Offline
Ténardier
User avatar

Joined: 07 Oct 2003 18:52
Posts: 9975
Location: Dans les entrailles du Forum
Dans ce cas, plutôt la soluce de Krabe qui n'utilise pas de Mysql : http://www.framasoft.net/article2387.html
Le soft a été renommé Piwigo

_________________
Image
[Vioc] Parkinson me fait cliquer plus vite, Alzheimer me fait oublier le résultat.


Top
 Profile E-mail  
 
 Post subject: Re: Site photo en PHP
PostPosted: 10 May 2010 13:33 
Offline
Old Of Warcraft
User avatar

Joined: 09 Oct 2003 10:20
Posts: 5374
Location: Grenoble
Ca me parait difficile d'echapper a MySQL (ou du moins a une base de données) si tu veux faire un site de photos. Ca deviendra vite ingerable des que tu en auras pas mal. Je pensais d'ailleurs que c'etait sous-entendu quand tu disais "php"

Mais ce n'est pas plus difficile que ca de configurer MySQL. En fait, ce n'est pas plus compliqué que de configurer une messagerie : il suffit d'avoir les 4 infos suivantes : nom du serveur, nom de la base (souvent c'est le meme nom que le login) , login et mot de passe.
Ces infos sont en general fournies par l'hebergeur (ou par le FAI quand c'est un vrai FAI où on a tout compris).

Et toute application php moderne propose des champs a l'installation où tu ne fais que copier ces infos : pas besoin de connaitre une seule syntaxe de SQL.

_________________
la meilleure signature du fofo, et de loin !


Top
 Profile E-mail  
 
 Post subject: Re: Site photo en PHP
PostPosted: 10 May 2010 14:04 
Offline
oo
User avatar

Joined: 11 Oct 2003 8:42
Posts: 8652
Location: Idéalement? Dans mon lit!
C'est pas la présence de MySQL qui me gène, c'est de demander à quelqu'un qui n'y connait rien de devoir l'installer... C'est pour ça que je cherche un outil où tout est transparent pour l'utilisateur, où la création du site se fait en quelques clics avec un minimum de paramétrage et où le déploiement se fait avec au maximum un p'tit coup de FTP.

_________________
Image


Top
 Profile E-mail  
 
 Post subject: Re: Site photo en PHP
PostPosted: 10 May 2010 14:49 
Offline
Old Of Warcraft
User avatar

Joined: 09 Oct 2003 10:20
Posts: 5374
Location: Grenoble
Oui, justement, c'est ce que je voulais dire : il faut qu'il verifie si ce n'est pas deja installé (ca depend de l'hebergement).
SI c'est oui, la configuration est facile. Il suffit renseigner les champs.
Si c'est non, effectivement, c'est une autre histoire.

_________________
la meilleure signature du fofo, et de loin !


Top
 Profile E-mail  
 
 Post subject: Re: Site photo en PHP
PostPosted: 10 May 2010 15:10 
Offline
Ténardier
User avatar

Joined: 07 Oct 2003 18:52
Posts: 9975
Location: Dans les entrailles du Forum
Surtpout que chez Rodolphe il faut l'activer 48/72h avant de pouvoir l'utiliser et pas se gourrer entre mysql et progsql :lol:

_________________
Image
[Vioc] Parkinson me fait cliquer plus vite, Alzheimer me fait oublier le résultat.


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 28 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group