Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   TSSE 5.4.1 NULLED v1.2 (http://www.bvlist.com/showthread.php?t=2139)

mrdecoder 10th March 2009 15:37

Quote:

Originally Posted by anarky (Post 9771)
It doesn't show the preview of the templates before u change them like in tsse5.1. This is a small one, but it's another thing that it's not functioning like it should.:ok:

thanks ill look into that

DrNet 10th March 2009 15:40

mrdecoder check for the rules cause when i click on it it's killing the CPU

anarky 10th March 2009 17:06

Quote:

Originally Posted by DrNet (Post 9781)
mrdecoder check for the rules cause when i click on it it's killing the CPU

wow ..i said that before ...i thought i'm the only one with rules problem...and it doesn't even show them :shock:

Phogo 10th March 2009 17:19

Could you please post the unencoded benc.php file please?

Danix 10th March 2009 18:09

Resolve problem...
 
1 Attachment(s)
Quote:

Originally Posted by DrNet (Post 9781)
mrdecoder check for the rules cause when i click on it it's killing the CPU

Lol...
I revealed where the problem... Problem is not from rules.php
Problem is in this tags:
Code:

Insert numbered list
Insert bulleted list
Insert quoted text
Insert formatted code
Insert formatted PHP code
Insert formatted SQL code

All 6 tags do not work right.

If placed more 3-4 of this tags somewhere in page everything crash...
In rules.php are lot of such tags and CPU killing...Rules working OK, if no placed any tags...

P.S. - mrdecoder maybe this problem fix in editor... Please check all tags... If tags working the problem be fixed .

Sorry for my bad English again...


================

Lol... People i'm fix the problem... Just replace include/globalfunctions.php with this one:

EDIT by Ashur: fix included in package thanks :)

anarky 10th March 2009 18:27

On stats it doesn't show the registration limit of members. Even if I changed the line
Code:

'.$lang->index['members'].': '.ts_nf($indexstats['registered']).'/'.ts_nf($maxusers).'
it shows 0 and the limit I have setted is 10000.

Joshua 10th March 2009 20:55

1 Attachment(s)
one more error

When I resend activation code, it doesn't show time of deleting unactivated account. There wrote that the settings is in cleanup setting on tracker setings, but they are not there

anarky 10th March 2009 21:18

image verification login does not work, not showing the image

Keiichi 10th March 2009 21:49

1 Attachment(s)
Quote:

Originally Posted by anarky (Post 9786)
On stats it doesn't show the registration limit of members. Even if I changed the line
Code:

'.$lang->index['members'].': '.ts_nf($indexstats['registered']).'/'.ts_nf($maxusers).'
it shows 0 and the limit I have setted is 10000.

plugin stats.php ts 5.5 / 5.6
PHP Code:

// BEGIN Plugin: Stats
include_once(INC_PATH.'/ts_cache.php');
define('CACHE_INCLUDED'true);
update_cache('indexstats');
include_once(
"$cache/indexstats.php");

$stats '
<b>'
.$lang->index['members'].':</b> '.ts_nf($indexstats['registered']).'
<b>'
.$lang->index['torrents'].':</b> '.ts_nf($indexstats['torrents']).'
<b>'
.$lang->index['seeders'].':</b> '.ts_nf($indexstats['seeders']).'
<b>'
.$lang->index['leechers'].':</b> '.ts_nf($indexstats['leechers']).'
<b>'
.$lang->index['peers'].':</b> '.ts_nf($indexstats['peers']).'
<b>'
.$lang->index['threads'].':</b> '.ts_nf($indexstats['totalthreads']).'
<b>'
.$lang->index['posts'].':</b> '.ts_nf($indexstats['totalposts']).'
'
.sprintf($lang->index['newestmember'], $indexstats['latestuser']).'
'


plugin stats.php ts 5.4

PHP Code:

// BEGIN Plugin: Stats
include_once(INC_PATH.'/readconfig_signup.php');
include_once(
INC_PATH.'/ts_cache.php');
define('CACHE_INCLUDED'true);
update_cache('indexstats');
include_once(
"$cache/indexstats.php");

$stats '
<b>'
.$lang->index['members'].':</b> '.ts_nf($indexstats['registered']).'/'.ts_nf($maxusers).'
<b>'
.$lang->index['torrents'].':</b> '.ts_nf($indexstats['torrents']).'
<b>'
.$lang->index['seeders'].':</b> '.ts_nf($indexstats['seeders']).'
<b>'
.$lang->index['leechers'].':</b> '.ts_nf($indexstats['leechers']).'
<b>'
.$lang->index['peers'].':</b> '.ts_nf($indexstats['peers']).'
<b>'
.$lang->index['threads'].':</b> '.ts_nf($indexstats['totalthreads']).'
<b>'
.$lang->index['posts'].':</b> '.ts_nf($indexstats['totalposts']).'
'
.sprintf($lang->index['newestmember'], $indexstats['latestuser']).'
'



Verix 10th March 2009 22:44

torrent_hit.php
 
Hi,
I've got a problem during instalation version 5.4.1. nulled. Appears an error - making a tabel - torrent_hit.php (error).
Got any ideas to fix it?:unknown:


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

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