Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=109)
-   -   Mod need (http://www.bvlist.com/showthread.php?t=8368)

MJUER 12th October 2012 20:09

Mod need
 
Hello I have a question does anyone know how to give Flush Torrents Ghost at all because I have many seeders ghost on tracker ,Tracker runs on TBDEV 2005, kind XZ and FZ

firefly 12th October 2012 21:05

Quote:

Originally Posted by MJUER (Post 36867)
Hello I have a question does anyone know how to give Flush Torrents Ghost at all because I have many seeders ghost on tracker ,Tracker runs on TBDEV 2005, kind XZ and FZ

I'm not to sure if you have a flush torrent.php, but I would look at creating a Cron to execute the flush torrent file.

# crontab -e

and cut and paste this in and then hit Ctrl + x and type y to save


30 23 * * * php /path/to/your/fushtorrent.php

MJUER 12th October 2012 22:39

re
 
I and torrent.php the folder includes I looked through it but have not found anything

Chez 17th October 2012 10:49

Quote:

Originally Posted by MJUER (Post 36867)
Hello I have a question does anyone know how to give Flush Torrents Ghost at all because I have many seeders ghost on tracker ,Tracker runs on TBDEV 2005, kind XZ and FZ

Take this:

http://fisierulmeu.ro/5832PC0Y8PWG/takeflush-php.html

MJUER 21st November 2012 14:56

help
 
Quote:

Originally Posted by Chez (Post 36906)


Takeflush know and php but I have to give up everything I tracker for each user that is to give global flushtorrents


takeflush.php
Code:

require_once("include/bittorrent.php");

dbconn();

loggedinorreturn();

$id = 0 + $_GET["id"];

mysql_query("DELETE FROM peers WHERE userid = $id");

header("Refresh: 0; url=userdetails.php?id=$id");
?>

rabtb 3rd December 2012 14:05

think this should do you

where you want add in

userdetails.php
Code:

Flush TorrentsFlush Torrents, click here!\n");?>


All times are GMT +2. The time now is 00:23.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.