Ik wou met snoopy 1.00 dit forum invullen : http://www.barafranca.com/login.php
Dit Invullen lukt gelukkig wel,maar dan zegt snoopy het volgende :
Warning: mysql_close(): 1 is not a valid MySQL-Link resource in /home/virtual/site10/fst/var/www/html/cookie.inc on line 105
Warning: Cannot add header information - headers already sent by (output started at /home/virtual/site10/fst/var/www/html/cookie.inc:105) in /home/virtual/site10/fst/var/www/html/login.php on line 19
Warning: Cannot add header information - headers already sent by (output started at /home/virtual/site10/fst/var/www/html/cookie.inc:105) in /home/virtual/site10/fst/var/www/html/login.php on line 20
Warning: Cannot add header information - headers already sent by (output started at /home/virtual/site10/fst/var/www/html/cookie.inc:105) in /home/virtual/site10/fst/var/www/html/login.php on line 24
Code hieronder :
Als ik een niet correct passwoord intypt geef hij netjes aan dat het pw niet klopt... maar verders klopt alles... hij wil alleen geen cookies ofzo doen..
iemand die me helpen kan?
Dit Invullen lukt gelukkig wel,maar dan zegt snoopy het volgende :
Warning: mysql_close(): 1 is not a valid MySQL-Link resource in /home/virtual/site10/fst/var/www/html/cookie.inc on line 105
Warning: Cannot add header information - headers already sent by (output started at /home/virtual/site10/fst/var/www/html/cookie.inc:105) in /home/virtual/site10/fst/var/www/html/login.php on line 19
Warning: Cannot add header information - headers already sent by (output started at /home/virtual/site10/fst/var/www/html/cookie.inc:105) in /home/virtual/site10/fst/var/www/html/login.php on line 20
Warning: Cannot add header information - headers already sent by (output started at /home/virtual/site10/fst/var/www/html/cookie.inc:105) in /home/virtual/site10/fst/var/www/html/login.php on line 24
Code hieronder :
PHP:
4
5
6
7
8
9
10
11
12
13
14
15
| <? include "Snoopy.class.inc"; $snoopy = new Snoopy; $submit_url = "http://www.barafranca.com/login.php"; $submit_vars["name"] = "****"; $submit_vars["pass"] = "****"; $snoopy->submit($submit_url,$submit_vars); print $snoopy->results; ?> |
Als ik een niet correct passwoord intypt geef hij netjes aan dat het pw niet klopt... maar verders klopt alles... hij wil alleen geen cookies ofzo doen..
iemand die me helpen kan?