-
Posts
9153 -
Joined
-
Last visited
-
Days Won
146
Everything posted by Byron
-
You need to wait about 24 hours to login. No, you really need to set the nameservers to: ns1.heliohost.org ns2.heliohost.org
-
Our NS Servers are definely up and running. Is this your domain? www.artza.org.il Is it the domain you signed up with or is it a parked domain your trying to add?
-
Your welcome. Glad you got your site up and working.
-
You'll have to wait for the adminstrator to post back to you. I think he is in the process of coming back from vacation. Just try and be patient.
-
cannot open google friendly URL
Byron replied to gamingpassport's topic in Website Management and Coding
Great! Sounds like your all set to go then. -
Don't steal my bit. Imitation is the most sincere form of flattery.
-
Your still going to need Ghostscript for php too. Hopefully djbob will read this thread and post back to you.
-
I get a 403 forbidden on this image here: http://turok-zone.co.cc/admin/setup/public/images/logo.png Do you have your site set up for HotLink protection on your images? If so you have to set it up for both the heliohost and the co.cc domains. Go to your cpanel "Parked Domains" and make sure it's not set up for redirection.
-
I just went to my uni.cc domain and ALL of my images came up just fine. Could you post your co.cc domain so somebody else can see the results?
-
Google's great for finding scripts. Found this one on Google. Just open up the zip file below on your site and follow the install.txt instructions. http://www.php-learn-it.com/php_scripts/de...iend_script.zip
-
Please read this about register_globals. btw, it's OFF by default.
-
I did a Google search on converting pdf files and according to the ImageMagick folks you need Ghostscript and I don't think we have that. http://www.imagemagick.org/discourse-serve...;hilit=cmyk+pdf You could make a request for it and see what djbob says.
-
I really can't say why your images aren't showing on your co.cc domain but if everything is working well on the heliohost domain than I would have to guess it is a problem with co.cc. Yes, that is correct.
-
Did you try a pdf file with my php code to see if the server is converting pdfs? Would it be that much of a problem to use php if the code works?
-
Your correct on the name servers. What is your co.cc domain name? Do you have it set up as a Parked Domain at your cPanel and do you have it set so that it does NOT redirect?
-
I don't have a pdf file to try so I can't say this works for sure. Try using the Imagick Class. <?php $thumb = new Imagick("your_image.pdf"); $thumb->thumbnailimage(200, 200, TRUE); $thumb->setformat("gif"); $thumb->writeimage("thumb_nail.gif"); ?> Keeping it TRUE will produce a thumb that is proportional. Removing TRUE will force height and width.
-
cannot open google friendly URL
Byron replied to gamingpassport's topic in Website Management and Coding
I'm not sure why only one is showing alive but the way it works is if ns1 goes down then it chooses ns2 and you definetly need to use both. Mine has two fields for name servers (NS) and that's why I think it best for you to contact your name server provider and ask them. You can do a Name Server (NS) Lookup on your domain name with this tool and see where it's pointing now. http://www.kloth.net/services/nslookup.php enter: gamingpassport.nl -
cannot open google friendly URL
Byron replied to gamingpassport's topic in Website Management and Coding
You need to use both name servers. ns1.heliohost.org ns2.heliohost.org Contact your name server provider and ask them how to correctly set the name servers to heliohost because I'm not familiar with them. And your right it will take a day or two for the propagation to take effect. -
cannot open google friendly URL
Byron replied to gamingpassport's topic in Website Management and Coding
No redirection. You probably need to edit your htaccess from everything you tried using. That should clear up the Internal Server Error. When all is well and done, you can access ALL of your pages through this domain: www.gamingpassport.nl EDIT: You might want to contact your registrar and ask them how to correctly set the name servers. -
cannot open google friendly URL
Byron replied to gamingpassport's topic in Website Management and Coding
You don't want to use htaccess for what your wanting to do. You need to go to your cPanel and add a "Parked Domain". Just type in "gamingpassport.nl" as your parked domain. And then go to your domain name provider and set up your domain to point to heliohost's name servers like Wizzard said. ns1.heliohost.org ns2.heliohost.org and then wait about 24 hours. -
Go to "Parked Domains" at your cPanel and make sure it's not set up for redirects.
-
This should give you some ideas. http://www.w3schools.com/
-
Your domain name is definetly pointing to heliohost. How long ago did you set up the parked domain at your cPanel. If it's been awhile (24 hrs) then go back to your cpanel to make sure it is correct.
-
If this was the page your saw: http://heliohost.org/suspended.page/ than it could be any one of those five reasons. You'll need to post your domain name so djbob can be more specific.
