Sentosa Thread IX (Dark side,White Side,"Aviation Photographers"...We welcome ALL!)


Status
Not open for further replies.
deserted at this time? still early and nobody around?
anyone in working in semiconductor ind?
 

My sis is.. not me.

Anyway I'm around.
 

espn said:
My sis is.. not me.

Anyway I'm around.
tot that can meet up for kopi-been tml in suntec.
there is SEMICON show for those in the semicon ind.

i'm out. tata... nite nite.
 

Drudkh said:
finished recoded my website, and changed the layout.
can you all access? http://www.drudkh.net
no more suspended message right?
the dns should point to my new webhost liao. :)
Wah u good at Java hor! But why not for the thumbnails shrink the pic rather than get a portion of it. Else can't really have an overview before clicking to enlarge it
 

Drudkh said:
finished recoded my website, and changed the layout.
can you all access? http://www.drudkh.net
no more suspended message right?
the dns should point to my new webhost liao. :)

Jane,

Think you should tighten up the security area cos can browse your website directory quite easy

Eg:

http://www.drudkh.net/gallery/1st_CS_Outing
http://www.drudkh.net/gallery/Amy
http://www.drudkh.net/gallery/Beth_Catherine
 

Drudkh said:
ok roger. :) thanks!

One way to avoid / minium people from KPO into your website struture is to store your path and filename to a database

For instance following is the databse record structure

ID directory filename
--- ------------- -----------

01 1st_CS_Outing pic01
02 1st_CS_Outing pic02
03 1st_CS_Outing pic03
04 Amy pic01
05 Amy pic02
06 Amy pic03

etc ....

When user click on a link, it trigger a call to a function where only the Id is transfer

eg: ID=2.

Thus in the background, your script will locate record ID=2 and retrieve directory = 1st_CS_Outing, filename = pic02

Then show the photo on the screen without even showing those structure information to the user or source code.

I only know ASP so can't show you any php samples.
 

DarkForce said:
One way to avoid / minium people from KPO into your website struture is to store your path and filename to a database

For instance following is the databse record structure

ID directory filename
--- ------------- -----------

01 1st_CS_Outing pic01
02 1st_CS_Outing pic02
03 1st_CS_Outing pic03
04 Amy pic01
05 Amy pic02
06 Amy pic03

etc ....

When user click on a link, it trigger a call to a function where only the Id is transfer

eg: ID=2.

Thus in the background, your script will locate record ID=2 and retrieve directory = 1st_CS_Outing, filename = pic02

Then show the photo on the screen without even showing those structure information to the user or source code.

I only know ASP so can't show you any php samples.
lazy to do that, anyway i also want to hotlink... will do that another day. ;p
 

Drudkh said:
lazy to do that, anyway i also want to hotlink... will do that another day. ;p

Wah... envious leh... I spent the past few months trying to put a webby also got problem.
 

Drudkh said:
anyway, dun think can access the sub folders liao right?

There are more than a way to skin a cat

:devil: :devil: :devil: :devil:
 

DarkForce said:
There are more than a way to skin a cat

:devil: :devil: :devil: :devil:
oh.. please try. :devil:
 

Status
Not open for further replies.
Back
Top