Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions

Reply
 
Thread Tools Display Modes
  #11  
Old 03-08-2007, 05:06 PM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ready!
Reply With Quote
  #12  
Old 03-08-2007, 05:40 PM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok start with those easy steps:

1. Enable IIS in your Windows XP
Go to 'Add/Remove Programs' and click on 'Add/Remove Windows Components' (on the side).
Check the box for 'Internet Information Services (IIS)' leaving all the default installation settings intact and let it install.

Once IIS is installed, you can type into your browser:
http://localhost/

If you see the classy IIS page, you are all set and ready to proceed with the PHP install.
Let me know when done. Going for a cigarette, will be back in 30min to check this thread.
Reply With Quote
  #13  
Old 03-08-2007, 06:05 PM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
- Apache Server no_ssl .msi binary - 3.2MB (for more info, visit www.apache.org)
Read that in your tut but the first link would not work.

Just an FYI i have Apache/1.3.37, PHP Version 4.4.4, and MySQL 4.1.10.


As for installing ISS I followed the directions for installing, but it says it can not connect to the server when i try to go to http://localhost/

EDIT: Would this be easier for you on AIM,MSN or yahoo?
Reply With Quote
  #14  
Old 03-08-2007, 06:28 PM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have them installed on your PC, i.e. Apache installed?
Take them off, this is a very old tutorial. We will install the latest versions, manually.

Would this be easier for you on AIM,MSN or yahoo?
No, we will do it here so others learn also how to install properly the components. Like in the old times at vB.org.
Also, we will stick with IIS, native in Windows XP.
Reply With Quote
  #15  
Old 03-08-2007, 06:33 PM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok fine with me. No I do not have them set up. I tried to install IIS but it does not work when i go to http://localhost/
Reply With Quote
  #16  
Old 03-08-2007, 06:41 PM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We will see after why the port 80 is blocked, in your PC.

First, we need to set the default document, in IIS.
Right-click on Start > Properties
Click on 'Customize' button
Click on 'Advanced' tab
Scroll all the way down, you will see 'System Administrative Tools' there
Put a dot into 'Display on the All Programs menu' option (first one)
Click on OK 2 times, you are done with this step.

Now, click on Start > All Programs > Administrative Tools > Internet Information Services
The IIS console will start.
Click the [+] in front of your 'local computer'
Right-click on 'Web Sites' > Properties
Click on 'Documents' tab > Click on 'Add' button > Type: index.php > OK > OK



We need to set the PHP variables, so they are detected by the system.
Click on Start > Right-click on My Computer > Properties
Click on 'Advanced' tab > Click on 'Environment Variables' button
You should see now this window:



Click on 'New' button (above OK)
Variable Name: PHPRC
Variable Value: %SystemDrive%\inetpub\php
Click on OK

You should be now back to the list of environment variables.
Find the 'Path' variable and double-click on it (highlighted in screenshot)
At the end of the list, add:
;%SystemDrive%\inetpub\php;%SystemDrive%\inetpub\m ysql\bin

Click on OK, 3 times.

Open your windows explorer and look into disk C:, you should see there a new folder called:
C:\inetpub

Create inside 2 new foldders:
-- \inetpub
---- \mysql
---- \php
...
---- \wwwroot
(ya, they are lowercase)

Let me know when you are done with those steps.
Reply With Quote
  #17  
Old 03-08-2007, 06:56 PM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TECK View Post
We will see after why the port 80 is blocked, in your PC.

First, we need to set the default document, in IIS.
Right-click on Start > Properties
Click on 'Customize' button
Click on 'Advanced' tab
Scroll all the way down, you will see 'System Administrative Tools' there
Put a dot into 'Display on the All Programs menu' option (first one)
Click on OK 2 times, you are done with this step.
When i click advanced it opens windows explorer at the "Programs" level. If I go into programs i do see Admin Tool just not System Admin Tools.Nor does Sys Admin Tools show in the branches on the left anywhere.
Reply With Quote
  #18  
Old 03-08-2007, 07:13 PM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please don't tell me you use the Win95 classic (boring) style... Put it back the way it's supposed to be.
Make sure is set like that:



Going for another cigarette, let me know when done all steps above.
Reply With Quote
  #19  
Old 03-08-2007, 07:25 PM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh I hate the New Start Menu and used the old one so that was a prob. Ok now I have IIS open. But I do not see [+] or 'local computer' items displayed.

http://img103.imageshack.us/img103/3466/tableyb7.gif
Reply With Quote
  #20  
Old 03-08-2007, 07:39 PM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, let see if you installed IIS properly.

Go to 'Add/Remove Programs' and click on 'Add/Remove Windows Components' (on the side).
Click on Internet Information Services (it should be ticked) to highlight it > Click on 'Details' button
Click on 'World Wide Web Service' (it should be ticked) to highlight it > Click on 'Details' button
The 'World Wide Web Service' option should be ticked, like in the screenshot.

Don't worry if other extra options are ticked.
Let me know if you see this:

Reply With Quote
Reply

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

Forum Jump


All times are GMT. The time now is 09:39 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04134 seconds
  • Memory Usage 2,272KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete