I work for a long time with Cpanel. I love it.
Last September I notice my host ( http://www.ultrasurge.com/ ) for a bug:
-------------------------
--------------------------------------------
This is the answer of the Host (https://www.getsomesupport.com/):
I can´t believe in that. The variable $ip is one of the most used in programs PHP, and others Cpanel users do not live with this! Tell me your opinion, please.
Thanks for your answer
Jorge
Last September I notice my host ( http://www.ultrasurge.com/ ) for a bug:
-------------------------
Since last September, when I save in Cpanel, any file xxxxx.php with the variable $ip, the first occur of this variable is changed to "70.84.255.34" (host's ip).
=====>IN EDIT MODE
<?php
// The first occurs of "$ i p" is changed to 70.84.255.34 !!!! in the moment I save this file
$ip='888';
echo "=> $ip";
$ip="34.34.34.23";
?>
----- after SAVED, do not work because....
<?php
// The first occurs of "$ i p" is changed to 70.84.255.34 !!!! in the moment I save this file
70.84.255.34='888';
echo "=> $ip";
$ip="34.34.34.23";
?>
=====>IN EDIT MODE
<?php
// The first occurs of "$ i p" is changed to 70.84.255.34 !!!! in the moment I save this file
$ip='888';
echo "=> $ip";
$ip="34.34.34.23";
?>
----- after SAVED, do not work because....
<?php
// The first occurs of "$ i p" is changed to 70.84.255.34 !!!! in the moment I save this file
70.84.255.34='888';
echo "=> $ip";
$ip="34.34.34.23";
?>
--------------------------------------------
This is the answer of the Host (https://www.getsomesupport.com/):
Technical Support
10-10-2006-6:30
the file manager provided by cpanel has problems. we are not the creators of that script in cpanel and cannot fix it. don't use cpanel to edit the file. download the file using an ftp application. edit it. upload the file using the ftp application.
10-10-2006-6:30
the file manager provided by cpanel has problems. we are not the creators of that script in cpanel and cannot fix it. don't use cpanel to edit the file. download the file using an ftp application. edit it. upload the file using the ftp application.
I can´t believe in that. The variable $ip is one of the most used in programs PHP, and others Cpanel users do not live with this! Tell me your opinion, please.
Thanks for your answer
Jorge