http://www.nevertheusual.com/pa/index.php
i wan add a logo.
You are not logged in. Please login or register.
PunBB Forums → Posts by trongha
http://www.nevertheusual.com/pa/index.php
i wan add a logo.
Open file viewtopic.php
Find code:
if ($pun_config['o_avatars'] == '1' && $cur_post['use_avatar'] == '1' && $pun_user['show_avatars'] != '0')
{
if ($img_size = @getimagesize($pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.gif'))
$user_avatar = '<img src="'.$pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.gif" '.$img_size[3].' alt="" />';
else if ($img_size = @getimagesize($pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.jpg'))
$user_avatar = '<img src="'.$pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.jpg" '.$img_size[3].' alt="" />';
else if ($img_size = @getimagesize($pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.png'))
$user_avatar = '<img src="'.$pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.png" '.$img_size[3].' alt="" />';
}
else
$user_avatar = '';
Replace with
if ($pun_config['o_avatars'] == '1' && $cur_post['use_avatar'] == '1' && $pun_user['show_avatars'] != '0')
{
if ($img_size = @getimagesize($pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.gif'))
$user_avatar = '<img src="'.$pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.gif" '.$img_size[3].' alt="" />';
else if ($img_size = @getimagesize($pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.jpg'))
$user_avatar = '<img src="'.$pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.jpg" '.$img_size[3].' alt="" />';
else if ($img_size = @getimagesize($pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.png'))
$user_avatar = '<img src="'.$pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.png" '.$img_size[3].' alt="" />';
}
else
$user_avatar = '<img src="'.$pun_config['o_avatars_dir'].'/standard.png" alt="" />';
Find Next
// If the poster is a guest (or a user that has been deleted)
else
{
Add after
$user_avatar = '<img src="'.$pun_config['o_avatars_dir'].'/guest.png" alt="" />';
Note: this is ULR of Image, that is Avatar.
/guest.png
i have an domain name. i want a host free of php. where is fint it?
See here =>/forumsnew/post.php could not be found on this server => this is Eror. Test file in server.
I have bbcodes_editor_1.1. link here http://www.punbb.hebergementsite.biz/do … or_1.1.zip
But when hack mod ==> Eror:
Warning: preg_replace(): Compilation failed: unmatched parentheses at offset 5 in c:\appserv\www\upload\include\parser.php on line 382
Warning: preg_replace(): No ending delimiter '#' found in c:\appserv\www\upload\include\parser.php on line 382
Warning: preg_replace(): Compilation failed: unmatched parentheses at offset 6 in c:\appserv\www\upload\include\parser.php on line 382
Warning: preg_replace(): No ending delimiter '#' found in c:\appserv\www\upload\include\parser.php on line 382
Note: I'm using version 1.2.12. Help me, please.
I'm using verdion 1.2.12. When i hack mod bbcodes_editor ===> Eror
Warning: preg_replace(): Compilation failed: unmatched parentheses at offset 5 in c:\appserv\www\upload\include\parser.php on line 382
Warning: preg_replace(): No ending delimiter '#' found in c:\appserv\www\upload\include\parser.php on line 382
Warning: preg_replace(): Compilation failed: unmatched parentheses at offset 6 in c:\appserv\www\upload\include\parser.php on line 382
Warning: preg_replace(): No ending delimiter '#' found in c:\appserv\www\upload\include\parser.php on line 382
Please help me!
Arcade version? I'm using old vesion.
I can not download!
You have requested the file Arcade_Games_Addon_2.zip (11139 KB).
This file has been downloaded 9 times already.
IMPORTANT: Download-accelerators are only supported with a PREMIUM-Account!
You have requested the file Arcade_Games_Addon_3.zip (12372 KB).
This file has been downloaded 9 times already.
IMPORTANT: Download-accelerators are only supported with a PREMIUM-Account!
where is URL ACTION EDITOR. send me, please!
thank!
PunBB Forums → Posts by trongha
Powered by PunBB, supported by Informer Technologies, Inc.