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]   Go Down

Author Topic: The php variable for abslute link  (Read 2305 times)

0 Members and 1 Guest are viewing this topic.

Infernal

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 63
  • 13371357
    • Add Fun
The php variable for abslute link
« on: January 14, 2008, 10:31:15 pm »

what is it
i guess it's in displayimage.php

by absolute link i mean
http://www.add-fun.com/gallery/displayimage.php?pos=-14838
like that

thanks
« Last Edit: January 15, 2008, 08:28:13 am by Joachim Müller »
Logged

Nibbler

  • Guest
Re: The php variable for abslute link
« Reply #1 on: January 14, 2008, 11:07:30 pm »

It's not normally a single variable. This is where it is in displayimage.php for example:

Code: [Select]
    $info[$lang_picinfo['URL']] = '<a href="' . $CONFIG["ecards_more_pic_target"] . (substr($CONFIG["ecards_more_pic_target"], -1) == '/' ? '' : '/') .basename($_SERVER['PHP_SELF']) . "?pos=-$CURRENT_PIC_DATA[pid]" . '" >' . $CONFIG["ecards_more_pic_target"] . (substr($CONFIG["ecards_more_pic_target"], -1) == '/' ? '' : '/') . basename($_SERVER['PHP_SELF']) . "?pos=-$CURRENT_PIC_DATA[pid]" . '</a>';
Logged

Infernal

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 63
  • 13371357
    • Add Fun
Re: The php variable for abslute link
« Reply #2 on: January 14, 2008, 11:51:19 pm »

thanks a lot
that's what i needed
i can make it a single variable myself

i am working on a sort of add on that will mass message the current picture link to yahoo messenger aol msn and then i shall post it here :)
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 21 queries.