форум vBSupport.ru > vBulletin > vBulletin 3.8.x > Хаки, моды и скрипты 3.8
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
shpunsetoy
Эксперт
 
shpunsetoy's Avatar
Smile IMDB Info Generator ( Lite )
3

стыбзил тут
This plugin makes it possible to show data from IMDB Movie Database using the movie ID with a BBCode.

As far as I know many users were looking for a plugin something like this which pulls data from IMDB and shows directly in the post.

This plugin uses a script which is contributed under GPL. However, a big part of the system was rewritten and a lot of coding were done to integrate both systems.

Features:
Plugin Pulls these movie information:
  • - Contry (Lite)
  • - Genre (Lite)
  • - Time (Lite)
  • - Language (Lite)
  • - Director (Lite)
  • - Cast (Lite)
  • - Description (Advanced Version)
  • - IMDB Score (Advanced Version)
  • - Thumbnail Picture (Advanced Version)
  • - Trailer Link (Advanced Version)
  • - Advanced control of style, language and dimension. (Advanced Version)


Requirements: Your host must have allow_url_fopen = on

Installation Instructions:
  • Upload the "imdb" and "images" folder to your forums root folder
  • In your templates Headinclude find:
PHP Code:
<!-- / CSS Stylesheet --> 
add below this:
PHP Code:
<script type="text/javascript">

/***********************************************
* Ajax Includes script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

//To include a page, invoke ajaxinclude("afile.htm") in the BODY of page
//Included file MUST be from the same domain as the page displaying it.

var rootdomain="http://"+window.location.hostname

function ajaxinclude(url) {
var 
page_request false
if (window.XMLHttpRequest// if Mozilla, Safari etc
page_request = new XMLHttpRequest()
else if (
window.ActiveXObject){ // if IE
try {
page_request = new ActiveXObject("Msxml2.XMLHTTP")

catch (
e){
try{
page_request = new ActiveXObject("Microsoft.XMLHTTP")
}
catch (
e){}
}
}
else
return 
false
page_request
.open('GET'urlfalse//get page synchronously 
page_request.send(null)
writecontent(page_request)
}

function 
writecontent(page_request){
if (
window.location.href.indexOf("http")==-|| page_request.status==200)
document.write(page_request.responseText)
}

</script> 
  • In your administration panel click on "Custom BB Codes >> Ad New BB Code
Title: IMDB Plugin
BB Code Tag Name: imdb
Replacement:
PHP Code:
<imdb><script type="text/javascript">ajaxinclude("imdb/imdb.php?mid={param}")</script></imdb> 
Sample: [imdb]20540[/imdb]

Button Image: images/editor/imdb.gif

All other setting stays default. You don't have to do anything, save these settings.

ALL Done!
Attached Thumbnails
IMDB.Info.Generator.V2.0.ADVANCED.gif  
Attached Files
File Type: zip IMDB.TAG.V.2.0.EN.LITE.zip (153.8 KB, 65 views)
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
shpunsetoy
Эксперт
 
shpunsetoy's Avatar
Default
0

Example: http://www.imdb.com/title/tt0468569/ you copy 0468569 and write it between two tags like this : [IMDB]0468569[/IMDB]
 
 
glazik
Простоузер
Default
0

allow_url_fopen - включен, но всё равно не тянет..
долго долго грузиться страница и нечего не появляется, если вставить айди инфа о которых идёт по дефоулт (в папке кэш - 0337978 и 0383574) тогда показывается, но поскольку картинка не тянется то тоже грузиться долго...

Есть идеи почему это происходит?

Спасибо.
 
 
Kristof
Эксперт
 
Kristof's Avatar
Default
0

А что это такое? по скринам ниче не понял.
 
 
Cybermama
Эксперт
 
Cybermama's Avatar
Default
0

А что такое IMDB (ну что база фильмов я поняла ... только все равно непонятно)
 
 
DmitryS
Простоузер
Default
0

Quote:
Originally Posted by Cybermama View Post
А что такое IMDB (ну что база фильмов я поняла ... только все равно непонятно)
Я тоже не понял. Это наверное что-то типа шаблона для создания тем на торрент трекерах.


Опиши его функционал по подробней
 
 
glazik
Простоузер
Default
0

imdb - очень серьёзная сайт с огромаднейшей инфой о фильмах. благодаря этому хаку можно зная только айди фильма на imdb оформить раздачу у себя на форуме. Многие (и я в том числе) не качают фильм если его оценка на imdb ниже 6-ти (ну или каждый сам себе определяет )

Last edited by glazik : 11-17-2009 at 08:45 PM.
 
 
Fine
Эксперт
Default
0

Оффтоп
 
 
shpunsetoy
Эксперт
 
shpunsetoy's Avatar
Default
1

Quote:
Originally Posted by DmitryS View Post
что-то типа шаблона для создания тем на торрент трекерах
...в том числе...

Quote:
Originally Posted by kristof View Post
А что это такое? по скринам ниче не понял.
смотри http://www.imdb.com/title/tt0468569 это база с которой берётся контент,
ну и соответственно на скрине показан блок который можно запостить в тему , в том числе и на трекер
 
 
glazik
Простоузер
Default
0

Оффтоп
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 03:05 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.