Skocz do zawartości
Zaloguj się, aby obserwować  
maminowiec

phpinfo zablokowane ?

Polecane posty

Witam mam taki problem , po konfiguracji serwera (apache , mysql , php , panel isp omega ) i próbie wyświetlenia pliku z zawartością phpinfo dostaje błąd

 

Warning: phpinfo() has been disabled for security reasons in ...

 

w pliku php.ini nie mam zablokowanej tej funkcji a błąd nadal sie pokazuje , safe_mode = off

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Szukaj w php.ini wpisu na wzór tego:

disable_functions = phpinfo, system

 

I usuń z niego phpinfo

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
; Valid range 0 - 2147483647. Default = 4096.

;mssql.textlimit = 4096

 

; Valid range 0 - 2147483647. Default = 4096.

;mssql.textsize = 4096

 

; Limits the number of records in each batch. 0 = all records in one batch.

;mssql.batchsize = 0

 

; Specify how datetime and datetim4 columns are returned

; On => Returns data converted to SQL server settings

; Off => Returns values as YYYY-MM-DD hh:mm:ss

;mssql.datetimeconvert = On

 

; Use NT authentication when connecting to the server

mssql.secure_connection = Off

 

; Specify max number of processes. -1 = library default

; msdlib defaults to 25

; FreeTDS defaults to 4096

;mssql.max_procs = -1

 

; Specify client character set.

; If empty or not set the client charset from freetds.comf is used

; This is only used when compiled with FreeTDS

;mssql.charset = "ISO-8859-1"

 

[Assertion]

; Assert(expr); active by default.

; http://php.net/assert.active

;assert.active = On

 

; Issue a PHP warning for each failed assertion.

; http://php.net/assert.warning

;assert.warning = On

 

; Don't bail out by default.

; http://php.net/assert.bail

;assert.bail = Off

 

; User-function to be called if an assertion fails.

; http://php.net/assert.callback

;assert.callback = 0

 

; Eval the expression with current error_reporting(). Set to true if you want

; error_reporting(0) around the eval().

; http://php.net/assert.quiet-eval

;assert.quiet_eval = 0

 

[COM]

; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs

; http://php.net/com.typelib-file

;com.typelib_file =

 

; allow Distributed-COM calls

; http://php.net/com.allow-dcom

;com.allow_dcom = true

 

; autoregister constants of a components typlib on com_load()

; http://php.net/com.a...egister-typelib

;com.autoregister_typelib = true

 

; register constants casesensitive

; http://php.net/com.a...r-casesensitive

;com.autoregister_casesensitive = false

 

; show warnings on duplicate constant registrations

; http://php.net/com.a...egister-verbose

;com.autoregister_verbose = true

 

; The default character set code-page to use when passing strings to and from COM objects.

; Default: system ANSI code page

;com.code_page=

 

[mbstring]

; language for internal character representation.

; http://php.net/mbstring.language

;mbstring.language = Japanese

 

; internal/script encoding.

; Some encoding cannot work as internal encoding.

; (e.g. SJIS, BIG5, ISO-2022-*)

; http://php.net/mbstr...ternal-encoding

;mbstring.internal_encoding = EUC-JP

 

; http input encoding.

; http://php.net/mbstring.http-input

;mbstring.http_input = auto

 

; http output encoding. mb_output_handler must be

; registered as output buffer to function

; http://php.net/mbstring.http-output

;mbstring.http_output = SJIS

 

; enable automatic encoding translation according to

; mbstring.internal_encoding setting. Input chars are

; converted to internal encoding by setting this to On.

; Note: Do _not_ use automatic encoding translation for

; portable libs/applications.

; http://php.net/mbstr...ing-translation

;mbstring.encoding_translation = Off

 

; automatic encoding detection order.

; auto means

; http://php.net/mbstring.detect-order

;mbstring.detect_order = auto

 

; substitute_character used when character cannot be converted

; one from another

; http://php.net/mbstr...itute-character

;mbstring.substitute_character = none;

 

; overload(replace) single byte functions by mbstring functions.

; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),

; etc. Possible values are 0,1,2,4 or combination of them.

; For example, 7 for overload everything.

; 0: No overload

; 1: Overload mail() function

; 2: Overload str*() functions

; 4: Overload ereg*() functions

; http://php.net/mbstring.func-overload

;mbstring.func_overload = 0

 

; enable strict encoding detection.

;mbstring.strict_detection = Off

 

; This directive specifies the regex pattern of content types for which mb_output_handler()

; is activated.

; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)

;mbstring.http_output_conv_mimetype=

 

; Allows to set script encoding. Only affects if PHP is compiled with --enable-zend-multibyte

; Default: ""

;mbstring.script_encoding=

 

[gd]

; Tell the jpeg decode to ignore warnings and try to create

; a gd image. The warning will then be displayed as notices

; disabled by default

; http://php.net/gd.jpeg-ignore-warning

;gd.jpeg_ignore_warning = 0

 

[exif]

; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.

; With mbstring support this will automatically be converted into the encoding

; given by corresponding encode setting. When empty mbstring.internal_encoding

; is used. For the decode settings you can distinguish between motorola and

; intel byte order. A decode setting cannot be empty.

; http://php.net/exif.encode-unicode

;exif.encode_unicode = ISO-8859-15

 

; http://php.net/exif....nicode-motorola

;exif.decode_unicode_motorola = UCS-2BE

 

; http://php.net/exif....e-unicode-intel

;exif.decode_unicode_intel = UCS-2LE

 

; http://php.net/exif.encode-jis

;exif.encode_jis =

 

; http://php.net/exif....de-jis-motorola

;exif.decode_jis_motorola = JIS

 

; http://php.net/exif.decode-jis-intel

;exif.decode_jis_intel = JIS

 

[Tidy]

; The path to a default tidy configuration file to use when using tidy

; http://php.net/tidy.default-config

;tidy.default_config = /usr/local/lib/php/default.tcfg

 

; Should tidy clean and repair output automatically?

; WARNING: Do not use this option if you are generating non-html content

; such as dynamic images

; http://php.net/tidy.clean-output

tidy.clean_output = Off

 

[soap]

; Enables or disables WSDL caching feature.

; http://php.net/soap.wsdl-cache-enabled

soap.wsdl_cache_enabled=1

 

; Sets the directory name where SOAP extension will put cache files.

; http://php.net/soap.wsdl-cache-dir

soap.wsdl_cache_dir="/var/www/ispcp/gui/phptmp/"

 

; (time to live) Sets the number of second while cached file will be used

; instead of original one.

; http://php.net/soap.wsdl-cache-ttl

soap.wsdl_cache_ttl=86400

 

; Sets the size of the cache limit. (Max. number of WSDL files to cache)

soap.wsdl_cache_limit = 5

 

[sysvshm]

; A default size of the shared memory segment

;sysvshm.init_mem = 10000

 

[ldap]

; Sets the maximum number of open links or -1 for unlimited.

ldap.max_links = -1

 

[mcrypt]

; For more information about mcrypt settings see http://php.net/mcrypt-module-open

 

; Directory where to load mcrypt algorithms

; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)

;mcrypt.algorithms_dir=

 

; Directory where to load mcrypt modes

; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)

;mcrypt.modes_dir=

 

[dba]

;dba.default_handler=

 

; Local Variables:

; tab-width: 4

; End:

 

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

to nie php.ini

 

Może nie ma tam wszystkiego, ale wytłumacz mi, jak doszedłeś do tego, że to, co wkleił maminowiec to nie php.ini? Ja tu widzę wyraźnie linijki z tego właśnie pliku (niekompletnego, ale jednak)...

 

Lepiej już nikomu niczego nie podpowiadaj, Damian, bo sądząc po stanie Twojej wiedzy dochodzę do wniosku, że g*wno wiesz i jeszcze ktoś korzystając z Twoich porad zrobi sobie ciężkie kuku na serwerze. Jak Ty sobie chłopie radziłeś z administrowaniem hostingiem?

 

Po "whereis php" też raczej nie znajdzie php.ini...

 

To jest komenda do wyszukania php.ini:

php -i | grep php.ini

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

@up: skoro tak to dlaczego wprowadzasz kolegę w błąd?

@maminowiec: nie ma sprawy ;)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
Gość N3T5kY

to co dał nie widziałem w php.ini albo mi się nie kojarzy dlatego napisałem, że to nie php.ini... trudno zrozumieć ;> ? ostatni raz plik php.ini widziałem 3 miesiące temu ;) a nie sorry ostatnio dodawałem eaccelerator i ssh2, na serwer teraz nie chciało mi się wchodzić i sprawdzać :)

 

 

Zajmij się tym co umiesz np. wysyłanie ludzi mgetem na wycieczki.

Edytowano przez N3T5kY (zobacz historię edycji)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Bądź aktywny! Zaloguj się lub utwórz konto

Tylko zarejestrowani użytkownicy mogą komentować zawartość tej strony

Utwórz konto

Zarejestruj nowe konto, to proste!

Zarejestruj nowe konto

Zaloguj się

Posiadasz własne konto? Użyj go!

Zaloguj się

Zaloguj się, aby obserwować  

×