Show Posts

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.


Messages - osmel

Pages: [1]
1
Feedback & Suggestions / Re: Pic Security
« on: January 13, 2006, 10:52:06 PM »
well the link its still there no encryption sorry for not giving the details :D

2
Feedback & Suggestions / Re: Pic Security
« on: January 13, 2006, 04:09:25 AM »
theres only one thing now... the ecard function! i tried the code you posted before but it doesnt do anything :S

3
Feedback & Suggestions / Re: Pic Security
« on: January 13, 2006, 04:00:03 AM »
ok... somehow i just went to check again and its working, on both, opera and firefox
8O

using this code

Code: [Select]
$sess_mode = $site_sess->mode;
    $site_sess->mode = "get";
    $site_template->register_vars(array(
      "media_src" => ($encrypt) ? $site_sess->url(ROOT_PATH."show.php?pic=".encrypt_add($media_src)) : $media_src,
      "media_src_original" => $media_src,
    ));
    $site_sess->mode = $sess_mode;

4
Feedback & Suggestions / Re: Pic Security
« on: January 11, 2006, 02:35:13 PM »
sorry but i guess still doesnt work :( i get the unspecified error... and when i copy and paste it on windows media player it does say expired

5
Feedback & Suggestions / Re: Pic Security
« on: January 07, 2006, 11:19:14 PM »
had to stop using the mod cuz many users cant watch the videos :(

6
Feedback & Suggestions / Re: Pic Security
« on: January 03, 2006, 05:29:40 AM »
microsoft uh? they cant make things simple lol
if you find any fix ill be very happy :)

7
Feedback & Suggestions / Re: Pic Security
« on: January 02, 2006, 10:31:18 PM »
i have this on my upload definitions file

$mime_type_match['wmv'] = array("video/x-ms-wmv");

is that correct?

8
Feedback & Suggestions / Re: Pic Security
« on: January 02, 2006, 01:20:37 AM »
so any idea what could be causing opera/mozilla to not work and only IE???

9
Feedback & Suggestions / Re: Pic Security
« on: January 01, 2006, 09:58:59 PM »
actually is not that one, its this one...

Code: [Select]
else
{
  $file = "no/pic_error.gif";
}
$file = @file_get_contents($file);

10
Feedback & Suggestions / Re: Pic Security
« on: January 01, 2006, 09:37:05 PM »
tried that im getting this
 


and i was using 6000 seconds in expire

11
Feedback & Suggestions / Re: Pic Security
« on: January 01, 2006, 09:09:38 PM »
i tried mozilla and opera and they dont work with the mod, but it works on IE :S any idea why?
and im getting the image pic_error.gif

12
Feedback & Suggestions / Re: Pic Security
« on: January 01, 2006, 09:00:53 PM »
thank you very much for everything!
it worked after all and sorry for the PMs i didnt know  :oops:


actually... its only working witn IE  8O

Pages: [1]