Forum Moderators: open

Message Too Old, No Replies

How to disable images on the web pages?

disable images on the web pages

         

script33

11:47 am on Jul 8, 2007 (gmt 0)

10+ Year Member



hi
i see in the proxy sites a resource for disable images on the sites that u want see them with proxy site

how it can disable images on the web pages without any change on browser
are U have a script 4 disable images on the webpages?
i like it
plz give me it
(with it our loading have problem and our google ads maybe unloaded?yes?)

script33

2:27 pm on Jul 8, 2007 (gmt 0)

10+ Year Member



4 example i disable images on this page:

plz give me a way 4 disable images....

im waiting!...

[edited by: jatar_k at 3:09 pm (utc) on July 8, 2007]
[edit reason] no urls thanks [/edit]

Marshall

2:41 pm on Jul 8, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Are you talking about preventing them from loading or from displaying? If it's displaying, you could use CSS and have the following inserted in the <head> or as an external style sheet:

<style type="text/css">
img {
display:none;
}
</style>

Marshall

script33

3:09 pm on Jul 8, 2007 (gmt 0)

10+ Year Member



i want preventing them from loading!

encyclo

12:22 pm on Jul 9, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld script33, we have a lot of threads dealing with the subject, you can start with this search for "hotlinking" [google.com]. Note that hotlinking protections is not done in the browser, but on the server.

script33

12:26 pm on Jul 9, 2007 (gmt 0)

10+ Year Member



usage of disable images on the web page:
4 example U have a CSS style in all of your pages
and U have 100000000 page on your site

today the bandwich of your server limited and u have a little bandwich

and if U insert a script on your CSS style = ALL OF YOUR PAGES HAVE THIS: DISABLED IMAGES FROM LOADING AND U EARN WITH THIS A GOOD BANDWICH AND YOUR SERVER DONT DOWNED!

DrDoc

12:35 pm on Jul 9, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Except -- like encyclo said -- it has to be done on the server. You can't prevent loading of the images by employing CSS or JS etc. Fine, you have your 100 million page site ... And then you block the images on your server.

Look into .htaccess and the mod_rewrite RewriteEngine.