Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Bugfixed

Pages: 1 2 3 4 [5]
61
Feedback & Suggestions / Re: 4images 1.7.2 - Feedback
« on: March 04, 2006, 11:16:43 AM »
hello all.
I updated my gallery 1.7.1 up 1.7.2. after update charset problem  pls help me.
my page charset is iso-8859-9 >turkish
 :cry:

62
Installation, Update & Configuration / charset problem in 1.7.2
« on: March 04, 2006, 11:11:07 AM »
hello all.
I updated my gallery 1.7.1 up 1.7.2. after update charset problem  pls help me.
my page charset is iso-8859-9 >turkish
 :cry:

63
Mods & Plugins (Requests & Discussions) / Re: Deter comment spam
« on: January 21, 2006, 04:49:48 PM »
thanks for kind. i see.

thanks for your kind.

I added your code. it is successful.

Recent:

1. it is adding "nofollow" tag to other websites and mywebsite in image desc. (it must not add it to url of mysite)

2. it is adding "nofollow" tag to other websites not adding mywebsite. (There is no problem user comment)

if you answer i will be happy .

i meaned, it must not add "nofollow" to url of mysite but it must add "nofollow" other website link on 1. section.
is it posiable? re thanks.

64
Mods & Plugins (Requests & Discussions) / Re: Deter comment spam
« on: January 20, 2006, 04:15:38 PM »
thanks for your kind.

I added your code. it is successful.

Recent:

1. it is adding "nofollow" tag to other websites and mywebsite in image desc. (it must not add it to url of mysite)

2. it is adding "nofollow" tag to other websites not adding mywebsite. (There is no problem user comment)

if you answer i will be happy .

65
Mods & Plugins (Requests & Discussions) / Re: Deter comment spam
« on: January 20, 2006, 02:32:20 PM »
thanks V@no for reply .

no no.

otomatic added user comment and image desc. add "nofollow" tag . :( for 4images.

example.

<a href="http://www.4homepages.de" rel="nofollow" target="_blank">http://www.4homepages.de</a>

66
Mods & Plugins (Requests & Discussions) / Deter comment spam
« on: January 20, 2006, 11:56:01 AM »
add comment spammers  adding rel="nofollow" tag  ??? . e.g details.php, image desc., comment. without mywebsite.

similar mod http://www.phpbb.com/phpBB/viewtopic.php?t=259827

67
Mods & Plugins (Releases & Support) / Re: Tell a friend
« on: November 27, 2005, 10:13:10 PM »
security violation. :( Email Injection .. see info http://securephp.damonkohler.com/index.php/Email_Injection
Das versteh ich wieder mal nicht, ich bin nur ein dummer Deutscher! :(

sorry :( I'm speaking  language english and turkish . Please re write u text.  :(

68
Mods & Plugins (Releases & Support) / Re: Tell a friend
« on: November 20, 2005, 03:48:04 PM »
security violation. :( Email Injection .. see info http://securephp.damonkohler.com/index.php/Email_Injection

69
Mods & Plugins (Releases & Support) / Re: Integration 4images 1.7 / phpBB
« on: November 03, 2005, 05:22:58 PM »
 :(

70
Mods & Plugins (Requests & Discussions) / phpbb 2.0.18 and 4images 1.7.1
« on: November 01, 2005, 06:06:46 PM »
hello all.
İ integrated phpbb+4images. phpbb team 31 oct 2005 phpbb 2.0.18 released. session.php changed.

I'm logout my gallery link . : Invalid_session

pls help.

71
Mods & Plugins (Releases & Support) / Re: Integration 4images 1.7 / phpBB
« on: November 01, 2005, 05:22:57 PM »
31 oct 2005 phpbb 2.0.18 released.
session.php changed.

I'm logout my gallery . : Invalid_session

pls help.

72
Bug Fixes & Patches / Re: [1.7,1.7.1] Security fix in sessions.php
« on: June 12, 2005, 05:24:40 PM »
hello all.

no this line :$user_id = ($this->read_cookie_data("userid")) ? $this->read_cookie_data("userid") : GUEST;

I integrated phpBB 2.0.15 .

73
thanks vono.

problem my gallery is wrong login : www.nospamadressxxxx.com/phpBB2/login.php?redirect=http://www.nospamadressxxxx.com/galeri/

now correct login (username and password) : www.nospamadressxxxx.com/phpBB2/http?sid=ff46de1ce6672443422f74ebc9fb7c24
this page 404 error page. But my site login.

and my other  problem;

my forum is login. examples:  www.nospamadressxxxx.com/phpBB2/index.php?sid=feb40b128500843aa3931f806fc970e9
my gallery is login .  www.nospamadressxxxx.com/galeri/?sid=feb40b128500843aa3931f806fc970e9
this sid "?sid=feb40b128500843aa3931f806fc970e9 " index.php where ? this is a problem ?




74
 :(

75
hello all. I'm using phpBB 2.0.14 forum + 4images 1.7.1

my gallery is login .  www.nospamadressxxxx.com/galeri/?sid=feb40b128500843aa3931f806fc970e9
this sid "?sid=feb40b128500843aa3931f806fc970e9 " index.php where ? this problem ?

my forum is login. examples:  www.nospamadressxxxx.com/phpBB2/index.php?sid=feb40b128500843aa3931f806fc970e9

and other problem my gallery is wrong login : www.nospamadressxxxx.com/phpBB2/login.php?redirect=http://www.nospamadressxxxx.com/galeri/

now correct login (username and password) : www.nospamadressxxxx.com/phpBB2/http?sid=ff46de1ce6672443422f74ebc9fb7c24
this page 404 error page. But my site login.
Code: [Select]
if (strpos($url, 'http://') === false) {
    $server_protocol = ($board_config['cookie_secure']) ? 'https://' : 'http://';
    $server_name = preg_replace('#^\/?(.*?)\/?$#', '\1', trim($board_config['server_name']));
    $server_port = ($board_config['server_port'] <> 80) ? ':' . trim($board_config['server_port']) : '';
    $script_name = preg_replace('#^\/?(.*?)\/?$#', '\1', trim($board_config['script_path']));
    $script_name = ($script_name == '') ? $script_name : '/' . $script_name;
    $url = preg_replace('#^\/?(.*?)\/?$#', '/\1', trim($url));
}
this code anyway added my site.
HELP ME PLEASE . VERY THANKS.

Pages: 1 2 3 4 [5]