Results 1 to 4 of 4

Thread: Conveyor belt Slideshow

  1. #1
    Join Date
    Jan 2008
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Conveyor belt Slideshow

    1) Script Title: Conveyor belt slideshow

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rightslide.htm

    3) Describe problem:I want to insert the following code in the Mod
    Code:
    “<img src="http://www.xxx.com/bild.gif" style="display:none;">
    <img src="http://www.xxx.com/blume.jpg" onMouseOver="this.src='http://www.xxx.com/bild.gif'" onMouseOut="this.src='http://www.xxxx.com/blume.jpg'">”,
    to protect my images !
    I tried to insert it in the following line for exemple:
    Code:
    //Specify the slider's images
    var leftrightslide=new Array()
    var finalslide=''
    leftrightslide[0]='<a href="http://"><img src="dynamicbook1.gif" border=1></a>'
    When I insert it, I don't see the Mod on my screen.
    Can someone help me to make this protection valid in this Mod as well as that the Mod works also?

    I'm looking forward to hearing from you soon!

    Yours faithfully

    Ps:Normally, this Cod functions whith php!(How is this to manage with this Mod?)
    Last edited by newbi; 01-23-2008 at 01:55 PM.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Protecting one's images is impossible. There are many utilities that would easily allow these images to be accessed anyway. One could even just paste this into the browser's address bar while viewing the page:

    Code:
    javascript:(function(){var im=document.images, h='';for (var i = im.length-1; i > -1; --i)h+='<img src="'+im[i].src+'"><br>';document.write(h)})()
    hit enter, and violá, the images are displayed one per line.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jan 2008
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Conveyor belt images by Mouse Over

    Hello!
    I have the code inserted into my home page, where the conveyor Bellt Mod also is inserted but unfortunately, I have had no success so. Could you explain more clearlier to me where I should insert this code?(which line?)
    I have tried to insert it beetwen head and /head, and I have tried to insert it in the Conveyor bellt cod below function.
    (What makes this description = Cod, anyway?)

    I'm looking forward to hearing from you soon

    Yours faithfully

    Ps. I think that I have problem with understandig this
    paste this into the browser's address bar while viewing the page:

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    paste this into the browser's address bar while viewing the page:
    Means exactly that. It isn't a solution, it is an example of 1 out of countless (many simpler) ways any attempt to 'protect' your images will fail. My answer to your question was for you to forget about adding the image 'protection' code.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •