easternBrain Posted February 2, 2005 Share Posted February 2, 2005 nice work timdorr (Y) Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585402250 Share on other sites More sharing options...
JMann Veteran Posted February 3, 2005 Veteran Share Posted February 3, 2005 Sietse created it. :rolleyes: Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585409014 Share on other sites More sharing options...
Tim Dorr Veteran Posted February 4, 2005 Veteran Share Posted February 4, 2005 Sietse created it. :rolleyes: 585409014[/snapback] No, I did :huh: Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585414887 Share on other sites More sharing options...
linked Posted February 20, 2005 Share Posted February 20, 2005 Yeah, Tim coded it. It says in the example, "Example code by Sietse", but that doesn't mean he coded the tool. Tim, care to edit the example to clarify what it's saying? Almost fooled me, too, excpet I knew better ;) Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585504613 Share on other sites More sharing options...
+chorpeac MVC Posted April 4, 2005 MVC Share Posted April 4, 2005 I think there may be a bug with this tool guys. I am trying to figure out if the username is being sent correctly for a user who has a character like ? in their name. What encoding is used? Is the HTML returned from a request encoded? For example, if the user logging in is UserA? If I use utf-8, then no character is returned and I just get UserA If I use utf-7, then I get this and I get UserA If I use ASCII, then I get a ? and I get UserA? Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585724876 Share on other sites More sharing options...
JMann Veteran Posted April 4, 2005 Veteran Share Posted April 4, 2005 Sorry Tim. :blush: Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585725806 Share on other sites More sharing options...
McGazza Posted April 4, 2005 Share Posted April 4, 2005 Sietse created it. :rolleyes: 585409014[/snapback] Sietse does back end coding Jmann, i doubt he made it! Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585725820 Share on other sites More sharing options...
+chorpeac MVC Posted April 6, 2005 MVC Share Posted April 6, 2005 I think there may be a bug with this tool guys. I am trying to figure out if the username is being sent correctly for a user who has a character like ? in their name. What encoding is used? Is the HTML returned from a request encoded? For example, if the user logging in is UserA? If I use utf-8, then no character is returned and I just get UserA If I use utf-7, then I get this and I get UserA If I use ASCII, then I get a ? and I get UserA? 585724876[/snapback] Any Neowin coders know about this?? Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585734622 Share on other sites More sharing options...
JMann Veteran Posted April 6, 2005 Veteran Share Posted April 6, 2005 Chor, PM Timdorr or Sietse and Toxikk, they should know. Doubt they would look at this, too many threads everywhere. :) Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585734914 Share on other sites More sharing options...
+chorpeac MVC Posted April 6, 2005 MVC Share Posted April 6, 2005 Chor, PM Timdorr or Sietse and Toxikk, they should know. Doubt they would look at this, too many threads everywhere. :) 585734914[/snapback] I already did, but I will try one more time. Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585735571 Share on other sites More sharing options...
+chorpeac MVC Posted April 18, 2005 MVC Share Posted April 18, 2005 Timdorr or NeowinCoder, Could you look at the post 3 levels up (previous page)? I've tried to PM you all, but I don't think they are getting to you. Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585791901 Share on other sites More sharing options...
Tim Dorr Veteran Posted April 19, 2005 Veteran Share Posted April 19, 2005 There's no encoding used, I don't believe. It's whatever is in the database. Look at how IPB handles it. Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585798060 Share on other sites More sharing options...
+chorpeac MVC Posted April 20, 2005 MVC Share Posted April 20, 2005 There's no encoding used, I don't believe. It's whatever is in the database. Look at how IPB handles it. 585798060[/snapback] Well if I don't use any encoding, then I am getting names without the special characters. If I use encoding, then I get some value in the position of the special character, but I can't decode it. Is anyone else using this tool? Can anyone else confirm that users who have special characters in their name are coming across ok? I may be wrong, but you might have to encode it so it comes across ok. Anytime you have a whitespace or weird character in the URL of your browser, it is converted(encoded) so it can be set across the net ok. We might need to do the same for this... Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585801972 Share on other sites More sharing options...
The_Decryptor Veteran Posted April 20, 2005 Veteran Share Posted April 20, 2005 Have you tried using ISO-8859-1 encoding, that's what the neowin pages use. Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585802012 Share on other sites More sharing options...
+chorpeac MVC Posted April 20, 2005 MVC Share Posted April 20, 2005 Have you tried using ISO-8859-1 encoding, that's what the neowin pages use. 585802012[/snapback] Hmm.. I'll play with that and see what I can do with it. Thanks for the tip Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585802031 Share on other sites More sharing options...
+chorpeac MVC Posted April 20, 2005 MVC Share Posted April 20, 2005 Have you tried using ISO-8859-1 encoding, that's what the neowin pages use. 585802012[/snapback] Are you sure? I don't see the ? character in that list http://en.wikipedia.org/wiki/ISO_8859-1 Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585802306 Share on other sites More sharing options...
The_Decryptor Veteran Posted April 20, 2005 Veteran Share Posted April 20, 2005 (edited) yeah, neowin does use Latin-1 (ISO-8859-1) (view page source, it's in the content-type header tag) the problem is i dont know how the script handles internationalised characters (im guessing the TM symbol was entered as Unicode), i also have no idea how it translates between Unicode and Latin-1 (e.g. how it handles wide characters) but it does look like it doesnt support wide characters (cause it's handling the two bytes separatly, not as one wide character) Edit: ok, reading the wiki more, if the symbol isn't unicode, it's a problem with codepages, ISO-8859-1 doesnt have the TM symbol, but Windows-1252 does have it, the problem is that they are basically the same, so web browsers (and im guessing other apps) treat them as such. ISO-8859-1 has a range of control characters (which are invalid in HTML) while Windows-1252 has characters there (including the TM symbol) Edited April 20, 2005 by The_Decryptor Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585802611 Share on other sites More sharing options...
+chorpeac MVC Posted April 20, 2005 MVC Share Posted April 20, 2005 yeah, neowin does use Latin-1 (ISO-8859-1) (view page source, it's in the content-type header tag)the problem is i dont know how the script handles internationalised characters (im guessing the TM symbol was entered as Unicode), i also have no idea how it translates between Unicode and Latin-1 (e.g. how it handles wide characters) but it does look like it doesnt support wide characters (cause it's handling the two bytes separatly, not as one wide character) Edit: ok, reading the wiki more, if the symbol isn't unicode, it's a problem with codepages, ISO-8859-1 doesnt have the TM symbol, but Windows-1252 does have it, the problem is that they are basically the same, so web browsers (and im guessing other apps) treat them as such. ISO-8859-1 has a range of control characters (which are invalid in HTML) while Windows-1252 has characters there (including the TM symbol) 585802611[/snapback] Well just for S&G, let me try using that Windows-1252 instead... :) Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585803295 Share on other sites More sharing options...
+chorpeac MVC Posted April 20, 2005 MVC Share Posted April 20, 2005 HAHAHAHA....You are the man of the hour Dude. Can I get a round of applause for The_Decryptor!! :jump: :punk: :fun: Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585803312 Share on other sites More sharing options...
The_Decryptor Veteran Posted April 21, 2005 Veteran Share Posted April 21, 2005 Well, i guess Windows-1252 was the right encoding. :yes: And thanks btw, at least you got it working. :yes: Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585806661 Share on other sites More sharing options...
JMann Veteran Posted April 21, 2005 Veteran Share Posted April 21, 2005 Excellent, I am glad we got this bug fixed. It was really the hardest one we had to get done. Excellent! Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585806853 Share on other sites More sharing options...
Milan - Posted April 23, 2005 Share Posted April 23, 2005 cool, thisnis veyr good :happy: i could use it to attract people to neowin from my website which is coming soon www.milanmehta.net/.co.uk :yes: Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-585816465 Share on other sites More sharing options...
+chorpeac MVC Posted March 7, 2006 MVC Share Posted March 7, 2006 Does the tool indicate if a user is a subscriber? If so, where? Is it a boolean? Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-587281203 Share on other sites More sharing options...
yman Posted March 27, 2006 Share Posted March 27, 2006 The query string parameter for the url in the login forum is vulnerable to XSS injection. This could allow someone to steal cookies using javascript. Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-587354075 Share on other sites More sharing options...
yman Posted March 28, 2006 Share Posted March 28, 2006 (bump) This is serious, you can atleast acknowledge the bloody vuln. Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/6/#findComment-587359558 Share on other sites More sharing options...
Recommended Posts