Package: torrentflux
Version: 2.3-2
Severity: normal

http://www.tuxdistro.com/rssinfo.php

All of these RRS feeds use the same "file_name".

Like:
http://www.tuxdistro.com/torrents-details.php?id=323&hit=1
http://www.tuxdistro.com/torrents-details.php?id=322&hit=1

I.E. torrents-details.php
ect.

Here is the code and my work around.

index.php, line 343:
if(! $url_upload == '')
{
    $arURL = explode("/", $url_upload);
    $file_name = $arURL[count($arURL)-1]; // get the file name
    $file_name = urldecode($file_name);
    $file_name = str_replace(array("'",","), "", $file_name);
    $file_name = stripslashes($file_name);
    $ext_msg = "";

    // Check to see if url has something like ?passkey=12345
    // If so ?remove it?
//    if( ( $point = strrpos( $file_name, "?" ) ) !== false )
//    {
//        $file_name = substr( $file_name, 0, $point );
//    }

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (500, 
'oldstable')
Architecture: powerpc (ppc64)

Kernel: Linux 2.6.18-4-ppc64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages torrentflux depends on:
ii  bittornado               0.3.18-3        bittorrent client with enhanced cu
ii  dbconfig-common          1.8.29+etch1    common framework for packaging dat
ii  debconf [debconf-2.0]    1.5.13          Debian configuration management sy
ii  libapache-mod-php4       6:4.4.4-8+etch1 server-side, HTML-embedded scripti
ii  libphp-adodb             4.93a-1.1       The 'adodb' database abstraction l
ii  php4-sqlite              1.0.2-12+b1     PHP4 bindings to SQLite, a file-ba
ii  python                   2.4.4-2         An interactive high-level object-o

Versions of packages torrentflux recommends:
ii  sqlite                        2.8.17-2   command line interface for SQLite

-- debconf information:
  torrentflux/dbconfig-install: true
  torrentflux/mysql/admin-user: root
  torrentflux/upgrade-backup: true
  torrentflux/internal/skip-preseed: false
  torrentflux/purge: false
  torrentflux/upgrade-error: abort
  torrentflux/dbconfig-upgrade: true
  torrentflux/passwords-do-not-match:
  torrentflux/pgsql/no-empty-passwords:
  torrentflux/install-error: abort
  torrentflux/remove-error: abort
  torrentflux/pgsql/method: unix socket
  torrentflux/remote/host:
  torrentflux/dbconfig-remove:
  torrentflux/remote/newhost:
  torrentflux/mysql/method: unix socket
  torrentflux/pgsql/manualconf:
  torrentflux/upgrade_to_21:
  torrentflux/pgsql/authmethod-admin: ident
  torrentflux/pgsql/admin-user: postgres
  torrentflux/database-type: sqlite
  torrentflux/internal/reconfiguring: false
  torrentflux/remote/port:
  torrentflux/db/app-user:
  torrentflux/pgsql/authmethod-user:
  torrentflux/db/dbname: torrentflux
  torrentflux/pgsql/changeconf: false
  torrentflux/db/basepath: /var/lib/dbconfig-common/sqlite/torrentflux
  torrentflux/dbconfig-reinstall: false
  torrentflux/restart-webserver: false


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to