Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   H-Tracker v2 (http://www.bvlist.com/showthread.php?t=1753)

hack346 6th January 2009 12:56

H-Tracker v2
 
1 Attachment(s)
h-tracker a.k.a TTFMEdition re-release
(based on TorrentTrader)

i have re-released today a new source based on tt but with more mods installed
a short list of modifications:

Check
Latest Updates

DEMO: http://guv2.com/htracker

RD-Pearl Theme by realmdesignz like defaul theme
lightbox effect for images
ballon tooltip for torrent where are included(name of torrent, first image of torrent, date added, nr. of (seeder/leechers, size, views,hits, &snatched), invite system, seedbonus, super-moderator & moderator CP, prevent accidentally logout, protection by ctracker, requests section, releases on index page, youtube link in torrents details, clickable emoticons, download & upload speed, a new page for account details, sticky, nuked & vip torrents functions, avatar replaced when u are warned, in admin panel u have functions like :add GB to users, Add users, u can set directly your navigation menu, uploader aplication, add invites, parked accounts, clear shoutbox, clear peers....& much much more

raefor 13th March 2009 13:16

looking good
 
wow this is looking good I know you done a lot more to this! I think it's going to be one of the best

Eltan 18th March 2009 21:08

I register on h-tracker.org, but where can we find template for this wonderfull torrent tracker release ?

raefor 18th March 2009 21:48

Quote:

Originally Posted by Eltan (Post 10064)
I register on h-tracker.org, but where can we find template for this wonderfull torrent tracker release ?

http://bvlist.com/tracker-skins/

Zeldjian 28th March 2009 16:09

Is it the classic version or the V2 version ? :unknown:

hack346 28th March 2009 16:28

8 Attachment(s)
Quote:

Originally Posted by Zeldjian (Post 10330)
Is it the classic version or the V2 version ? :unknown:

on demo link is classic version

here is the demo with v2 http://theme.h-tracker.org/

but real release will be something like this (i can post the demo link :) ) but i will post some prints :


1. Group Management
2. Poll system multicolor
3. theme install with preview
4. Members page
5. new shoutbox
6. little part of Admin cp (complete re-designed)
7. Comments page also re-designed with more functions
8. New system page for news (like nuke-evolution)


Attachment 1155 Attachment 1156

Attachment 1157 Attachment 1158

Attachment 1159 Attachment 1160

Attachment 1161 Attachment 1162

Krypto 28th March 2009 19:27

Looking nice :ok:

ampedm 30th March 2009 01:22

Excellent, can't wait :)

hack346 30th March 2009 17:12

CountDown Started

U can see HERE a demo with the new source

Login with Username: member , password:test or u can create your own account, i wait suggestions

ampedm 30th March 2009 20:06

I have tested many tracker sources and this may be what i am looking for :ok:

14 Days = Awesomeness

However, the only thing i would love to have is a neater category "table-layout" with checkboxes/images on the side like standard trackers.

Is that possible? :)

raefor 1st April 2009 15:03

maybe latest post in forums on index
just thinking

cnb 3rd April 2009 13:39

Maby this is ot, but h.tracker.org, what is that source ?

raefor 3rd April 2009 13:56

Quote:

Originally Posted by cnb (Post 10509)
Maby this is ot, but h.tracker.org, what is that source ?

Default h-tracker a.k.a TTFMEdition re-release
released today a new source based on tt=Torrent Trader

H-Tracker

hack346 10th April 2009 13:21

V2 released - download link is in the first post of this topic -

Demo Here login with username: member , password: test

Download (Registered users)
Upgrade from v.01 instructions


ampedm 10th April 2009 13:27

That was early, great work! :ok:
I wonder if in future versions you can make it compatible with XBTT

Krypto 10th April 2009 19:08

Impressive, will check this out later :ok:

sammygo 14th April 2009 11:08

The source works only on LINUX ?
Becoz one member of h-tracker said that ....
This source is not tested on WINDOWS 100% - he said !

hack346 14th April 2009 11:18

this is true is tested only on linux (php4 php5)

thereal 14th April 2009 14:00

where can I find the themes?

Krypto 14th April 2009 23:34

Quote:

Originally Posted by ionutzsami (Post 10784)
The source works only on LINUX ?
Becoz one member of h-tracker said that ....
This source is not tested on WINDOWS 100% - he said !

Works on my localhost and that's using XP with Apache2Triad, you just need to change a couple of things like /backend/functions.php

FROM
Code:

require_once("mysql.php"); //Get MYSQL Connection Info
require_once("config.php");  //Get Site Settings and Vars ($site_config)

TO
Code:

require_once("backend/mysql.php"); //Get MYSQL Connection Info
require_once("backend/config.php");  //Get Site Settings and Vars ($site_config)

And possibly some other files too.

raefor 16th April 2009 11:19

with update
 
Code:

tracker sending invalid data
(getting red in my utorrent on that torrent)
although its showing 1 leecher whos connectable h-tracker site is down
and getting this on seedbox error: bad data from tracker - bad bencoded data

hack346 16th April 2009 13:20

try to create another torrent with your tracker announce, h-tracker is down, sow...will not work (I don`t know what's happening, i can`t find a HT) :(

raefor 16th April 2009 13:25

Quote:

Originally Posted by hack346 (Post 10845)
try to create another torrent with your tracker announce, h-tracker is down, sow...will not work (I don`t know what's happening, i can`t find a HT) :(

did that and still get the same trying some other things

good luck getting site back up been looking for it sorry to hear it's down

hack346 17th April 2009 11:21

1 Attachment(s)
2 bugs fixed:

open account.php & find :

Code:

htmlspecialchars($CURUSER["age"]) . "\" disabled
& replace with:
Code:

htmlspecialchars($CURUSER["age"]) . "\" readonly
Open torrents-upload.php , find

Code:

$descr = sqlesc($_POST['descr']);
& replace with:
Code:

$descr = $_POST['descr'];
(this will fix "rnrn" chars from torrent description) (on windows)

if i will found another bugs , i will post in the same topic,
My advice: watch every time this topic

Last fix 17.04.2009
for who receive this error
Code:

Warning: Invalid argument supplied for foreach() in Q:\trackerwindows\xampp\htdocs\torrents-details.php on line 357
Just replace your old files with this


11.05.2009

open uploadapps.php

find:

Code:

  if ($action == "show")
        $hide = "[Hide accepted/rejected]";
  else {
        $hide = "[Show accepted/rejected]";
        $where = "WHERE status = 'pending'";
        $where1 = "WHERE uploadapp.status = 'pending'";
  }


replace with:

Code:

if (!$action || $action == "show") {
 
  if ($action == "show")
        $hide = "[Hide accepted/rejected]";
  else {
        $hide = "[Show accepted/rejected]";
        $where = "WHERE status = 'pending'";
        $where1 = "WHERE uploadapp.status = 'pending'";
  }

tnx to Markus Torstensson

raefor 18th April 2009 22:11

getting this when you download after it's uploaded


Code:

Youre attack was blocked:
74.xxxxxx - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8


hack346 18th April 2009 22:20

is a bug from mozilla ...just ..disable the ctracker
Code:

$site_config['CTRACKER'] = false;
from config.php

raefor 19th April 2009 01:00

thanks but still get it

hack346 19th April 2009 10:55

Quote:

Originally Posted by raefor (Post 10924)
thanks but still get it

open your backend/functions.php
find
Code:

require("ctracker.php");
replace with:
Code:

if ($site_config['CTRACKER']){
require("ctracker.php");
}


raefor 19th April 2009 16:47

well that did it thanks bud

wMan 25th April 2009 15:01

1 Attachment(s)
can you help me with shoutbox
in original style it works fine but when i change style

Attachment 1264

cant get it right :sos:

raefor 25th April 2009 19:20

forgot the fix "rnrn" chars from torrent description not for windows

wMan 27th April 2009 15:16

still hawing error with shoutbox
does any one here can help or what ? :scratch:

Ralphie 27th April 2009 18:45

Demo link does not work. Anyone can make a demo or screen???

raefor 27th April 2009 20:52

Quote:

Originally Posted by Ralphie (Post 11129)
Demo link does not work. Anyone can make a demo or screen???

here's my site with that code
supersonictorrents.co.uk

Bump:
Quote:

Originally Posted by wolfman (Post 11121)
still hawing error with shoutbox
does any one here can help or what ? :scratch:

use this in your theme css for the shoutbox

PHP Code:

/*DEFINE THE SHOUTBOX CSS */
.shoutbox_body background:#F0F0F0;color:#000000;font:11px Verdana,Arial,Helvetica,sans-serif;border-right: #FFFFFF 2px solid;border-top: #707070 1px solid;border-bottom: #FFFFFF 2px solid;border-left: #707070 1px solid;}
.shoutbox_contain border0height230pxwidth100%; overflowauto;}
.
shoutbox_size border0height300pxwidth100%;}
.
shoutbox_history border0;height100%;width100%;}
.
shoutbox_messageboxback background-color#F0F0F0; }
.shoutbox_noalt background#F4F6FB;}
.shoutbox_alt background#f0f0f0;}
.shoutbox_msgbox width100%; background:#F4F6FB;color:inherit;border-right: #FFFFFF 1px solid;border-top: #707070 1px solid;border-bottom: #FFFFFF 1px solid;border-left: #707070 1px solid;}
.shoutbox_shoutbtn background:#F4F6FB;color:inherit;border-right: #868686 1px solid;border-top: #FFFFFF 1px solid;border-bottom: #868686 1px solid;border-left: #FFFFFF 1px solid;}
.shoutbox_error colorred;font-size13px; } 


wMan 27th April 2009 21:45

Quote:

Originally Posted by raefor (Post 11137)
here's my site with that code
supersonictorrents.co.uk

Bump:

use this in your theme css for the shoutbox

PHP Code:

/*DEFINE THE SHOUTBOX CSS */
.shoutbox_body background:#F0F0F0;color:#000000;font:11px Verdana,Arial,Helvetica,sans-serif;border-right: #FFFFFF 2px solid;border-top: #707070 1px solid;border-bottom: #FFFFFF 2px solid;border-left: #707070 1px solid;}
.shoutbox_contain border0height230pxwidth100%; overflowauto;}
.
shoutbox_size border0height300pxwidth100%;}
.
shoutbox_history border0;height100%;width100%;}
.
shoutbox_messageboxback background-color#F0F0F0; }
.shoutbox_noalt background#F4F6FB;}
.shoutbox_alt background#f0f0f0;}
.shoutbox_msgbox width100%; background:#F4F6FB;color:inherit;border-right: #FFFFFF 1px solid;border-top: #707070 1px solid;border-bottom: #FFFFFF 1px solid;border-left: #707070 1px solid;}
.shoutbox_shoutbtn background:#F4F6FB;color:inherit;border-right: #868686 1px solid;border-top: #FFFFFF 1px solid;border-bottom: #868686 1px solid;border-left: #FFFFFF 1px solid;}
.shoutbox_error colorred;font-size13px; } 


there is the problem that i did so but still get that error
i fixed it other way
make folder caled css in chosed theme folder
then make there new file called theme.css puted in define lines showed up
but still need to hawe the same define lines in css in theme folder to work properly
and any kind of shoutbox color changes must be defined in var/www/themes/yourtheme/css/theme.css
other in var/www/themes/yourtheme/theme.css
:unknown:no idea why that but works almoust like shoud
some changes in shoutbox.php and then will be youst lovely
but still this is the best source i have ever used
so big thank you !! for wonderful share !!

hack346 29th April 2009 09:14

Quote:

Originally Posted by wolfman (Post 11069)
can you help me with shoutbox
in original style it works fine but when i change style

Attachment 1264

cant get it right :sos:


u must add also in your new css this :

Code:

#tools
{
  width : 175px;
  height : 90px;
  position:absolute;
  top : 175px;
  left : 155px;
  background : #F1F2FE;
  border: 2px solid #486386;
  visibility : hidden;
}

now u can change your colors :)

wMan 29th April 2009 11:55

thank you :friend:

adde 2nd May 2009 23:31

?
 
where are datebase settings?

raefor 3rd May 2009 02:27

still need fix "rnrn" chars from torrent description

Bump: sorry lost the last fix :smack:

wMan 4th May 2009 20:26

found bug
when you call for "my request" you get "heders already sent" error mesage
you can esaly fix it
in viewrequests.php in first line is space before ">?" remove the space and no more errors there :friend:

p.s. any idea how to fix this ...
got it for all styles even default
http://pic.ipicture.ru/uploads/090505/bHAF6BKeUz.png


All times are GMT +2. The time now is 23:37.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.