Ok, fixed my previous errors, had to do with the fact I was on a pivate lan trying to access a NetBio name (
http://linserv) when I typed in the IP and acessed it that way, no more errors, however I have one problem with my tempolate, and I cannot figure out where it went wrong? Seeing how I did a direct copy and paste. Attached is an image of the offending page abd right below is the temopplate code...
cuurent_weather_one
Code:
</td>
</tr>
<tr>
<td height='20' class='shead'>$tpl[location_header]$tpl[location]</td>
</tr>
<tr>
<td height='6'></td>
</tr>
<td class='ninfo'>
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td width='32%' height='20' class='ihead'>$tpl[rsun_text]</td>
<td height='20' width='2%'></td>
<td width='32%' height='20' class='ihead'>$tpl[time_text]</td>
<td height='20' width='2%'></td>
<td width='32%' height='20' class='ihead'>$tpl[ssun_text]</td>
</tr>
<tr>
<td colspan='5' height='6'></td>
</tr>
<tr>
<td width='32%' height='20' class='pinfo'>
<table width='100%'>
<tr>
<td width='30%' class='pinfo'><img src='$tpl[rsun_icon]' title='$tpl[rsun_text]' alt='' /></td>
<td width='70%' class='pinfo'>$tpl[sun_rise]</td>
</tr>
</table>
</td>
<td height='20' width='2%'></td>
<td width='32%' height='20' class='pinfo'>$tpl[local_time]</td>
<td height='20' width='2%'></td>
<td width='32%' height='20' class='pinfo'>
<table width='100%'>
<tr>
<td width='30%' class='pinfo'><img src='$tpl[ssun_icon]' title='$tpl[ssun_text]' alt='' /></td>
<td width='70%' class='pinfo'>$tpl[sun_set]</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height='6'></td>
</tr>
<tr>
<td class='ninfo'>
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td width='34%' class='atc'>
<table border='0' cellpadding='0' cellspacing='0' width='98%'>
<tr>
<td height='20' class='ihead'>$tpl[cuurent_header]</td>
</tr>
<tr>
<td height='16'></td>
</tr>
<tr>
<td height='20' class='pinfo'>$tpl[current_text]</td>
</tr>
<tr>
<td height=20 class='pinfo'><img src='$tpl[current_icon]' title='$tpl[current_text]' alt='' /></td>
</tr>
<tr>
<td height='20' class='pinfo'><b>$tpl[current_temp]</b></td>
</tr>
</table>
</td>
<td width='66%'>
<table border='0' cellpadding='0' cellspacing='0' width='98%'>
<tr>
<td height='20' class='pinfo'>$tpl[current_time]</td>
</tr>
<tr>
<td height='4'></td>
</tr>
<tr>
<td>
<table border='0' cellpadding='0' cellspacing='0' width='98%'>
<tr>
<td height='20' width='47%' class='ihead'>$tpl[humd_header]</td>
<td height='20' width='3%'></td>
<td height='20' width='50%' class='pinfo'>$tpl[current_humd]</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height='4'></td>
</tr>
<tr>
<td>
<table border='0' cellpadding='0' cellspacing='0' width='98%'>
<tr>
<td height='20' width='47%' class='ihead'>$tpl[vis_header]</td>
<td height='20' width='3%'></td>
<td height='20' width='50%' class='pinfo'>$tpl[current_vis]</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height='4'></td>
</tr>
<tr>
<td>
<table border='0' cellpadding='0' cellspacing='0' width='98%'>
<tr>
<td height='20' width='47%' class='ihead'>$tpl[ultra_header]</td>
<td height='20' width='3%'></td>
<td height='20' width='50%' class='pinfo'>$tpl[current_ultra]</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height='4'></td>
</tr>
<tr>
<td>
<table border='0' cellpadding='0' cellspacing='0' width='98%'>
<tr>
<td height='20' width='47%' class='ihead'>$tpl[baro_header]</td>
<td height='20' width='3%'></td>
<td height='20' width='50%' class='pinfo'>$tpl[current_baro] <span><img border='0' src='$tpl[icon_baro]' alt='' /></span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height='4'></td>
</tr>
<tr>
<td>
<table border='0' cellpadding='0' cellspacing='0' width='98%'>
<tr>
<td height='20' width='47%' class='ihead'>$tpl[direct_header] ($tpl[direct_type])</td>
<td height='20' width='3%'></td>
<td height='20' width='50%' class='pinfo'>$tpl[current_direct]</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
BTW, the image is of the 5 day forcast, even the 1 day forcast is messed up.....