форум vBSupport.ru > Камчатка > Pocket PC vBulletin.net.ru
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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
JorgeX
Продвинутый
Default Hacks request & Style
0

Someone can give me these hacks please?

http://www.vbulletin.org/forum/showthread.php?t=91729

http://www.vbulletin.org/forum/showthread.php?t=93094

http://www.vbulletin.org/forum/showthread.php?t=93543

http://www.vbulletin.org/forum/showthread.php?t=92895
(and code)

http://www.vbulletin.org/forum/showthread.php?t=94023 (and code)

http://www.vbulletin.org/forum/showthread.php?t=83247

http://www.vbulletin.org/forum/showthread.php?t=100992 (only code)

And the TrenZ skin for vBulletin 3.5.2 updated, please.
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
TOXACb
Знаток
 
TOXACb's Avatar
Default
0

http://www.vbulletin.org/forum/showthread.php?t=92895
(and code)
PHP Code:
<script type="text/javascript" src="clientscript/fixed_position_ie.js"></script>
<script type='text/javascript'>
    var agtbrw=navigator.userAgent.toLowerCase();
    var operaaa=(agtbrw.indexOf('opera')!=-1);
    var head="display:''";
    var folder='';
    function expandit(curobj){
    if(document.getElementById(curobj)){
      folder=document.getElementById(curobj).style;
      }else{
    
    if(ns6==1||operaaa==true){
        folder=curobj.nextSibling.nextSibling.style;
    }else{
        folder=document.all[curobj.sourceIndex+1].style;
    }
       }
    if (folder.display=="none"){folder.display="";}else{folder.display="none";}
    }
    mytagid = Math.floor( Math.random() * 10000 );
</script>
<style type="text/css">
#pm_popup {
    position:fixed;
    top:250px;
    border:1px solid;
    width:64%;
    margin-right:18%;
    margin-left:18%;
}

</style>
<div id="pm_popup">
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
        <tr>
            <td class="tcat">
                <span class="smallfont" style="float:$stylevar[right]"><a href="#" onclick="expandit('pm_popup');">Close</a></span>
                    You have a private message!
            </td>
        </tr>
        <tr>
            <td class="panelsurround" align="center">
                <div class="panel">
                    <div align="center">
                        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                            <tr>
                                <td>
                                    You're newest message is from <b>$newpm[fromusername]</b>, entitled <b>'$newpm[title]'</b>
                                    <br />
                                </td>
                            </tr>
                            <tr>
                                <td align="center">
                                    <br /><br />
                                    <a href="#" onclick='window.open("private.php?do=showpm&pmid=$newpm[pmid]", "pmbox", "menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes,resizable=ye  s,top=50,left=50");expandit("pm_popup");window.focus("pmbox");' >Read this message</a>
                                    <br /><br />
                                    <a href="#"  onclick='window.open("private.php", "pmbox", "menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes,resizable=ye  s,top=50,left=50");expandit("pm_popup");window.focus("pmbox");' >Go to my PM inbox</a>
                                </td>
                            </tr>
                        </table>
                    </div>
                </div>


                <div style="margin-top:$stylevar[cellpadding]px">
                    <form><input type="button" class="button" value="Close this popup" onclick="expandit('pm_popup');" /></form>
                </div>
            </td>
        </tr>
    </table>
</div> 
http://www.vbulletin.org/forum/showthread.php?t=94023 (and code)
Code:
Fresh Installation:

1) Upload all files in UPLOAD to their directories.

2) Import the product-vBSupport.xml
(Goto your AdminCP, then goto Manage Products, Add/Import A Product)

3) In Template navbar

Find:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>

Replace With:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
<td class="vbmenu_control"><a href="vBSupport.php$session[sessionurl_q]">vBSupport</a></td>
</if>

*UPGRADE INFORMATION*

1) Reupload all files in UPLOAD to their directories.

2) Goto Plugin System -> Manage Products.

3) Choose Add/Import A Product.

4) Select the product-vBSupport.xml file, and set the Allow
Overwrite option to Yes.

5) Run the Rebuild Info to rebuild some extra info.

If you have already done the template edit, it will be the same
and you are finished with the install.
http://www.vbulletin.org/forum/showthread.php?t=100992 (only code)

Code:
Added:

If your having a problem determining the exact path to your forums
Put the following code on a page all by its self.

PHP Code:
<?php 
echo getcwd(); 
?> 

Name the page something like findpath.php and upload it to your forums root directory.
Open this page in your browser and it will display the exact path to your forums root.
And the TrenZ skin for vBulletin 3.5.2 updated, please.
Please take a link.
Attached Files
File Type: zip ALL_IN_ONE.zip (499.5 KB, 32 views)
 
 
anonym666
Почти новичок
Default
0

And the TrenZ skin for vBulletin 3.5.2 updated, please.
Please take a link.

???

Графику не надо, только style файлы если можно tren_z, oivar, applied
 
 
TOXACb
Знаток
 
TOXACb's Avatar
Default
0

Quote:
Originally Posted by anonym666
Графику не надо, только style файлы если можно tren_z, oivar, applied
Ссылку давай.
 
 
JorgeX
Продвинутый
Default
0

Thanks to you very much! I love vbsupport.ru! xD

010101 добавил 15.12.2005 в 20:17
Some link for Extremepixels vBulletin skin 3.5.2?

Last edited by JorgeX : 12-15-2005 at 09:17 PM. Reason: Добавлено сообщение
 
 
Phantom
Знаток
 
Phantom's Avatar
Default
0

TOXACb, вот ссылка на tren_z:
http://www.extremepixels.com/forum/index.php?styleid=48

Очень нужен этот стиль, залейте, пожалуйста, у кого есть возможность (версия 3.5-3.5.2)!
 
 
JorgeX
Продвинутый
Default
0

Someone have the link ???
 


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 11:23 PM.


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