Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Community Cafe (http://www.bvlist.com/forumdisplay.php?f=18)
-   -   Help with xbt (http://www.bvlist.com/showthread.php?t=9757)

blacksbeard 4th February 2014 08:03

Help with xbt
 
How would I edit the stats in xbtt?

AutoSnipe 4th February 2014 08:16

Follow this link

http://goo.gl/Ntl9QQ

and it will show you a wonder of information oh unknown one

blacksbeard 4th February 2014 08:27

Sorry
 
Sorry, I sould have introduced myself properly but I don't really have anything to say. I don't really run a torrent tracker or anything of the sort I just had a question to ask. A friend and I had wanted to make a football tracker so we started playing with xbtt. However we cannot figure out how to edit the stats. No matter what we do they reset to 0. Why? :sos:

AutoSnipe 4th February 2014 08:37

That might be because xbtt will cleanup and check the stats and if nobody is connected then of course it will be set to 0, you should provide some more info etc.. like.. as much as you possibly can..

by all means, including Paypal email and password :P (Jks)

blacksbeard 4th February 2014 08:49

Quote:

Originally Posted by AutoSnipe (Post 43780)
That might be because xbtt will cleanup and check the stats and if nobody is connected then of course it will be set to 0, you should provide some more info etc.. like.. as much as you possibly can..

by all means, including Paypal email and password :P (Jks)

Oh thats what it is. Thats funny. Not that we know much but we just couldn't figure that out. So how would you prevent that? I don't have much I would have to pay?

AutoSnipe 4th February 2014 09:36

if there is nobody connected (seeding or leeching) then the stat's should reflect "0" why would you want to fake peer injection?

blacksbeard 4th February 2014 09:49

Is that what the term is peer injection. We don't really want to fake peer injection, we just want to show up some people by showing them our site. We've spent the past two days inputing over 200 footie torrents and then when it comes time to change the stats fail. :muscle:
It isn't really presentable having pages of torrents and then they all show no activity. It isn't really a website, after we show it to them and shut them up it'll probably be gone in a week. :clown:

AutoSnipe 4th February 2014 10:46

well, what source are you actually using?
have you setup xbtt as per the instructions for the sourcecode of the site?..
is there actually any seeders or leechers on these torrents?

DND 4th February 2014 10:54

they just want fake stats :wallbash:

blacksbeard 4th February 2014 10:59

Quote:

Originally Posted by AutoSnipe (Post 43785)
well, what source are you actually using?
have you setup xbtt as per the instructions for the sourcecode of the site?..
is there actually any seeders or leechers on these torrents?

Yeah, weve set up xbtt with the xbit frontend. Gonna polish the front end to make it look official and then show the naysayers. :ok: But we cannot fudge the stats it's hilarious.

Bump:
Quote:

Originally Posted by DeNeDe (Post 43786)
they just want fake stats :wallbash:

Yeah, I mean I don't want to waste anyones time or anything as I didn't think it would be that complicated. But we are now in over our heads. Stuck on this one particular detail. :suicide:
Any help would be greatly appreciated and I suppose reasonably compensated. You can save a life... :sos:

AutoSnipe 4th February 2014 11:22

so, you are after fake peers (Peer Injection).. there are a few apps you can download (were a hit back in 2005-2007) where you just upload the torrent file and it will just report back as a seeder.

problem been, if someone was to download said torrent.. they cant.. because nobody would have it..

spend 10 euro, buy a dedicated server from kimsufi and just have a seedbox..
looks better with your reputation especially when starting out..

XBTT is pretty much hard coded, (and in the sql it has its cleanup command time)

blacksbeard 4th February 2014 11:34

Quote:

Originally Posted by AutoSnipe (Post 43789)
so, you are after fake peers (Peer Injection).. there are a few apps you can download (were a hit back in 2005-2007) where you just upload the torrent file and it will just report back as a seeder.

problem been, if someone was to download said torrent.. they cant.. because nobody would have it..

spend 10 euro, buy a dedicated server from kimsufi and just have a seedbox..
looks better with your reputation especially when starting out..

XBTT is pretty much hard coded, (and in the sql it has its cleanup command time)

Thanks Snipe,

Quote:

Originally Posted by AutoSnipe (Post 43789)
problem been, if someone was to download said torrent.. they cant.. because nobody would have it..

I know, thats the funny part. :chch: We don't want them to be able to download We want them to freak out when they cannot.:lol: We are just targeting a local group of "frienemies"
The thing is we don't want fake seeders we want fake leechers. You can seet the numbers in the config file but like you said when the tracker updates it resets it back to 0.
Ithink the relevant function is here:

Code:

buffer += Csql_query(m_database, "(?,?,?,?),")(file.leechers)(file.seeders)(file.completed)(file.fid).read();
                file.dirty = false;
                if (buffer.size() > 255 << 10)
                    break;
            }
            if (buffer.empty())
                break;
            buffer.erase(buffer.size() - 1);
            async_query("insert into " + db_name("files") + " (" + db_name("leechers") + ", " + db_name("seeders") + ", " + db_name("completed") + ", " + db_name("fid") + ") values "
                + buffer
                + " on duplicate key update"
                + "  " + db_name("leechers") + " = values(" + db_name("leechers") + "),"
                + "  " + db_name("seeders") + " = values(" + db_name("seeders") + "),"
                + "  " + db_name("completed") + " = values(" + db_name("completed") + "),"
                + "  mtime = unix_timestamp()");
           
            buffer.clear();
        }

But I do not know how to prevent this.

AutoSnipe 4th February 2014 11:40

then the easier way to do that is to get a Fully PHP Based Tracker, and just add hundreds of peers to the peer table. and turn off the cleanup

blacksbeard 4th February 2014 11:49

Has to be xbtt. as the source of the argument was that there is a private tracker for footbal running on xbtt that everyone in the world is aware of except our targets. We were just bullshitting until the the argument developed into a wager with a £100 value. Now we have too.
Who knew that it would be this complicated? :suicide:


All times are GMT +2. The time now is 19:55.

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