ok i got 1 and im tryin 2 install it i did all the **** excpet this part gots me stuck where can i find these files or whatever and if ne 1 wanna hjelp and send me it already done 2 overwrite it would be nice

look what i got
----------------------------------------------------------------------------------
Template Modifications
Open editpost AND newthread Find:
$navbar
Add Below :
$tvlock_fastsnap
Still in: editpost AND newthread Find:
$posticons
Add Below :
$tvlock_newthread
Save Templates
Open Navbar & At The Very End Place This...
$tvlockSave Templates
Open MEMBERINFO find:
<if condition="$userinfo['birthday'] OR $customfields">
Add Before :
<if condition="$pub_on">
<strong>Pubs<strong>: $pubs
<br />
</if>
<if condition="$scan_on">
<strong>Scans<strong>: $scans
<br />
</if>
<if condition="$race_on">
<strong>Races<strong>: $races
<br />
</if>
<if condition="$leech_on">
<strong>Leeches<strong>: $leeches
<br />
</if>
<if condition="$rating_on">
<strong>Rating<strong>: $rating
<br />
</if>
Save Templates
Open FORUMHOME & place this where you want NFORCE to appear..
<!-- nforce hack -->
<if condition="$nforce_on == 1">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_nforce')"><img id="collapseimg_forumhome_nforce" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_nforce].gif" alt="" border="0" /></a>
<tbody id="collapseobj_forumhome_nforce" style="$vbcollapse[collapseobj_forumhome_nforce]">$nforce</tbody>
</if>
<!-- end nforce hack -->
Save Templates
New Templates
fxpstattemplate:
<if condition="$pub_on">
<div>Pubs: $pubs</b></div>
</if>
<if condition="$scan_on">
<div>Scans: $scans</b></div>
</if>
<if condition="$race_on">
<div>Races: $races</b></div>
</if>
<if condition="$leech_on">
<div>Leeches: $leeches</b></div>
</if>
<if condition="$rating_on">
<div>Rating: $rating</b></div>
</if>
tvlock_fastsnap:
<script language="VBScript">
sub fastsnap_OnChange()
Dim strFTPLink, strTemp, strUser, strPass, strIP, strPort, strDir, i
strURL = document.forms("vbform").elements("fastsnap").valu e
If len(strURL) = 0 Then
document.forms("vbform").elements("lockdown_ip").v alue = ""
document.forms("vbform").elements("lockdown_port") .value = ""
document.forms("vbform").elements("lockdown_userna me").value = ""
document.forms("vbform").elements("lockdown_passwo rd").value = ""
document.forms("vbform").elements("lockdown_path") .value = ""
exit sub
elseIf Len(strURL) < 7 Then
MsgBox("Please Enter A Valid IP Address")
Exit sub
End If
If LCase(Mid(strURL, 1, 6)) = "ftp://" Then
strFTPLink = Mid(strURL, 7)
Else
strFTPLink = strURL
End If
i = InStr(strFTPLink, "@")
If i <> 0 Then'
If InStr(Mid(strFTPLink, 1, i - 1), "/") = 0 Then
strTemp = Mid(strFTPLink, 1, i - 1)
strFTPLink = Mid(strFTPLink, i + 1)
i = InStr(strTemp, ":")
If i <> 0 Then
strUser = Mid(strTemp, 1, i - 1)
strPass = Mid(strTemp, i + 1)
Else
MsgBox("Please enter a valid IP address!")
Exit sub
End If
End If
else
strUser = "joe"
strPass = "joe@bloggs.com"
End If
i = InStr(strFTPLink, "/")
If i <> 0 Then
strDir = Mid(strFTPLink, i)
strFTPLink = Mid(strFTPLink, 1, i - 1)
else
strDir = "/"
End If
i = InStr(strFTPLink, ":")
If i <> 0 Then
strPort = Mid(strFTPLink, i + 1)
strFTPLink = Mid(strFTPLink, 1, i - 1)
else
strPort = "21"
End If
If Len(strFTPLink) = 0 Then
MsgBox("Please enter a valid IP address")
Exit sub
End If
strIP = strFTPLink
'output the data!'
document.forms("vbform").elements("lockdown_ip").v alue = strIP
document.forms("vbform").elements("lockdown_port") .value = strPort
document.forms("vbform").elements("lockdown_userna me").value = strUser
document.forms("vbform").elements("lockdown_passwo rd").value = strPass
document.forms("vbform").elements("lockdown_path") .value = strDir
End sub
</script>
tvlock_locked:
<br>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width=$stylevar[tablewidth] align="center" class="tborder" border="0">
<tr>
<td class="tcat" colspan="4">
<div align="center" class="smallfont"><b>==( $vbphrase[lockdown_header] )==</b></div>
</td>
</tr>
<tr>
<td class='alt1' colspan='4'>
<strong>Pubber: </strong>$threadinfo[postusername]
</td>
</tr>
<tr>
<td class='alt2' colspan='4'>
<strong>$vbphrase[lockdown_location]: </strong>$countryname
</td>
</tr>
<tr>
<td class='alt1' colspan='4'>
<strong>Info:</strong> (.$countrycode) <img src='./images/lockdown/flags/lockdown/$countryflag.gif' alt='Flag Of $countryname' />
</td>
</tr>
<tr>
<td class='alt2' colspan='4'>
<if condition="$stro_status=='1'">
<strong>Status: <font color="green">Online</font></strong>
<else />
<strong>Status: <font color="red">Offline</font></strong>
</if>
</td>
</tr>
<tr>
<td class='alt1' align='center' colspan='4'>
<strong>$vbphrase[lockdown_reply]</stron>
</td>
</tr>
</table>
tvlock_newthread
<fieldset>
<legend>$vbphrase[lockdown_header]</legend>
<br>
<table cellpadding="0" cellspacing="$stylevar[cellspacing]" border="0" width="95%">
<tr>
<td align="right" colspan="1">$vbphrase[lockdown_fastsnap]:
<p> </p>
</td>
<td align="left" colspan="3"><input type="text" class="bginput" size="60" name="fastsnap" value="" />
<p> </p>
</td>
</tr>
<tr>
<td width="25%">$vbphrase[lockdown_ip]:</td>
<td width="25%"><input type="text" class="bginput" size="25" name="lockdown_ip" value="$lockdown_ip" /></td>
<td width="25%">$vbphrase[lockdown_port]:</td>
<td width="25%"><input type="text" class="bginput" size="25" name="lockdown_port" value="$lockdown_port" /></td>
</tr>
<tr>
<td width="25%">$vbphrase[lockdown_username]:</td>
<td width="25%"><input type="text" class="bginput" size="25" name="lockdown_username" value="$lockdown_username" /></td>
<td width="25%">$vbphrase[lockdown_password]:</td>
<td width="25%"><input type="text" class="bginput" size="25" name="lockdown_password" value="$lockdown_password" /></td>
</tr>
<tr>
<td align="right" colspan="1">
<p>$vbphrase[lockdown_path]:</p>
</td>
<td align="left" colspan="3">
<p> <input type="text" class="bginput" size="60" name="lockdown_path" value="$lockdown_path" /></p>
</td>
</tr>
</table>
</fieldset>
tvlock_showthread:
<br>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width=$stylevar[tablewidth] align="center" class="tborder" border="0">
<tr>
<td class="tcat" colspan="3">
<div align="center" class="smallfont"><b>==( $vbphrase[lockdown_header] )==</b></div>
</td>
</tr>
<tr>
<td class='alt1' width="33%"><strong>$vbphrase[lockdown_ip]: </strong> $ip</td>
<td class='alt1' width="33%"></td>
<td class='alt1' width="33%"><strong>$vbphrase[lockdown_port]: </strong> $port</td>
</tr>
<tr>
<td class='alt2' width="33%"><strong>$vbphrase[lockdown_username]: </strong>$username</td>
<td class='alt2' width="33%"></td>
<td class='alt2' width="33%"><strong>$vbphrase[lockdown_password]: </strong>$password</td>
</tr>
<tr>
<td class='alt1' colspan="3"><strong>$vbphrase[lockdown_path]: </strong> $path</td>
</tr>
<tr>
<td class='alt2' width="33%"><strong>$vbphrase[lockdown_location]:</strong> $countryname</td>
<td class='alt2' width="33%"><strong>$vbphrase[lockdown_code]: </strong>.$countrycode</td>
<td class='alt2' width="33%"><strong>$vbphrase[lockdown_flag]: </strong><img src='./images/lockdown/flags/lockdown/$countryflag.gif' alt='Flag Of $countryname' /></td>
</tr>
<tr>
<td class='alt1' width="25%"><strong>Download: </strong><a href="flashfxp://$username:$password@$ip:$port$path">Flashfxp</a></td>
<td class='alt1' width="25%"><strong>Download: </strong><a href="ftp://$username:$password@$ip:$port">FTP</a></td>
<td class='alt1' width="50%">
<strong>
<SCRIPT LANGUAGE="JavaScript">
function ClipBoard()
{
holdtext.innerText = copytext.innerText;
Copied = holdtext.createTextRange();
Copied.execCommand("Copy");
}
</SCRIPT>
<SPAN ID="copytext" STYLE="display:none;">
ftp://$username:$password@$ip:$port$path</SPAN>
<TEXTAREA ID="holdtext" STYLE="display:none;" rows="1" cols="20"></TEXTAREA>
<BUTTON onClick="ClipBoard();">Copy To Clipboard</BUTTON>
</strong>
</td>
</tr>
<tr>
<td class='alt2' width="33%">Not Working - <strong><a href="http://www.flashfxp.com">Get This</a></strong></td>
<td class='alt2' width="33%">Not Working - <strong><a href="http://www.flashfxp.com">Get This</a></strong></td>
<td class='alt2' width="33%"></td>
</tr><tr>
<td class='alt1' colspan='4'>
<if condition="$stro_status=='1'">
<strong>Status : <font color="green">Online</font></strong>
<else />
<strong>Status : <font color="#FF0000">Offline</font></strong>
</if>
</td>
</tr>
<tr>
<td class='alt2' align="center" colspan="3"><strong>$vbphrase[lockdown_thankyou]</strong></td>
</tr>
</table>
nforce
<tr align="left">
<td width=30 class="alt2"><if condition="$nfo_url"><a href="$nfo_url"><img src="http://www.nforce.nl/inc/img/png.gif" border="0"><else /><img src="clear.gif" border="0"></if><if condition="$site_url"><a href="$site_url"><img src="http://www.nforce.nl/inc/img/site.gif" border="0"><else /><img src="clear.gif" border="0"></if><if condition="$review_url"><a href="$review_url"><img src="http://www.nforce.nl/inc/img/review.gif" border="0"><else /><img src="clear.gif" border="0"></if></td>
<td class="alt1Active" colspan="2" align="$stylevar[left]" id="nforce">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<div>
<strong>$name</strong>
</div>
</td>
</tr>
</table>
</td>
<td class="alt2" width="100" nowrap="nowrap"><center>$group</center></td>
<td class="alt1" width="60">$size</td>
<td class="alt2" width="60">$section</td>
</tr>