# qadsl.conf # # Sample qADSL configuration file. Edit it to match your # preferences. Most likely you only need to change the # username, password and login server options. # # Joachim Nilsson for more info. # # Their product can best be identified by the login URL and sometimes # also the IP number (10.0.0.6). # # As it happens, Tiscali broadband and ADSL service use the same system. # ######################################################################### ## Orbyte based login servers - Telia ADSL & broadband, COMHEM, Tiscali # Prelogin page INIT = /sd/init # Login page LOGIN = /sd/login # Logout page LOGOUT = /sd/logout # The above login name and password pair are handed to the # server in a CGI POST request as a "name=value" pair. These # two configuration parameters are used in the "name" part # of the transfer, e.g., "username=uXXXX&password=abcdef" USERNAME_KEY = username PASSWORD_KEY = password # That extra cruft surrounding the username and password # data above. LOGIN_DATA_HEADER = "" # Tiscali: "submitForm=Login", # Telia/COMHEM: "submitForm=Logga in" LOGIN_DATA_FOOTER = "submitForm=Login" # Magic strings to look for as result of successful login # ISP Substring(s) in "Session Connect Window" # ================================================= # Telia: Aktiv # COMHEM: newPane() # Tiscali: /sd/create_session_window LOGGED_IN_STRING = /sd/create_session_window # Magic strings to look for as result of successful login # ISP Substring(s) in "Session Connect Window" # ================================================= # Telia/COMHEM: "avslutat" # Tiscali: "Login again" LOGGED_OUT_STRING = "Login again"