Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów
Automatyczne logowanie - Wersja do druku

+- Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów (https://www.webmastertalk.pl)
+-- Dział: Technologie internetowe - tworzenie stron WWW (https://www.webmastertalk.pl/forum-technologie-internetowe-tworzenie-stron-www)
+--- Dział: Programowanie, Bazy danych (https://www.webmastertalk.pl/forum-programowanie-bazy-danych)
+--- Wątek: Automatyczne logowanie (/thread-automatyczne-logowanie)



Automatyczne logowanie - Dawid999 - 05-10-2010

Witam.
Poszukuje skrypt który sam zaloguje się na stronę i będzie utrzymywał sesję. Np. www.xxxxxxxx.pl/login.htm

Cytat:<th class="thHead" height="25" nowrap="nowrap">Wpisz nazwę użytkownika i hasło by się zalogować</th>
</tr>
<tr>
<td class="row1">
<table border="0" cellpadding="3" cellspacing="1" width="100%">
<tbody><tr>
<td colspan="2" align="center">&nbsp;</td>

</tr>
<tr>
<td align="right" width="45%"><span class="gen">Użytkownik:</span></td>
<td><input name="username" size="25" maxlength="40" value="" class="post2" id="focus" onfocus="Active(this)" onblur="NotActive(this)" type="text"></td>
</tr>
<tr>
<td align="right"><span class="gen">Hasło:</span></td>
<td><input name="password" size="25" maxlength="40" class="post2" onfocus="Active(this)" onblur="NotActive(this)" type="password"></td>

</tr>
<tr align="center">
<td colspan="2"><span class="gen">Zaloguj mnie automatycznie przy każdej wizycie: <input name="autologin" type="checkbox"></span></td>
</tr>
<tr align="center">
<td colspan="2"><input name="redirect" value="" type="hidden"><input name="login" class="mainoption" value="Zaloguj" type="submit"></td>
</tr>
<tr align="center">

<td colspan="2"><span class="gensmall"><a href="profile.htm?mode=sendpassword" class="gensmall">Zapomniałem hasła</a>



RE: Automatyczne logowanie - ixtab - 05-10-2010