Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > PHP
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help.

Google
Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-01-2007, 4:19 PM   #1
Dado
 
Dado's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Creating a web server and...

I have an old 486 DX2 66MHz and a "new" AMD Duron 700MHz. I've started to
learn some HTML, Javascript, and most importan PHP. I'd like to create a
small home based web server on the 486 and connect it with the new one so I
can test my PHP scripts and learn more about setting up and maintaining a
server.
I'm rather new to all of this so I would like if you could help me to create
the server, to tell me is possible at all, what OS should I use, what
software...or just send me some links that you belive it can be helpful to
me.

Thanks in advance.






 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Advertisements
Old 07-01-2007, 4:19 PM   #2
Ian.H [dS]
 
Ian.H [dS]'s Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Creating a web server and...

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Whilst lounging around on Fri, 8 Aug 2003 00:24:32 +0200, "Dado"
<dalibor.sokolovic@zg.htnet.hr> amazingly managed to produce the
following with their Etch-A-Sketch:

> I have an old 486 DX2 66MHz and a "new" AMD Duron 700MHz. I've
> started to learn some HTML, Javascript, and most importan PHP. I'd
> like to create a small home based web server on the 486 and connect
> it with the new one so I can test my PHP scripts and learn more
> about setting up and maintaining a server.
> I'm rather new to all of this so I would like if you could help me
> to create the server, to tell me is possible at all, what OS should
> I use, what software...or just send me some links that you belive
> it can be helpful to me.
>
> Thanks in advance.




Sounds great... but this relates to PHP in what way?



Regards,

Ian

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0

iQA/AwUBPzLhMGfqtj251CDhEQLDeQCeMqJMv0NeA19ubSeoo3Pjui v6sGAAoIiM
+5C+ilP3+bHkS1gJXzUfNWWY
=eT7P
-----END PGP SIGNATURE-----

--
Ian.H [Design & Development]
digiServ Network - Web solutions
www.digiserv.net | irc.digiserv.net | forum.digiserv.net
Programming, Web design, development & hosting.
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 4:19 PM   #3
Nico Schuyt
 
Nico Schuyt's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Creating a web server and...

Dado wrote:
> I have an old 486 DX2 66MHz and a "new" AMD Duron 700MHz. I've
> started to learn some HTML, Javascript, and most importan PHP. I'd
> like to create a small home based web server on the 486 and connect
> it with the new one so I can test my PHP scripts and learn more about
> setting up and maintaining a server.
> I'm rather new to all of this so I would like if you could help me to
> create the server, to tell me is possible at all, what OS should I
> use, what software...or just send me some links that you belive it
> can be helpful to me.


No need to install the server on the old PC. Easier to use the new one.
Try the phptriad from
http://sourceforge.net/project/showf...lease_id=38192
It will install Apache (web server), PHP and MySQL (database).

Good luck,
Nico





 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 4:19 PM   #4
DvDmanDT
 
DvDmanDT's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Creating a web server and...

If under windows:

1. download Apache from httpd.apache.org/dist...
2. download php from php.net (latest version is located at qa.php.net, it's
like qa edition but anyway)... Get the zip file, as the installer anyway
wont work from Apache...
3. install Apache to C:/ (it will add the 'apache' bit itself meaning it'll
get located at C:/Apache after installation or C:/Apache2/)
4. Extract PHP to C:/PHP (so that php.exe is located at C:/PHP/php.exe)
5. Open C:/Apache/conf/httpd.conf and scroll down to the bottom... Type
following:
LoadFile C:/PHP/php4ts.dll
Loadmodule php4_module c:\php\sapi\php4apache.dll
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps

That's about it... If you are using Linux/Unix which I guess you do, you'll
have to ask someone else...

--
// DvDmanDT
MSN: dvdmandt@hotmail.com
Mail: dvdmandt@telia.com

"Dado" <dalibor.sokolovic@zg.htnet.hr> skrev i meddelandet
news:bgujiv$ki1$1@bagan.srce.hr...
> I have an old 486 DX2 66MHz and a "new" AMD Duron 700MHz. I've started to
> learn some HTML, Javascript, and most importan PHP. I'd like to create a
> small home based web server on the 486 and connect it with the new one so

I
> can test my PHP scripts and learn more about setting up and maintaining a
> server.
> I'm rather new to all of this so I would like if you could help me to

create
> the server, to tell me is possible at all, what OS should I use, what
> software...or just send me some links that you belive it can be helpful to
> me.
>
> Thanks in advance.
>
>
>
>
>
>



 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 4:19 PM   #5
David Quinton
 
David Quinton's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Creating a web server and...

On Fri, 08 Aug 2003 03:36:36 GMT, "DvDmanDT" <dvdmandt@telia.com>
wrote:

>That's about it... If you are using Linux/Unix which I guess you do, you'll
>have to ask someone else...


<http://www.e-gineer.com/instructions/install-apache1xx-on-linux.phtml>
- then -
<http://www.e-gineer.com/instructions/install-php4x-for-apache1xx-on-linux.phtml>
worked for me...
--
Games, Gizmos, Gifts and Toys from 'I want one of those'
<http://www.bizorg.co.uk/shopping/>
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 4:19 PM   #6
Ian.H [dS]
 
Ian.H [dS]'s Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Creating a web server and...

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Whilst lounging around on Fri, 08 Aug 2003 03:27:54 GMT, "DvDmanDT"
<dvdmandt@telia.com> amazingly managed to produce the following with
their Etch-A-Sketch:


[ Rearranged into correct Usenet order ]


> > Sounds great... but this relates to PHP in what way?


> That he needs a server to test his PHP scripts on...



So your point being? oh, until he has the server running, it has
diddly squat to do with PHP... I see.

Thank you and good night.



Regards,

Ian

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0

iQA+AwUBPzOcbGfqtj251CDhEQJhMwCYgYKo+4i33Sq8tU0I+w EgVT4cIgCfbYKA
pnpf4KlT8pPW3K6WlIUVS2Q=
=KqvV
-----END PGP SIGNATURE-----

--
Ian.H [Design & Development]
digiServ Network - Web solutions
www.digiserv.net | irc.digiserv.net | forum.digiserv.net
Programming, Web design, development & hosting.
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 4:19 PM   #7
Pauper
 
Pauper's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Creating a web server and...

"Dado" <dalibor.sokolovic@zg.htnet.hr> wrote in message
news:bgujiv$ki1$1@bagan.srce.hr...
: I have an old 486 DX2 66MHz and a "new" AMD Duron 700MHz. I've
started to
: learn some HTML, Javascript, and most importan PHP. I'd like to
create a
: small home based web server on the 486 and connect it with the new
one so I
: can test my PHP scripts and learn more about setting up and
maintaining a
: server.
: I'm rather new to all of this so I would like if you could help me
to create
: the server, to tell me is possible at all, what OS should I use,
what
: software...or just send me some links that you belive it can be
helpful to
: me.
:
: Thanks in advance.
:
:

For Linux : http://phpfreaks.com/tutorials/12/0.php
For windows: http://phpfreaks.com/tutorials/80/0.php
For Other OS's: no clue!!

Hope that helps!

D


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 4:19 PM   #8
J.O. Aho
 
J.O. Aho's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Creating a web server and...

Dado wrote:
> I have an old 486 DX2 66MHz and a "new" AMD Duron 700MHz. I've started to
> learn some HTML, Javascript, and most importan PHP. I'd like to create a
> small home based web server on the 486 and connect it with the new one so I
> can test my PHP scripts and learn more about setting up and maintaining a
> server.
> I'm rather new to all of this so I would like if you could help me to create
> the server, to tell me is possible at all, what OS should I use, what
> software...or just send me some links that you belive it can be helpful to
> me.


It's quite easy if you choose to use a *nix OS, there are quite many options
to choose from, I have used linux for a quite long time now and I'm more than
happy with it (a lot happier than the time when I used quick-dos with the MS
addon, was it called windows?). Most Linux distros comes with apache (either
with 1.3.x or 2.x.x), mysql, php and they are installed in a way that makes it
easy to continue to use them without having to spend hours on configuring them.

A good place to start to look into linux could be www.linux.org and
www.linuxiso.org, the later one does have links for downloads and forums for
different distros. I guess you will ask, which distro is best, thats an
impossible question to answer, as everyone has their own opinion, so I will
suggest you look into what they have to offer, pick the one that seems to
offer most of the things you want/need and test it. Some may be more difficult
to start with, one that is easy to start with is RedHat (IMHO it's not as good
as it used to be, mostly for the lack of tweaking options and bad taste by
Gnome2 team).



//Aho

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 4:19 PM   #9
Dado
 
Dado's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Creating a web server and...

Thanks people!!

Now it's on me to try all this stuff. I'll come again here if I get any
problems. Thanks again. :-)


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 5:07 PM   #10
siigna
 
siigna's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Creating a web server and...


now what's with all this linux commotion? could always use the lovely
alternative *cough*BSD*cough*. Then all ya gotta choose from is
stability/usefullness (FreeBSD), portability (NetBSD), or locked down
like a knight from the round table security (OpenBSD)...
Or, shame on you, you could pay for something like BSD/I or even worse
yet, SCO products *gasp*.
As for linux I've used Redhat 5.2 on my old stuff since it came out, i
dunno why I just liked it .

--
Posted via http://dbforums.com
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Featured Websites
Free Space
Free Space
Free Space Free Space
Closed Thread
Tags: , ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for everything about creating game servers XadmozX Software Programming 0 06-12-2007 11:37 PM
Creating TomTom Overlays John Smith GPS 4 06-12-2007 2:57 PM
creating a background image CNN_news Graphics in general 1 06-12-2007 12:28 AM
Help creating a Banner KU2003 Cheap Web Hosting Package 3 05-31-2007 2:25 PM
creating own software Kadaitcha Man Windows 0 05-28-2007 10:07 PM


Featured Websites




All times are GMT +1. The time now is 12:39 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98