HyperNext Studio
HyperNext Studio => General => Topic started by: Jeff on March 31, 2011, 05:28:24 AM
-
I'm thinking of login from HyperNext to a site that I already registered as a member.
Seeing that the HyperNext Email software you created has SMTP and POP3 login.
Is it similar to login to a site you already became a member to?
Is there a code for this?
Thanks
-
I'm thinking of login from HyperNext to a site that I already registered as a member.
Seeing that the HyperNext Email software you created has SMTP and POP3 login.
Is it similar to login to a site you already became a member to?
Is there a code for this?
Thanks
The SMTP and POP3 have no connection with logging into a website - they are used in conjunction with mailservers.
Although the process of logging into websites might look easy - behind the webpage different methods are used and you would have to examine the source of the web page to see which method they use. Generally they pass off your entered username and password to a php database and if you knew the format of the submit URL then you could login using that - just load a webpage with the following format
http://www.somewebsite.com/login.php?un=username&pw=password
This post shows how to connect to a website:-
http://http://www.tigabyte.com/forums/viewtopic.php?f=18&t=42