For help. For help.
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

For help.

Started by cncici, March 15, 2005, 03:18:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cncici

gaugau,

my copper.php top 2 line:
$copperminepath = 'd:/wwwroot/article/cpg120/';  //***YOU MUST CHANGE THIS***
$MZrandompic = @mysql_connect('localhost', 'root', '123'); //***YOU MUST CHANGE THIS***
if (!$MZrandompic) {
echo( '<p>Unable to connect to the ' .
'database server at this time.</p>' );
exit();


now: http://127.0.0.1/article/cpg120/copper.php
Unable to connect to the database server at this time

Joachim Müller

1) I'm not the only supporter around, don't address me only
2) There's no file called copper.php that I'm aware of
3) The code snippet you posted doesn't mean anything to me
4) Post even less words ;)!
5) "There's no place like 127.0.0.1" ;D

Joachim