View Single Post
  #78  
Old 09-18-2009, 12:44 AM
grafbyte grafbyte is offline
 
Join Date: Apr 2007
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi

im install dir in the 3.8.4 and i cant not see the settings
PHP Code:
<?xml version="1.0" encoding="ISO-8859-1"?>

<product productid="antileech" active="1">
    <title>Anti Leech Attachments</title>
    <description>Prevent hot linking your 

attachments!</description>
    <version>1.1</version>
    <url>https://vborg.vbsupport.ru/showthread.php?t=149666</url>
    

<versioncheckurl><![CDATA[https://vborg.vbsupport.ru/misc.php?do=productcheck&pid=antileech]]></versioncheckurl>
    

<dependencies>
    </dependencies>
    <codes>
    </codes>
    <templates>
        <template name="antileech" 

templatetype="template" date="172182599" username="Jason" version="1.00b"><![CDATA[$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[antileech]</title>
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" 

align="center">
<tr>
    <td class="tcat">$vboptions[bbtitle] - $vbphrase[antileech]</td>
</tr>
                <td class="panelsurround" align="center"><br /><br />
            <div class="panel" style="width:70%">
        <br /><phrase 1="{$id['postid']}">$vbphrase[antileechmessage]</phrase><br /><br />
</div><br /><br /></td>
</tr>
</table>
$footer
</body>
</html>]]></template>
    </templates>
    <plugins>
        <plugin active="1" executionorder="5">
            

<title>anti-leech</title>
            <hookname>attachment_start</hookname>
            <phpcode><![CDATA[if 

($vbulletin->options['al_disable'])
{
    $ref = str_replace('http://www.','',$_SERVER['SERVER_NAME']);
    if(!strstr($_SERVER['HTTP_REFERER'],$ref)) {
        $id = $vbulletin->db->fetch_array($vbulletin->db->query_read("SELECT postid FROM ".TABLE_PREFIX."attachment WHERE 

attachmentid = ".mysql_escape_string($_REQUEST['attachmentid'])));
            eval('$navbar = "' . fetch_template('navbar') . '";');
        eval('print_output("' . fetch_template('antileech') . '");');
        exit;
    }  
}]]></phpcode>
        </plugin>
    </plugins>
    <phrases>
        <phrasetype name="GLOBAL" 

fieldname="global">
            <phrase name="antileech" date="1172182599" username="Jason" 

version="1.0"><![CDATA[Anti Leech Protected]]></phrase>
            <phrase name="antileechmessage" 

date="1172182522" username="Jason" version="1.0"><![CDATA[Sorry, only direct links from threads are allowed to view 

attachments.  As a courtesy, the link to the post containing the attachment is provided below.<br /><br /> <a 

href=showthread.php?p={1}>Click here to visit the post with the attachment.</a> <br /><br /> Leeching from the forum is not 

permitted, to save bandwidth abuse only direct clicks from the thread the attachment is with will work. All attachments are 

viewable by guests (you are not required to register).]]></phrase>
        </phrasetype>
        <phrasetype 

name="vBulletin Settings" fieldname="vbsettings">
            <phrase name="setting_al_disable_desc" 

date="1231584976" username="Jason" version="1.00b"><![CDATA[Enable Anti-Leech Attachments?  Allows non-hotlinking of 

attachments, the only way they can be viewed is from clicking the attachment link on the post.]]></phrase>
            

<phrase name="setting_al_disable_title" date="1231584976" username="Jason" version="1.00b"><![CDATA[Enable Anti-Leech 

Attachments]]></phrase>
            <phrase name="settinggroup_leech_settings" date="1231576342" username="Jason" 

version="1.00b"><![CDATA[Anti-Leech Settings]]></phrase>
        </phrasetype>
    </phrases>
    <options>
    

</options>
    <helptopics>
    </helptopics>
    <cronentries>
    </cronentries>
    <faqentries>
    </faqentries>
</product>
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02653 seconds
  • Memory Usage 1,799KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete