Disable Auto transload on RL

Status
Not open for further replies.

kennt

Active Member
586
2009
10
0
So I would like to disable auto transload and link transload on the main window. I know it's possible to do this. But I've no clue.

Anyone can point me in the right direction?

Thanks.
 
13 comments
Edit this file:

/templates/plugmod/main.php

Find This Code and remove it:

PHP:
<input class="button-auto" type="button" value="<?php echo lang(334); ?>" onclick="window.open('audl.php');return false;" />
<br />
 
What I mean, on the main window tab, there's the "link to transload" whereby you can insert the link and still download even though you've deleted audl.php
 
1. Delete audl.php
2. If using main one then follow what Paloo2009 said
3. Open .htaccess and remove access to audl.php from guests.
Code:
<files audl.php>
allow from all
</files>
Remove that.
Enjoy :D

What I mean, on the main window tab, there's the "link to transload" whereby you can insert the link and still download even though you've deleted audl.php

Hmm! Are you sure?
Maybe that will be ur cache problems.
Ty above steps and tell me the result.
 
True. I think you misunderstood what I'm trying to say Paloo.

I know if i delete the audl.php, auto transload will not work. Which is great. One matter solved. But what I'm saying is the main window. The one that you can only insert one link at a time. Yeah, that one. Even after i delete audl.php I'm still able to transload from the main window.
 
Delete the rapidleech script since you seem to want to remove all of its functionality.

Why does it bother you if i remove some of its function? Does it fucking kill you? If you have nothing good to contribute, don't contribute at all. Douchebag.

To all who have helped, thanks. I've managed to solve it.
 
Status
Not open for further replies.
Back
Top