Php.ini for allow_url_include

Username (e.g. epiz_XXX) or Website URL

melgiritechnology.ml

Error Message

i need the php file access to my subdomail but it is asying on allow url include

Other Information

i cant get php.ini file or multi php ini editor in cplanal

Hello there,
Sorry, you can’t edit the php.ini file

2 Likes

how to edit allow_url_include off to on using .htaccess file?

Sorry, you can’t
(You can edit the php.ini file in premium hosting)

3 Likes

by htasses file also

By whatever file it is impossible

your {how to} Need a free custom email account? Here is a guide
it is working

I am glad that it is working, And pls post that in that topic not here

This is a ridiculous idea, It would mean you can include other peoples webpages, never in a million years would i assume for it to be enabled, I’m pretty sure PHP say that allow_url_include should not be enabled in a hosting environment anyway.

3 Likes

allow_url_include is a really bad idea because it makes it easy to run untrusted code from the web by accident. If you are so desperate to shoot yourself in the foot with untrusted code, you can use file_get_contents to download the code and use eval to run it. But it’s still a bad idea.

2 Likes

Does that run php files?

1 Like

How to create iframe source of our site page that works

The eval function runs PHP from a string. It’s still dangerous, but not such an obvious risk as using allow_url_include, there are legitimate use cases for it.

4 Likes

Oh. I meant like Php is being executed in backend so the php code itself won’t output unless php code is inside string or the server doesn’t support php.

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.