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
melgiritechnology.ml
i need the php file access to my subdomail but it is asying on allow url include
i cant get php.ini file or multi php ini editor in cplanal
Hello there,
Sorry, you can’t edit the php.ini file
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)
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.
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.
Does that run php files?
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.
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.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.