Question on removed embedded images

Everything related to Hesk - helpdesk software

Moderator: mkoch227

Post Reply
Tinydan
Posts: 29
Joined: Wed Nov 06, 2013 2:09 pm

Question on removed embedded images

Post by Tinydan »

When images are removed they're assigned a name in the database in the format image***.type. Which piece of code assigns this name?
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Question on removed embedded images

Post by mkoch227 »

It looks like images are processed around line 158 in pipe_functions.php. However, I'm not exactly sure what it does in terms of detail.
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Klemen
Site Admin
Posts: 10135
Joined: Fri Feb 11, 2005 4:04 pm

Re: Question on removed embedded images

Post by Klemen »

The name is assigned in line 202 (it's hashed for security reasons to prevent files being opened from the browser).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply