Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

whats the story with this then?

Options
  • 19-03-2002 1:30pm
    #1
    Registered Users Posts: 11,397 ✭✭✭✭


    I'm working on a site, it workes fine offline, it workes fine hosted here, i loaded it onto a *nix server at college n the flash into doesn't load, n one of the background images on the main page doesn't display properly.

    Any ideas?


Comments

  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    Far as I know, the boards member pages are hosted on *nix too (FreeBSD to be precise). How about posting some source code, or a URL, or anything at all? (Cute chix phone numbers are always cool. :)

    adam


  • Registered Users Posts: 11,397 ✭✭✭✭azezil


    http://www.boards.ie/members/azezil/index.htm
    is how it's supposed to work but the top left image isn't displayed properly on the college server for some reason. (image i refer too in index2.html top left)

    <html>
    
    <head>
    
    <title>Se&#225;n Brennan</title>
    
    <script language="JavaScript">
    <!--
    
    if (document.images) {
    
      otherImageDefault = new Image();
      otherImageDefault.src = "otherimage.gif";
    
      otherImage1 = new Image();
      otherImage1.src = "tv1.gif";
    
      otherImage2 = new Image();
      otherImage2.src = "tv2.gif";
    
      otherImage3 = new Image();
      otherImage3.src = "tv3.gif";
    
      otherImage4 = new Image();
      otherImage4.src = "tv4.gif";
    
    }
    
    function changeImages() {
      if (document.images) {
        for (var i=0; i<changeImages.arguments.length; i+=2) {
          document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
        }
      }
    }
    
    // -->
    </script>
    </head>
    
    <body bgcolor="#ffffff" TOPMARGIN="0" LEFTMARGIN="0" marginheight="0" marginwidth="0">
    
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
    
      <tr><!-- Shim row, height 1. -->
       <td BGCOLOR="#000000"><img src="shim.gif" width="66" height="1" border="0"></td>
       <td BGCOLOR="#000000"><img src="shim.gif" width="16" height="1" border="0"></td>
       <td BGCOLOR="#000000"><img src="shim.gif" width="36" height="1" border="0"></td>
       <td BGCOLOR="#000000"><img src="shim.gif" width="54" height="1" border="0"></td>
       <td BGCOLOR="#000000"><img src="shim.gif" width="16" height="1" border="0"></td>
       <td BGCOLOR="#000000"><img src="shim.gif" width="395" height="1" border="0"></td>
       <td BGCOLOR="#000000"><img src="shim.gif" width="1" height="1" border="0"></td>
      </tr>
    
      <tr><!-- row 1 -->
       <td colspan="5"><img name="corner" src="corner.gif" width="188" height="87" border="0"></td>
        <td width="90%" BACKGROUND="topbg.gif"><img src="top.gif"></td>
       <td><img src="shim.gif" width="1" height="87" border="0"></td>
      </tr>
    
      <tr><!-- row 2 -->
        <td rowspan="2"><a href="I:/site/About.html" onMouseOver="changeImages('otherImage', 'otherImage1')" onMouseOut="changeImages('otherImage', 'otherImageDefault')"><img name="image1" src="b1.gif" width="66" height="38" border="0"></a></td>
       <td colspan="4"><img name="itop" src="itop.gif" width="122" height="26" border="0"></td>
       <td rowspan="6" VALIGN="top" width="90%">
          <P>Welcome to my homepage. </P>
          <P>Over time it will grow and hopefully improve!</P>
          <P>&nbsp; </P>
          </td>
       <td><img src="shim.gif" width="1" height="26" border="0"></td>
      </tr>
    
      <tr><!-- row 3 -->
       <td rowspan="4"><img name="ileft" src="ileft.gif" width="16" height="138" border="0"></td>
        <td rowspan="3" colspan="2"><img name="otherImage" src="otherimage.gif" width="90" height="95" border="0"></td>
       <td rowspan="4"><img name="iright" src="iright.gif" width="16" height="138" border="0"></td>
       <td><img src="shim.gif" width="1" height="12" border="0"></td>
      </tr>
    
      <tr><!-- row 4 -->
        <td><a href="I:/site/Films.html" onMouseOver="changeImages('otherImage', 'otherImage2')" onMouseOut="changeImages('otherImage', 'otherImageDefault')"><img name="image2" src="b2.gif" width="66" height="40" border="0"></a></td>
       <td><img src="shim.gif" width="1" height="40" border="0"></td>
      </tr>
    
      <tr><!-- row 5 -->
        <td><a href="I:/site/Pubs.html" onMouseOver="changeImages('otherImage', 'otherImage3')" onMouseOut="changeImages('otherImage', 'otherImageDefault')"><img name="image3" src="b3.gif" width="66" height="43" border="0"></a></td>
       <td><img src="shim.gif" width="1" height="43" border="0"></td>
      </tr>
    
      <tr><!-- row 6 -->
        <td><a href="I:/site/Contact.html" onMouseOver="changeImages('otherImage', 'otherImage4')" onMouseOut="changeImages('otherImage', 'otherImageDefault')"><img name="image4" src="b4.gif" width="66" height="43" border="0"></a></td>
       <td colspan="2"><img name="ibot" src="ibot.gif" width="90" height="43" border="0"></td>
       <td><img src="shim.gif" width="1" height="43" border="0"></td>
      </tr>
    
      <tr><!-- row 7 -->
       <td colspan="3" height="500" width="118" VALIGN="top" BACKGROUND="leftbg.gif"><img name="left" src="left.gif" width="118" height="139" border="0"></td>
       <td colspan="2"><img name="white" src="white.gif" width="70" height="234" border="0"></td>
       <td><img src="shim.gif" width="1" height="234" border="0"></td>
      </tr>
    
    
    </table>
    </body>
    
    </html>
    
    

    Havn't done much with the content yet ;) and i still have to edit the images on those links ... ah i'v another month to do all that :)


  • Registered Users Posts: 11,397 ✭✭✭✭azezil


    <html>
    <head>
    <title>Se&#225;n Brennan</title>
    <meta name="keywords" content="circle, free, flash, intro, page, screen, animation">
    </head>
    <body bgcolor="#000000">
    <center>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
      codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
      id="circle" width="284" height="346">
      <param name="movie" value="circle.swf">
      <param name="quality" value="high">
      <param name="bgcolor" value="#000000">
      <embed name="circle" src="circle.swf" quality="high" bgcolor="#000000"
        width="284" height="346"
        type="application/x-shockwave-flash"
        pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
      </embed>
    </object>
    </center>
    </body>
    </html>
    
    [edit] i should of turned off smileys [/edit]


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    Just in case I'm wrong, and the members pages are still hosted on the Windows machine (the URL says different), what about case sensitivity? Windows is case-insensitive, whereas *nix is case sensitive. Therefore, if you have an image called image1.gif and you call it Image1.gif in Windows it will load; whereas it won't in *nix. But you knew that, didn't you? :)

    adam


  • Registered Users Posts: 11,397 ✭✭✭✭azezil


    Originally posted by dahamsta
    Just in case I'm wrong, and the members pages are still hosted on the Windows machine (the URL says different), what about case sensitivity? Windows is case-insensitive, whereas *nix is case sensitive. Therefore, if you have an image called image1.gif and you call it Image1.gif in Windows it will load; whereas it won't in *nix. But you knew that, didn't you? :)

    adam
    yes i did :p

    and although i know the links above point to i:\[filename] all the images are in the same directory so that shouldn't be an issue either. i'll try it on another machine n see what happens


  • Advertisement
  • Registered Users Posts: 11,397 ✭✭✭✭azezil


    if ya look at the attachment u'll see what i'm talkin about...the image in the top corner "corner.gif" isn't fully loaded for some reason.


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    if ya look at the attachment u'll see what i'm talkin about...the image in the top corner "corner.gif" isn't fully loaded for some reason.

    I'm betting it's a transfer problem. See the way the image is partially loaded? Transfer was either interrupted, or you uploaded in ASCII format.

    Where's my pint? :)

    adam


  • Registered Users Posts: 11,397 ✭✭✭✭azezil


    Originally posted by dahamsta
    uploaded in ASCII format.
    ya i think it was,, how would that effect it?


  • Registered Users Posts: 11,397 ✭✭✭✭azezil


    i converted the image to a jpg n that sorted out that problem but the flash still doesn't load.... could that be the same problem, ascii?


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    ya i think it was,, how would that effect it?

    Google will answer that far better than I could. :)

    i converted the image to a jpg n that sorted out that problem

    Well, as it happens, if you'd opened the file and saved it again, or possibly even uploaded it again, it might have fixed the problem, but it will happen again unless you upload binary files in binary mode.

    but the flash still doesn't load.... could that be the same problem, ascii?

    Most likely. Anything binary - images, movies, flash, exe's, etc; need to be uploaded in binary mode. Anything textual - txt, htm, ini, etc; need to be uploaded in ASCII mode. Your FTP client (or WYSIWYG editor) should handle most filetypes automatically. If you're using a command-line client though, it's an easy to make a mistake.

    adam


  • Advertisement
  • Registered Users Posts: 11,397 ✭✭✭✭azezil


    yeah i using ye old dos, i downloaded WS_FTP n it sorted it.


    Cheers matey! :)


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    No bodder.


  • Closed Accounts Posts: 2,695 ✭✭✭b20uvkft6m5xwg


    azezil

    heres your flash intro with the freebie link removed...

    http://flash.8bit.co.uk/circle.swf :)

    Remeber to put it in the root folder- the link goes to your existing index1.html


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    /adam whacks 80p over the head with the DMCA...


  • Closed Accounts Posts: 2,695 ✭✭✭b20uvkft6m5xwg


    then 80p whacks adam with this url...
    http://anti-dmca.org !!

    BTW I changed the file siginicantly so it wouldn't breach IP anyway:)


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    Doesn't matter mate, you circumvented the swf file. Macromedia will set the BSA on your ass. Bad little boy. *thwop*

    adam


Advertisement