Integration into Site

usualsuspect

Joined: 2009-10-07
Posts: 1
Posted: Wed, 2009-10-07 02:16

I know there are other threads on this site regarding integrating into another site but I was wondering if anyone had experience integrating the way I am attempting to do which is as follows:
1) I am more or less just using the gallery as a software upload tool for pics and other documents. Once the pictures have been uploaded I have a custom program which extracts the pics/docs and corresponding comments and pulls them into my system.
2) Once I pull the pics/docs out of the system I do not want other the users to view these. I am thinking I will need to change a view and base it off the flat I added to the g_AlbumItem table.
3) I need to keep the username and password between gallery and my site in sync.
4) I need to autoname the file directory in gallery for the pics/files to be uploaded instead of letting the users to name them.
5) I only want registered users to be able to upload galleries
6) I only want registered users to be able to view their albums
7) I want to rename some of the menu items on the left side of the user side bar - (upload pics, etc) & also get rid of some of them.

I have already put my header/footer into the site so it looks like it's part of my site.

Any help is much appreciated. I am pretty good at PHP/SQL and am hoping I don't have to rip the code apart myself...