Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Convert
Wordpress to Elxis
with
Elxis importer
!
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
bridge component problem
« previous
next »
Print
Pages: [
1
]
Author
Topic: bridge component problem (Read 5601 times)
Reza Faghihi
Jr. Member
Posts: 76
bridge component problem
«
on:
March 23, 2007, 22:20:04 »
PHP: parse_ini_file() has been disabled for security reasons
uri: index2.php?option=com_bridge&task=license
path: /administrator/components/com_bridge/admin.bridge.php
version: Elxis 2006.4 Stable rev1080 [ Nestor ] 04-December-2006 23:08 GMT+2
WARNING(2): /home/parsref/public_html/administrator/components/com_bridge/bridge.class.php, line 88
what is the soultion prase_ini is disbaled on my server
«
Last Edit: March 23, 2007, 22:32:52 by Reza Faghihi
»
Logged
REZA FAGHIHI
www.elxispersian.com
will be come soon
datahell
Elxis Team
Hero Member
Posts: 10356
Re: bridge component problem
«
Reply #1 on:
March 23, 2007, 22:23:35 »
There is no security threat from the php function parse_ini_file. You don't parse the php's ini file! Ini files are like XML files. Just text files that contain information. Why your system administrator disabled this function is unknown to me. Ask him!
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Reza Faghihi
Jr. Member
Posts: 76
Re: bridge component problem
«
Reply #2 on:
March 24, 2007, 13:52:16 »
what a impression
my server's admin turn it on by just visiting this post here i just mail this post link for him and he turn it on
Logged
REZA FAGHIHI
www.elxispersian.com
will be come soon
datahell
Elxis Team
Hero Member
Posts: 10356
Re: bridge component problem
«
Reply #3 on:
March 24, 2007, 15:14:05 »
For your information:
Any php function, even echo(), can become dangerous under some circumstances. parse_ini_file can become dangerous if you allow your users/visitors to upload ini files. Why this? There is a related hacking method that tries to overhead variables or set constants via parsing a special ini file. This at 99,999% does not work, for many reasons. It is safe to use parse_ini_files function.
«
Last Edit: March 24, 2007, 15:15:37 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
bridge component problem