| Author |
Message |
spapoops
Private


Joined: Jan 22, 2003
Posts: 38
Location: USA
|
Posted:
Wed Jan 22, 2003 9:57 am |
  |
I developed a Gallery in ASP which I have carried over to our new site via Nuke Wrap. The reason is that my site is hosted on IIS and the various galleries I've tried just won't work.
The "module" is located here...
http://www.racingdiva.com/modules.php?name=NukeWrap&page=http://www.racingdiva.com/potd/pscript.asp?
I'd like to work with someone in this community to port it to PHP and into a module for PHPNuke.
The display works off of a one page script, but I haven't added a programatic upload/management system. Currently all I do is add folders and files (one thumbnail and one larger version) and the script parses them for display.
If there is an interest, please drop me a note and I'll forward the souce code. (bryan@spapoops.com)
Thanks
Bryan |
|
|
     |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Wed Jan 22, 2003 10:10 am |
  |
Nice! How many lines of code? |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Wed Jan 22, 2003 10:23 am |
  |
There is another gallery that I quite like called My_eGallery. It is no longer being supported by the site that created it, but it's still a gr8 gallery all the same.
I use it here: http://the-sci-factor.ods.org/modules.php?name=My_eGallery if you want to take a look.
I downloaded it originally from here: http://www.shivasite.com but I think there's another site or 2 that has it available. You need to register @ shivasite to download from there.
It works gr8 with IIS and Apache, as long as you've got the access permissions on the Gallery directory to full access (CHMOD of 777) if you want the upload feature to work.
If you want your gallery ported anyway, then I'll be happy to have a look (don't know much ASP but I pick up programming languages in half hour normally).
ArtificialIntel |
|
|
   |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Wed Jan 22, 2003 10:55 am |
  |
| ArtificialIntel wrote: |
I downloaded it originally from here: http://www.shivasite.com but I think there's another site or 2 that has it available. You need to register @ shivasite to download from there.
ArtificialIntel |
I host it at NukeResources where registration (as in all my sites) is not required.
This has been a shameless plug by ChatServ, someone do something about this dude.  |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Wed Jan 22, 2003 11:02 am |
  |
I thought I'd seen it somewhere on a nuke site.
I'll direct ppl to nukeresources in the future now.
ArtificialIntel |
|
|
   |
 |
spapoops
Private


Joined: Jan 22, 2003
Posts: 38
Location: USA
|
Posted:
Wed Jan 22, 2003 11:08 am |
  |
chatserv and ArtificialIntel,
Tried that one, but I like the display on mine much more (of course I would:). Also, changing permissions is not as doable via hosting company as it is on Linux and Apache - darn it.
I appreciate the offer.
ArtificialIntel, script is on the way. |
|
|
     |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Wed Jan 22, 2003 12:58 pm |
  |
to have any uploading feature you have to change the permissions on the directory.
For IIS it's quite easy IF you have remote desktop / net share facilities on your account
ArtificialIntel |
|
|
   |
 |
spapoops
Private


Joined: Jan 22, 2003
Posts: 38
Location: USA
|
Posted:
Wed Jan 22, 2003 1:16 pm |
  |
| ArtificialIntel wrote: |
to have any uploading feature you have to change the permissions on the directory.
For IIS it's quite easy IF you have remote desktop / net share facilities on your account
ArtificialIntel |
Yessir.
I was thinking about the "masses" but I also have a hosting company that responds to request very quickly.
Progromatic upload/managment would require permissions, but creating the folders off-line and uploading via FTP or Frontpage is what I do now.
With the switch over to PHP-Nuke, I've been so engaged with it that I haven't worked with any of the COM products that my host has available for image and file manipulation. I will make a run at this in a week (or two:) but it should be quite doable to include in a gallery based on IIS. |
|
|
     |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Wed Jan 22, 2003 1:47 pm |
  |
Jeezuz, I think I really need to learn ASP b4 I do this port (gimme a day or 2, it's gonna be hit and miss as I work through it).
ArtificialIntel |
|
|
   |
 |
spapoops
Private


Joined: Jan 22, 2003
Posts: 38
Location: USA
|
Posted:
Wed Jan 22, 2003 1:50 pm |
  |
| ArtificialIntel wrote: |
Jeezuz, I think I really need to learn ASP b4 I do this port (gimme a day or 2, it's gonna be hit and miss as I work through it).
ArtificialIntel |
Might just be my implementation
Basics are looping through the filesystem object reading folders and files. I believe I've seen similar object in PHP, but haven't had time to learn the language and syntax.
Thank you sir! |
|
|
     |
 |
spapoops
Private


Joined: Jan 22, 2003
Posts: 38
Location: USA
|
Posted:
Thu Jan 23, 2003 5:08 am |
  |
chatserv and ArtificialIntel,
Must admit that after beating permissions into submission on my local IIS box, the Meg279 gallery works nicely. Still have a few issues, but working them out.
That said, I still have a preference for the inline display on my script.
I started putting together an image upload, file and folder management piece that would complement the existing pscript.asp.
Really hoping this can make into a PHP-Nuke module, but just for my satisfaction will see if I can get a fully funtional ASP version going.
Also, (for chatserv) I did donload from yoursite where I've been a member since I started Nuking.
Thanks again,
Bryan |
|
|
     |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Thu Jan 23, 2003 5:15 am |
  |
I'm working on ur script still, but I'm having problems with the getting the images to display bit. Could you email me a zip or .tar.gz file containing a few pics I can use to test it properly in the directory structure you created originally?
Thanks
ArtificialIntel |
|
|
   |
 |
Guest

|
Posted:
Thu Jan 23, 2003 2:59 pm |
  |
| ArtificialIntel wrote: |
I'm working on ur script still, but I'm having problems with the getting the images to display bit. Could you email me a zip or .tar.gz file containing a few pics I can use to test it properly in the directory structure you created originally?
Thanks
ArtificialIntel |
Just wanted to make sure the zip file showed up.....
Bryan |
|
|
 |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Thu Jan 23, 2003 3:34 pm |
  |
yeah, it did, thanks.
I should really start to send email confirmations of receiving files like that.
I've found hte problem i was having, I'm just trying to work through a workaround @ the moment.
Shouldn't be too much longer though.
ArtificialIntel |
|
|
   |
 |
|
|