When i try to login the script tells me that the function eregi() is deprecated.
Then you must change the row 145 on adsense.php from
if (eregi("<a href=\"/adsense/signout\">", $content)) {
to
if (preg_match("<a href=\"/adsense/signout\">", $content)) {
After this change all works fine without warnings.
Original issue reported on code.google.com by francesc...@gmail.com on 22 Oct 2010 at 7:14
Original issue reported on code.google.com by
francesc...@gmail.com
on 22 Oct 2010 at 7:14