yes im try to call it inside one of these template dbtech_downloads_download or dbtech_downloads_download_mirrorbit
vbdownload is working on both vb4 and vb3 im using it on vb3
dbtech_downloads_download currently have this code for mirrors links calling
PHP Code:
<if condition="$download['mirrorList'] AND $vboptions['dbtech_downloads_mirrors_enabled']">
<h2 class="downloads-filelist-heading">$vbphrase[dbtech_downloads_mirrors]</h2>
<ul class="stats">
$download[mirrorList]
</ul>
dbtech_downloads_download_mirrorbit currently have this code
PHP Code:
<li class="downloads-filebits">
$i. <a href="$vboptions[dbtech_downloads_link].php?$session[sessionurl]do=file&action=mirror&downloadid=$download[downloadid]&mirrorid=$i" target="_blank"><if condition="$mirror['image']"><img src="$mirror[image]" alt="" /><else />$mirror[link]</if></a>
<span style="float:$stylevar[right];">
<span class="smallfont"><a href="javascript://" name="report" data-reportform="link" data-contentid="$download[downloadid]">[$vbphrase[dbtech_downloads_report_link]]</a></span> <phrase 1="$mirror[hits]">$vbphrase[dbtech_downloads_mirror_x_hits]</phrase><br />
</span>
</li>