[quote]$username="[b]username[/b]";
$password="[b]password[/b]";
$database="[b]username_wvm[/b]";[/quote]
what do you really mean by this?
change the words in bold?
marfill's config.php has this
[quote]<?php
$username="username";
$password="password";
$database="databasename";
$v_owner=$_GET["owner"];
$v_id=$_GET["id"];
$v_os=$_GET["os"];
$server_offset=14400;
?>[/quote]
please tell me if this would be correct
[quote]<?php
$username="[b]213123_kurimax[/b]";
$password="[b]kirikiribi[/b]";
$database="[b]213123_kurimax[/b]";
$v_owner=$_GET["owner"];
$v_id=$_GET["id"];
$v_os=$_GET["os"];
$server_offset=14400;
?>[/quote]
the result is..
[quote]Warning: mysql_connect() [function.mysql-connect]: Access denied for user '213123_kurimax'@'localhost' (using password: YES) in /home/213123/public_html/kurimax/tracker.php on line 24[/quote]
Last edited by kurimax (2008-07-25 22:03:22)