Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   YSE v2.0 PRE7 by BoLaMN (http://www.bvlist.com/showthread.php?t=431)

allemand1 13th October 2008 00:44

The best tracker source! Excellent Job!

Viruzzz 22nd October 2008 15:33

Quote:

Originally Posted by icecore (Post 3453)
line:
Code:

            }
            newerr($tracker_lang['error'], "Cannot read file [".htmlspecialchars($configname)."]!.Before the setup starts, please ensure that you have properly configured file and directory access permissions. Please see below.chmod 777 CONFIG (config directory).chmod 777 CONFIG/main (the file which save the main settings).",false);
        }

somebody?

Quote:

Originally Posted by icecore (Post 3296)
Code:

Fatal error: Call to undefined function newerr() in /home/admin/chaos-t.net/modded2/include/functions.php on line 519
No fixes here are works for me.
Any help?

i have same problem with my tracker, pls give me for the fix problem

thx

Krypto 22nd October 2008 17:00

I don't use this source, but you could see if you have this function in includes/functions_global.php

PHP Code:

function newerr($heading ''$text ''$head true$foot true$die true$div 'error'$htmlstrip false) {
    if (
$head)
        
stdhead($heading);

    
newmsg($heading$text$div$htmlstrip);

    if (
$foot)
        
stdfoot();

    if (
$die)
        die;


Otherwise you could try changing the line in include/functions.php

PHP Code:

newerr($tracker_lang['error'], "<font color=red>Cannot read file [<b>".htmlspecialchars($configname)."</b>]!.</font><font color=blue>Before the setup starts, please ensure that you have properly configured file and directory access permissions. Please see below.</font>chmod 777 CONFIG (config directory).chmod 777 CONFIG/main (the file which save the main settings).",false); 

TO

PHP Code:

stdmsg($tracker_lang['error'], "<font color=red>Cannot read file [<b>".htmlspecialchars($configname)."</b>]!.</font><font color=blue>Before the setup starts, please ensure that you have properly configured file and directory access permissions. Please see below.</font>chmod 777 CONFIG (config directory).chmod 777 CONFIG/main (the file which save the main settings).",false); 


Viruzzz 22nd October 2008 19:03

still don't work :( i same error

dydyt 1st November 2008 23:57

Sorry, but this sorce is so bad, much funktions dont worging ... case '5': $column = "times_completed"; break; dont working, donate and warned icons dont working in Online status, user list errors,

Why Dont work --> "times_completed" ? :(

Ashur 5th November 2008 19:40

Quote:

Originally Posted by dydyt (Post 6138)
Sorry, but this sorce is so bad, much funktions dont worging ... case '5': $column = "times_completed"; break; dont working, donate and warned icons dont working in Online status, user list errors, ,....

Whai Dont work --> "times_completed" ? :(

are you running php5 on your server?
I found many sources require php5 even sometimes they claim it can work on php4

adry93 6th November 2008 15:51

bug..
 
bug...YSE7 Demo (Yuna Pre7 RC v02.1 - BolaMN) :: Home
wach in the end of page...:sos:


Code:

[1] => 0.00015401840209961 [SELECT * FROM bans WHERE 1328090978 >= first AND 1328090978 <= last]
[2] => 0.00021004676818848 [UPDATE sessions SET sid = 'm5ihi2svtpadfug05giunctrn5', uid = -1, username = '', class = -1, ip = '79.41.15.98', time = 1225979409, url = '?yuna', useragent = 'Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3', is_bot = 'no' WHERE sid = 'm5ihi2svtpadfug05giunctrn5']
[3] => 0.00045990943908691 [SELECT * FROM orbital_blocks WHERE active = 1 ORDER BY weight ASC]


Kotafi 6th November 2008 18:44

@adry93

This is Not a bug! :secret:

change DEBUG_MODE from 1 to 0 in core.php

Drazor 18th November 2008 21:04

Uploaded please the Russian version TBdev Yuna Scatari edition


Please!!! Uploaded!!!!!


:friend:


It must be!!

allexy 21st November 2008 12:23

themes ?
 
Where I can download the themes ?

thank you.

aloha 5th December 2008 04:35

im using Sign up (error)

Error Sorry, you can not be a member of the site.

help me...thank you very much

Ganster87 9th December 2008 18:52

Hi i need the Russian version please

CaptainMack 10th December 2008 19:26

Hi BoLaMN, thanks for doing this!

I got a problem though, I hope you can help me on this one.
I've succesfully installed the whole pack but when I navigate to my site, it just says include/secrets.php. with nothing else, plain site.


Help Appreciated,

Chris.

pergo 13th December 2008 11:51

error in staffpanel
 
hi,

i am testing this script.
but i got a error on the staffpanel.
cant find de status.php

and for the rest no problem installing it (sorry for the bad english)

grt,
Pergo

kp380lv 13th December 2008 12:19

Pergo you can download status.php from TBDev.net;) In Bolamns YSE pre 7 status.php isn't included.

pergo 13th December 2008 13:42

thanks is working great now

grt,
Pergo

trurl33 16th December 2008 17:59

There is still NO SOLUTION for mysql error in line 49 of userdetails.php

Code:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /srv/www/vhosts/bola.fresno188.server4you.de/httpdocs/userdetails.php on line 49

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/bola.fresno188.server4you.de/httpdocs/userdetails.php:49) in /srv/www/vhosts/bola.fresno188.server4you.de/httpdocs/include/functions.php on line 705

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/bola.fresno188.server4you.de/httpdocs/userdetails.php:49) in /srv/www/vhosts/bola.fresno188.server4you.de/httpdocs/include/functions.php on line 706

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/bola.fresno188.server4you.de/httpdocs/userdetails.php:49) in /srv/www/vhosts/bola.fresno188.server4you.de/httpdocs/include/functions.php on line 707

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/bola.fresno188.server4you.de/httpdocs/userdetails.php:49) in /srv/www/vhosts/bola.fresno188.server4you.de/httpdocs/include/functions.php on line 708

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/bola.fresno188.server4you.de/httpdocs/userdetails.php:49) in /srv/www/vhosts/bola.fresno188.server4you.de/httpdocs/include/functions.php on line 709

Is really NOBODY who know how to solve this problem?

Kotafi 16th December 2008 22:44

Quote:

Originally Posted by trurl33 (Post 7455)
There is still NO SOLUTION for mysql error in line 49 of userdetails.php
Is really NOBODY who know how to solve this problem?

try
functions.php
Code:

                /*
                header ("Content-Type: text/html; charset=$charset");
                header ("X-Powered-by: TBDev Yuna Scatari Edition");
                header ("X-Chocolate-to: ICQ");
                header ("Cache-Control: no-cache");
                header ("Pragma: no-cache");
                */


trurl33 17th December 2008 23:40

Quote:

Originally Posted by Hatchet (Post 7468)
try
functions.php
Code:

                /*
                header ("Content-Type: text/html; charset=$charset");
                header ("X-Powered-by: TBDev Yuna Scatari Edition");
                header ("X-Chocolate-to: ICQ");
                header ("Cache-Control: no-cache");
                header ("Pragma: no-cache");
                */


It helps a little, but still when you go to user profile there is one line above the site logo :
Code:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /srv/www/vhosts/bola.fresno188.server4you.de/httpdocs/userdetails.php on line 49

kiper 31st December 2008 19:02

I have same problem
 
Code:

mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /raid/hosting/tracker.ssnet.ro/userdetails.php on line 49

Danny_FU 10th January 2009 11:00

I get this error when I try to log in Fatal error: Call to undefined function newerr() in /home/admindan/public_html/include/functions.php on line 519

Sayat 13th January 2009 11:37

how can i change php.ini settings?

ZeQuinT 13th January 2009 14:04

Quote:

Originally Posted by Sayat (Post 8123)
how can i change php.ini settings?

Go read your webservers manual and learn how to set up PHP properly before you start mangling with site administration!

Maka 26th January 2009 15:01

Tracker error
 
1 Attachment(s)
The tracker dont start's. Some help would be much appriciated.10x in advance.

Attachment 980

joeroberts 26th January 2009 15:08

please read getting conectable
phpMyBitTorrentV2.0.3
or turn off refuce nonconectable in admin

Maka 26th January 2009 15:47

Quote:

Originally Posted by joeroberts (Post 8530)
please read getting conectable
phpMyBitTorrentV2.0.3
or turn off refuce nonconectable in admin

10 X DUDE ....THIS WAS THE PROBLEM :
Disable DL/UL( Disable download/upload of not connectable users). HIT & RUN system enabled?[ no Check user ratio before download torrent. (min ration: 0.4 and 4 gig.)] set this option to "NO"
gj all u coders.Kepp up the good work!

LoaT 30th January 2009 02:09

Code:

Processing file: fresh.sql

Starting at the line: 1

Error at the line 55: ('lastcleantime', '', 0, 1213086491);

Query: -- -- INSERT INTO `avps` (`arg`, `value_s`, `value_i`, `value_u`) VALUES ('lastcleantime', '', 0, 1213086491);

MySQL: Duplicate entry 'lastcleantime' for key 1

Stopped on error

Start from the beginning (DROP the old tables before restarting)

how do i fix this?

Jack 4th February 2009 17:56

Snatched, seeder = yes!
 
i fixed it my probleme, pls. delete this post

Kodin 16th February 2009 21:29

Thaanks
 
Thanks :D works just fine...

FDR 17th February 2009 01:23

Looks great, thanks.

carphunter18 18th February 2009 22:30

bug in message.php
 
There was a bug in message.php when you forward a message

fixed to change lin 713 to this
PHP Code:

 $res sql_query("SELECT * FROM ".TABLE_MESSAGES." WHERE id=" sqlesc($pm_id) . " AND (receiver=" sqlesc($CURUSER['id']) . " OR sender=" sqlesc($CURUSER['id']) . ") LIMIT 1") or sqlerr(__FILE__,__LINE__); 

O yeah thanks for the script :D

EDIT:

i found to more bugs

ive you put a avatar link in my.php by avatar on every weight en heigt it gives me a error its to big

and if you ad a language map on the server you cant see the new added language in my.php

bit4you 19th February 2009 13:03

Strip ASCII
 
someone could make script for Strip ASCII

big Thx

bit4you

starship 23rd February 2009 19:02

Quote:

Originally Posted by bit4you (Post 9200)
someone could make script for Strip ASCII

big Thx

bit4you




PHP Code:

//Strip-ASCII.php

function trim_ml (&$descr$extras false ) {
    
$lines = array();
    foreach( 
explode"\n"$descr ) as  $line ) {
        
$lines[] = trim$line"\x00..\x1F.,-+=\t ~" );
    }
    
$descr implode"\n"$lines );
}
function 
trim_regex$pattern$replacement$subject ) {
    
trim_ml$subject );
    return 
preg_replace$pattern$replacement$subject );
}
function 
strip( &$descr ) {
    
$descr trim_regex'/[^\\x20-\\x7e\\x0a\\x0d]/'' '$descr );
    
$descr trim_regex'/ +/'' '$descr );
    
$descr trim_regex"/\n[-\s]+\n/""\n\n"$descr );
    
$descr trim_regex"/\n[a-zA-Z][ ~]+[a-zA-Z]\n/"' ' ,$descr );
    
$descr trim_regex"/\n[A-Z] ?~+/i""\n"$descr );
    
$descr trim_regex"/~+ ?[A-Z]\n/i""\n"$descr );
    
$descr trim_regex'/([^\s.])[\s.:]+:+[\s.:]+([^\s.])/''$1: $2'$descr );
    
$descr trim_regex"/\s+\[(.+)\]/"' [$1]'$descr );
    
$descr trim_regex"/\n\n\n+/""\n\n"$descr );
    
$descr trim_regex"/\\[ \\] [^[\n]+/"' '$descr );
    
$descr str_replace"[ ]\n""\n"$descr );
    
$descr trim_regex"/(: \[[^\]]\] [^\n]+)\n\n/""\$1\n"$descr );
    
$descr trim_regex"/([^\n]+:[^\n]+)\n\n([^\n]+:[^\n]+)/""$1\n$2"$descr );
    
$descr trim_regex"/ \[x\]/i"','$descr );
    
$descr trim_regex"/ \[(\d+)\]/"', $1'$descr );
    
$descr str_replace':,'':'$descr );
    
$descr trim_regex"/\[ ([^\]]+) \]/"'$1'$descr );
    
$descr trim_regex"/\n\n\n+/""\n\n"$descr );
    
trim_ml$descr$extra );
    
$descr trim$descr );



Masterdan 3rd March 2009 19:25

YSE PRE 7-liquidate bug
 
1 Attachment(s)
\htdocs\userdetails.php on line 49
Beside many есь such bugs is noticed not once! in file userdetails.php
100% worker in embedding

ampedm 23rd March 2009 21:07

Some bugs
 
Hello,

I am new to the source so forgive me if these bugs have been fixed or are not "really" bugs:
--------------------------
Code:

Fixes in Yuna Pre7 RC v02.1 - BolaMN
------------------------------------

1. No Registration off message/if function.

signup.php - add
----------------------------
    if ($registration == "off")
    newerr($tracker_lang['signup_disabled']);

-----------------------------

lang_main.php - add
-----------------------------
$tracker_lang['signup_disabled'] = 'Signups are currently disabled, please check back later.';
-----------------------------

2. No link to inviteadd.php in admin control panel nor in the user profiles

3. "Parcked" spelled wrong in lang_main.php

Bump: Another bug:

Code:

5. When you have a "You have xx new messages" box, and you go to your inbox to delete them without reading, the box does not go away.
Code:

6. The url for delete news message is not prased.
-----------
Delete News
Are you sure you want to delete this news? Click here If you are sure.
-----------


amaudio 29th March 2009 18:32

tracker status error
 
Code:

Your client is not connectable! check your Port-configuration or search on forums...use tool :vuze
hlp ...plz...:sorry:

BOS4O 17th June 2009 01:16

in takeupload.php it tells me

how to fix it :sorry:

deepside 17th July 2009 19:17

russian
 
Are russian language? :sorry:

Volupia 19th August 2009 18:28

EDIT : Bad forum, sorry !

eXe 30th August 2009 16:45

I finished to install the tracker, i wrote admin accout and password, all, and finally i got that error

Code:

include/secrets.php.


All times are GMT +2. The time now is 17:15.

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