![]() |
Quote:
Those who do not like coding can achieve this just by editing the links_ratebit template PHP Code:
|
Quote:
Also, i got it to work by making it so it has the parent of a section on my forum ^^ |
I have a error, when I want to moderate a link:
Quote:
|
Quote:
I forgot to upload the corrected version. |
Now ist works fine. :squareeyed:
Thanks. |
Version 1.35a now supported; version 1.41 beta; see first post of thread.
Reports please. |
Looking pretty good, Andrew ;). I was going to wait until 1.35 went stable and use that, although I think it's a safe risk just to go ahead with 1.41b ;). Oh, and kudos on your superior documentation.
|
"added option to allow new links to have an empty link, i.e. just a name
and description" Is that something that is typical with new beta or could that be achieved in 1.35? |
I like it, it was very user friendly to install. I customized it a little just to say "downloads".....
Thanks for the work. *Clicks Install |
Quote:
|
ouch, I did a lot of customization... I guess I will have to put in the same dummy url every time...
|
Quote:
|
I have the links installed on site. Works great, but one week after our relaunch I am noticing that downloaders are getting by the protection. It appears that they are getting the direct link from the window that pops up when you click the link. The one that states that you are being redirected. I have used this on other sites and it does not display the same way as it does on my site.
Am I missing something, or is install no good? Please advice. Thanks |
Quote:
Several questions: - Are the downloads coming from your site or another? Normally, files with recognised mimetypes on your site should not produce this popup. - Have you changed the setting of force_redirect on the links admin page - if this = 1 then your users will get to see the file locations - Are you using the local_file_root setting on the links admin page to place the downloads outside the web directories, to prevent anyone from getting at them except through the links s/w? If these suggestions don't help, pm me with more details of your site. |
Quote:
I do not see the setting force_redirect, maybe this isn't the same hack??? I didn't install it and was told this was it :( The files are on the local server and inside the web directories. Thanks for your help. |
Quote:
Looking at your site, I can see a set of links that are available without logging in. If you want to stop these being copied by unregistered users (via the links hack or by using the redirection), then: - associate each link with a VBulletin forum - set that forum's permissions so it is only accessible to the usergroups you want |
Would it be advisable to upgrade to the more recent version? If so, is it simply re-editing the files per the instructions?
|
Quote:
To upgrade, you upload the latest files (local_links.php and local_links_templates.xml into you main forums dir) and local_links_install.php into your admin dir, and rerun the installation script. |
Quote:
How do I stop that? |
Quote:
Go to VB's main admin, then attachment, then extensions and sizes. The appropriate mimetype for a zip file is Code:
Content-type: application/zip Normally, when the file has a recognised mimetype, the download is handled transparently, so the user does not get to see where the file is stored. *But* a big warning - if you choose this route, you are increasing the cpu load on your server. This is normally only a problem if the files are held on a third party machine, because then your server has to keep reading, then rewriting records. This is why I added the force_redirect switch on the links admin page, to force the hack always to use redirection rather than read/rewrite to user. The link on the redirection window ("click here if you do not get redirected") is being created within the standard VB code. There may be a way to suppress it, but I'm not sure. |
@AndrewD ~ I've been using this hack since it was first released and just wanted to re-affirm: Thanks, great hack and support.
|
I'll second that. I haven't installed the latest version yet although I intend to this week. This is definitely one of the better supported and developed hacks around here.
|
*nods* Thumbs-up AndrewD
|
Hi AndrewD
Thaks alot of the script i still use it since ver 1 :) i wanted to ask you something In my site i add the download files in a diffrent server & on that server i enabled the hotlinking protection even for direct request the only way to download is if the refferal for the download is comming from my site is there a way to add a specific refferal Url in the script so it send it with the link while the force redirection option is on ?! or even while the force redirection is off ?! another thing is is it posible that the owner of the link ( the one who adds the link ) can edit his links only meaning he can't edit links added by other people?! cuz if i give the people permission to edit thier links they can edit other people links and i don't want that ! |
I just downloaded this and installed it, however in step one It failed and gives me the error from mysql stating the table does not support full text indexes? How do I fix this
|
Quote:
what ver is your Mysql ?! ( the script requires MySql 4.0+ ) |
Hi Ranam2k,
Its Version 4.1 |
Ah.. All resolved !! I did the fix last nite but did not reboot. I just had to change the filesystem type to myisam.. rebooted this morning and whala..
Thanks guys !! |
Quote:
I'll have to think about the first question. For the second, the owner of the link should always be able to edit his/her own links, regardless of the settings you make on the admin page. (If not, something's broken!) Let me know if that's not the case. |
How can I make, that who adds the link, wrote the E-mail? That on a mail the letter was sent it, that the reference has been added in the catalogue! Sorry for my English!
|
Ok Got it up however when I or users try to download , its starts fine but then closes in about 20 seconds? Cuts the file download short? It must be settings in my PHP.INI? Please let me know how to adjust this ..
Thanks again for the wonderful work |
Quote:
PHP Code:
|
Hey AndrewD! HELP PLEASE!!!
How can I make, that who adds the link, wrote the E-mail? That on a mail the letter was sent it, that the reference has been added in the catalogue! Sorry for my English! |
Quote:
If force_redirect is off, etc, the download is handled as a series of reads/writes. The code uses an fopen() call to access the download file, and this turns into an HTTP GET. My Apache log shows that this GET is recorded against the IP address of the requesting server, so your file host should be able to see that the request is legitimate. If force_redirect is on, then the code eventually drops through to the STANDARD_REDIRECT template within Vbulletin. This sends a series of HTTP headers to the file host, and I would think you could add an HTTP_REFERER. |
Quote:
Do you want the hack to send an email to the person who creates a new link when that link is accepted by the moderator? Let me know, and I'll try to help. |
Quote:
----------------------------------------------------- max_execution_time = 0 ; Maximum execution time of each script, in seconds max_input_time = 0 ; Maximum amount of time each script may spend parsing request data ---------------------------------- As well as used set_timeout = 0 on top of the php.ini and it works like a charm.. Again.. Thank you for the hack and the support.. Awesome man!@ |
Quote:
I want, that after the adding a new link, mail was sent to person who creates a new link. WOW! +) Sorrrrry for my English! ;) |
Quote:
Please chose one of the following : *if a person adds a link the system will send an e-mail to him conforming that it was added ?! *if a person adds a link the system will send an e-mail to the people subscriped to it ! * if a person ads a link the system will e-mail the admin about it ! i'm out of options :) |
Quote:
i C i'll give it a try .. and i'll post the results here :) |
Quote:
|
All times are GMT. The time now is 02:54 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|