
- You are not logged in. | Login
July 12, 2007 12:00 pm
- prisharma
- Member


Temporary Internet Files - Expier
Hie All,
I work for ring-tone site. Where user can listen tone and can download after payment for perticular tone .
I am not sure, So I want to ask that , It is possible that we can "Expier" the download ring tone in "Temporary Internet Files" Folder.
If Yes Please give me code for expier the mp3. ( after few min.)
Plz reply AsAp
Last edited by prisharma (July 12, 2007 12:01 pm)
July 13, 2007 6:04 am
- phppat
- Member


Re: Temporary Internet Files - Expier
If user can listen or view anything from the page it means that you can download it or find in the temporary folder of the browser (it depends on the browser). For instance youtube.com. You can download it using VideoGet program. Also you can copy the corresponding flash movie from the temporary folder ( c:\documents and Settings\User\Local Settings\Temporary Internet Files\Content.IE5\SEKOCCDB\get_video[1]).
Everything that user hears or see he can download. in your case i see the folowing way out: make the quality of the ringtone worse or just cut it for presentation. i.e. give the minimum information for the user's examination
Try smth like this 
Last edited by phppat (July 13, 2007 6:05 am)
PHP monster
July 13, 2007 8:52 am
- bobbee
- Member


Re: Temporary Internet Files - Expier
As far as i know everything that is saved can't be removed from the temporary files.
So it is better not to allow it to download there. For example to load on flash or smth else. Another variant - write an activex, let it be on the site and load to user.
and activex will seek and remove. But also there can be some problems with access
Last edited by bobbee (July 13, 2007 8:54 am)
July 13, 2007 12:55 pm
- prisharma
- Member


Re: Temporary Internet Files - Expier
Hi thanks for reply,
I know every thing is download in tmp folder.
I want to conifrm that we can 'expier' mp3 in tmp folder.
It is possible with php or not.
According to you admin upload two type of tone first one is swf and second one is swf or other formate... PLease reply soon...
Last edited by prisharma (July 13, 2007 12:56 pm)
July 13, 2007 2:59 pm
- ViT
- Member


Re: Temporary Internet Files - Expier
There is no ability to 'expier' mp3 in tmp folder.
You had to do the following:
1) PHP script generates temporary URL for MP3 file
2) Flash gets temporary URL from session
3) Flesh plays sound directly from server and Flash doesn’t save MP3 to local disk at all. If somebody knows URL it doesn’t help because it expires
Last edited by ViT (July 13, 2007 3:05 pm)
PHP/Ajax/MySQL developer


