»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 12-10-2003, 08:52 AM   #1 (permalink)
Registered User
 
thePh@r@oh's Avatar
 
Join Date: Jan 2003
Posts: 1,918
thePh@r@oh is on a distinguished road
Send a message via ICQ to thePh@r@oh Send a message via AIM to thePh@r@oh
Help me set this stuff up

as mentioned here I'm trying to build a clan website but i have no clue how to do that since i have broadband internet(roadrunner) i figured i could run apache on a rig and use it as a webserver. I dont know how to install apache or run it. I also dont know how to install PHP and run that. could someone help? do i need to install apache before PHP?? I know there are some Gurus about this stuff please help.....

__________________
<a href="http://wmp.private.pl/index.php?show=SpySig"><img src="http://wmp.private.pl/SpySig/spysig.php?lang=en&char=ironman" border="0"></a>
thePh@r@oh is offline   Reply With Quote
Old 12-10-2003, 09:00 AM   #2 (permalink)
Guest
Guest
 
Posts: n/a
What are you putting it on, *dows or *nix?
  Reply With Quote
Old 12-10-2003, 09:02 AM   #3 (permalink)
Registered User
 
thePh@r@oh's Avatar
 
Join Date: Jan 2003
Posts: 1,918
thePh@r@oh is on a distinguished road
Send a message via ICQ to thePh@r@oh Send a message via AIM to thePh@r@oh
dows 2k
__________________
<a href="http://wmp.private.pl/index.php?show=SpySig"><img src="http://wmp.private.pl/SpySig/spysig.php?lang=en&char=ironman" border="0"></a>
thePh@r@oh is offline   Reply With Quote
Old 12-10-2003, 09:13 AM   #4 (permalink)
Guest
Guest
 
Posts: n/a
Are you wanting to use phpBB? If so, you'll need . . .

Apache
MySQL
phpBB
  Reply With Quote
Old 12-10-2003, 09:22 AM   #5 (permalink)
Registered User
 
thePh@r@oh's Avatar
 
Join Date: Jan 2003
Posts: 1,918
thePh@r@oh is on a distinguished road
Send a message via ICQ to thePh@r@oh Send a message via AIM to thePh@r@oh
im not sure what i want ive never done this before at all....ive only done html sites
__________________
<a href="http://wmp.private.pl/index.php?show=SpySig"><img src="http://wmp.private.pl/SpySig/spysig.php?lang=en&char=ironman" border="0"></a>
thePh@r@oh is offline   Reply With Quote
Old 12-10-2003, 09:24 AM   #6 (permalink)
Registered User
 
Carl-cox-'s Avatar
 
Join Date: Nov 2002
Location: Kent England
Posts: 235
Carl-cox- is on a distinguished road
scrap that if you got windows get fireserv

just install

then click start.bat

how more simple can it be

http://bandit.myftp.org/gts/fireserv.htm

edit ^^ that justs sets up the webserver not the webpages
i run it on my site and my clan website which is on a diffrent pc http://jub.jkub.com

if you are not too good with building sites i would suggest a portal such as phpnuke which you modyfy by a online config pages. or you can design one by your self and add diffrent parts as you wish.

my clan site is running a news script and a shoutbox made my me and phpbb for the forum.

if you want to potter around on php nuke then i will be willing to give you admin on the one i setup as i wont be using it.

Last edited by Carl-cox-; 12-10-2003 at 09:30 AM.
Carl-cox- is offline   Reply With Quote
Old 12-10-2003, 10:00 AM   #7 (permalink)
Registered User
 
thePh@r@oh's Avatar
 
Join Date: Jan 2003
Posts: 1,918
thePh@r@oh is on a distinguished road
Send a message via ICQ to thePh@r@oh Send a message via AIM to thePh@r@oh
Im pretty good at doing HTML stuff..ive nver used PHP before.
__________________
<a href="http://wmp.private.pl/index.php?show=SpySig"><img src="http://wmp.private.pl/SpySig/spysig.php?lang=en&char=ironman" border="0"></a>
thePh@r@oh is offline   Reply With Quote
Old 12-10-2003, 11:05 AM   #8 (permalink)
Registered User
 
Carl-cox-'s Avatar
 
Join Date: Nov 2002
Location: Kent England
Posts: 235
Carl-cox- is on a distinguished road
well what i would do is first design my sites layout in html and save it as index.php.

then i would use php to change just the part that chnages when you click a link. for example the layout wont change just the info inside it. The advantages of this is that you only have to have one page to worry about layout with.

now to change the page in the index.php where you want the page to be changed in the html put
Code:
<? //open php tag telling that it is a php script
if(isset($HTTP_GET_VARS['page'])){ // seeing if a varible is set in the URL

$urlpage = $HTTP_GET_VARS['page'];

// now going to find the right page

if($urlpage == "link1"){
include("pages/link1.htm");
}
if($urlpage == "link2"){
include("pages/link2.htm");
}
}else{
// if the varible isnt set load this page
include("pages/index.htm");
}
?>
as you can see it is a simple script and if you plan on having lots of pages then i wouldnt recommend it.

i use a script like this on my page to give you an idea what i am on about
this page
http://coxeh.no-ip.com/index.php?page=aboutme.php

notice the ?page=aboutme.php
this tells php that this is a varible.

to show you the page it includes
http://coxeh.no-ip.com/pages/aboutme.php

now to get this script to work all you need to do is use a normal html link to the current page in my case index.php then just rename the varible
http://coxeh.no-ip.com/index.php?page=downloads.php
http://coxeh.no-ip.com/index.php?page=aboutme.php


hope its not too confusing :/
Carl-cox- is offline   Reply With Quote
Reply




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

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


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 11:32 PM.