• Private URL to members profile 1 0 5 1
Currently:  

Author Topic: Private URL to members profile  (Read 148061 times)

0 Members and 1 Guest are viewing this topic.

Offline www.72px.de

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Private URL to members profile
« Reply #30 on: August 13, 2005, 03:35:27 PM »
Thanks ;) But still gives me the exact same parse Error! ;)

But I guess the main problem is the 404 error because if this can be solved I can use universal's who.php as well...
It obviously worked well for other people!
www.72px.de - free digital images

TheOracle

  • Guest
Re: Private URL to members profile
« Reply #31 on: August 13, 2005, 03:38:14 PM »
Are you sure you replaced it with this line :

Quote

header("Location: ".$site_sess->url(ROOT_PATH."member.php?action=showprofile&user_id=".$row['user_id']).""); //setting header location to members profile


and not :

Code: [Select]

header("Location: ".$site_sess->url(ROOT_PATH."member.php?action=showprofile&user_id=".$row['user_id']."")); //setting header location to members profile


as I re-updated it 2 secs after I posted my update message. ;)

Offline www.72px.de

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Private URL to members profile
« Reply #32 on: August 13, 2005, 03:42:15 PM »
Hehe ;)
Okay the parse error is gone.. now "http://www.72px.de/001/who.php" takes me to my 4images homepage.
But the 404 is still there! :P
("http://www.72px.de/001/who/christian")
www.72px.de - free digital images

TheOracle

  • Guest
Re: Private URL to members profile
« Reply #33 on: August 13, 2005, 03:48:06 PM »
Then, ' now ' it is a .htaccess forwarding issue. ;)

Offline www.72px.de

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Private URL to members profile
« Reply #34 on: August 13, 2005, 03:51:44 PM »
;) I guess it already was such an issiue when I was still using universal's who.php file!  :wink:
Mhm now.. any idea what could be the problem?
Thanks anyway! :)
www.72px.de - free digital images

TheOracle

  • Guest
Re: Private URL to members profile
« Reply #35 on: August 13, 2005, 03:55:16 PM »
Quote

I guess it already was such an issiue when I was still using universal's who.php file!


Since my method is more reliable to 4images's modules, I would deeply recommend to maintain my version of this MOD (especially for security & sessions issues).

Quote

Mhm now.. any idea what could be the problem?


Well, I believe, this part, you already know - it's an .htaccess redirection problem. ;)

Would you mind showing your .htaccess readings regarding this action ?

Offline www.72px.de

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Private URL to members profile
« Reply #36 on: August 13, 2005, 03:58:49 PM »
Yeah but this knowledge unfortunatly doesn't take me anywhere, cause I know as much about .htaccess-files as I know about building airplanes! ;)
Hehe okay lets modify posts! ;)
As postet before.. thats my .htaccess.. which is exactly what universal posted in the beginning :(

<files *>
Options MultiViews
</files>
www.72px.de - free digital images

TheOracle

  • Guest
Re: Private URL to members profile
« Reply #37 on: August 13, 2005, 04:00:30 PM »
Quote

as I know about building airplanes!


No offense there but there are airplanes who faces accidents - even if they're built from the best engineers in the world. Meaning, your .htaccess could have some errors too. ;)

If you could just post your results, I will take a look at them.

Offline www.72px.de

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Private URL to members profile
« Reply #38 on: August 13, 2005, 04:04:23 PM »
Maybe we have just a communication problem.. ;)

What exactly do you mean by "results"?
I guess I understood you wanted to see the .htaccess file but i guess i was wrong ! *sorry* ;)
www.72px.de - free digital images

Offline www.72px.de

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Private URL to members profile
« Reply #39 on: August 13, 2005, 04:05:18 PM »
And I should ban the word "guess" from my vocabulary.. ^^
www.72px.de - free digital images

TheOracle

  • Guest
Re: Private URL to members profile
« Reply #40 on: August 13, 2005, 04:10:32 PM »
Quote

I guess I understood you wanted to see the .htaccess file but i guess i was wrong ! *sorry*


No, you understood correctly. ;)

I just don't see how these simple tags :

Quote

<files *>
Options MultiViews
</files>


could forward to your private member page . . .

Offline www.72px.de

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Private URL to members profile
« Reply #41 on: August 13, 2005, 04:15:00 PM »
Mhm.. yeah I don't see either! ;)
Have a look at post 1 of this thread from universal. Thats what he postet. And it seems, this worket for some guys here...
Don't ask me, I'm a tourist :P
www.72px.de - free digital images

TheOracle

  • Guest
Re: Private URL to members profile
« Reply #42 on: August 13, 2005, 04:25:51 PM »
Well ... I'm not the .htaccess file specialist but, by looking at these readings ... if it does forward to the member's private page and works for some users ... I don't know what you tell you.

Offline www.72px.de

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Private URL to members profile
« Reply #43 on: August 13, 2005, 04:28:02 PM »
So how does your version work on your Site?  :?: Guess you didn't just write this who.php file down in a minute, right? ;)

How ever it would be very nice of universal to explain, how his .htaccess works.. :|
www.72px.de - free digital images

TheOracle

  • Guest
Re: Private URL to members profile
« Reply #44 on: August 13, 2005, 04:29:51 PM »
Quote

So how does your version work on your Site?


I did not installed this MOD. I simply re-coded it. ;)

Quote

Guess you didn't just write this who.php file down in a minute, right? ;)


Actually, it really did took this short to re-code it.  :mrgreen: