Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [problem]~instalcja PredictionLeague
pupiziel
post
Post #1





Grupa: Zarejestrowani
Postów: 5
Pomógł: 0
Dołączył: 21.12.2007

Ostrzeżenie: (0%)
-----


Wszystko zrobiłme z instrukcją do momentu odpalenia pliku install.php. Wybieram ścieżke do tego pliku i mi się pojawai coś takiego.....

Warning
: require_on in /virtual/f/i/fifagame-typer.ugu.pl/typer/install.php on line 5

Co mam zrobić questionmark.gif


Ten post edytował pupiziel 21.12.2007, 23:38:27
Go to the top of the page
+Quote Post
czachor
post
Post #2





Grupa: Zarejestrowani
Postów: 897
Pomógł: 40
Dołączył: 16.12.2003
Skąd: Warszawa

Ostrzeżenie: (0%)
-----


Sprawdzić konfigurację skryptu. Pewnie ścieżki są źle poustawiane.


--------------------
how many SEO experts does it take to change a light bulb,lightbulb,light,bulb,lamp,lighting,switch,sex,xxx
5-Reasons-why-you-should-NEVER-fix-a-computer-for-free
Go to the top of the page
+Quote Post
pupiziel
post
Post #3





Grupa: Zarejestrowani
Postów: 5
Pomógł: 0
Dołączył: 21.12.2007

Ostrzeżenie: (0%)
-----


install.php on line 5

tu jest cos zle questionmark.gif
Go to the top of the page
+Quote Post
Liko
post
Post #4





Grupa: Zarejestrowani
Postów: 436
Pomógł: 6
Dołączył: 8.11.2003
Skąd: Szczecin

Ostrzeżenie: (0%)
-----


Najprawdopodobniej tak...ale nie wiemy co jest źle. Nie widzimy kodu...
Go to the top of the page
+Quote Post
pupiziel
post
Post #5





Grupa: Zarejestrowani
Postów: 5
Pomógł: 0
Dołączył: 21.12.2007

Ostrzeżenie: (0%)
-----


juz nie wazne tamten typer jakis dziwny jest :/

~~~~~~~~~~~~~~~~~~~~~~~~~~

To jest instalacja predictionLeague - ligi typera exclamation.gif Moze mi ktos powiedziec po polsku krok po kroku co trzeba zrobic questionmark.gif

~~~~~~~~
Installation instructions for the Prediction League.

Requirements
============
Web server with support for PHP4.0 or greater.
MySQL database.

To upgrade from an earlier version please read the file Upgrade.txt.

Instructions
============
Modify the file systemvars.php to match your configuration.
Open the file systemvars.php in your favourite editor.
N.B. The "" and ; in the file are important, please be careful
when you edit the file.
Some of the values you set are the initial values. They are subsequently changed in the config
screen from the admin menu.

1. Set the Title for your prediction league. e.g.
$PredictionLeagueTitle = "My Prediction League";

2. Set the Header Row. This can be used for displaying a banner
or text. The header row can contain HTML.
e.g.
$HeaderRow = "<table width=\"800\"><tr><td align=\"center\" class=\"TBLHEAD\"><font
class=\"TBLHEAD\"><img src=\"banner.jpg\"></font></td></tr></table>";

3. Set the hostname for the database. If your database and webserver are on the
same machine, you can probably leave this set as localhost. If they are
on different machines contact your ISP for hostname details.

4. Set the base directory name.
This can be left as the default value if you copy this folder directly to
your website. If you rename the folder, you need to update the base
directory name accordingly.

5. Set the database username. This is the value provided by your ISP.

6. Set the database password. This is the value provided by your ISP.

7. Set the database name. This is the value you will use when creating the database.
If you have been given a database name by you ISP, you will need to enter this
here.

8. Set the email address of the administrator. This is the address used by your
users to contact you.

9. Set the signature for the administrative emails. When a new user is created
an email is automatically sent. This signature will appear at the bottom of
the email.

10.Set the default icon. This is an optional step. If you want to use a different
icon for your users, you can set the value here. The icon must be available in
the default icon directory to be automatically available to the users.

11.Set the chat room URL. If you use a chat room, you can use this to provide a
link from the menu to the chatroom. A blank value will ensure that the menu
item does not appear.

12.Set the URL and title for your homepage.

13.If you want to log warnings and errors on your system give the logfile a name.
Leaving it as "" will disable this functionality. If you do enable the use
of the logfile, the process running the web server must have write permission
for the logfile.
e.g. if your server is running as 'nobody' on a unix system, then the user
'nobody' must be able to write to the file.

14.If you want to allow multiple users to be created for each email address, then
set this value to TRUE.

15.Set the timezone offset if your server is in a different time zone. This ensures
that the users cannot predict after the game has started.

16.Reverse the predictions order.

17.The default language to be used. Always in the format lang.<lang>.php. The user
is free to change the language in their profile.

18.Auto predict is a feature not yet enabled.

19.Set this to TRUE if you want to use the 24 hour clock for display. FALSE uses
the 12 hour display with AM and PM.

20.To allow users to upload icons to the server you must set UloadIcons to true.
MaxIconFileSize is in Kb and limits the size of the files a user can upload.
IconDirectory is the directory where the icons are placed by your server. It
is very important to find out where your server places uploaded files and put
the absolute path here.

21.PasswordEncryption. Set to TRUE to enable password encryption. FALSE will disable
encryption.

Install the files on your server.
1. Copy the directory PredictionLeague to your webserver. This step is required
prior to creating the database.

2. Delete the upgrade files upgrade105to106.php and upgradeto10.php.

Create the database and tables:

1. Open http://<yourhostname>/PredictionLeague/adminphptest.php in your favourite
browser.
From here you can follow the sequential tests to determine your if you meet
the requirements for running the PredictionLeague and creating the database
tables.
ii. Check the PHP and MySql versions.
iii.Create the database tables. Follow this link, and enter the values that match
the values you configured in systemvars.php.
If the database already exists and you only want to create the tables, make sure
the checkbox is unchecked.
Hit the Create button. If you succeeded, the display will show the new
table structures, else an error message will be displayed.
iv. Create the admin user. Follow the link and instructions to configure
an admin user.
v. Make sure that the server is running the time you think it is. This page wil
allow you to correct for any time differences.
vi. Fine tune any game parameters you want.

Start using the prediction league.
You are now configured. Log in as the admin user and create your fixtures/schedule.


Support
=======
Please contact john@predictionfootball.com if you encounter any problems.
Go to the top of the page
+Quote Post
Liko
post
Post #6





Grupa: Zarejestrowani
Postów: 436
Pomógł: 6
Dołączył: 8.11.2003
Skąd: Szczecin

Ostrzeżenie: (0%)
-----


Hm...Twój trzeci post, a już mi działasz na nerwy. Obowiązują tu pewne standardy, kultura i podstawowe zasady życia w społeczeństwie. Więc, jeżeli uważasz, że ktoś tak hop-siup przetłumaczy Ci to wszytko, poprowadzi za rączkę to się grubo mylisz. W Sieci masz mnóstwo translatorów, więc dlaczego z nich nie skorzystasz? Nie czekaj na gotowca. Nikt Tobie tego nie da...Pozdrawiam

P.S.: ...wysil się troszeczkę!

Ten post edytował Liko 21.12.2007, 23:41:45
Go to the top of the page
+Quote Post
pupiziel
post
Post #7





Grupa: Zarejestrowani
Postów: 5
Pomógł: 0
Dołączył: 21.12.2007

Ostrzeżenie: (0%)
-----


tylko te translatory tak tłumaczą ze nic nie można zrozumieć.... uczę się angielskiego ale nie znam go perfect ale może ktoś już to kiedyś tłumaczył dlatego sie zapytałem "czy mógłby mi to ktos po polsku krok po kroku powiedziec" a przeciez nikomu tego nie nakazuje... jak ktos bedzie chcial to i tak napisze a jak nie bedzie chcial to nie napisze.... dobra moze sobie zreszta sam poradze... i sory za to ze Ci na nerwach gram

Mniej wiecej sobie juz radze ale mam pytanie:

Czy w tych 2 punktach mam napisac ta samą nazwe bazy danych questionmark.gif

A to jest plik systemvars.php:
Kod
//////////////////////////////////////////////////////////////
   // 4. Base Directory Name
   // The directory storing the prediction
   // league files
   //////////////////////////////////////////////////////////////
   $baseDirName = "xxxxxx";
  
   //////////////////////////////////////////////////////////////
   // 7. Database Name.
   // This is the name of the database. This *MUST* be the same
   // name as the name you used when creating the database.
   //////////////////////////////////////////////////////////////
   $dbaseName = "xxxxxx";


To jest instrukcja instalki:

Kod
4. Set the base directory name.
     This can be left as the default value if you copy this folder directly to
     your website. If you rename the folder, you need to update the base
     directory name accordingly.


  7. Set the database name. This is the value you will use when creating the database.
     If you have been given a database name by you ISP, you will need to enter this
     here.
Go to the top of the page
+Quote Post
Liko
post
Post #8





Grupa: Zarejestrowani
Postów: 436
Pomógł: 6
Dołączył: 8.11.2003
Skąd: Szczecin

Ostrzeżenie: (0%)
-----


$baseDirName - to jest ścieżka do katalogu, w którym znajdują się pliki tego typera.
$dbaseName - to jest nazwa bazy danych, która podałeś przy instalacji.
Go to the top of the page
+Quote Post
Cysiaczek
post
Post #9





Grupa: Moderatorzy
Postów: 4 465
Pomógł: 137
Dołączył: 26.03.2004
Skąd: Gorzów Wlkp.




Przenoszę na Gotowe rozwiązania


--------------------
To think for yourself you must question authority and
learn how to put yourself in a state of vulnerable, open-mindedness;
chaotic, confused, vulnerability, to inform yourself.
Think for yourself. Question authority.
Go to the top of the page
+Quote Post
pupiziel
post
Post #10





Grupa: Zarejestrowani
Postów: 5
Pomógł: 0
Dołączył: 21.12.2007

Ostrzeżenie: (0%)
-----


Ale to znaczy że musze napisać taką sćiezke:

www.nazwastrony.pl/PredictonLeague

czy wystarczy:

www.nazwastrony.pl
Go to the top of the page
+Quote Post
wojtas666
post
Post #11





Grupa: Zarejestrowani
Postów: 5
Pomógł: 0
Dołączył: 27.08.2007
Skąd: Jastrzębie Zdrój

Ostrzeżenie: (0%)
-----


Witam
Nie chcę tworzyć nowego tematu więc napiszę tutaj.
Chciałem zainstalować sobie Prediction League 1.11 na localhoscie, wszystko zrobiłem wg instrukcji i wszystko szło dobrze do czasu tworzenia konta admina. Otóż wpisałem nicka, maila, hasło i wcisnąłem enter i od tego czasu większość podstron typera ładuje się dość długo i wyświetla się tylko pusta strona. W bazie danych powstało moje konto, wszystko jest raczej dobrze zainstalowane.
Mógłby mi ktoś pomóc?
Pozdrawiam

Nieważne już, po prostu Apache mi się jakoś wyłączył wstydnis.gif
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 20.08.2025 - 08:45