vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   want to pull local file off members PC for use in the style (https://vborg.vbsupport.ru/showthread.php?t=180068)

Silver_2000_)! 05-21-2008 06:46 PM

want to pull local file off members PC for use in the style
 
I have created / modified a transparent style that I found here or somewhere

I have set it so that IF a user is running IIS or other webserver on thier PC it will use a file called clear.jpg as the background image of the forum. IN the style in the CSS I added
Code:

background-image: url('http://127.0.0.1/clear.jpg');
Which works ok and it allows for example members of s corvette forum to have an image of THEIR corvette as the background of the forum - or the kids or grand kids

NOW here is the question for you all - I have the suspicion that there shoudl be a way to do this without requiring IIS or other web server running on the PC ( since the home versions of windows dont support IIS ) - For example if you do a crappy job of coding a web page and you post it with a local file based url YOU will be able to see the images but everyone else gets a red x

for example
Code:

<img border="0" src="file:///C:/Documents%20and%20Settings/Doug/Desktop/peace.jpg" width="750" height="600">
woould show me the peace.jpg but everyone else would get a red x - Ive seen it done and done it by accident myself - the question is how do I do this crappy codiing in CSS ?

Thanks in advance
Doug


All times are GMT. The time now is 09:14 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01746 seconds
  • Memory Usage 1,705KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete