61
Discussion & Troubleshooting / Re: Getting 1 year back images
« on: July 05, 2010, 03:07:45 PM »
Thanks V@no.. I got the clue.. 

Check the new Tutorial subforum with helpfull guides and tutorials for modifications and tweaks.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
i.image_date < 1 YEAR
$url = str_replace('&', '&', $url);
if (!check_download_token($image_row['image_id'])) {
echo "Hotlinking is not allowed";
exit;
redirect("index.php");
}
$split = explode('?', $url);
to $split = explode('&', $url);
and it worked .. !! $multi_download_group .="<td align='center'><a href='".ROOT_PATH."download.php?action=resize&image_id=".$image_row['image_id']."&multi_download_select=".$var."'".$multi_download_var['target'].">".$download_multi_sizes[$var][0]."</a></td>";
$multi_download_group .= "<td align='center'><a href=\"".$site_sess->url(ROOT_PATH."download.php?action=resize&image_id=".$image_row['image_id']."&multi_download_select=$var"). "\" >".$download_multi_sizes[$var][0]."</a></td>";
if (!defined('IN_CP'))
line of code in url function.. http://www.bhwallpapers.com/download.php?action=resize&image_id=15982&multi_download_select=2
http://www.bhwallpapers.com/d-image-name-1600x1200-15982.htm