- Impact
- 11
Im using phpBannerExchange 2.0 Gold and when i put the HTML code on a site, it shows this error:
The view.php file is attached, can anyone fix it or tell me whats wrong? (had to save it as a txt, couldnt upload php and didnt feel like zipping it).
Edit: it has something to do with these two lines:
I removed them and the error was gone (but it needs these lines to work)
Code:
Warning: mysql_real_escape_string(): Access denied for user: 'ovfactor@localhost' (Using password: NO) in /home/ovfactor/public_html/view.php on line 43
Warning: mysql_real_escape_string(): A link to the server could not be established in /home/ovfactor/public_html/view.php on line 43
Warning: mysql_real_escape_string(): Access denied for user: 'ovfactor@localhost' (Using password: NO) in /home/ovfactor/public_html/view.php on line 44
Warning: mysql_real_escape_string(): A link to the server could not be established in /home/ovfactor/public_html/view.php on line 44
Invalid Banner Code!
The view.php file is attached, can anyone fix it or tell me whats wrong? (had to save it as a txt, couldnt upload php and didnt feel like zipping it).
Edit: it has something to do with these two lines:
PHP:
$uid=mysql_real_escape_string($uid);
$cat=mysql_real_escape_string($cat);
I removed them and the error was gone (but it needs these lines to work)
Last edited:





