Author Topic: Brand new - help me get into the world  (Read 4229 times)

Offline xELITEx

  • Level 4
  • *
  • Posts: 12
  • Reputation: +0/-0
    • View Profile
Re: Brand new - help me get into the world
« Reply #25 on: May 22, 2007, 06:50:46 PM »
no i just cant figure it out.

Offline dvd871

  • Level 21
  • *
  • Posts: 238
  • Reputation: +7/-0
    • View Profile
    • Dominion Siege
Re: Brand new - help me get into the world
« Reply #26 on: May 22, 2007, 09:37:59 PM »
Just get MAMP: http://mamp.info/en/index.php

There ya go...

Offline xELITEx

  • Level 4
  • *
  • Posts: 12
  • Reputation: +0/-0
    • View Profile
Re: Brand new - help me get into the world
« Reply #27 on: May 22, 2007, 10:18:36 PM »
ok i installed mamp. now what. i still dont know how to use it :)

Offline Sinzygy

  • Level 28
  • **
  • Posts: 420
  • Reputation: +11/-0
    • View Profile
Re: Brand new - help me get into the world
« Reply #28 on: May 23, 2007, 05:45:52 AM »
1) start MAMP (Applications->MAMP->MAMP)
2) read the readme.rtf
3)
   1. make a file called 'info.php' in you favorite editor.
   2. put the following code in this file:
Code: [Select]
<?php
phpinfo
();
?>

   3. put the info.php file into the folder 'htdocs' in de MAMP folder
4) access it via 'localhost:8888/info.php' (no http in the browser bar is needed)

now you should see a page with a bunch of information. Now what version of PHP have you installed?
« Last Edit: May 23, 2007, 05:54:52 AM by Sinzygy »

Offline xELITEx

  • Level 4
  • *
  • Posts: 12
  • Reputation: +0/-0
    • View Profile
Re: Brand new - help me get into the world
« Reply #29 on: May 23, 2007, 06:54:51 AM »
PHP Version 5.2.1

Offline Sinzygy

  • Level 28
  • **
  • Posts: 420
  • Reputation: +11/-0
    • View Profile
Re: Brand new - help me get into the world
« Reply #30 on: May 23, 2007, 08:23:16 AM »
good, in this case you're all set up to start working with PHP :)

Check my first post for what I'd suggest you do.

Offline Broda

  • Level 13
  • *
  • Posts: 97
  • Reputation: +2/-0
    • View Profile
    • Nightfall Games
Re: Brand new - help me get into the world
« Reply #31 on: May 23, 2007, 09:18:22 AM »
Good work Sinzygy :)

Offline xELITEx

  • Level 4
  • *
  • Posts: 12
  • Reputation: +0/-0
    • View Profile
Re: Brand new - help me get into the world
« Reply #32 on: May 23, 2007, 04:32:21 PM »
thanks a bunch. just one more quetsion. ok so i click 'web enable' and i go to my local host. how do i upload scripts and make them all work together?

Offline Broda

  • Level 13
  • *
  • Posts: 97
  • Reputation: +2/-0
    • View Profile
    • Nightfall Games
Re: Brand new - help me get into the world
« Reply #33 on: May 23, 2007, 04:50:49 PM »
put the files in the same place you put the info.php file

Offline dvd871

  • Level 21
  • *
  • Posts: 238
  • Reputation: +7/-0
    • View Profile
    • Dominion Siege
Re: Brand new - help me get into the world
« Reply #34 on: May 24, 2007, 10:35:56 PM »
If its anything like easyphp you will have a www directory in there you can create other directories such as game1, game2, etc.  Then to browser to a sub-directory of www you would use http://localhost/game1, http://localhost/game2, etc.  Easy :)

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal