Otóż potrzebuje skrytu ligowego i komletnie nie wiem jak się za jego instalacje zabrać. kiedyś juz instalowałem forum phpbb i poszło bez większych problem . Lecz teraz cały czas wyskakują błędy msql i to w rożnych plikach. Mimo przeczytania instrukcji nic nie jestem w stanie zrobić. Byłby wdzięczny gdyby ktoś wrzucił to na jakiś darmowy hosting i zainstalował podał mi dane i w ten sposób poprostu posprawdzałbym gdzie zrobiłem błędy. Chodzi mi os któryś z skryptów WebLeague lub ccleaguepro. Jeśłi tkos juz sie tym zajmował to wdzieczny byłbym za instrukcje. jeżeli potrzebowali byście jakiś informacji
Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /var/www/sites/yoyo.pl/p/r/projekt2008/variablesdb.php on line 2
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /var/www/sites/yoyo.pl/p/r/projekt2008/variablesdb.php on line 3
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /var/www/sites/yoyo.pl/p/r/projekt2008/variablesdb.php on line 5
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/sites/yoyo.pl/p/r/projekt2008/variablesdb.php on line 6
Go to: news | join | edit profile | players | standings | report | played games | statistics |
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /var/www/sites/yoyo.pl/p/r/projekt2008/menu.php on line 31
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/sites/yoyo.pl/p/r/projekt2008/menu.php on line 32
forum |
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /var/www/sites/yoyo.pl/p/r/projekt2008/index.php on line 31
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/sites/yoyo.pl/p/r/projekt2008/index.php on line 32
Other news articles:
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /var/www/sites/yoyo.pl/p/r/projekt2008/index.php on line 57
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/sites/yoyo.pl/p/r/projekt2008/index.php on line 58
<?php
$databaseserver = "localhost"; //usually localhost
$databasename = "db502277"; //the name of your database
$databaseuser = "db502277"; //the name of the database-user
$databasepass = "haslozaslonie:)"; // the password to your database
$directory ="http://www.projekt2008.yoyo.pl" ; //the location of your WebLeague directory (no trailing slash)
//configure the tables in the database
$playerstable = "webl_players"; //the name of the table that contains information about the players
$gamestable = "webl_games"; //the name of the table that stores the played games
$newstable = "webl_news"; // the name of the table that stores the news
$varstable = "webl_vars"; //the name of the table that stores various information
$admintable = "webl_admin"; //name of the table that stores the admin login information
$pagestable = "webl_pages"; //name of the table that stores additional pages
//finish
?>