Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #91  
Old 6th January 2010, 14:49
poiuy6789 poiuy6789 is offline
Member
 
Join Date: Jul 2009
P2P
Posts: 7
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 6th January 2010, 14:54
Zuby's Avatar
Zuby Zuby is offline
Senior Member
 
Join Date: Sep 2009
P2P
Posts: 101
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>
Reply With Quote
  #93  
Old 7th January 2010, 13:27
poiuy6789 poiuy6789 is offline
Member
 
Join Date: Jul 2009
P2P
Posts: 7
Default
Again, how i can remove this.........

Click the image to open in full size.
Reply With Quote
  #94  
Old 7th January 2010, 14:10
Zuby's Avatar
Zuby Zuby is offline
Senior Member
 
Join Date: Sep 2009
P2P
Posts: 101
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
Reply With Quote
  #95  
Old 7th January 2010, 17:08
poiuy6789 poiuy6789 is offline
Member
 
Join Date: Jul 2009
P2P
Posts: 7
Default
yes i know but not everything !

anyway, thanks !

attention

Attention


Source Not Supported Anymore



Reply With Quote
  #96  
Old 19th January 2010, 04:06
Extreme86 Extreme86 is offline
Senior Member
 
Join Date: Oct 2009
Greece
Posts: 27
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 19th January 2010, 18:03
roby09 roby09 is offline
Member
 
Join Date: Sep 2008
Posts: 11
Default freeleech
how to add freeleech in this source?thanks
Reply With Quote
  #98  
Old 30th January 2010, 23:49
bsf's Avatar
bsf bsf is offline
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 36
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 7th February 2010, 23:59
melcu66 melcu66 is offline
Member
 
Join Date: Apr 2009
P2P
Posts: 5
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 15th April 2010, 11:42
mrrayden mrrayden is offline
Member
 
Join Date: Apr 2010
P2P
Posts: 5
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


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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Netmaniack v1.6 Strikey TBDev 6 8th August 2009 21:49
[Netmaniack 1.5] TBDev error Rockstarinsh TBDev 5 14th January 2009 17:46
Netmaniack 1.4 Problem BlOoDyio Community Cafe 1 5th January 2009 13:22
Iso Torrents By Netmaniack Subzero Downloads 9 10th October 2008 09:28
NetManiack v1.6 remove TTL darknirvana TBDev 0 23rd July 2008 07:52



All times are GMT +2. The time now is 03:48. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.