How to? Password protected folder of photos, thumbnail views

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
eric wyatt
-


Joined: 14 Jul 2003
Posts: 2

PostPosted: Mon Jul 14, 2003 6:29 am    Post subject: How to? Password protected folder of photos, thumbnail views Reply with quote

I switched from FTP server to Abyss because I want to share a folder of pictures with family and friends.
FTP servers make the user login first(GOOD).But FTP does not allow thumbnail views of pictures.(BAD)
How can I set it up so someone can simply type in my IP address, then a password, and see thumbnails, click on them to view in original resolution, then right click to save?
BTW, the pics are in a lot of different folders, can I just put links in a virtual folder that will only show the thumbs?
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon Jul 14, 2003 4:23 pm    Post subject: Re: How to? Password protected folder of photos, thumbnail v Reply with quote

Please read http://www.aprelium.com/forum/viewtopic.php?t=544 .
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
CapFusion
-


Joined: 18 May 2003
Posts: 617
Location: Lost in Abyss' Dungeon

PostPosted: Tue Jul 15, 2003 12:32 am    Post subject: Re: How to? Password protected folder of photos, thumbnail v Reply with quote

eric wyatt wrote:
I switched from FTP server to Abyss because I want to share a folder of pictures with family and friends.
FTP servers make the user login first(GOOD).But FTP does not allow thumbnail views of pictures.(BAD)
How can I set it up so someone can simply type in my IP address, then a password, and see thumbnails, click on them to view in original resolution, then right click to save?
BTW, the pics are in a lot of different folders, can I just put links in a virtual folder that will only show the thumbs?

Yes, you can point to your virtual folder. Make sure "AutoIndex" is turn ON so they can browse that folder. They will see a listing instead of thumbnail. You can make a webpage for thumbnail.
To input user and password, you just need to set it in "Access" for which user can get access and also for which folder.
_________________
CapFusion,...
Back to top View user's profile Send private message
os17fan
-


Joined: 21 Mar 2003
Posts: 531
Location: USA

PostPosted: Tue Jul 15, 2003 1:06 am    Post subject: Reply with quote

Yeah to make the thumbnails just type this html coding

Code:
 <a href="image url"><img src="/your_image.jpg" width="put #width" height="put #height"></a>

<a href="image url"><img src="/your_image.jpg" width="put #width" height="put #height"></a>

<a href="image url"><img src="/your_image.jpg" width="put #width" height="put #height"></a>

<a href="image url"><img src="/your_image.jpg" width="put #width" height="put #height"></a>

<a href="image url"><img src="/your_image.jpg" width="put #width" height="put #height"></a>

and so on


Heres an example on how to put your height and width of your images:

An origianl size image is 1024 X 800 , You want to make this image smaller to become a thumbnail so you put 512 X 400 , thats half the size of your image so how do you write it to match your html , easy

<img src="/your_image.jpg" width="512" height="400">

and you do each of your images just like that to create small thumbnails lol :D

TO SEE A LIVE EXAMPLE AND MORE INSTRUCTIONS ON HOW TO CREATE THUMBNAILS, Click on this link http://www.offspringvideos.com/thumbs.html
_________________
This web server is the best !
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
smok3
-


Joined: 17 Aug 2002
Posts: 66

PostPosted: Tue Jul 15, 2003 3:26 pm    Post subject: Reply with quote

btw: at least half-decent thumb maker is
http://www.xnview.com/
(if you cant be bothered to make all the code and thumbs manually)

example page: http://smokeamiga.virtualave.net/xnview/page.html

Quote:
and you do each of your images just like that to create small thumbnails
that is generally a bad idea since the joke of thumbs is to make a page load faster, it is not about tiny images.
Back to top View user's profile Send private message Visit poster's website
CapFusion
-


Joined: 18 May 2003
Posts: 617
Location: Lost in Abyss' Dungeon

PostPosted: Tue Jul 15, 2003 6:11 pm    Post subject: Reply with quote

All these are good suggestion..... Wow....
_________________
CapFusion,...
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum


Powered by phpBB phpBB Group