Helpneed
3 Nov 2007, 08:45pm
Hi, General Keebler. First, thank you for helping me in the past, and I hope you would help me for this too.
Well, my friends are building WHOIS website, want me to try some stuff, and I have been a semi-tester for them. I have successfully tested what they wanted, but this time, I am having really difficult task, needs your help.
They like www.denic.de's WHOIS system, and it's basically looks like this: http://icrontic.com/forum/attachment.php?attachmentid=24256&stc=1&d=1194117978. You enter domain name, agree with terms, then see the result. http://icrontic.com/forum/attachment.php?attachmentid=24257&stc=1&d=1194118261
now, the result shows no unique URL that links to the result directly.
They want me to disguise as guest, visit the site, try to find the URL, the hidden URL. I tried, failed, but don't want to give in. You might call this cheating, but I want to find the URL. I feels this syntax a key, but don't know whether it's really a key: I replaced <> with ().
(tr)
(td)
(form action="whois/query" method="POST" accept-charset="UTF-8")
(input type="hidden" name="domain" value="their domain name"/)
(input type="hidden" name="lang" value="en"/)
(input type="submit" value="Accept"/)
(/form)
That one is theirs, this one is denic.de's:
(tr)
(td)
(form action="/webwhois/info" method="POST" accept-charset="UTF-8")
(input type="hidden" name="domain" value="denic.de"/)
(input type="hidden" name="lang" value="en"/)
(input type="submit" value="Accept"/)
(/form)
They are similar, but I find no key to the URL.
I don't have any coding skill/knowledge, so they want me, novice, to do it.
Thank you General Keebler for your time and help for me.:)Thank you!
Well, my friends are building WHOIS website, want me to try some stuff, and I have been a semi-tester for them. I have successfully tested what they wanted, but this time, I am having really difficult task, needs your help.
They like www.denic.de's WHOIS system, and it's basically looks like this: http://icrontic.com/forum/attachment.php?attachmentid=24256&stc=1&d=1194117978. You enter domain name, agree with terms, then see the result. http://icrontic.com/forum/attachment.php?attachmentid=24257&stc=1&d=1194118261
now, the result shows no unique URL that links to the result directly.
They want me to disguise as guest, visit the site, try to find the URL, the hidden URL. I tried, failed, but don't want to give in. You might call this cheating, but I want to find the URL. I feels this syntax a key, but don't know whether it's really a key: I replaced <> with ().
(tr)
(td)
(form action="whois/query" method="POST" accept-charset="UTF-8")
(input type="hidden" name="domain" value="their domain name"/)
(input type="hidden" name="lang" value="en"/)
(input type="submit" value="Accept"/)
(/form)
That one is theirs, this one is denic.de's:
(tr)
(td)
(form action="/webwhois/info" method="POST" accept-charset="UTF-8")
(input type="hidden" name="domain" value="denic.de"/)
(input type="hidden" name="lang" value="en"/)
(input type="submit" value="Accept"/)
(/form)
They are similar, but I find no key to the URL.
I don't have any coding skill/knowledge, so they want me, novice, to do it.
Thank you General Keebler for your time and help for me.:)Thank you!