call links from database in vbulletin template

Hi Im using vbdownloads plugin it is save links called (mirrors) in blob feild in database as following

these mirrors links display in download links page as template (dbtech_downloads_download) with following code

$vbphrase[dbtech_downloads_mirrors]

    $download[mirrorList]

while i have another template called dbtech_downloads_download_mirrorbit to display all mirror links in sequence by repate the following code
$mirror[link]

I want to display these mirrors links separately and distribute it by it is link entry number without repetition so i can call each link in a particular place or even just specific link, I tried to call the first link and second by following code $mirror[link][0] & $mirror[link][1] but this didn’t worked with me.

can anyone help with this

Sponsor our Newsletter | Privacy Policy | Terms of Service