Warning: mysql_connect(): Too many connections in /home/admin/domains/tripslog.com/public_html/mysqlcon.php on line 7
Warning: mysql_select_db(): Access denied for user 'apache'@'localhost' (using password: NO) in /home/admin/domains/tripslog.com/public_html/mysqlcon.php on line 8
Warning: mysql_select_db(): A link to the server could not be established in /home/admin/domains/tripslog.com/public_html/mysqlcon.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/admin/domains/tripslog.com/public_html/mysqlcon.php:7) in /home/admin/domains/tripslog.com/public_html/mysqlcon.php on line 22
Warning: mysql_query(): Access denied for user 'apache'@'localhost' (using password: NO) in /home/admin/domains/tripslog.com/public_html/tags.php on line 5
Warning: mysql_query(): A link to the server could not be established in /home/admin/domains/tripslog.com/public_html/tags.php on line 5
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/admin/domains/tripslog.com/public_html/tags.php on line 5
Warning: mysql_query(): Access denied for user 'apache'@'localhost' (using password: NO) in /home/admin/domains/tripslog.com/public_html/tags.php on line 64
Warning: mysql_query(): A link to the server could not be established in /home/admin/domains/tripslog.com/public_html/tags.php on line 64
Access denied for user 'apache'@'localhost' (using password: NO)SQL:
SELECT
bhost_entries.e_id,
bhost_entries.date,
bhost_entries.title,
bhost_entries.contents,
bhost_weblogs.weblog,
bhost_users.username
FROM
freetags,
freetagged_objects,
bhost_entries,
bhost_weblogs,
bhost_users
WHERE (
tag=''
AND tag_id=id
AND object_id=e_id
AND bhost_entries.w_id=bhost_weblogs.w_id
AND bhost_entries.author_u_id=bhost_users.u_id
)
ORDER BY e_id DESC