Witam!
Otóż mam dziwny problem, chcę zainstalować amxbans na moim hostingu. Lecz przy próbie wejścia na stronie pojawia mi się ciągle albo lista plików albo error 500 w zależności od htaccess nie wiem jak już sobie z tym poradzić.
Mój .htaccess:
AddHandler application/x-httpd-php5 .php
Options +execCGI +Indexes +MultiViews
allow from all
Options +ExecCGI
AddHandler cgi-script cgi pl exe sh
DirectoryIndex http://mods.com.pl/
AddType text/html .shtml AddHandler server-parsed .shtml Options Indexes FollowSymLinks Includes Kliknij i zaczekaj na załadowanie kodu ...
Konfigruacja PHP:
Language Options asp_tags Allow ASP-style <% %> tags. Off
File Uploads file_uploads Whether to allow HTTP file uploads. On
Paths and Directories include_path Windows: "\path1;\path2" c:\php\includes" .:/usr/lib/php:/usr/local/lib/php
Resource Limits max_execution_time 125
Resource Limits max_input_time 60
Resource Limits memory_limit 65M
Data Handling register_globals You should do your best to write your scripts so that they do not require register_globals to be on; Using form variables as globals can easily lead to possible security problems, if the code is not very well thought of. Off
Language Options safe_mode Off
main session.save_path where N is an integer. Instead of storing all the session files in /path, what this will do is use subdirectories N-levels deep, and store the session data in those directories. This is useful if you or your OS have problems with lots of files in one directory, and is a more efficient layout for servers that handle lots of sessions. NOTE 1: PHP will not create this directory structure automatically. You can use the script in the ext/session dir for that purpose. NOTE 2: See the section on garbage collection below if you choose to use subdirectories for session storage /tmp
File Uploads upload_max_filesize Maximum allowed size for uploaded files. 20M
main zend_optimizer.version 3.3.3
Kliknij i zaczekaj na załadowanie kodu ...
Paczki jakie mogę zainstalować:
Benchmark (1.2.7) Framework to benchmark PHP scripts or function calls. Install Show Docs
Config (1.10.11) Your configuration's swiss-army knife. Install Show Docs
Event_Dispatcher (1
.0.0) Dispatch notifications using PHP callbacks Install Show Docs
Event_SignalEmitter
(0.3.1) Generic signal emitting class with the same API as GObject. Install Show Docs
Gtk_VarDump (1.0.0) A simple GUI to example php data trees Install Show Docs
Gtk_ScrollingLabel
(1.0.0) A scrolling label for PHP-Gtk Install Show Docs
Gtk_FileDrop (1.0.2) Make Gtk widgets accept file drops Install Show Docs
Gtk_Styled (1.0.0) PHP-GTK pseudo-widgets that mimic GtkData based objects an
d allow the look and feel to be controlled by the programm
er. Install Show Docs
Log (1.11.4) Logging Framework Install Show Docs
Numbers_Roman (1.0.2) Provides methods for converting to and from Roman Numerals. Install Show Docs
Numbers_Words (0.16
.1) The PEAR Numbers_Words package provides methods for spelli
ng numerals in words. Install Show Docs
pearweb_election (1
.0.1) The source code for the PEAR website election Install Show Docs
pearweb (1.20.2) The source code for the PEAR website Install Show Docs
pearweb_phars (1.5.0) The source code for the PEAR website: go-pear.phar/install
-pear-nozlib.phar Install Show Docs
pearweb_channelxml
(1.15.0) channel.xml and DTD for pear.php.net channel Install Show Docs
pearweb_index (1.17
.0) The source code for the PEAR website, informational front
pages Install Show Docs
pearweb_gopear (1.1
.3) go-pear script for pear.php.net Install Show Docs
pearweb_manual (1.1
.0) The source code for the PEAR website manual bits Install Show Docs
pearweb_qa (1.0.0) The source code for the PEAR website QA scripts Install Show Docs
pearweb_pepr (1.0.1) The source code for the PEAR website package voting Install Show Docs
FSM (1.3.0) Finite State Machine Install Show Docs
QA_Peardoc_Coverage
(1.1.1) PEAR documentation coverage analysis. Install Show Docs
Science_Chemistry (
1.1.0) Classes to manipulate chemical objects: atoms, molecules,
etc. Install Show Docs
Stream_SHM (1.0.0) Shared Memory Stream Install Show Docs
Stream_Var (1.0.0) Allows stream based access to any variable. Install Show Docs
System_Command (1.0
.6) PEAR::System_Command is a commandline execution interface. Install Show Docs
System_ProcWatch (0
.4.2) Monitor Processes Install Show Docs
System_Socket (0.4.1) OO socket API Install Show Docs
System_Mount (1.0.0) Mount and unmount devices in fstab Install Show Docs
System_WinDrives (1
.0.0) List files drives on windows systems Install Show Docs
System_SharedMemory
(0.9.0RC1) common OO-style shared memory API Install Show Docs
System_Folders (1.0
.1) Location of system folders Install Show Docs
System_Daemon (0.8.1) Turn PHP scripts into Linux daemons Install Show Docs
VersionControl_SVN
(0.3.1) Simple OO wrapper interface for the Subversion command-lin
e client. Install Show Docs
Kliknij i zaczekaj na załadowanie kodu ...
Oraz paczki php zainstalowane:
Archive_Tar 1.3.3 Update Reinstall Uninstall Show Docs
Console_Getopt 1.2.3 Update Reinstall Uninstall Show Docs
Gtk_FileDrop 1.0.2 Update Reinstall Uninstall Show Docs
Gtk_Styled 1.0.0 Update Reinstall Uninstall Show Docs
MIME_Type 1.2.0 Update Reinstall Uninstall Show Docs
PEAR 1.8.1 Update Reinstall Uninstall Show Docs
Structures_Graph 1.0.2 Update Reinstall Uninstall Show Docs
System_Command 1.0.6 Update Reinstall Uninstall Show Docs
XML_Parser 1.3.2 Update Reinstall Uninstall Show Docs
XML_Util 1.2.1 Update Reinstall Uninstall Show Docs
Kliknij i zaczekaj na załadowanie kodu ...
Również mam problem z bazą MySql ponieważ niechce się łączyć zewnętrznie mimo danego zezwolenia "%" jak instaluje lokalnie to działa na "localhost" ale jak chciałem z innego hosta to już się nie dało...
A czy jest możliwość wyłączenia .htaccess ?
Edytowane przez Pieka dnia 09.06.2009 10:07:13
|