Die Suche ergab 7 Treffer

von deny
So 13.Feb, 2005 13:36
Forum: phpBB 2.x
Thema: Who Viewed My Profile SQL Error?
Antworten: 21
Zugriffe: 772

It works finally!
I wonder what was a problem?I'll appreciate if you can explain it.

Thanks and time to update your mod.
von deny
So 13.Feb, 2005 12:01
Forum: phpBB 2.x
Thema: Who Viewed My Profile SQL Error?
Antworten: 21
Zugriffe: 772

btw

I've used pofile_view_user.php that you attached above and changes that mentioned in your last post

$user = (isset($HTTP_POST_VARS[POST_USERS_URL])) ? intval($HTTP_POST_VARS[POST_USERS_URL]) : intval($HTTP_GET_VARS[POST_USERS_URL]);
$page_title=$lang['Profile'].'-'.$lang['Views'];
$page ...
von deny
So 13.Feb, 2005 12:00
Forum: phpBB 2.x
Thema: Who Viewed My Profile SQL Error?
Antworten: 21
Zugriffe: 772

Thanks.
I've replaced but still same error occur:

Code: Alles auswählen

Could not read userdata.

DEBUG MODE

SQL Error : 1054 Unknown column 'Array' in 'where clause'

SELECT username FROM phpbb_users WHERE user_id = Array

Line : 41
File : /home/pb/public_html/phpBB2/profile_view_user.php
von deny
Sa 12.Feb, 2005 23:18
Forum: phpBB 2.x
Thema: Who Viewed My Profile SQL Error?
Antworten: 21
Zugriffe: 772

I got parse error by line 26

Parse error: parse error, unexpected ':' in /home/pb/public_html/phpBB2/profile_view_user.php on line 26

Code: Alles auswählen

$page_start = (isset($HTTP_POST_VARS[POST_POST_URL])) ? intval($HTTP_POST_VARS[POST_POST_URL] : intval($HTTP_GET_VARS[POST_POST_URL]);
von deny
Sa 12.Feb, 2005 22:21
Forum: phpBB 2.x
Thema: Who Viewed My Profile SQL Error?
Antworten: 21
Zugriffe: 772

Still same error!
von deny
Sa 12.Feb, 2005 14:08
Forum: phpBB 2.x
Thema: Who Viewed My Profile SQL Error?
Antworten: 21
Zugriffe: 772

Here is what i see.Eye in right corner with link

http://www.myboard.com/phpBB2/profile_view_user.php?u=17289&p=0
or
http://www.myboard.com/phpBB2/profile_view_user.php?u=17272&p=0

p is always 0 and u is changed on basis from user.SO i do not know of you still need usercp_viwprofile.php or ...
von deny
Sa 12.Feb, 2005 13:49
Forum: phpBB 2.x
Thema: Who Viewed My Profile SQL Error?
Antworten: 21
Zugriffe: 772

Who Viewed My Profile SQL Error?

I've used this hack before without problems but after moving to new server one of my member noticed error:

Could not read userdata.

DEBUG MODE

SQL Error : 1054 Unknown column 'Array' in 'where clause'

SELECT username FROM phpbb_users WHERE user_id = Array

Line : 38

File : /home/prb/public ...