Jump to content

mrj

Members
  • Posts

    303
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mrj

  1. Hi, I am unable to run opencart due to an error of a php setting 'open_basedir' Please change it to none for my account please. Thanks in advanced.
  2. I reset my password. Thank you very much.
  3. Ho, I Can't login to heliohost even with correct credentials My email is: merajbd7@gmail.com Username is: mrj
  4. Hi, I hope you all are doing well. Good job about Plesk ๐Ÿ‘. I have a question. I can not seem to find subdomain management option. I am guessing it's still not added to Plesk and under implementation process. So I just wanted to if there is an ETA.
  5. Ah! After some digging, it's finally working now! Thanks for your assistance.
  6. Okay, thank you. It was not a problem in cpanel. But it became a problem in plesk.
  7. 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.
  8. Thank you Krydos. You are always the life saver. I will look into the htaccess file.
  9. Hello, I got access to Plesk recently. Since it has been a long time, I don't know what happened to my free domain. Maybe it is expired. So please change my main domain of my account to mrj.heliohost.us manually if possible.
  10. Thank you very much Krydos
  11. Hello, I donated a small amount of BTC worth ($2.5) at the time of donation. I know It's nothing compared to the services you provide us for free. But I wanted to help as little as possible. Please move me up in list of plesk ETA if possible. Transaction ID: 391a94d6a9b783976df5abfd56539faf15990f2012f424d61f1f20241d1c5514 Thanks. Have a good day.
  12. BUSD and USDT as stable coins would be great if you add them to the list.
  13. Hello there, I wanted to make a small donation. But I don't have paypal, also our country isnโ€™t supported by paypal. So I wanted to make the donation via cryptocurrency if that is possible. So if crypto donating is supported, please provide me the address. Thank you.
  14. Thanks for your valuable information. I still appreciate. ๐Ÿ™
  15. Hello, I made a donating of $5 at February 14, 2018. The transaction ID is 7XM87579D4111771P If that donating still counts, then please move me up in the waiting list. Thanks in Advanced.
  16. Hello there, My account was archived due to inactivity. I request you unarchive it. Thanks in advanced. Username: mrj
  17. Okay I figured out the problem. ini_set function need to be called at the top of php file. inside a function doesn't work.
  18. here is my output /var/cpanel/php/sessions/ea-php73 /var/cpanel/php/sessions/ea-php73
  19. tried, but still shows the session path as /var/cpanel/php/sessions/ea-php73
  20. I read somewhere in the internet that shared hosting sessions are saved to the same path for everyone. Maybe is that why particular user can't read session dir? Just an Idea.
  21. Hi, I am using following function to get online users count. But it appears that there is no permission for reading content of that dir. Can you help me please? Server: tommy function onlineUsers() { $i = 0; $path = session_save_path(); if (trim($path)=="") { return FALSE; } $d = dir($path); while (false !== ($entry = $d->read())) { if ($entry!="." and $entry!="..") { if (time()- filemtime($path."/$entry") < 1 * 60) { $i++; } } } $d->close(); return $i; }
  22. Yes, sorry for the delay. Its PHP 7.3 (ea-php73)
×
×
  • Create New...