not sure if this goes here problem with connecting on telnet
You are aware of what port 80 is right?
Anyway i suggest reading this.
http://www.hellboundhackers.org/articles/68-guide-to-telnet.html
Ok children, calm down now…it'll be ok. I agree, that moron needs to read the rules and also learn how to successfully telnet somewhere. Go google telnet and try to learn something about what you're doing first whenever you fail. Don't simply read an article on telnet on HBH and think you're going to go right out and it work. Most articles on HBH are centered for experienced hackers so if you couldn't understand something, it's expected…ha xD
dude, if it's on port 80, it's most likely an http server. read up on the http protocol first, if you want to access websites through telnet :)
japanesedude: took the words right outta my mouth. 99.99999% of the time when port 80 is open on an IP it is because they are running HTTPD services be it through IIS or Apache/Apache2. This being said you can now use this information to find exploits on the said server, Find out what they are running, Look up flaws in said systems code and try. Trial and Error is one way to learn a lot.