<?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.
http://creativecommons.org/licenses/by/3.0/
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);
?>Hallo, und zwar habe ich ein Problem mit dem Gallerymod von hier externer Link . Ich kann es installieren habe alles nach Beschreibung gemacht,nur wenn ich jetzt ein Foto poste kommt das
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


