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)

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 04:52.

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