| ||||||
![]() |
|
#91
|
||||||||||||
|
||||||||||||
|
|
|
#92
|
||||||||||||
|
||||||||||||
|
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) . "> </td>");
}
print("<td class=bottom style=\"padding-left: 5px\">$alllink</td>\n");
}
?>
</tr>
</table>
</td>
|
|
#93
|
||||||||||||
|
||||||||||||
|
|
|
#94
|
||||||||||||
|
||||||||||||
|
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 |
| Sponsored Links | ||
| ||
|
#95
|
||||||||||||
|
||||||||||||
|
yes i know but not everything !
anyway, thanks !
Attention
|
|
#96
|
||||||||||||
|
||||||||||||
|
Now i have this error
Code:
SQL Error Not unique table/alias: 'users 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 Code:
SQL Error Table 'dreamert_tests.files_users' doesn't exist |
|
#97
|
||||||||||||
|
||||||||||||
|
how to add freeleech in this source?thanks
|
|
#98
|
||||||||||||
|
||||||||||||
|
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 ?
|
|
#99
|
||||||||||||
|
||||||||||||
|
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 !
|
|
#100
|
||||||||||||
|
||||||||||||
|
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:
any ideea |
![]() |
| Tags |
| netmaniack , v16 |
| Thread Tools | |
| Display Modes | |
|
|
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 |