Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
  #1  
Old 8th September 2009, 08:36
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default remove EDK link "upload"
is this right upload.php i suck at coding so make shure
PHP Code:
<?php 
if (!eregi("upload.php",$_SERVER["PHP_SELF"])) die("You cannot include this file"); 
include(
"header.php"); 
if(!
checkaccess("upload")){ 
OpenErrTable(_btaccdenied); 
echo 
"<p>"._btnoperms."</p>"
CloseErrTable(); 
die(); 

 
switch (
$upload_level) { 
        case 
"user": { 
                if (!
$user->userloginrequired("user"); 
                break; 
        } 
        case 
"premium": { 
                if (!
$user->premiumloginrequired("premium"); 
                break; 
        } 

 
if (
$op != "taketorrent") include ("upload/torrent.php");

if (
$op == "taketorrent")
 {
  include_once(
"upload/taketorrent.php");
  } 
include(
"footer.php"); 
?>
Reply With Quote
  #2  
Old 9th September 2009, 00:09
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
or change link to upload.php?op=torrent
because that well not work there you well get blank page
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
Reply

Tags
edk , link , remove , upload

Thread Tools

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Press "Vote" to get +100MB mat22 Yuna Scatari Edition (YSE) 2 4th March 2010 18:37
TSSE 5.4.1 "Tracker sending invalid data" Only for USERS englezu23 Template Shares 1 14th February 2010 06:01
Where i can find the mod "Invitations per E-mail"? roland340 Yuna Scatari Edition (YSE) 0 1st February 2010 19:15
[FIX] Missing function "my_substrr" benjaminbih Free Torrent Source 0 26th December 2009 14:43
Make "More Smilies" and "Help" on FTS shoutbox a clickable link benjaminbih Mods & Themes 1 22nd December 2009 07:22



All times are GMT +2. The time now is 07:19. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.