Jump to content

mrj

Members
  • Posts

    305
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mrj

  1. Hi, It's great having almost every web Programming are support on heliohost. As far as I know, not every language are enabled automatically on heliohost. That's because to keep servers up and running fast. Java can be enabled by requesting through cPanel. But other languages like asp, Django etc need to enabled by requesting here on customer support. So, I would Like to request you to post here a list of automatically enabled programming languages in Tommy and rest of them which should be request here. Thanks in advance .
  2. This is a open source forum and the team left developing this project. It's called "UloKi Forum". It was developed for mobile device specially. I've modded this for my site. Everything is working fine except this problem. Please see below examples: 1. English: http://forum.atoz.ml/t/342/facebook-magic-codes.html 2.Bengali (UTF-8): http://forum.atoz.ml/t/350/usefulness-of-tea--bangla-.html In Bengali texts new lines are replacing with \r\n or \\r\\n
  3. I am having problem on my forum. When I insert any post in English languag, it is okay. But when I insert post in bengali, it shows \r\n instead of <br>. BTW nl2br function is added.
  4. Do you have any htaccess file? Sometime htaccess file rewrites URL. If you have one, then show the code here.
  5. Thank you so much
  6. Having same problem.
  7. What we do now?
  8. Looks like Tommy is down for whole day. I cannot access my site since 10 am (GMT+6). My friend's e-commerce site is also on Tommy. He told me that he having that issue too. Please do somethin.
  9. Thanks for Your reply. I will try your suggestions.
  10. I already using a config file which incudes settings, header, footer, etc info for each page. Because it's too time spending to add infos in every page. I used to include config file, then call any info by functions. Thanks anyway for helping me. I will use your code to my config file.
  11. I used following code on htaccess file: SetEnv TZ Asia/Dhaka It seems worked when I view phpinfo(); But in scripts automatically using server time (maybe UTC). Any idea to set default tz for scripts? TIA
  12. Hello, I've created a quotes db where I can save my own quotes . To make my quote page seo friendly, I need to rewrite "quotes.php?id=1" as "quotes/view/1.html" and "quotes.php?p=2" as "quotes/pages/1.html". For 1st term I used following code in .htaccess: #Options +FollowSymLinks RewriteRule ^/quotes/([0-9]+).html$ /quotes.php?id=$1 [NC,L] But unfortunately, it.didn't work. So I need help. Thanks in Advance. Regards, Meraj
  13. Hello, I am wondering if any admin would change my default TimeZone to "Asia/Dhaka". Regards, Meraj
  14. Wow, I learned a lots of things from here. I can share these knowledge with other heliohost users. Thanks a lot. On my site forum I will create a category for heliohost users, and I will ppst these information I learned from here.
  15. And the last problem is ftp isn't connecting with current domain. But it is connect when I use ftp.meraj.gq.
  16. After changing main domain, I am facing certificate error issues. When I try to access https version, browser shows invalid certificate. Please resolve this.
  17. So what do I do? Does it have any solution? Sorry, my bad. It's is OK now. Thank you.
  18. Have aa look: https://www.whois.com/whois/atoz.ml when I try to add this domain as alias, it shows following error: There was an error when the system attempted to create the alias. Park::park(atoz.ml) failed: (XID 4vfgjp) A DNS entry for atoz.ml already exists. You must remove this DNS entry from all servers in the DNS cluster to proceed.
  19. Hi I have a free TLD domain www.atoz.ml It was parked to xtgem.com before. A few days ago I changed name servers to heliohost (ns1.heliohost.org and ns2.heliohost.org). Then I found that xtgem.com , where the domain was parked before is down. Now either I can't unppark the domain from xtgem or park it my site in heliohost cpanel. Could you help me out?
  20. I will try my best.
  21. It's working when I save files with Linux line ending Thanks
  22. which encode should I use? UTF-8 or something else. Please tell me.
  23. Thanks for your reply. But from cpanel I have to set error pages for each domains. I will be happy if you tell me what is the issue with .htaccess
  24. Hi, I am learning perl. I created a hello world example file called "test.pl" and the URL is: http://netrix.ml/cgi-bin/test.pl When I visit this page via browser it returns 500 error. I'd chmoded it to 755. But still not worked. The test.pl contains following code: #!/usr/bin/perl print "content-type: text/html \n\n"; print "Hello, Perl!";
×
×
  • Create New...