JMann Veteran Posted August 31, 2004 Veteran Share Posted August 31, 2004 Getting way past me, hey Sietsie, congrats on Coderator. :) Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584471321 Share on other sites More sharing options...
Marshalus Veteran Posted August 31, 2004 Veteran Share Posted August 31, 2004 I think they will still work. ? works... It was a joke. Thepeople>are> wierd. Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584471473 Share on other sites More sharing options...
Banjo Posted August 31, 2004 Share Posted August 31, 2004 Very nice little tool :yes: A good way to make sure that the external site you are logging into won't steal your data :). I hope this will spawn a bunch of other gadgets :D Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584471951 Share on other sites More sharing options...
Tim Dorr Veteran Posted August 31, 2004 Veteran Share Posted August 31, 2004 OK timdorr...I'm not sure if anyone else is using this yet or not, but maybe something we could put in here to make things a little bit easier... Could we put begin and end character strings to signify begin of data and end of data. I'm just trying to recommend a standardized mechanism. It's currently possible to get the data, but it would be really easy if we can look for certain characters or delimiters so to speak. Hmm...Just something that could/would be consistent. I am. The character is a newline. Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584472185 Share on other sites More sharing options...
+chorpeac MVC Posted August 31, 2004 MVC Share Posted August 31, 2004 I am. The character is a newline. Well....yeah. Let me rephrase... Given The following lines: <strong>Username:</strong> userA<br />\n <strong>E-mail:</strong> [email protected]<br />\n What I was trying to ask was delimiting it so you could parse the labels (Username and Email) and then parse the data userA and [email protected] But it's already delimited enough I guess. An XML format would be cool, but this will work well also. You just have to parse through the strings. No big deal. :D Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584472221 Share on other sites More sharing options...
+chorpeac MVC Posted September 1, 2004 MVC Share Posted September 1, 2004 OK Timdorr, can you add a whitespace in between the last character of an item and the <br />? Like change <strong>Username:</strong> userA<br />\n to <strong>Username:</strong> userA <br />\n If you can do that, then you can use this Regular Expression to match the Label and Data Elements. <strong>(?<label>\w*\s*\W*\S*)</strong>(?<data>\w*\s*\W*\S*) Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584472864 Share on other sites More sharing options...
+chorpeac MVC Posted September 1, 2004 MVC Share Posted September 1, 2004 HAHAHAHAHAHAHA...... Sorry Timdorr. I was looking at what Sietse was displaying....you already have it delimited with carriage returns... I just now got the return from you. Sorry for the confusion.... :argh: Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584473476 Share on other sites More sharing options...
matt74441 Posted September 1, 2004 Share Posted September 1, 2004 Actually would I be able to get the complete user group list? Like whenever I login with the link above, it gives my user group as "@ Subscrib". It would just simplify things on my end, because I'm going to have the user group in the profiles at Neomap. chorpeac, I should add you to my MSN list. Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584473536 Share on other sites More sharing options...
+chorpeac MVC Posted September 1, 2004 MVC Share Posted September 1, 2004 chorpeac, I should add you to my MSN list. Done, you're added to mine. Oh and NeoRequest is operational using the new login scheme. http://neorequest.tekngn.net Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584473759 Share on other sites More sharing options...
_tux_ Posted September 1, 2004 Share Posted September 1, 2004 i havnt read all the thread so please dont kill me :D on the demo, it said group: 0 time offset : Registerd im sure that should be the other way around :) Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584476361 Share on other sites More sharing options...
Sietse Veteran Posted September 1, 2004 Veteran Share Posted September 1, 2004 Fixed :) Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584476665 Share on other sites More sharing options...
+chorpeac MVC Posted September 1, 2004 MVC Share Posted September 1, 2004 Just for clarification, the time offset is going to be an integer right, positive or negative depending on the location? Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584477213 Share on other sites More sharing options...
insanekiwi Posted September 1, 2004 Share Posted September 1, 2004 nice :yes: Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584477233 Share on other sites More sharing options...
Sietse Veteran Posted September 1, 2004 Veteran Share Posted September 1, 2004 Just for clarification, the time offset is going to be an integer right, positive or negative depending on the location? Correct Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584477249 Share on other sites More sharing options...
+chorpeac MVC Posted September 1, 2004 MVC Share Posted September 1, 2004 Correct Cool, thanks. Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584477346 Share on other sites More sharing options...
Jambooo Posted September 2, 2004 Share Posted September 2, 2004 Sorry, bout I think neowin's login form looks a bit ugly. Are we allowed to use our own external forms to process the login. ie: <form action="https://www.neowin.net/login/?url=http://www.sitename.com/login.php" method="post"> <input type="hidden" name="action" value="do_login"> <table cellspacing="0" cellpadding="5" border="0"> <tr> <td>Username:</td> <td><input type="text" name="username" size="30"> </tr> <tr> <td>Password:</td> <td><input type="password" name="password" size="30"> </tr> <tr> <td colspan="2" align="center"><input type="submit" value="login"></td> </tr> </table> </form> Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584484994 Share on other sites More sharing options...
+chorpeac MVC Posted September 2, 2004 MVC Share Posted September 2, 2004 does that work Lee? Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584485009 Share on other sites More sharing options...
matt74441 Posted September 2, 2004 Share Posted September 2, 2004 Timdorr, you have a PM :) Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584485016 Share on other sites More sharing options...
+chorpeac MVC Posted September 2, 2004 MVC Share Posted September 2, 2004 Ah well, you know even if that did work, you wouldn't know if the username and password combination was accepted/correct or not. Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584485036 Share on other sites More sharing options...
Colin-uk Veteran Posted September 2, 2004 Veteran Share Posted September 2, 2004 Very Helpful (Y) Nice work :) Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584485074 Share on other sites More sharing options...
matt74441 Posted September 2, 2004 Share Posted September 2, 2004 Ah well, you know even if that did work, you wouldn't know if the username and password combination was accepted/correct or not. Actually I managed to get it working on my webserver. Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584485150 Share on other sites More sharing options...
+chorpeac MVC Posted September 2, 2004 MVC Share Posted September 2, 2004 Yeah but how do you know if it is an incorrect login? Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584485203 Share on other sites More sharing options...
Jambooo Posted September 2, 2004 Share Posted September 2, 2004 Ah well, you know even if that did work, you wouldn't know if the username and password combination was accepted/correct or not. Errr.. I don't mean to be rude or anything but do you know what you're talking about? Of course it would work. I've tested it and it does work. There's no reason why it shouldn't. I'm just after permission that we CAN use it as it may appear malicious. Anyways, nice work people. I've got that itchy feeling that this time next month we'll have a hugely complicated protocol up and running (Y). Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584485236 Share on other sites More sharing options...
matt74441 Posted September 2, 2004 Share Posted September 2, 2004 Yeah but how do you know if it is an incorrect login? Can you come on MSN? Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584485247 Share on other sites More sharing options...
+chorpeac MVC Posted September 2, 2004 MVC Share Posted September 2, 2004 Errr.. I don't mean to be rude or anything but do you know what you're talking about?Of course it would work. I've tested it and it does work. There's no reason why it shouldn't. I'm just after permission that we CAN use it as it may appear malicious. Well, I have never posted data to another site through a form like that. I'm using the thing right now, and I see how it works. I'm just curious how this method handles an invalid login. What happens? Does it return a false or something? If the login is accepted do you still get to access the returned values? Link to comment https://www.neowin.net/forum/topic/211388-neowin-external-login-tool/page/2/#findComment-584485967 Share on other sites More sharing options...
Recommended Posts