View Single Post
Old 2009-08-12, 09:50 PM   #6
Allfetish
If you really need money, you can sell your kidney or even your car
 
Join Date: Mar 2005
Posts: 373
Quote:
Originally Posted by ~NH~ View Post
Thanks Guys

I Enabled SSH As It Said That I Needed To But I Don't Know Anything About How To Access "root" As It's Telling Me I Need To.

Read The Godaddy Help Topics But Still Not Getting Anywhere.

4 Days And Nothing To Show Is Starting To Get To Me.

Would Anyone Be Able To Update This For Me For A Small Fee.

Oh And Sorry Wulf That's Just The Way I Type And Have Gotten Plenty Of Shit For It.

Where did that link mention you needed root access (or did something tell you to put your php.ini in your account's root directory) ? Or are you trying to install using zend's installer?

Using godaddy will kind of make using things like zend optimizer and the latest ion cube loaders a pain in the ass. You would probably be far better off switching to a host who is more friendly to installing these things.

Can you ssh into the server at all now using the login info provided by GoDaddy? If so execute:

Code:
php --version
to tell us which php version they have installed along with some other basic info on extensions.

On my server (CentOS 5) for instance I get this:

Code:
PHP 5.1.6 (cli) (built: Apr  7 2009 08:00:04) 
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
    with the ionCube PHP Loader v3.1.32, Copyright (c) 2002-2007, by ionCube Ltd., and
    with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
    with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies

Looking at the link someone already gave you it appears this should be all you need provided you can get shell access:

http://help.godaddy.com/article/1232

I guess if you PM me a shell login tonight I will give it a go if you want by backing up your existing php.ini and then follow those instructions if you want. I'll check back in a few hours. No charge just trying to help out.

You might also check out Zend's forums if you want to do it yourself:

http://forums.zend.com/
Allfetish is offline   Reply With Quote