Bravo List
Register
Go Back   Bravo List > Development > Tracker Mods > PMBT
Reply
  #1  
Old 07-02-10, 23:45
joeroberts's Avatar
phpMyBitTorrent developer
 
Join Date: Jan 2008
United States
Posts: 1,019
Activity Longevity
2/20 19/20
Today Posts
1/11 sssss1019
Default Modded Torrent table
this is to make your torrent tables match your themes.
open include/bittorrent.php
find
PHP Code:
function torrenttable($res$variant "index"$user ""$block "") {
        global 
$db$name$search$user$download_level$torrent_global_privacy$onlysearch$db_prefix$autoscrape$theme$btback1$btback2$btback3$free_dl
add after that
PHP Code:
        if(function_exists('theme_torrenttable'))return theme_torrenttable($res$variant$user$block); 
Now go the your themes folder ((Themes/pmbt))
create new file bittorrrent.php and add to it
[PHP]<?php
/*
*----------------------------phpMyBitTorrent V 2.0.4---------------------------*
*--- The Ultimate BitTorrent Tracker and BMS (Bittorrent Management System) ---*
*-------------- Created By Antonio Anzivino (aka DJ Echelon) --------------*
*------------- http://www.p2pmania.it -------------*
*------------ Based on the Bit Torrent Protocol made by Bram Cohen ------------*
*------------- http://www.bittorrent.com -------------*
*------------------------------------------------------------------------------*
*------------------------------------------------------------------------------*
*-- This program is free software; you can redistribute it and/or modify --*
*-- it under the terms of the GNU General Public License as published by --*
*-- the Free Software Foundation; either version 2 of the License, or --*
*-- (at your option) any later version. --*
*-- --*
*-- This program is distributed in the hope that it will be useful, --*
*-- but WITHOUT ANY WARRANTY; without even the implied warranty of --*
*-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --*
*-- GNU General Public License for more details. --*
*-- --*
*-- You should have received a copy of the GNU General Public License --*
*-- along with this program; if not, write to the Free Software --*
*-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --*
*-- --*
*------------------------------------------------------------------------------*
*------
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in phpMyBitTorrent forum
Click the image to open in full size.
Reply With Quote
  #2  
Old 08-02-10, 00:03
pwnage's Avatar
Senior Member
 
Join Date: Jan 2010
P2P
Posts: 48
Activity Longevity
0/20 5/20
Today Posts
0/11 sssssss48
Default
How you get 1px lines(super thin lines)
Reply With Quote
  #3  
Old 08-02-10, 00:18
joeroberts's Avatar
phpMyBitTorrent developer
 
Join Date: Jan 2008
United States
Posts: 1,019
Activity Longevity
2/20 19/20
Today Posts
1/11 sssss1019
Default
PHP Code:
echo  "<table border=\"1\" cellpadding=\"5\" cellspacing=\"0\">\n"
gives Me it
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in phpMyBitTorrent forum
Click the image to open in full size.
Reply With Quote
  #4  
Old 18-04-10, 03:43
ahmedtm1's Avatar
Member
 
Join Date: Mar 2010
Egypt
Posts: 7
Activity Longevity
0/20 4/20
Today Posts
0/11 ssssssss7
Default
Thank you Mr.joeroberts

Working with me
Reply With Quote
Sponsored Links
Advertisement
  #5  
Old 05-05-10, 12:50
Hasan's Avatar
Senior Member
 
Join Date: Apr 2010
Denmark
Posts: 28
Activity Longevity
1/20 3/20
Today Posts
0/11 sssssss28
Default
I did step by step but got this error:
Code:
Warning:  include_once(themes/1thank/bittorrent.php) [function.include-once]:  failed to open stream: No such file or directory in /home2/utorrent/public_html/themes/1thank/main.php  on line 42

Warning:  include_once() [function.include]:  Failed opening 'themes/1thank/bittorrent.php' for inclusion  (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/utorrent/public_html/themes/1thank/main.php  on line 42
Thanks in advance!
Reply With Quote
  #6  
Old 06-05-10, 03:04
joeroberts's Avatar
phpMyBitTorrent developer
 
Join Date: Jan 2008
United States
Posts: 1,019
Activity Longevity
2/20 19/20
Today Posts
1/11 sssss1019
Default
Please read My first POST a little closer
Quote:
Now go the your themes folder ((Themes/pmbt))
create new file bittorrrent.php and add to it
In your theme would be themes/1thank
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in phpMyBitTorrent forum
Click the image to open in full size.
Reply With Quote
  #7  
Old 06-05-10, 11:17
Hasan's Avatar
Senior Member
 
Join Date: Apr 2010
Denmark
Posts: 28
Activity Longevity
1/20 3/20
Today Posts
0/11 sssssss28
Default
Quote:
Originally Posted by joeroberts View Post
Please read My first POST a little closer

In your theme would be themes/1thank
I did go into the folder (Theme/1thank) and did step by step what u tol me to do, still gave me the error. :P
Reply With Quote
  #8  
Old 06-05-10, 12:18
daffy's Avatar
Senior Member
 
Join Date: Mar 2009
United States
Posts: 88
Activity Longevity
2/20 11/20
Today Posts
3/11 sssssss88
Default
did you make sure to create new file bittorrrent.php and add to themes/ithank
__________________
Reply With Quote
  #9  
Old 06-05-10, 13:41
Hasan's Avatar
Senior Member
 
Join Date: Apr 2010
Denmark
Posts: 28
Activity Longevity
1/20 3/20
Today Posts
0/11 sssssss28
Default
Quote:
Originally Posted by daffy View Post
did you make sure to create new file bittorrrent.php and add to themes/ithank
Yes, i did that as well.
Reply With Quote
  #10  
Old 07-05-10, 04:42
joeroberts's Avatar
phpMyBitTorrent developer
 
Join Date: Jan 2008
United States
Posts: 1,019
Activity Longevity
2/20 19/20
Today Posts
1/11 sssss1019
Default
If your getting file not found then you put it in the wrong place have a chmod problem or you misslabled it.
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in phpMyBitTorrent forum
Click the image to open in full size.
Reply With Quote
Reply

Tags
modded , table , torrent

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
Modded Torrent Table pwnage phpMy BitTorrent 1 10-02-10 05:05
help Torrent Strike Fully Modded abc Torrent Strike 8 02-08-09 23:37
help Torrent Strike Fully Modded abc Tech Support 0 02-08-09 00:56
New mod request torrent strike fully modded toontigger Mods & Themes Requests 8 26-04-09 13:27
Torrent Strike fully modded sql problem dragontear Torrent Strike 4 30-01-09 20:23



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