Warning: mysql_connect(): Access denied for user 'www-data'@'localhost' (using password: NO) in /www/www.buybuy.dolphinet.hu/index.php on line 31

Warning: mysql_select_db(): Access denied for user 'www-data'@'localhost' (using password: NO) in /www/www.buybuy.dolphinet.hu/index.php on line 32

Warning: mysql_select_db(): A link to the server could not be established in /www/www.buybuy.dolphinet.hu/index.php on line 32

Warning: mysql_query(): Access denied for user 'www-data'@'localhost' (using password: NO) in /www/www.buybuy.dolphinet.hu/index.php on line 35

Warning: mysql_query(): A link to the server could not be established in /www/www.buybuy.dolphinet.hu/index.php on line 35

Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /www/www.buybuy.dolphinet.hu/index.php on line 36
$t") or die(mysql_error()); $n=mysql_num_rows ($res); if ($n==0) $uid=-1; else { $uid=mysql_result($res,0,0); $t2=time(); $res2=mysql_query ("update sessions set lastaction=$t2 where sid='$sid'"); } return $uid; } ?>
Fatal error: Call to undefined function get_uid() in /www/www.buybuy.dolphinet.hu/index.php on line 43