Jump to content

codename25

Members
  • Posts

    92
  • Joined

  • Last visited

Posts posted by codename25

  1. Hi,

    I would like to remove my domain name vamdesign.ml from my previous Steive server. I cannot add on this domain to my tommy server. I am getting an error

     

    "

    (XID 7zwv8f) Sorry, the domain is already pointed to an IP address that does not appear to use DNS servers associated with this server. Please transfer the domain to this servers nameservers or have your administrator add one of its nameservers to /etc/ips.remotedns and make the proper A entries on that remote nameserver.

    "

     

    username: vamdsgn

  2. PHP Version:

    http://krydos2.heliohost.org/54/phpinfo.php

     

    Input:

    http://krydos2.heliohost.org/54/pdf-sample.pdf

     

    Code:

    <?php
    
    $myurl = "pdf-sample.pdf";
    $image = new Imagick($myurl);
    $image->setResolution(300, 300);
    $image->setImageFormat("png");
    $image->writeImage("pdf-sample.png");
    
    Output:

    http://krydos2.heliohost.org/54/pdf-sample.png

     

    I shrank the pdf a bit to make the image and it still looks pretty sharp to me.

     

     

     

    The problem is converting to JPG is creating blotting. If converted to PNG it is OK.

  3. It will always show the primary version as 5.6. As long your domains are set to 5.4, the scripts on those domains should run under 5.4. It should take effect nearly instantly.

     

    Hi,

    It's working fine now. But there is a problem, the converted image from pdf is blotted. I'll attach the image of both the original PDF(Img1) and the Converted image (Img2). Could you please suggest me any reason for this because in Stevie it was working fine.

     

    This One is Original PDF

     

     

     

     

    This one is the Converted Image

     

  4. Hi,
    I'm trying to run phantomjs in my server. I have a compressed file with an executable phantomjs file. I just exrracted the file to my home directory and added supporting scripts but it was not working. Is there anything i should do or whether executable files are not allowed to run in the server? Also i wold like to know how commading can be done in a shared hosting. Thank you.

     

×
×
  • Create New...