php - what are the disadvantages of my bad naming for images? -



php - what are the disadvantages of my bad naming for images? -

i created image based website contains more 10,000 images. images' links this:

http://example.com/image/1.jpg http://example.com/image/2.jpg http://example.com/image/3.jpg

can hackers eat bandwidth downloading sequence on , over? how can on problem using php , mysql.

can hackers eat bandwidth downloading sequence on , over? how can on problem using php , mysql.

anyone can see image can download image. not hackers. adults, children, invalid, disabled, robots, etc… if have website & or accessing site have bandwidth issues. period. massive non-issue.

as far file naming goes, naming scheme has no impact on that. scripts crawler crawl raw html grab image urls & take there.

that said, if concerned bandwidth beingness used, should using amazon s3 store images , amazon cloudfront deliver images via cdn. cdn deliver content users without slamming main server directly.

but past that, need understand if have website on internet, content on accessed. , has nil with “hacking” in way.

php mysql

Comments

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -