You are here

Servers/HTML/PHP and All That Good Stuff

13 posts / 0 new
Last post
Patrick Patience
Offline
Last seen: 4 years 3 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Servers/HTML/PHP and All That Good Stuff

So, right now, I have a domain off of my dad's site, it's

"paddy.sunnyoasis.com"

I've only actually spent less than a couple of hours working on it, and kindly, ZGitRDun8705 has made me that awesome logo in many high-quality sizes, as well as some other things.

But anyways, I have some questions, because I'm buying a new domain right now, I'd tell you what it was, but then I'de have to kill you. Smile (Not really, but I still won't tell you.)

So, does anything have to be set up on the site before I can actually upload the pages? What's all this stuff like "Ubuntu Server" and Apache, MySQL, and much more, I have a general idea, but I don't know how they all work together. I currently only know basic HTML, and use a web editor most of the time, cept for a few things. I am trying to learn PHP, which is also partially HTML base or something like that, right? So I wan't to know, do I have to set up anything particular for HTML, my dad will probally do the basics when he gets me the domain. Second, can I Setup Apache and all that myself? And what does it all do? Third, can I have HTML and PHP on the same site? That's all for now.

Thanks for your responses in advance.

nocr
nocr's picture
Offline
Last seen: 15 years 3 months ago
Joined: 2007-05-04 11:47
I don't know about all of that stuff...

(But "Beginning" is spelled with 2 G's and 3 N's )

Anyways, I want to learn about this stuff too. I've got my own site as well, but it's just a Freewebs account about my photography. (Shameless Plug: www.freewebs.com/portfolium )

However, I'm looking to get serious soon, and either get a job so I can buy Windows XP Server, and run it off my home comp. (if that's possible)

════════
PAM > U3

Please Make TiLP Portable

Patrick Patience
Offline
Last seen: 4 years 3 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Haha.

I know about Beginning, someone mentioned it to me this morning. I have the pages fix, I just have to upload them when i have a faster internet connection.

___________________
Wow, that signature totally got old.

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Righto

I'll try and give a simplified explanation for you.

Let's imagine a website as a restaurant.
A domain name is nothing but a pointer to your actual site. (Table number)
A web server serves the pages to the user and does a little processing. (Waiter)
PHP is the real processing meat of it. It processes your code. (Chef)
MySQL is where some of the information is stored. (Note: you can have a perfectly good site without MySQL) (Paper with order on it)
Ubuntu Server is an operating system, similar to Ubuntu, except customised for being a full server. (Restaurant building)

For your circumstances, you most likely won't need to know any of this, as you only need to know it if you want to set up a server yourself.

To give you an idea of how a domain name works: When you visit my domain (cubegames.net), it looks up where cubegames.net is located - my host. It then says to my host, please give me the details for cubegames.net. My host then returns the information.

Confused yet? Blum
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.

"If you're not part of the solution, you're part of the precipitate."

Patrick Patience
Offline
Last seen: 4 years 3 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Haha.

Okay, that actually worked.

So, my dad will be setting the site up, and he owns, or rents servers.

He uses Apache A-Patch-Ee to power his site, corrent, power, run the whole thing? This is the same as Ubuntu Server, or Windows XP Server Edition?

And MySQL, My Sequal, is a database, to store information, that can be passed back and forth through excel files, etc?

Correct? Did I understand him and you?

So, if I get him to but a domain and set it up for me, then him or me can set up Apache to power the site, and I can easily upload the PHP pages? Can I use Dev PHP for now? And will MediaWiki work on that kind of setup?

Thanks.

_______________________________________________
It's kinda scary when my desktop is messier than my room...

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
.

He uses Apache A-Patch-Ee to power his site, corrent, power, run the whole thing? This is the same as Ubuntu Server, or Windows XP Server Edition?
Apache would be running within an operating system such as Ubuntu or Windows XP Server Edition. Apache is a "daemon", i.e. a program that runs in the background and does stuff.

And MySQL, My Sequal, is a database, to store information, that can be passed back and forth through excel files, etc?
Doesn't have to be Excel files. Think of MySQL as the Windows registry.

So, if I get him to but a domain and set it up for me, then him or me can set up Apache to power the site, and I can easily upload the PHP pages?
Apache would already be installed on the server. You would have to make sure that PHP is installed (just ask) and it would be best to not have it running in CGI mode, as some stuff doesn't work with that.

Can I use Dev PHP for now?
Use whatever you want Wink

And will MediaWiki work on that kind of setup?
Yep, Mediawiki is powered by PHP.

Patrick, you probably won't need to worry about Apache or Ubuntu or anything (PHP setup, MySQL setup, etc), they will already be on the server. You only need to concern yourself with the actual PHP files. I can send you a copy of what my site looks like to give you an idea of what to do.
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.

"If you're not part of the solution, you're part of the precipitate."

Patrick Patience
Offline
Last seen: 4 years 3 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Okaaaay.

Thanks lol.

Umm, I would like if you send your setup.

You can spam this e-mail. mono_purpura(at)hotmail(dot)com. I like to keep the GMail one clean.

_______________________________________________
It's kinda scary when my desktop is messier than my room...

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
.

OK, I'll send it in the morning.
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.

"If you're not part of the solution, you're part of the precipitate."

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Sent

I've sent it.
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.

"If you're not part of the solution, you're part of the precipitate."

Kevin Porter
Kevin Porter's picture
Offline
Last seen: 10 years 1 month ago
Developer
Joined: 2007-01-10 19:25
BTW, Jumba (Ryan's hosting

BTW, Jumba (Ryan's hosting provider and soon-to-be mine) provides PHP, MySQL, and I'm pretty sure they run Apache too. (Too lazy to find the info again :wink:).

"You're not to be so blind with patriotism that you can't face reality. Wrong is wrong, no matter who does it or says it."
Malcolm X
(\__/)
(='.'=)
(}>

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Yours?

You do realise that they are an Australian company? Or are you going to get one of their new US based servers?

Oh, and yes, they provide PHP, MySQL, Perl, Python and run Apache.
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.

"If you're not part of the solution, you're part of the precipitate."

Kevin Porter
Kevin Porter's picture
Offline
Last seen: 10 years 1 month ago
Developer
Joined: 2007-01-10 19:25
Their new US servers . Yes,

Their new US servers :wink:. Yes, I know they are Australian. I still have a few things to work on, but it should be up in a couple months.

"You're not to be so blind with patriotism that you can't face reality. Wrong is wrong, no matter who does it or says it."
Malcolm X

R.I.P Bunny.
We will miss you.

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Damn!

I'm on one of their old US servers. Hopefully, they'll offer a simple upgrade plan Biggrin
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.

"If you're not part of the solution, you're part of the precipitate."

Log in or register to post comments