The link doesn't validate

  • jlknauff
  • Expert
  • Expert
  • User avatar
  • Joined: May 18, 2004
  • Posts: 502
  • Loc: Florida
  • Status: Offline

Post August 16th, 2004, 3:34 pm

I added a link on my site to a thread in my forum, but the link won't validate. Here it is:

Code: [ Select ]
http://www.jeremy-lang.com/phpBB2/viewtopic.php?t=16


How do I get around this? I thought about using a js-can I have it open in the same window instead of a pop up? What would be the best way to do this?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 16th, 2004, 3:34 pm

  • Mas Sehguh
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Aug 07, 2004
  • Posts: 1853
  • Status: Offline

Post August 16th, 2004, 3:39 pm

Replace & with &, or else the validator will find non-existent entities (and so might Web browsers!) The validator explains this when returning output.
  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post August 16th, 2004, 3:42 pm

Not 100% sure, but, I don't think you should be exposing a SID like this.


//I looked into this a little further, and there is a huge security risk in revealing a SID like this. Possibly, someone could log on to your board, as you, and do a heck of alot of damage, including changing YOUR passwords.

I wish I could explain this more, but it's not my area of expertise.

Anyway, I removed the SID portion of the URL from your post, just in case.
- dM
  • jlknauff
  • Expert
  • Expert
  • User avatar
  • Joined: May 18, 2004
  • Posts: 502
  • Loc: Florida
  • Status: Offline

Post August 16th, 2004, 4:09 pm

Wow :shock: Thx DM. So, is there a way to take someone to that thread without exposing anything dangerous?
  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post August 16th, 2004, 4:11 pm

I think this should work:

http://www.jeremy-lang.com/phpBB2/viewtopic.php?t=16

I hope someone with more knowledge than myself can do a little more explaining. *hint hint
- dM
  • jlknauff
  • Expert
  • Expert
  • User avatar
  • Joined: May 18, 2004
  • Posts: 502
  • Loc: Florida
  • Status: Offline

Post August 16th, 2004, 4:24 pm

:D it does! Thx
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post August 16th, 2004, 7:07 pm

I hate to go off topic but the SID in phpBB is part of the session security. the phpBB group has worked around this somewhat by adding cookies and comparing refering IP's to the SID. There are exploits that can be taken advantage of, but there are also steps that can be taken to diminish the exposure to them.

The bottom line is that when posting links to other phpBB threads here or elsewhere, remove the SID portion of the link and it will work just fine. More information can be found by an OZZU search or a search at the phpBB forums.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Skybin
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Apr 05, 2004
  • Posts: 104
  • Loc: Where the soy and cornfields grow...
  • Status: Offline

Post August 16th, 2004, 9:38 pm

Pardon, but what is the SID?
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post August 16th, 2004, 9:44 pm

SID = Session ID -- it's an encrypted ID assigned to a member when they log in. Anonymous guests have one, too, but for members authentication, it is compared against their IP based on the set cookie. The two need to match up to maintain a login.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.

Post Information

  • Total Posts in this topic: 9 posts
  • Users browsing this forum: No registered users and 92 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.