Jupload And Icy Phoenix 1.1.0.15b »  Show posts from    to     

Icy Phoenix


Old Support Topics - Jupload And Icy Phoenix 1.1.0.15b



Rene [ Fri 09 Nov, 2007 14:14 ]
Post subject: Jupload And Icy Phoenix 1.1.0.15b
Hi, could you please tell me how to add the jupload mod to icy in version 1.1.0.15b?

Here its only described for FAP with phpbb2

http://www.icyphoenix.com/viewtopic.php?p=2706#p2706


Rene [ Mon 12 Nov, 2007 13:37 ]
Post subject: Re: Jupload And Icy Phoenix 1.1.0.15b
I found some help in the jupload support forum and take the files from the IP Beta release. Now the applet starts but don't upload the files.

In the jupload forum I read that I've to set this variables.

Code: [Hide] [Select]
# File parameters:
Upload.Http.Query=userid=<?php echo $user->getId(); ?>
Upload.Http.AdditionalPostFields=userid=<?php echo $user->getId(); ?>
Upload.Http.Cookies=<?php echo "phpsessid=$sid,myothercookie=$interestingInfo"; ?>

# Thumbnail parameters:
Upload.Thumbnails.Http.Query=userid=<?php echo $user->getId(); ?>
Upload.Thumbnails.Http.AdditionalPostFields=userid=<?php echo $user->getId(); ?>
Upload.Thumbnails.Http.Cookies=<?php echo "phpsessid=$sid,myothercookie=$interestingInfo"; ?>


Can anyone show me how to fill the variables in the album_jupload.php? I'm not very good in php

The other jupload variables are defined like this:

Code: [Hide] [Select]
$jparams[] ="<param name="debug" value="true">";




Powered by Icy Phoenix