View Single Post
  #2  
Old 18th January 2024, 08:44
crowni's Avatar
crowni crowni is offline
Senior Member
 
Join Date: Apr 2009
Bulgaria
Posts: 132
Default btclients
You put the btclients folder in the images folder. In the blocks folder, you put client_block.php. You install manually sql .And then you activate the block from the admin panel

Bump: I forgot and this sql



INSERT INTO `xbtit_bt_clients` (`id`, `name`, `link`, `sort`, `image`) VALUES
(1, 'Firefox', 'http://www.mozilla.org/', 1, 'firefox.png'),
(2, 'µTorrent ', 'http://www.utorrent.com/', 2, 'utorrent.png'),
(3, 'Vuze', 'http://azureus.sourceforge.net/', 3, 'azureus.png');
Attached Files
File Type: zip btclients__block.zip (11.8 KB, 4 views)
Reply With Quote