The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
The file is just basic php code, some snippits:
Code:
if ($action==bandlist) { $output = "<b>Bands:</b>"; $output .= "<br><br>"; $tabdir = "/home/talkbass/tab/$letterdir"; if(!($dp = opendir($tabdir))) die ("Cannot open $tabdir"); while($file = readdir($dp)) $filenames[] = $file; closedir($dp); sort($filenames); for($i=0; $i < count($filenames); $i++) { if($filenames[$i] != '.' && $filenames[$i] != '..') $output .= "<a href=\"http://www.talkbass.com/tab/tabview.php?action=songlist&letterdir=$letterdir&band=$filenames[$i]\">$filenames[$i]</a><br>"; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|