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>