May 19, 2013, 09:52:02 PM *
   Home   Help Login Register  
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Pages: [1] 2 3 ... 5   Go Down
Print
Author Topic: Btit Tracker v.1.3.2  (Read 26280 times)
0 Members and 1 Guest are viewing this topic.
Lupin
Administrator
Hero Member
*****
Offline Offline

Gender: Male
Btit Version: xbtit v.2
Posts: 10,737



View Profile WWW
« on: April 06, 2006, 04:18:15 PM »

This is important fix!
If you have heavy customized/hacked tracker, it's recomended to apply all hack again on this version.

Btit Tracker v.1.3.2
CHANGES:
- fixed all security holes founded all over the script
- fixed a lot of cosmetics things (thanks gAnDo)
- minor bug fixes

LIST OF CHANGED FILES:
account.php
account_change.php
admincp.php
allshout.php
announce.php
changelog.txt
comment.php
delete.php
details.php
download.php
extra-stats.php
forum.php
login.php
moresmiles.php
news.php
peers.php
recover.php
rss_torrents.php                + NEW
searchusers.php
torrent_history.php
torrents.php
upload.php
usercp.php
userdetails.php
include\functions.php
include\prune_users.php
include\masspm.php
blocks\seedwanted_block.php
blocks\lasttorrents_block.php
blocks\toptorrents_block.php
blocks\paypal_block.php         + NEW


Download: http://www.btiteam.org/index.php?ind=downloads&op=entry_view&iden=63
Logged

Please don't PM me about question already asked in forum!

Help or support requested using PM will be billed 50 euros/hour, minimum 1 hour; support on forum is free.
gAnDo
Guest
« Reply #1 on: April 06, 2006, 04:28:35 PM »

Thanks Lupin... updating now Smiley
Logged
freedgt
Guest
« Reply #2 on: April 06, 2006, 04:29:57 PM »

 Grin Grin ;DGrande
Logged
Rebel
Guest
« Reply #3 on: April 06, 2006, 04:59:26 PM »

i hope this fixes the ratio bugs and the no PID leechers when uploading to public sites..
Logged
Rav33n
Guest
« Reply #4 on: April 06, 2006, 05:01:21 PM »

cool, thanks for the notification via email. helps a lot.
Logged
gAnDo
Guest
« Reply #5 on: April 06, 2006, 06:38:55 PM »

Couple of small bugs not picked up.



Post titles in forums that have a ' in them come up as /'

open forums.php

find
Code:
      "in <a href=?action=viewtopic&topicid=$lasttopicid&amp;page=p$lastpostid#$lastpostid><b>$lasttopic</b></a></nobr>";
replace with
Code:
      "in <a href=?action=viewtopic&topicid=$lasttopicid&amp;page=p$lastpostid#$lastpostid><b>".stripslashes($lasttopic)."</b></a></nobr>";
find
Code:
        "$subject</td></tr></table></td><td class=lista align=center>$replies</td>\n" .
replace with
Code:
        stripslashes($subject)."</td></tr></table></td><td class=lista align=center>$replies</td>\n" .
find
Code:
    print("<table width=100%>\n<tr><td class=header>".VIEW_TOPIC.": $subject</td></tr>\n<tr><td>");
replace with
Code:
    print("<table width=100%>\n<tr><td class=header>".VIEW_TOPIC.": ".stripslashes($subject)."</td></tr>\n<tr><td>");
find
Code:
        print("<tr><td class=lista align=right>".RENAME_TOPIC.":</td><td class=lista><input type=text name=subject size=60 maxlength=$maxsubjectlength value=\"" . htmlspecialchars($subject) . "\">\n");
replace with
Code:
        print("<tr><td class=lista align=right>".RENAME_TOPIC.":</td><td class=lista><input type=text name=subject size=60 maxlength=$maxsubjectlength value=\"" . stripslashes(htmlspecialchars($subject)) . "\">\n");
find
Code:
      block_begin(REPLY." ".TOPIC.": <a href=?action=viewtopic&topicid=$id>$subject</a>");
replace with
Code:
      block_begin(REPLY." ".TOPIC.": <a href=?action=viewtopic&topicid=$id>".stripslashes($subject)."</a>");



If using cutom users levels some members can clear the shoutbox

open blocks/shoutbox_block.php

find
Code:
if($CURUSER["id_level"]>6){
replace with
Code:
if ($CURUSER["edit_torrents"]=="yes"){
Logged
Koishii
Guest
« Reply #6 on: April 07, 2006, 05:53:58 AM »

I'm sorry if this is super stupid, but I want to make sure that I'm choosing the right upgrade. I have the 1.3.1 version - which sql do I choose for this? Is this alpha or beta?

Logged
Xpeople
Guest
« Reply #7 on: April 07, 2006, 07:30:51 AM »

After upgrade...
Total torrent speed not upgrade... 0 kb/s
Old torrents have old check speed  Cry
Logged
gAnDo
Guest
« Reply #8 on: April 07, 2006, 09:00:49 AM »

@Koishii - If you have 1.31 then all you need to do is copy the new files over. The SQL hasnt changed.

@Xpeople - Try repairing your database:
http://www.btiteam.org/smf/index.php?topic=3002.0
Logged
Lupin
Administrator
Hero Member
*****
Offline Offline

Gender: Male
Btit Version: xbtit v.2
Posts: 10,737



View Profile WWW
« Reply #9 on: April 07, 2006, 09:27:06 AM »

@Rebel: what is ratio bug?

@All: NO SQL CHANGES...
Logged

Please don't PM me about question already asked in forum!

Help or support requested using PM will be billed 50 euros/hour, minimum 1 hour; support on forum is free.
MarbolanGos
Guest
« Reply #10 on: April 07, 2006, 04:46:03 PM »

Thanks for this change, i'll do it asap on my tracker.
Logged
Koishii
Guest
« Reply #11 on: April 07, 2006, 11:06:16 PM »

@Koishii - If you have 1.31 then all you need to do is copy the new files over. The SQL hasnt changed.

I've backed up the database - but how can I ensure that I'm doing it properly and will not delete what has been done before? I don't want to delete what I've worked so hard to get to where it is.

-_-

Logged
Lupin
Administrator
Hero Member
*****
Offline Offline

Gender: Male
Btit Version: xbtit v.2
Posts: 10,737



View Profile WWW
« Reply #12 on: April 10, 2006, 08:55:01 AM »

check this topic http://www.btiteam.org/smf/index.php?topic=4480.0;topicseen
Logged

Please don't PM me about question already asked in forum!

Help or support requested using PM will be billed 50 euros/hour, minimum 1 hour; support on forum is free.
Koishii
Guest
« Reply #13 on: April 12, 2006, 06:49:08 AM »

Thanks Lupin <3 But the only things that I'm concerned about is keeping the members that have signed up, the torrents posted on the tracker and the ratios the same.  (I'm okay with making modifications to the banner etc again) I really didn't have many modifications that I can think of. I can do the things you ask, but I am really scared to do that lest I lose my members' and torrents' info and ratios.
Logged
gAnDo
Guest
« Reply #14 on: April 12, 2006, 09:01:48 AM »

All user details are kept in the mysql database.
You are only changing the php files so will not loose any of this data.
Logged
Pages: [1] 2 3 ... 5   Go Up
Print
 
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
xBtit_Default by: TreetopClimber © 2006,2007 | Back To Top
Valid XHTML 1.0! Valid CSS!

Recommended: Wholesale Computers - dresses - Wow Gold - Auto Diagnostic Tool
Online shopping at tmart.com and Worldwide Free Shipping - Get great dresses deals at dressale.com
your link here, contact lupin @ btiteam.org for more info

MKPortal ©2003-2006 mkportal.it