POV-Ray : Newsgroups : povray.binaries.images : Black Seas Barracuda finished (link) Server Time
15 Aug 2024 12:15:43 EDT (-0400)
  Black Seas Barracuda finished (link) (Message 11 to 17 of 17)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: David Fontaine
Subject: Re: Black Seas Barracuda finished (link)
Date: 8 Jul 2002 18:31:13
Message: <3D2A1411.5020503@faricy.net>
Timon Christl wrote:
 >
 > As the other posters said, there is no image. I looked into the HTML
 > source generated by your PHP code, and found the reason: You are using
 > backslashes in the path to the image:
 >
 > <img src=".\renders\blackseasbarracuda3.jpg">
 >
 > but PHP (to be more exact, the underlying webserver) requires forward
 > slashes as path separators. The character sequence \r is actually a
 > single ASCII character (13 => Carriage return), the same is true for
 >  \b (which is 8 => Bell). Just change this and it will work.

Hmm, it appears you're right.  I thought I had used the backslash
elsewhere, but I looked through my files and I guess I didn't.  I'll
change that and you tell me if it works.

Probably some browsers change the backslash to a forward slash, as it
worked fine for me in both IE and Netscape.  That or certain browsers
don't like the backslash.  BTW, PHP has nothing to do with it, as it
merely generates the HTML.  PHP uses C-style escape sequences, but the
PHP code had a double-backslash, resulting in HTML with one backslash.

-- 
___     ______________________________________________
  | \     |_         website: http://davidf.faricy.net/
  |_/avid |ontaine           email: <dav### [at] faricynet>


Post a reply to this message

From: David Fontaine
Subject: Re: Black Seas Barracuda finished (link)
Date: 8 Jul 2002 18:33:55
Message: <3D2A14B3.7070509@faricy.net>
Rafal 'Raf256' Maj wrote:

> 
>>http://davidf.faricy.net/renders/blackseasbarracuda3.jpg
>>
> 
> Opera 6.03 crashes every time after opening this link

That would be a client-side problem...

-- 
___     ______________________________________________
  | \     |_         website: http://davidf.faricy.net/
  |_/avid |ontaine           email: <dav### [at] faricynet>


Post a reply to this message

From: David Fontaine
Subject: Re: Black Seas Barracuda finished (link)
Date: 8 Jul 2002 18:38:17
Message: <3D2A15B9.2010100@faricy.net>
David Fontaine wrote:

> http://davidf.faricy.net/image.php?pic=blackseasbarracuda3.jpg

The above link should work now.  :)

-- 
___     ______________________________________________
  | \     |_         website: http://davidf.faricy.net/
  |_/avid |ontaine           email: <dav### [at] faricynet>


Post a reply to this message

From: David Fontaine
Subject: Re: Black Seas Barracuda finished (link)
Date: 11 Jul 2002 23:35:09
Message: <3D2E4FCD.7090805@faricy.net>
Hello?  Is someone going to tell me if image.php works now?  :|


-- 
___     ______________________________________________
  | \     |_         website: http://davidf.faricy.net/
  |_/avid |ontaine           email: <dav### [at] faricynet>


Post a reply to this message

From: Roz
Subject: Re: Black Seas Barracuda finished (link)
Date: 12 Jul 2002 16:15:43
Message: <3D2F3995.5090903@netscape.net>
David Fontaine wrote:
> Hello?  Is someone going to tell me if image.php works now?  :|
> 
> 

Works for me :)

-Roz


Post a reply to this message

From: David Fontaine
Subject: Re: Black Seas Barracuda finished (link)
Date: 12 Jul 2002 21:46:43
Message: <3D2F87E4.70307@faricy.net>
Roz wrote:

> 
> Works for me :)

Good!  :)

-- 
___     ______________________________________________
  | \     |_         website: http://davidf.faricy.net/
  |_/avid |ontaine           email: <dav### [at] faricynet>


Post a reply to this message

From: Dearmad
Subject: Re: Black Seas Barracuda finished (link)
Date: 12 Jul 2002 22:15:58
Message: <3D2F8E16.A1C361CC@applesnake.net>
hehe 
first one worked
second works
works
working still

-peter
-- 
Modeling slave:
"Ballet pour ma fille."
http://www.applesnake.net


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.