You can't do dynamic content in plain HTML. .org would be fairly boring if it weren't dynamic.shinji13 wrote:I think you would have a better chance if you were using html.
derobert wrote:You can't do dynamic content in plain HTML. .org would be fairly boring if it weren't dynamic.shinji13 wrote:I think you would have a better chance if you were using html.
<ul><li>2006 anime and non-anime listings<li>4147 musical artists<li>120,622 banner ad votes<li>1,292 banners<li>29,163 journal entries<li>69,899 link problemsDeaths_ally wrote:not only that.. the number of pages that would have to be made would be massive.. over 50k members
derobert wrote:<ul><li>69,899 link problems</ul>
This mod from phpbb.com detects if a remote Avatar works before displaying it. (it displays no Avatar instead of a red X if it can't be found/loaded) Anyways, maybe the code for detecting broken links is similiar?Phade wrote:Hmmmm, a script to detect 404s would be cool...

Clara Yuri Asaki wrote:This mod from phpbb.com detects if a remote Avatar works before displaying it. (it displays no Avatar instead of a red X if it can't be found/loaded) Anyways, maybe the code for detecting broken links is similiar?Phade wrote:Hmmmm, a script to detect 404s would be cool...![]()
<?php
if(getimagesize("link/to/img/picture.jpg" == "0"){
echo "<img src="link/to/img/picture.jpg"";
}
else{}
?>
<?
if(file_exists("http://www.hazardnet.net/bannerr.gif/")){
?>
<img src="http://www.hazardnet.net/bannerr.gif">
<?}else{}?>
<?
if(file_exists("/Documents and Settings/Administrator/Desktop/HazardNet/bannerr.gif")){
?>
<img src="http://www.hazardnet.net/bannerr.gif">
<?}else{echo "Doesnt Work.";}?>
Users browsing this forum: No registered users and 2 guests