Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Yuna Scatari Edition (YSE)
Reply
  #111  
Old 18th February 2009, 22:30
carphunter18 carphunter18 is offline
Senior Member
 
Join Date: Dec 2008
Choose
Posts: 18
Default 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

Last edited by carphunter18; 18th February 2009 at 23:53. Reason: Found more bugs
Reply With Quote
  #112  
Old 19th February 2009, 13:03
bit4you bit4you is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 28
Default Strip ASCII
someone could make script for Strip ASCII

big Thx

bit4you
Reply With Quote
  #113  
Old 23rd February 2009, 19:02
starship starship is offline
Member
 
Join Date: Feb 2009
United Kingdom
Posts: 1
Default
Quote:
Originally Posted by bit4you View Post
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 );

Reply With Quote
The Following User Says Thank You to starship For This Useful Post:
Fynnon (23rd February 2009)
  #114  
Old 3rd March 2009, 19:25
Masterdan's Avatar
Masterdan Masterdan is offline
Member
 
Join Date: Oct 2008
Russia
Posts: 6
Exclamation YSE PRE 7-liquidate bug
\htdocs\userdetails.php on line 49
Beside many есь such bugs is noticed not once! in file userdetails.php
100% worker in embedding
Attached Files
File Type: php userdetails.php (32.7 KB, 60 views)
Reply With Quote
  #115  
Old 23rd March 2009, 21:07
ampedm ampedm is offline
Senior Member
 
Join Date: Mar 2009
Canada
Posts: 19
Default 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 <a href=?action=delete&newsid=1&returnto=&sure=1>here</a> If you are sure. 
-----------

Last edited by ampedm; 23rd March 2009 at 22:41.
Reply With Quote
  #116  
Old 29th March 2009, 18:32
amaudio amaudio is offline
Member
 
Join Date: Mar 2009
Korea South
Posts: 3
Default tracker status error
Code:
Your client is not connectable! check your Port-configuration or search on forums...use tool :vuze
hlp ...plz...:sorry:
Reply With Quote
  #117  
Old 17th June 2009, 01:16
BOS4O BOS4O is offline
Member
 
Join Date: Jun 2009
Bulgaria
Posts: 2
Default
in takeupload.php it tells me

how to fix it :sorry:
Reply With Quote
  #118  
Old 17th July 2009, 19:17
deepside deepside is offline
Senior Member
 
Join Date: Jun 2009
Moldova
Posts: 16
Exclamation russian
Are russian language? :sorry:
Reply With Quote
  #119  
Old 19th August 2009, 18:28
Volupia Volupia is offline
Member
 
Join Date: Aug 2009
P2P
Posts: 1
Default
EDIT : Bad forum, sorry !

Last edited by Volupia; 19th August 2009 at 18:39. Reason: Bad Forum
Reply With Quote
  #120  
Old 30th August 2009, 16:45
eXe's Avatar
eXe eXe is offline
Member
 
Join Date: Jun 2008
P2P
Posts: 10
Default
I finished to install the tracker, i wrote admin accout and password, all, and finally i got that error

Code:
include/secrets.php.
__________________
I love my beach`zZzz


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

>>>Now press CTRL+W<<<

--------------------------------------------------------------------------------------------------------
Reply With Quote
Reply

Tags
bolamn , pre7 , se , torrents tracker , v20 , yuna

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
YSE v2.2 PRE7 by BoLaMN kp380lv Yuna Scatari Edition (YSE) 100 13th November 2013 01:30
New Yuna Pre 7 Theme - Darky by BoLaMN BoLaMN Mods & Themes 8 3rd November 2011 02:32
Yuna By Bolamn - Need Security sammygo Yuna Scatari Edition (YSE) 12 16th December 2008 17:39
Can BoLaMn make YSE source without Mybb? kp380lv Yuna Scatari Edition (YSE) 11 12th November 2008 16:01
News about PRE7! kp380lv Yuna Scatari Edition (YSE) 0 24th July 2008 19:48



All times are GMT +2. The time now is 00:59. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.