Пятница, 10.01.2025, 02:20,
Главная » 2012 » Декабрь » 30 » uTorrent - Скрипт торрент Функционала для юкоза
02:28
uTorrent - Скрипт торрент Функционала для юкоза


Описание:

Скрипт торрент Функционала для юкоза, основные возможности скрипта: Cтатус, Cиды, Пиры, Размер, Название, Хэш, Аннонсы, Список файлов!.. Также скрипт не требует наличия подключенного на вашем сервере PHP.

Требования:
1. Каталог файлов или любой другой модуль.

Установка:

1. Куда хотим вывести: 

Code
1<div id="utor_write"></div>


2. Куда угодно ставим:
Code
1<script type="text/javascript">  
2  $(document).ready(function () {
3  $.getScript("http://ucodes.ru/php/utor/get.php?torrent=$FILE_DIRECT_URL$&tid=utor_write&st=1");
4  });
5  </script>


3. Куда угодно ставим сылку на скачку:
Code
1<a href="$FILE_URL$">Скачать с торрента</a>


4. В CSS стили uTorrent'a:
Code
01.utorrent * { margin:0px; padding:0px; border:none; }
02 .utorrent { background:#B1E062; margin:0px; padding:5px; width:500px; font-size:11px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
03 .utorrent .uttitle {border:1px solid #CCC; border-bottom:none; background:#FFFEFF; padding:5px 0 5px 2px; font-size:14px;overflow:hidden; text-align:center; color:#000; text-shadow:0 1px 1px #FFF; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; }
04 .utorrent .utorinfo {background:#FFFEFF; display:inline-block; width:100%; }
05 .utorrent .utorinfo div { width:99.8%; border:1px solid #CCC; border-bottom:none; border-right:none; text-align:left; }
06 .utorrent .utorinfo div:last-child { border-bottom:1px solid #CCC; }
07 .utorrent .utorinfo div span { display:inline-block; padding:2px 5px; color:#456456; text-align:left; width:300px; overflow:hidden; white-space:nowrap; }
08 .utorrent .utorinfo div span.utinf { display:inline-block; overflow:hidden; color:#000000; padding:2px 5px; text-align:left; width:60px; border-right:1px solid #CCC; -moz-usercelect:none; -webkit-user-select:none; }
09 .utorrent .utorinfo div img { display:inline; width:12px; height:12px; margin-right:5px; -moz-usercelect:none; -webkit-user-select:none; padding-right:5px; border-right:1px dotted #CCC; }
10 .utorrent .utorinfo div img#utloading { border:none; }
11 .utorrent .utfiles .uttoggle { width:100%; height:25px; line-height:25px; font-size:14px; font-weight:bold; margin:5px 0 2px 2px; color:#FFF; cursor:pointer; -moz-usercelect:none; -webkit-user-select:none; }
12 .utorrent .utfiles .uttoggle:hover {color:#DDDCCC; text-decoration:underline;}
13 .utorrent .utfiles .utfilelist {overflow:hidden; width:100%;}
14 .utorrent .utfiles .utfilelist tr {background:#8DCB23;}
15 .utorrent .utfiles .utfilelist tr:hover {background:#DCDCDC; border:1px solid #232323; }
16 .utorrent .utfiles .utfilelist #utfile { padding:5px; text-align:left; display:block; overflow:hidden; width:410px; font-size:11px; border-radius:5px; }  
17 .utorrent .utfiles .utfilelist #utsize { padding:5px; text-align:center; width:70px; font-size:11px; }

5. Создать папку utor в FTP и залить в нее файлы.

Просмотров: 284 | Добавил: Administrator | Рейтинг: 0.0/0
Всего комментариев: 0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]