June 19, 2013, 02:40:50 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   Go Down
Print
Author Topic: *** BtiTracker 1.4.6 released ***  (Read 8553 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,740



View Profile WWW
« on: November 23, 2007, 08:50:11 AM »

Hi guys,

Here a new version, waiting xbtit Cheesy


Btit Tracker v.1.4.6
--------------------
FIXES:
------
- cosmetic changes (blocks/lasttorrents_block.php, blocks/toptorrents_block.php, edit.php)
- Guest can shout (using external html code) (blocks/shoutbox_block.php)
- Added latest crk_protection.php (thanks to cobracrk) (include/crk_protection.php)
- fixed peers issue (details.php)
- default language in recover (recover.php)
- Possible SQL injection (torrents.php)

LIST OF CHANGED FILES:
----------------------
- blocks/lasttorrents_block.php
- blocks/shoutbox_block.php
- blocks/toptorrents_block.php
- include/crk_protection.php
- include/functions.php
- details.php
- edit.php
- recover.php
- torrents.php


download:
  • attached torrent
  • download area
  • Sourceforge.net
« Last Edit: December 02, 2007, 02:57:34 PM by Lupin » 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.
eipmoc
Guest
« Reply #1 on: November 23, 2007, 11:01:20 AM »

Again, compliments for a job wel done
Logged
mar0der
Guest
« Reply #2 on: November 23, 2007, 02:23:19 PM »

Hey guys,

Do you think that some of the fixes (about the SQL injections) will come soon for versions 1.5.xx
Logged
Lupin
Administrator
Hero Member
*****
Offline Offline

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



View Profile WWW
« Reply #3 on: November 23, 2007, 03:09:52 PM »

Hey guys,

Do you think that some of the fixes (about the SQL injections) will come soon for versions 1.5.xx
what is version 1.5x?
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.
Liroy
Forum Admin
Hero Member
*****
Offline Offline

Gender: Male
Btit Version: xbtit v.2
Posts: 937



View Profile
« Reply #4 on: November 23, 2007, 03:25:44 PM »

i think is 1.5 PB edition
Logged
monosgeri
Hero Member
*****
Offline Offline

Gender: Male
Btit Version: BtiTracker 1.4x
Posts: 682



View Profile
« Reply #5 on: November 23, 2007, 03:29:25 PM »

At the installation the title still 1.45. But no problem, this security file is important. Thanks!
Logged

if(!$drunk)
$beer
++;

(http://dvd-plaza.org)
21h
Guest
« Reply #6 on: November 23, 2007, 03:41:18 PM »

Make FTP\HTTP mirror please. I cant download torrent.
Logged
Lupin
Administrator
Hero Member
*****
Offline Offline

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



View Profile WWW
« Reply #7 on: November 23, 2007, 03:44:36 PM »

Make FTP\HTTP mirror please. I cant download torrent.
you haven't read the 1st post Wink
go to download section (here: http://www.btiteam.org/index.php?ind=downloads&op=entry_view&iden=88)
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.
ginfoka
Guest
« Reply #8 on: November 23, 2007, 04:03:10 PM »

hungarian?
Logged
monosgeri
Hero Member
*****
Offline Offline

Gender: Male
Btit Version: BtiTracker 1.4x
Posts: 682



View Profile
« Reply #9 on: November 23, 2007, 05:40:04 PM »

hungarian?

No, it's not the hungarian section of the forum...
http://www.btiteam.org/smf/index.php?board=107.0
Logged

if(!$drunk)
$beer
++;

(http://dvd-plaza.org)
DeltaCorp
Guest
« Reply #10 on: November 23, 2007, 09:29:50 PM »

Nice... I change to this version right now...

Logged
fyndler
Guest
« Reply #11 on: November 23, 2007, 11:31:26 PM »

Next release please do some work on staff page Wink
Logged
DopeShow
Guest
« Reply #12 on: November 23, 2007, 11:37:47 PM »

What`s the thing with the SQL injection, because I don`t wanna upgrade (tracker highly modified), but I also don`t want any back doors.
Logged
Liroy
Forum Admin
Hero Member
*****
Offline Offline

Gender: Male
Btit Version: xbtit v.2
Posts: 937



View Profile
« Reply #13 on: November 23, 2007, 11:47:57 PM »

 in torrents.php

change this:
Code:
    // getting order
    if (isset($_GET["order"]))
         $order=htmlspecialchars(mysql_escape_string($_GET["order"]));
    else
        $order="data";

    if (isset($_GET["by"]))
        $by=htmlspecialchars(mysql_escape_string($_GET["by"]));
    else
        $by="DESC";

to this:
Code:
    // getting order
/******************************************************************************
    if (isset($_GET["order"]))
         $order=htmlspecialchars(mysql_escape_string($_GET["order"]));
    else
        $order="data";

    if (isset($_GET["by"]))
        $by=htmlspecialchars(mysql_escape_string($_GET["by"]));
    else
        $by="DESC";
******************************************************************************/

// Fixed possible SQL injection (thanks to jeremie78)
   $accepted_orders = array('speed', 'dwned', 'finished', 'leechers','seeds', 'size', 'data', 'filename', 'cname');
   $order = (isset($_GET['order']) && in_array($_GET['order'],$accepted_orders)) ? $_GET['order'] : 'data';
   $by = (isset($_GET["by"]) && $_GET["by"]=='ASC') ? 'ASC' : 'DESC';

//
Logged
djsenki
Guest
« Reply #14 on: November 27, 2007, 01:48:51 PM »

A trackerem starting soon might be also thank you for this version Jó will use . levve system inviting , bonus point , warn , free downloading in the following version . would be if
Logged
Pages: [1] 2   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 - Online shopping at tmart.com and Worldwide Free Shipping
your link here, contact lupin @ btiteam.org for more info

MKPortal ©2003-2006 mkportal.it