Jump to content

help in X-tore (Torrent Tracker)


silverblue

Recommended Posts

hi all...
so i install on my server this pack
but there is one problem i cant resolve...

each time i add a torrent with mulitple tracker
i show me nothing
0 seed and 0 peers

and i know that the file have many sources but still it show 0
is there a way to make the script read mulitple tracker list???

here is the script

[code]

// ALL VARS (i THINK)
$upfile = $_FILES['torrent']['tmp_name'];
$torrent = torrent_info_file($upfile);
$tracker  = strip_tags($torrent['announce']);
$tracker  = strip_tags(str_replace('announce', 'scrape', $tracker));
$infohash = strip_tags($torrent['hash']);
$stats = torrent_scrape_url($tracker, $torrent['hash']);
$seeds = strip_tags($stats['seeds']);
$peers = strip_tags($stats['peers']);
$size = strip_tags($torrent['size']);
$torrentname = trim(strip_tags($_POST['filename']));
$subcat = strip_tags($_POST['type']);
$description = strip_tags(trim($_POST['info']));
$registration = strip_tags($_POST['reg']);
$date = date('YmdHis');
$updated = date('YmdHis');
$maincat = mysql_query("SELECT catid FROM categories WHERE subid = '$subcat' LIMIT 1");
$maincat = mysql_fetch_row($maincat);
$maincat = $maincat[0];

[/code]


thank all

[attachment deleted by admin]
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.