Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: 1 [2]   Go Down

Author Topic: CpmFetch - using CFIMAGEGET to get remote images  (Read 39315 times)

0 Members and 1 Guest are viewing this topic.

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: CpmFetch - using CFIMAGEGET to get remote images
« Reply #20 on: January 02, 2006, 04:11:20 pm »

Is it possible te use cfimageget.php to always get the same image. I assume it would be something like  \cfimageget.php?Pic=1 instead of \cfimageget.php?album=1 to get a random image from album 1.



Why would you want to?  Why not just link to the picture with an IMG tag?

Otherwise, regrettably... no it does not.

If there is a decent reason for it, I will add it to the list of things to add to it though

Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

marcelk

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: CpmFetch - using CFIMAGEGET to get remote images
« Reply #21 on: January 05, 2006, 11:33:29 am »

the reason I ask if this is possible is that I want my users to be able to hotlink to there pictures and provide them with a ease to use url instead of the full url to the image.

In a for me ideal situation it would show de image if available and a default image or error text if the requested image does not exist.
Logged

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: CpmFetch - using CFIMAGEGET to get remote images
« Reply #22 on: January 08, 2006, 05:48:16 pm »

the reason I ask if this is possible is that I want my users to be able to hotlink to there pictures and provide them with a ease to use url instead of the full url to the image.

In a for me ideal situation it would show de image if available and a default image or error text if the requested image does not exist.



Okay, seems reasonable enough.  I added it to the list of things to do...  Either the next release, or more likely the one after that i will try to hae it added in.

Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

marcelk

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: CpmFetch - using CFIMAGEGET to get remote images
« Reply #23 on: January 18, 2006, 01:00:44 pm »

Sounds great

thanxs
Logged

radmofo

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 31
Re: CpmFetch - using CFIMAGEGET to get remote images
« Reply #24 on: February 06, 2006, 01:35:05 am »

Hello I am looking for anyone who has had trouble fetching photos from any album number 26 or above. I can get them from any other album (1-25) but not 26 and above. I really don't know where the problem might lay but if anyone can help...please do. My link is here if your interested in looking.
« Last Edit: February 06, 2006, 09:46:33 am by GauGau »
Logged
Please give me some negative Karma. :)

Sasse

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: CpmFetch - using CFIMAGEGET to get remote images
« Reply #25 on: February 24, 2006, 09:39:28 am »

Hi!
The cpimaget.php basically works, for me. But I can't use any restrictions.
When I add e.g. ?category=1 no image shows up at all.
What am I doing wrong?
Thx for any help!

PS: Is it possible to point to a specific album within the cpimageget.php file? I could create an extra file for every album, if the universal method won't work.


Problem solved:

I just figgured out that I don't have catagory or album 1 and 2. It starts with 3  ???  ::)   Well but now it works perfectly fine!   ;D
« Last Edit: February 24, 2006, 10:21:53 am by Sasse »
Logged

Sasse

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: CpmFetch - using CFIMAGEGET to get remote images
« Reply #26 on: February 24, 2006, 10:23:33 am »

Well, I have another one now.

I want to post three Random images out of the same album, so I use the same link three times.
Now it displays the same image three times. What do I have to do in order to get 3 different random images?
Logged

howie10

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: CpmFetch - using CFIMAGEGET to get remote images
« Reply #27 on: February 28, 2006, 09:45:31 pm »

Hi.
I am using cfimageget succesfully. However, I would really like to show the last three uploaded images in my gallery. I can only show one by setting my cfimageget.php "$default_command" to 'last' and calling "cfimageget.php?album=lastup" from my img tag.
I have tried "cfimageget.php?album=lastup&pos=1" (then pos=1 etc), but it doesn't work.

Is it possible to display the last three images uploaded to my gallery?
Logged

SamuRon

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: CpmFetch - using CFIMAGEGET to get remote images
« Reply #28 on: March 17, 2006, 06:07:54 am »

hi - I am having an odd issue when using CFIMAGEGET.  I'm using Coppermine 1.4.4 and CoppermineFetch 1.6.2.

I'm simply trying to use this to display the latest image in a gallery with:
Code: [Select]
<img src="http://www.fwooshnet.com/cpmfetch/cfimageget.php?size=int&album=49&cmd=last">
for some reason, this only seems to work with batch uploaded files.  when the files in the gallery have been uploaded manually, they won't display using cfimageget.  the album I'm trying to pull from is here: http://www.fwooshnet.com/pics/thumbnails.php?album=75

all the album properties are the same as in the working example with album 49- it just happens that the images in album 75 were uploaded using the Upload Files interface instead of Batch Upload.

thanks in advance for your help.
Logged

SamuRon

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: CpmFetch - using CFIMAGEGET to get remote images
« Reply #29 on: March 18, 2006, 02:28:25 am »

hi - I am having an odd issue when using CFIMAGEGET.  I'm using Coppermine 1.4.4 and CoppermineFetch 1.6.2.

I'm simply trying to use this to display the latest image in a gallery with:
Code: [Select]
<img src="http://www.fwooshnet.com/cpmfetch/cfimageget.php?size=int&album=49&cmd=last">
for some reason, this only seems to work with batch uploaded files.  when the files in the gallery have been uploaded manually, they won't display using cfimageget.  the album I'm trying to pull from is here: http://www.fwooshnet.com/pics/thumbnails.php?album=75

all the album properties are the same as in the working example with album 49- it just happens that the images in album 75 were uploaded using the Upload Files interface instead of Batch Upload.

thanks in advance for your help.


I tried a standard php file and it looks like I get the same result using cpmfetch.php.  not sure where to go from here.
Logged

slayer

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 3
    • Idol Creations
Re: CpmFetch - using CFIMAGEGET to get remote images
« Reply #30 on: March 22, 2006, 08:08:10 pm »

I am having trouble getting this CFIMAGEGET to work properly, when i run it i get a broken image...

however when i turn the errors on i get the following error

Code: [Select]
Notice: Undefined variable: row in /home/idolcrea/public_html/gallery/cpmfetch/cfimageget.php on line 255

Notice: Undefined variable: row in /home/idolcrea/public_html/gallery/cpmfetch/cfimageget.php on line 255

Warning: Cannot modify header information - headers already sent by (output started at /home/idolcrea/public_html/gallery/cpmfetch/cfimageget.php:255) in /home/idolcrea/public_html/gallery/cpmfetch/cfimageget.php on line 278

Warning: Cannot modify header information - headers already sent by (output started at /home/idolcrea/public_html/gallery/cpmfetch/cfimageget.php:255) in /home/idolcrea/public_html/gallery/cpmfetch/cfimageget.php on line 279
GIF89a????!?,D;


any ideas? as it stands none of CPMFETCH works, cftest?? doesnt show anything, but i only want this to work right now


P.S. CFIMAGEGET
* RELEASE VERSION 1.6.2
Coppermind 1.3.3

are they even compatable? the docs said they were
Logged

BleeZeR

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 1
    • Annie Hathaway!
Re: CpmFetch - using CFIMAGEGET to get remote images
« Reply #31 on: May 20, 2006, 05:54:56 pm »

Is it possible te use cfimageget.php to always get the same image. I assume it would be something like  \cfimageget.php?Pic=1 instead of \cfimageget.php?album=1 to get a random image from album 1.



yes! i really would like it to for my fan site about Anne Hathaway!
But on an other fan site they use cpmfetch to i believe not sure though how come they can show one image thats doenst randomize?

My site http://www.annie-hathaway.com
other fan site http://annehathawayfan.com
Logged
Webmaster @ Annie-hathaway.com!

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: CpmFetch - using CFIMAGEGET to get remote images
« Reply #32 on: August 22, 2006, 04:01:13 am »

yes! i really would like it to for my fan site about Anne Hathaway!
But on an other fan site they use cpmfetch to i believe not sure though how come they can show one image thats doenst randomize?

My site http://www.annie-hathaway.com
other fan site http://annehathawayfan.com

Sure, if you are still interested please repost...

Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco
Pages: 1 [2]   Go Up
 

Page created in 0.023 seconds with 20 queries.