1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <?php /* Page: _config-rating.php Created: Aug 2006 Last Mod: Mar 18 2007 Holds info for connecting to the db, and some other vars --------------------------------------------------------- ryan masuga, masugadesign.com ryan@masugadesign.com Licensed under a Creative Commons Attribution 3.0 License. See readme.txt for full credit details. --------------------------------------------------------- */ //Connect to your rating database $rating_dbhost = 'localhost' ; $rating_dbuser = 'root' ; $rating_dbpass = '' ; $rating_dbname = 'ilch' ; $rating_tableName = 'ic1_gallery_voting' ; $rating_path_db = '' ; // the path to your db.php file (not used yet!) $rating_path_rpc = '' ; // the path to your rpc.php file (not used yet!) $rating_unitwidth = 15; // the width (in pixels) of each rating unit (star, etc.) // if you changed your graphic to be 50 pixels wide, you should change the value above $rating_conn = mysql_connect( $rating_dbhost , $rating_dbuser , $rating_dbpass ) or die ( 'Error connecting to mysql' ); //mysql_select_db($rating_dbname); ?> |
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) in /home/cashbang/public_html/include/includes/js/rating/_config-rating.php on line 27
Error connecting to mysql
Hoffe habe mich diesmal richtig ausgedrückt.
verwendete ilchClan Version: 1.1 P
betroffene Homepage: externer Link
Zuletzt modifiziert von beschi am 11.06.2013 - 11:42:58