Jump to content

Search the Community

Showing results for tags 'php.ini'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 9 results

  1. Hello, I am getting this error in my PHP script: Warning: require_once(): open_basedir restriction in effect So I want to change it for me to to /home/mrj. I think it would be best if you set it /home/{username} for all user. Thanks in advanced.
  2. Hello, guys! I have a huge data table, my concern is if I can't upload it to your server through PhpMyAdmin. This table contains the names of all countries, states and cities of the world. I need it because I'm implementing a sign up form and these data are strictly necessary. I know there must be out there other ways to retrieve that information. But... Is it possible to upload or import over 200MB of data to your PhpMyAdmin? If so, how can I do this? The file is zipped. Thank you
  3. - php.ini - Please can I get access to this configuration file? LINK TO TEST.PHP INFO HelioHost | Johnny Current User usgfx42 Primary Domain usgfx.com.usgfx.cz Shared IP Address 65.19.141.67 Home Directory /home/usgfx42 Please If not can I get some things enabled / changed below ? core ; allow_url_include ON core : display errors ON core : disable functions NO VALUE core : enable dl ON core : expose_php ON core : max_execution_time 300 core : max_input_time 300 core : register_argc_argv OFF core : sendmail_from wwwuser@cgi.yourhostingaccount.com core : SMPT mail.yourhostingaccount.com core : Variables Order EGPCS curl : GSS-Negotiate YES curl : IDN YES session : session.gc_divisor 1000 session : session.gc_probability 1 session : session.use_trans_sid 1 mbstring mbstring.http_input PASS PASS mbstring mbstring.http_output PASS PASS standard : url_rewriter.tags fieldset= Thank you advance for your help, time and prompt response, E.I. service [at] usgfx.cz
  4. Hello, I am wondering if any admin would change my default TimeZone to "Asia/Dhaka". Regards, Meraj
  5. How can i access to php.ini to change some setting on my website, or how can i change allow_url_fopen form Off to On status i tried to set my custom php.ini in /public_html but it's still unchanged to it's setting thanks for advice -- AhmedSk
  6. Hi, on Tommy account, I can't upload in WordPress anything that is more than 2 MB. Why? Thanks
  7. Hello, I have the simple PHP mail command of (for testing), to send out an email: echo "<body>"; $to = "mail@mail.com"; $subject = "This is subject"; $message = "This is simple text message."; $header = "From:mail@gmail.com \r\n"; $retval = mail ($to,$subject,$message,$header); if( $retval == true ) { echo "Message sent successfully..."; } else { echo "Message could not be sent..."; } When I run it on here it says "Successful". I realise that I must change [mail] section in the PHP.ini file to make this work? Does anyone know how to do this? Or can I run the mail() from heliohost? Thanks Matthew
  8. php does not execute when in html page i used <?php echo "hi";?> Pls. Help
  9. Hi, i installed php-nuke on my hosting. But php-nuke use deprecated functions on current php (as eregi())... and it can be resolved if put on php.ini the error_reporting = E_ALL^E_NOTICE^E_DEPRECATED It's possible make this change please? Sorry my english! Best regards
×
×
  • Create New...