dear i changed the company of web hosting and i still get same problem i think the problem with php or mysql in the script becuase all in my web work fine vb and other etc
please help me to fix this
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/arabcine/public_html/bi3/includes/db_mysql.php on line 116
An unexpected error occured. Please try again later.
Bad SQL Query: SELECT u.*, l.*
FROM 4images_users u, 4images_lightboxes l
WHERE u.user_id = 1 AND l.user_id = u.user_idMySQL server has gone away
An unexpected error occured. Please try again later.
Bad SQL Query: SELECT *
FROM 4images_users
WHERE user_id = 1MySQL server has gone away
An unexpected error occured. Please try again later.
Bad SQL Query: SELECT id, type, message, date, expire
FROM 4images_ban
WHERE ((type = 1 AND (62 BETWEEN ip1_start AND ip1_end) AND (150 BETWEEN ip2_start AND ip2_end) AND (55 BETWEEN ip3_start AND ip3_end) AND (6 BETWEEN ip4_start AND ip4_end)) OR (type = 2 AND ('62.150.55.6' LIKE hostname)))MySQL server has gone away
An unexpected error occured. Please try again later.
Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name
FROM (4images_images i, 4images_categories c)
LEFT JOIN 4images_users u ON (u.user_id = i.user_id)
WHERE i.image_active = 1 AND i.cat_id NOT IN (0) AND c.cat_id = i.cat_id
LIMIT 114, 1MySQL server has gone away
An unexpected error occured. Please try again later.
Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, i.image_pric, i.image_phon, c.cat_name, u.user_name
FROM (4images_images i, 4images_categories c)
LEFT JOIN 4images_users u ON (u.user_id = i.user_id)
WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id NOT IN (0)
ORDER BY i.image_date DESC
LIMIT 8MySQL server has gone away
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/arabcine/public_html/bi3/includes/db_mysql.php on line 116
An unexpected error occured. Please try again later.
Bad SQL Query: SELECT c.image_id, c.comment_id, c.user_id as comment_user_id, c.user_name as guest_user_name, c.comment_headline, c.comment_text, c.comment_date, i.cat_id, i.user_id, i.image_name, i.image_media_file, i.image_thumb_file, u.user_name as user_name, s.user_name as comment_user_name , i.image_pric, i.image_phon, s.user_pm_inbox as comment_user_pm_inbox, u.user_pm_inbox as image_user_user_pm_inbox, s.user_pm_sentbox as comment_user_pm_sentbox, u.user_pm_sentbox as image_user_user_pm_sentbox, s.user_pm_email as comment_user_pm_email, u.user_pm_email as image_user_user_pm_email, s.user_pm_popup as comment_user_pm_popup, u.user_pm_popup as image_user_user_pm_popup
FROM 4images_comments c
LEFT JOIN 4images_images i ON i.image_id = c.image_id
LEFT JOIN 4images_users u ON u.user_id = i.user_id
LEFT JOIN 4images_users s ON s.user_id = c.user_id
WHERE i.image_active = 1 AND i.image_allow_comments = 1 AND i.cat_id NOT IN (0, 13) AND i.cat_id NOT IN (0) AND i.cat_id NOT IN (0)
ORDER BY c.comment_date DESC
LIMIT 5MySQL server has gone away
An unexpected error occured. Please try again later.
Bad SQL Query: SELECT user_name, user_id
FROM 4images_users
WHERE user_level > 1
ORDER BY user_id DESCMySQL server has gone away