Hi. I recently installed PHPBTTracker+. However, I am embedding it in a webpage and the area isn't too big. What I'd like to do is customize the frontend so that the torrents are displayed with the torrent name/link in one row and under it are the stats (size, seeders, leechers, done), similar to how gotwoot.net's looks like.
I figure I just need to insert certain variables where I need them to be displayed, but looking at the index page with all its PHP if statements and all, I'm very confused. Does anything think they can help with this?
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The index scripts are not a basic script. They have to deal with subcategories, rss, inline comments and probably other things I've forgotten. These are the conditional statements you are seeing in the script.
Lately I haven't had time to do anything with the scripts. However, at some point I may be able to write a script in the fashion you are describing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. I recently installed PHPBTTracker+. However, I am embedding it in a webpage and the area isn't too big. What I'd like to do is customize the frontend so that the torrents are displayed with the torrent name/link in one row and under it are the stats (size, seeders, leechers, done), similar to how gotwoot.net's looks like.
I figure I just need to insert certain variables where I need them to be displayed, but looking at the index page with all its PHP if statements and all, I'm very confused. Does anything think they can help with this?
Thanks in advance.
The index scripts are not a basic script. They have to deal with subcategories, rss, inline comments and probably other things I've forgotten. These are the conditional statements you are seeing in the script.
Lately I haven't had time to do anything with the scripts. However, at some point I may be able to write a script in the fashion you are describing.