Bravo List
Register
Go Back   Bravo List > Development > Other Downloads
Reply
  #91  
Old 06-01-10, 12:49
poiuy6789's Avatar
Member
 
Join Date: Jul 2009
P2P
Posts: 7
Activity Longevity
0/20 9/20
Today Posts
0/11 ssssssss7
Default
Guys how i can remove....i have shown in this picture

Click the image to open in full size.
Reply With Quote
  #92  
Old 06-01-10, 12:54
Zuby's Avatar
Senior Member
 
Join Date: Sep 2009
P2P
Posts: 68
Activity Longevity
1/20 7/20
Today Posts
0/11 sssssss68
Default
just delete from browse.php

Code:
<td class=bottom>
        <table class=bottom>
        <tr>

<?
$i = 0;
foreach ($cats as $cat)
{
        $catsperrow = 7;
        print(($i && $i % $catsperrow == 0) ? "</tr><tr>" : "");
        print("<td class=bottom style=\"padding-bottom: 2px;padding-left: 7px\"><input name=c$cat[id] type=\"checkbox\" " . (in_array($cat[id],$wherecatina) ? "checked " : "") . "value=1><a class=catlink href=browse.php?cat=$cat[id]>" . htmlspecialchars($cat[name]) . "</a></td>\n");
        $i++;
}

$alllink = "<div align=left>(<a href=browse.php?all=1><b>Show all</b></a>)</div>";

$ncats = count($cats);
$nrows = ceil($ncats/$catsperrow);
$lastrowcols = $ncats % $catsperrow;

if ($lastrowcols != 0)
{
        if ($catsperrow - $lastrowcols != 1)
                {
                        print("<td class=bottom rowspan=" . ($catsperrow  - $lastrowcols - 1) . ">&nbsp;</td>");
                }
        print("<td class=bottom style=\"padding-left: 5px\">$alllink</td>\n");
}
?>
        </tr>
        </table>
</td>
__________________
EN / RO Torrent Tracker
www.sharebitz.net
Reply With Quote
  #93  
Old 07-01-10, 11:27
poiuy6789's Avatar
Member
 
Join Date: Jul 2009
P2P
Posts: 7
Activity Longevity
0/20 9/20
Today Posts
0/11 ssssssss7
Default
Again, how i can remove this.........

Click the image to open in full size.
Reply With Quote
  #94  
Old 07-01-10, 12:10
Zuby's Avatar
Senior Member
 
Join Date: Sep 2009
P2P
Posts: 68
Activity Longevity
1/20 7/20
Today Posts
0/11 sssssss68
Default
man but you know nothing about tbdev and php ???

like this u can't make a good torrent tracker !

search for WAITTIME in bittorrent.php and do it yourself
__________________
EN / RO Torrent Tracker
www.sharebitz.net
Reply With Quote
Sponsored Links
Advertisement
  #95  
Old 07-01-10, 15:08
poiuy6789's Avatar
Member
 
Join Date: Jul 2009
P2P
Posts: 7
Activity Longevity
0/20 9/20
Today Posts
0/11 ssssssss7
Default
yes i know but not everything !

anyway, thanks !

attention

Attention


Source Not Supported Anymore



Reply With Quote
  #96  
Old 19-01-10, 02:06
Extreme86's Avatar
Senior Member
 
Join Date: Oct 2009
Greece
Posts: 32
Activity Longevity
0/20 7/20
Today Posts
0/11 sssssss32
Default
Now i have this error
Code:
SQL Error

 Not unique table/alias: 'users
what can i do?

When i go to details.php (any torrent) to see how much peers or seeders (names)

Code:
Peers
[See full list]    1 seeder(s), 0 leecher(s) = 1 peer(s) total
appear this
Code:
SQL Error
Table 'dreamert_tests.files_users' doesn't exist
I have the table users in my DB
Reply With Quote
  #97  
Old 19-01-10, 16:03
roby09's Avatar
Member
 
Join Date: Sep 2008
Posts: 12
Activity Longevity
0/20 14/20
Today Posts
0/11 sssssss12
Default freeleech
how to add freeleech in this source?thanks
Reply With Quote
  #98  
Old 30-01-10, 21:49
borfasrebel's Avatar
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 38
Activity Longevity
1/20 10/20
Today Posts
0/11 sssssss38
Default Tbdev Question !
Hy all!

I user netmaniack 1.6 based on tbdev...

When i entry in mytracker.org dont give me login like that mytracker.org/login.php

What i can do ?
Reply With Quote
  #99  
Old 07-02-10, 21:59
melcu66's Avatar
Member
 
Join Date: Apr 2009
P2P
Posts: 5
Activity Longevity
0/20 10/20
Today Posts
0/11 ssssssss5
Default Please help ! :D
Can I transform this source into a public source to alow other torrents like H-Tracker
ex: demonoid, torrentz, torrent hoster etc.

Best regards . & pls help !
Reply With Quote
  #100  
Old 15-04-10, 10:42
mrrayden's Avatar
Member
 
Join Date: Apr 2010
P2P
Posts: 5
Activity Longevity
0/20 3/20
Today Posts
0/11 ssssssss5
Default tracker installation please help
hi i made all configuration in include/secrets.php bittorrent.php announce.php
and i have importet as well the database and when i want to enter the site he give me this:


PHP Code:
$a["username"] . ""; else $latestuser $a['username']; */ $registered number_format(get_row_count("users")); //$unverified = number_format(get_row_count("users", "WHERE status='pending'")); $torrents = number_format(get_row_count("torrents")); //$dead = number_format(get_row_count("torrents", "WHERE visible='no'")); $r = mysql_query("SELECT value_u FROM avps WHERE arg='seeders'") or sqlerr(__FILE__, __LINE__); $a = mysql_fetch_row($r); $seeders = 0 + $a[0]; $r = mysql_query("SELECT value_u FROM avps WHERE arg='leechers'") or sqlerr(__FILE__, __LINE__); $a = mysql_fetch_row($r); $leechers = 0 + $a[0]; $seeders = number_format(get_row_count("peers", "WHERE seeder='yes'")); $leechers = number_format(get_row_count("peers", "WHERE seeder='no'")); $peers = number_format($seeders + $leechers); $uniqpeer = number_format(get_row_count("peers", "WHERE connectable='yes'")); if ($leechers == 0) $ratio = 0; else $ratio = round($seeders / $leechers * 100); $dt = gmtime() - 180; $dt = sqlesc(get_date_time($dt)); $result = mysql_query("SELECT SUM(last_access >= $dt) AS totalol FROM users") or sqlerr(__FILE__, __LINE__); while ($row = mysql_fetch_array ($result)) { $totalonline = $row["totalol"]; } $dt = gmtime() - 180; $dt = sqlesc(get_date_time($dt)); $res = mysql_query("SELECT id, username, class, donor, warned FROM users WHERE last_access >= $dt ORDER BY username") or print(mysql_error()); while ($arr = mysql_fetch_assoc($res)) { if ($activeusers) $activeusers .= ",\n"; switch ($arr["class"]) { case UC_SYSOP: $arr["username"] = "" . $arr["username"] . ""; break; case UC_ADMINISTRATOR: $arr["username"] = "" . $arr["username"] . ""; break; case UC_MODERATOR: $arr["username"] = "" . $arr["username"] . ""; break; case UC_UPLOADER: $arr["username"] = "" . $arr["username"] . ""; break; case UC_VIP: $arr["username"] = "" . $arr["username"] . ""; break; case UC_POWER_USER: $arr["username"] = "" . $arr["username"] . ""; break; } $donator = $arr["donor"] === "yes"; if ($donator) $activeusers .= ""; $warned = $arr["warned"] === "yes"; if ($warned) $activeusers .= ""; if ($CURUSER) $activeusers .= "{$arr["username"]}"; else $activeusers .= "{$arr["username"]}"; if ($donator) $activeusers .= ""; if ($warned) $activeusers .= ""; } if (!$activeusers) $activeusers = "There have been no active users in the last 15 minutes."; stdhead("Home"); //echo "Welcome to our newest member, $latestuser!\n"; print("
"); print("
" .RECENT_NEWS. ""); if (get_user_class() >= UC_ADMINISTRATOR) print(" 
- [" .NEWS_PAGE. "]"); print("

n"); $res = mysql_query("SELECT FROM news WHERE ADDDATE(addedINTERVAL 45 DAY) > NOW() ORDER BY added DESC LIMIT 10") or sqlerr(__FILE__, __LINE__); if (mysql_num_rows($res) > 0) { print("
n
"); while($array = mysql_fetch_array($res)) { print("
" . gmdate("
Y-m-d",strtotime($array['added'])) . " " . format_comment($array['body'])); if (get_user_class() >= UC_ADMINISTRATOR) { print(" [" .EDIT. "]"); print(" [" .DELETE_. "]"); } print("
"); } print("
n"); } if ($CURUSER) { // Get current poll $res = mysql_query("SELECT FROM polls ORDER BY added DESC LIMIT 1") or sqlerr(); if($pollok=(mysql_num_rows($res))) { $arr = mysql_fetch_assoc($res); $pollid = $arr["id"]; $userid = $CURUSER["id"]; $question = format_comment($arr["question"]); $o = array($arr["option0"], $arr["option1"], $arr["option2"], $arr["option3"], $arr["option4"], $arr["option5"], $arr["option6"], $arr["option7"], $arr["option8"], $arr["option9"], $arr["option10"], $arr["option11"], $arr["option12"], $arr["option13"], $arr["option14"], $arr["option15"], $arr["option16"], $arr["option17"], $arr["option18"], $arr["option19"]); // Check if user has already voted $res = mysql_query("SELECT FROM pollanswers WHERE pollid=$pollid AND userid=$userid") or sqlerr(); $arr2 = mysql_fetch_assoc($res); } print("
" .POLL. ""); if (get_user_class() >= UC_MODERATOR) { print(""); print(" 
- [" .P_NEW. "]n"); if($pollok) { print(" - [" .EDIT. "]n"); print(" - [" .DELETE_. "]"); } print(""); } print("

n"); if($pollok) { print("
n"); print("
"); print("
$question

n
"); $voted = $arr2; if ($voted) { // display results if ($arr["selection"]) $uservote = $arr["selection"]; else $uservote = -1; // we reserve 255 for blank vote. $res = mysql_query("SELECT selection FROM pollanswers WHERE pollid=$pollid AND selection 20") or sqlerr(); $tvotes = mysql_num_rows($res); $vs = array(); // array of $os = array(); // Count votes while ($arr2 = mysql_fetch_row($res)) $vs[$arr2[0]] += 1; reset($o); for ($i = 0; $i < count($o); ++$i) if ($o[$i]) $os[$i] = array($vs[$i], $o[$i]); function srt($a,$b) { if ($a[0] > $b[0]) return -1; if ($a[0] < $b[0]) return 1; return 0; } // now os is an array like this: array(array(123, "Option 1"), array(45, "Option 2")) if ($arr["sort"] == "yes") usort($os, srt); print("n"); $i = 0; while ($a = $os[$i]) { if ($i == $uservote) $a[1] .= " *"; if ($tvotes == 0) $p = 0; else $p = round($a[0] / $tvotes * 100); if ($i % 2) $c = ""; else $c = " bgcolor=#ECE9D8"; print("\n"); ++$i; } print("
" . $a[1] . "      " . " $p%
n"); $tvotes = number_format($tvotes); print("
" .VOTES. "
$tvotes

n
"); } else { print("
n"); $i = 0; while ($a = $o[$i]) { print("$a
n
"); ++$i; } print("
"); print("" .BLANK_VOTE. "
n"); print("


"); } ?>
0) { print("
" .TOP_TEN_TORRENTS. "

"); print(""); print(""); print(""); print(""); for ($i = 0; $i < $num; ++$i) { while ($row = mysql_fetch_assoc($res)) { //////// Retrieve Category Image ////////// $cros = mysql_query("
SELECT nameimage FROM categories WHERE id=$row[category]"); if (mysql_num_rows($cros) == 1) { $corr = mysql_fetch_assoc($cros); $cat_img = ""; } /////// End Category Image ////////////// print(""); print(""); print(""); //print("n"); print("n"); } } } print("
" .TYPE. "    " .NAME. "        
$cat_img    $row[name]    " .number_format($row['seeders'])."    " .number_format($row['seeders'])."
" .number_format($row['leechers'])."
"); } } ?>
- ( ) 

any ideea
Reply With Quote
Reply

Tags
netmaniack , v16

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Netmaniack v1.6 Strikey TBDev 6 08-08-09 20:49
[Netmaniack 1.5] TBDev error Rockstarinsh TBDev 5 14-01-09 15:46
Netmaniack 1.4 Problem BlOoDyio Tech Support 1 05-01-09 11:22
Iso Torrents By Netmaniack Subzero Other Downloads 9 10-10-08 08:28
NetManiack v1.6 remove TTL darknirvana TBDev 0 23-07-08 06:52



All times are GMT +1. The time now is 20:07. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Advertisement System V2.6 By   Branden