Narkomaans Posted March 21, 2008 Report Share Posted March 21, 2008 (edited) Veidoju Counter-Strike1.6 monitoru priekš sava servera. Lai to izveidotu izmantoju 10BaseT pamācību. Viss ir labi līdz lieku monitoru virs Izvēlnes. Pats monitors strādā nevainojami, bet webā izlec errori par mysql, bildee var labi redzēt! Lūdzu palīdziet! Edited March 21, 2008 by Narkomaans Link to comment Share on other sites More sharing options...
Narkomaans Posted March 21, 2008 Author Report Share Posted March 21, 2008 Palīdziet Lūdzu !!!! Link to comment Share on other sites More sharing options...
_Yu-Gi-Oh__ Posted March 21, 2008 Report Share Posted March 21, 2008 (edited) Tādēļ, ka tev nav izveidots config fails, kurā būtu visi parametri ar kuru palīdzību tava lapu varētu piekonektēties pie mysql <?php $db_host = 'db_hosts'; $db_user = 'db_uname'; $db_password = 'db_parole'; $db_name = 'db_vards'; $connection = mysql_connect($db_host, $db_user, $db_password) or die(mysql_error()); mysql_select_db($db_name, $connection); mysql_query("SET NAMES utf8"); ?> Edited March 21, 2008 by _Yu-Gi-Oh__ Link to comment Share on other sites More sharing options...
Narkomaans Posted March 21, 2008 Author Report Share Posted March 21, 2008 Paldies viss OK Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now