Torrent Invites - Get your free bittorrent tracker invitations! - Powered by vBulletin
Ad
Page 1 of 5 1234 ... LastLast
Results 1 to 10 of 42
Like Tree2Likes

Thread: Suggestions for opentrackers.net

  1. #1
    Retired - Do not pm

    Posts
    2,024
    Blog Entries
    7
    Post any suggestions you might have here.

    I do retain the power to ban you even though i am retired. PM me at your own peril.

    No emails in posts | Spam and die | Give igiver to those who deserve it | People with larger sigs than me are overcompensating

    Hand pick your people, Totally dependable, Totally Loyal~Admiral Cain


  2. To remove ads become VIP. Inquire about advertising here.
  3. #2

  4. #3

    Posts
    524
    my suggestion is if we have a list of trackers divided into groups based on their level and indicating whether they are open are not will be better than the current method of new posts for each tracker whether they are open or not.....the current method is also good
    i think there are many more trackers open at this time than indicated by the system

  5. #4
    GSP

    Posts
    40
    As with torrent searches, perhaps they could be given searchable categories. If a tracker is of general interest, file under general. More specific trackers could be classified by specialization (sports, movies, tv, pr0n, etc...).

    Make it list-able as latest open so that those appear first.

    Make it list-able by percentage open. Those that are open 100% of the time have "less" value than those open 5% of the time. Listing those first might be interesting.

  6. #5

    Posts
    1,562
    Lol, is the bot always gonna post a new thread here everytime a tracker becomes open? That's gonna take up a lot of space over time, no?

  7. #6

    Posts
    977
    Quote Originally Posted by Signus View Post
    Lol, is the bot always gonna post a new thread here everytime a tracker becomes open? That's gonna take up a lot of space over time, no?
    My thoughts exactly! Is it possible to come up with a script so that threads which have been inactive for a month be automatically deleted?


  8. #7

    Posts
    145
    some trackers are down PERMANENTLY >>> remove them from the list
    some trackers have been MOVED (like pretome) >>> edit/update the links

    in any case, trackers with " ! " and " x " in front of them should be watched after. for example: BlackZ.ro is now a blog ! xD

  9. #8

    Posts
    1,562
    I honestly don't like this posting new threads every time one opens, isn't it just being relayed from Open-Trackers.net anyway?

  10. #9

    Posts
    145
    Quote Originally Posted by Signus View Post
    I honestly don't like this posting new threads every time one opens, isn't it just being relayed from Open-Trackers.net anyway?
    i think it WAS relayed at the beginning. if you see the last page, you can see clearly that the "system" has created bitsoup, nordic-t and pornbay threads, one for OPEN and one for CLOSED.
    i dont know if his automated or a real person but in any case, bitsoup opens and closes atleast 5 times a day. if its automated, the treads would flood the sub-forum.


    the whole opentrackers sub forum should be closed and automated. all the trackers should have a personal thread (just like review´ forum). if the tracker is open, the "system" should post under the right thread. people could read, if they really want, but they are NOT allowed to reply !

  11. #10

    Posts
    646
    Well we can do this. Have a bot called "OpenTrackers" or such. Pre make threads. Then the bot, who is a moderator or has posting permissions on closed threads, bumps or posts that the said tracker is now open. Here is some sample code, on how to make a post which I found on vBulletin.org (Link: Create Posts - vBulletin.org Forum)

    HTML Code:
    <?php
    require_once('./global.php'); //assuming script is on the / directory.  change it to the directory the file is in
    require_once('./includes/class_dm.php'); //read above
    require_once('./includes/class_dm_threadpost.php');  //read above
    
    $postdm = new vB_DataManager_Post($vbulletin, ERRTYPE_STANDARD);  //makes a new vBulletin Datamanager, its like/is an API
    
    $threadid = '54224';  //thread id.  make a switch between each tracker
    $botuserid = '1';  //change to the bot's userid
    $text = 'The tracker is now open for registrations!  Better hurry!';  //the text the bot posts
    $threadinfo = fetch_threadinfo($threadid);
    $foruminfo = fetch_foruminfo($threadinfo['forumid']);
    
    $postdm->set_info('forum', $foruminfo);
    $postdm->set_info('thread', $threadinfo);  
    $postdm->set('threadid', $threadid);
    $postdm->set('userid', $botuserid);
    $postdm->set('pagetext', $text);
    $postdm->set('allowsmilie', 1);
    $postdm->set('visible', 1);
    $postdm->set('dateline', TIMENOW);
    $postdm->save(); //posts it
    unset($postdm);
    ?>
    If you want I can develop it more, however I'm sure Ixius can handle this, easily. It's mostly a 10minute-ish job.

    (Stupid [code] tags doesn't show linebreaks)

    -------------------------------------
    Aside from that, how about we remove some dead sites. Like FollowTheWhiteRabbit? And remove secret tracker URL's like FTN?
    Last edited by Lucky21; 03-31-2010 at 07:04 PM.

Page 1 of 5 1234 ... LastLast

Similar Threads

  1. Suggestion for trade section - Official Rules
    By TranceX in forum Suggestions
    Replies: 19
    Last Post: 08-01-2009, 12:41 PM
  2. Replies: 3
    Last Post: 03-18-2009, 02:30 AM
  3. [Completed] Suggestion for requests section - Rules
    By TranceX in forum Suggestions
    Replies: 1
    Last Post: 03-17-2009, 03:22 PM
  4. [Completed] suggestion for Official Seedbox Review Section
    By eks in forum Suggestions
    Replies: 6
    Last Post: 10-23-2008, 08:11 AM
  5. I desperately need an invite for pwtorrents.net !
    By tejaspaiowns in forum Completed Requests
    Replies: 1
    Last Post: 08-13-2008, 11:47 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •