
http://emeriks.ovh.org/liga/
http://emeriks.ovh.org/liga/install.php
<?php //start //configure database info $databaseserver = "localhost"; //usually localhost $databasename = "---"; //the name of your database $databaseuser = "---"; //the name of the database-user $databasepass = "---"; // the password to your database $directory ="http://---.com/liga" ; //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 ?>
ale jest problem bo w żadnym pliku nie zauważyłem aby tworzył tabele ;/ wiec nie wiem moze ktos pomoze ?



