The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> im a noob help pleeeeaaasse
noob2008
post Jul 6 2008, 11:14 AM
Post #1





Group: Members
Posts: 3
Joined: 6-July 08
Member No.: 6,078



Hi all, I am a complete and utter noob when it comes to servers, I recently ordered a dedicated server so I can host various websites. My hosting company (webfusion.com) will not install/enable DSO for me. I have had the person who owns the script I am trying to run, do it for me but he says that my hosting company have a very odd configuration - I don't know what he did but now when i try open any php website on my server it downloads the .php file rather then displaying it. I am getting increasingly desperate and have not been able to find anyone who can install/configure and enable things on my server. below is a list of things I need doing I would really appreciate it if someone could install it all for me, obviously I will pay them to do it. I have untill the end of this month to get my server working and configured perfectly and all my websites back online because I have paid for advertising which starts to run from the 1st of August.

If you can't do what I need doing please can you forward this on to someone you know who might be able to help.

p.s apologies if this is the wrong place to post this.

Here is the list

DSO - http://httpd.apache.org/docs/1.3/dso.html

ffmpeg - http://ffmpeg.mplayerhq.hu/

Mplayer - http://www.mplayerhq.hu/

Mencoder - http://www.mplayerhq.hu/

Flv2tool - http://rubyforge.org/projects/flvtool2/ and http://www.inlet-media.de/flvtool2

Libogg - http://www.linuxfromscratch.org/blfs/view/...dia/libogg.html

Libvorbis - http://www.linuxfromscratch.org/blfs....is.html

LAME MP3 Encoder - http://lame.sourceforge.net/index.php

ImageMagick - http://www.imagemagick.org/

GD library compiled with TrueType fonts

JRE 1.6 (Java Runtime Environment)

1935, 1936 and 5080 ports on the server should be open


**PHP Configuration**

* safe_mode = off

* max_execution_time = 1000 (recommended to prevent timeouts during video upload/conversion)

* session.gc_maxlifetime = 14000 (recommended to prevent session expires during video upload)

* open_basedir = (no value)

* output_buffering = on

* upload_max_filesize = 100M (recommended maximum video upload size in MB)

* post_max_size = 100M (recommended maximum video upload size in MB)

* CGI-BIN Access

* Apache mod_rewrite Enabled

* PHP Configuration (php.ini): register_argc_argv = On

* Must be able to run PHP from the command line (CLI) with exec()

* Allowed execution of background processes with exec("binary > /dev/null &")

PHP 4.4.0/5.1.0 and higher compiled with XML and XSL

XSML - dont know if this is that same as above...
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jul 6 2008, 12:01 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



QUOTE
when i try open any php website on my server it downloads the .php file rather then displaying it


Did you remeber to let PHP write out a header with content-type: text/html?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
noob2008
post Jul 6 2008, 12:07 PM
Post #3





Group: Members
Posts: 3
Joined: 6-July 08
Member No.: 6,078



lol i have no idea what you are talking about... I am a real noob when it comes to server stuff - i only do websites LOL... thats why I have put this here so someone who knows how to do it can give me a quote... so if you can do that stuff and fix it all please let me know how much you will charge...

Thanks biggrin.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jul 6 2008, 12:21 PM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



CODE
lol i have no idea what you are talking about...


If PHP writes out a HTML page, you must make it send a content-type header before any HTML is printed. Otherwise the browser doesn't know what the heck it is receiving. Something like so.

CODE
<?php
header('Content-Type: text/html; charset=iso-8859-1');
?>


QUOTE
so if you can do that stuff and fix it all please let me know how much you will charge...


Thank you but no thank you. *shudder* unsure.gif

I moved your thread to the job board.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
noob2008
post Jul 6 2008, 12:23 PM
Post #5





Group: Members
Posts: 3
Joined: 6-July 08
Member No.: 6,078



LOL @ shudder... and thanks for your help but i am still confused hehe
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 25th April 2024 - 04:05 PM