May 19, 2013, 10:43:18 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]   Go Down
Print
Author Topic: *** Btit Tracker v.1.4.7 released ***  (Read 5252 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: December 05, 2007, 09:08:32 AM »

Btit Tracker v.1.4.7
--------------------
FIXES:
------
- fixed wrong formatted peers and banned IP(announce.php)
- XSS fix (upload.php)
- PM send to guest or "myself" (usercp.php)

LIST OF CHANGED FILES:
----------------------
- include/functions.php
- language/english.php
- language/polish.php
- announce.php
- upload.php
- usercp.php


Get it
- attached torrent
- download area
- sourceforge.net
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.
UncleSam
Guest
« Reply #1 on: December 05, 2007, 09:31:29 PM »

thanks a lot for keeping it up2date!
Logged
fatepower
Guest
« Reply #2 on: December 05, 2007, 11:56:57 PM »

nice updates mate Smiley
As im use a System user on my tracker and PB Edition i updated so sender id 0 also is blocked cuz id 0 is System sender Smiley

Code:
            if ($_POST["confirm"]==FRM_CONFIRM)
               {
               $res=mysql_query("SELECT id FROM users WHERE username=".sqlesc($_POST["receiver"]));
               if (!$res || mysql_num_rows($res)==0)
                  err_msg(ERROR,ERR_USER_NOT_FOUND);
               else
                   {
                   $result=mysql_fetch_array($res);
                   $subject=sqlesc($_POST["subject"]);
                   $msg=sqlesc($_POST["msg"]);
                   $rec=$result["id"];
                   $send=$CURUSER["uid"];
           if ($rec==1 || $rec==0 || $rec==$send)
          err_msg(ERROR,ERR_PM_GUEST);
       else {
                   if ($subject=="''")
                      $subject="'no subject'";
                   mysql_query("INSERT INTO messages (sender, receiver, added, subject, msg) VALUES ($send,$rec,UNIX_TIMESTAMP(),$subject,$msg)") or die(mysql_error());
                   redirect("usercp.php?uid=$uid&do=pm&action=list");
                   }
               }
       }
Cheers
« Last Edit: December 05, 2007, 11:58:33 PM by fatepower » Logged
ins3ect
Full Member
***
Offline Offline

Btit Version: BtiTracker 1.4x
Posts: 197


View Profile
« Reply #3 on: December 12, 2007, 08:34:03 PM »

Thank you for updating this tracker version, but i have some questions:

Now i use btit version 1.4.5 and i can't to upgrade it to 1.4.7, because then i replace old functions.php file with new functions.php file, i get logged out from my tracker and i cant login in it. Any ideas why it can happen?
Logged
REiT
Guest
« Reply #4 on: February 27, 2008, 11:33:58 PM »

Please help me, i dont make download of file .torrent the my tracker.

What´s the problem?


sorry for my bad english  Tongue
Logged
Lupin
Administrator
Hero Member
*****
Offline Offline

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



View Profile WWW
« Reply #5 on: February 28, 2008, 08:55:39 AM »

@REiT: you made your post 4 times! please don't make cross posting  Undecided
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.
DrAgon64
Guest
« Reply #6 on: May 04, 2008, 05:24:10 AM »

nice updates mate Smiley
As im use a System user on my tracker and PB Edition i updated so sender id 0 also is blocked cuz id 0 is System sender Smiley

Code:
            if ($_POST["confirm"]==FRM_CONFIRM)
               {
               $res=mysql_query("SELECT id FROM users WHERE username=".sqlesc($_POST["receiver"]));
               if (!$res || mysql_num_rows($res)==0)
                  err_msg(ERROR,ERR_USER_NOT_FOUND);
               else
                   {
                   $result=mysql_fetch_array($res);
                   $subject=sqlesc($_POST["subject"]);
                   $msg=sqlesc($_POST["msg"]);
                   $rec=$result["id"];
                   $send=$CURUSER["uid"];
           if ($rec==1 || $rec==0 || $rec==$send)
          err_msg(ERROR,ERR_PM_GUEST);
       else {
                   if ($subject=="''")
                      $subject="'no subject'";
                   mysql_query("INSERT INTO messages (sender, receiver, added, subject, msg) VALUES ($send,$rec,UNIX_TIMESTAMP(),$subject,$msg)") or die(mysql_error());
                   redirect("usercp.php?uid=$uid&do=pm&action=list");
                   }
               }
       }
Cheers


What's this code all about?

I'm hitting ERR_PM_GUEST in xbtit2 when I pm another acct that is administrator and used to have email of user@tracker domain. So I fixed it to his hotmail acct both in smf and xbtit2..

and recpeient acct exists in both xbtit and smf and has correct smf_fid

but I get "Sorry you can't send PM to guest or to yourself! "

any help appreciated! thnx.

 

« Last Edit: May 04, 2008, 05:36:32 AM by DrAgon64 » Logged
Lupin
Administrator
Hero Member
*****
Offline Offline

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



View Profile WWW
« Reply #7 on: May 04, 2008, 02:42:45 PM »

don't understand, but if you're using xbtit, please post in right forum/topic Wink
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.
Mr.CLCL
Guest
« Reply #8 on: July 19, 2009, 08:15:24 PM »

Can you upload Btit Tracker v.1.4.7 to another host? I tried to download by that torrent but nobody keep seed!
Logged
psychocydd
Box Beast on Weed
Administrator
Hero Member
*****
Offline Offline

Gender: Male
Btit Version: BtiTracker 1.3x
Posts: 1,169



View Profile WWW
« Reply #9 on: July 20, 2009, 09:41:15 AM »

Can you upload Btit Tracker v.1.4.7 to another host? I tried to download by that torrent but nobody keep seed!

Get it
- attached torrent
- download area
- sourceforge.net

that means get by the torrent or by the downloads page (link at top of page) or on the sourceforge page Wink
Logged

(http://psychocydd.co.uk/)
Pages: [1]   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