Home aeyStudio
Welcome Guest · Registration
Resources
Download Seportal
Demo Site
SePortal Sites

Users
Username:

Password:

Log me on automatically next visit?


» Forgot password
» Registration

Topics
Home
Seportal (5)
News (3)

Who is Online
Currently active users: 3
There are currently 0 registered user(s) (0 among them invisible) and 3 guest(s) online.

Random Image
Üyeler/Users

Üyeler/Users
Comments: 0
zebaniz

Powered By
Powered by SePortal

Rate SePortal at
Listed at Hot Scripts in PHP

Scripts.com


ScriptSearch.com



Add Reply New Topic

> [2008-02-17] Important security fix for 2.4 - Önemli bir düzeltme
 
 
zebaniz
Posted: 17.02.2008 - 15:56
Quote


Administrator
Group Icon

Group: Admin
Total posts: 306
User No: 1
Join Date: 01.01.2007 00:00



 
Türkçe:
Düzeltme: 1
global.php dosyasını açın
Aşağıdaki metni bulun (197. satır)
PHP

$config
['horizontal_menu_buttons'] = '1'// 1 horizontal, 0 vertical

hemen alt satırına bunu ekleyin:
PHP

$config
['comment_use_emo'] = 1;


Düzeltme: 2
article.php dosyasını açın
Aşağıdaki metni bulun (375.satır)
PHP

$comment_text 
format_text($comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments']);

aşağıdaki ile değiştirin
PHP

$comment_text 
format_text($comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments'], $config['comment_use_emo']);


Düzeltme: 3
gallery_image.php dosyasını açın
Aşağıdaki metni bulun (462.satır)
PHP

$comment_text 
format_text($comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments']);

aşağıdaki ile değiştirin
PHP

$comment_text 
format_text($comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments'], $config['comment_use_emo']);


Düzeltme: 4
downloads.php dosyasını açın
Aşağıdaki metni bulun (886.satır)
PHP

"comment_text" => format_text($comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments']),

aşağıdaki ile değiştirin
PHP

"comment_text" => format_text($comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments'], $config['comment_use_emo']),




English:
Step: 1
Open global.php
and find (line 197)
PHP

$config
['horizontal_menu_buttons'] = '1'// 1 horizontal, 0 vertical

below insert
PHP

$config
['comment_use_emo'] = 1;


Step: 2
Open article.php
and find (line 375)
PHP

$comment_text 
format_text($comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments']);

replace:
PHP

$comment_text 
format_text($comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments'], $config['comment_use_emo']);


Step: 3
Open gallery_image.php
and find (line 462)
PHP

$comment_text 
format_text($comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments']);

replace:
PHP

$comment_text 
format_text($comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments'], $config['comment_use_emo']);


Step: 4
Open downloads.php
and find (line 886)
PHP

"comment_text" => format_text($comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments']),

replace:
PHP

"comment_text" => format_text($comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments'], $config['comment_use_emo']),

Offline zebaniz admin at seportal.org http://www.seportal.org
Top

Add Reply New Topic



Contribute | Forums | Gallery | Calendar | Links | Downloads | Members | Search | Guestbook | Article Directory

Powered by SePortal 2.5
Copyright © 2007-2012 SePortal.org