Build The php Envirement to Study Ogame

本文详细介绍了如何搭建用于学习Ogame的游戏开发环境。步骤包括下载并安装Eclipse PHP开发工具、配置WAMP服务器环境、安装特定版本的Apache、MySQL、PHP及PhpMyAdmin等组件。此外还介绍了如何设置php.ini文件以及从SVN仓库下载Ogame源代码。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Build The php Envirement to Study Ogame

step 1
download the eclipse for php from http://www.eclipse.org/downloads

step 2
install the WAMP(Windows Apache Mysql PHP) envirement from http://www.wampserver.com/en/
So I download the version WampServer 2.0i, and the version of the features are as follows:
Apache 2.2.11
MySQL 5.1.36
PHP 5.3.0
Phpmyadmin

install the WampServer 2.0i in location c:/wamp as my friend said so.

find the php.ini file and modify it C:\wamp\bin\apache\Apache2.2.11\bin\php.ini
according to my friend's blog:
error_reporting settings:
; error_reporting = E_ALL
error_reporting = E_ALL & ~E_NOTICE

register_globals settings:
; register_globals = Off
register_globals = On

step3 download the ogame source code from my friend's svn repository http://wgame.3322.org:88/svn/xnova

step4 config and run

create a conf file in c:\wamp\alias\ogame.conf:

Alias /ogame/ "e:/work/xnova/"
<Directory "e:/work/xnova/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
Allow from all
</Directory>

run all services and visite URL http://localhost/ogame/install

so, there are some problem because I install mysql before and give it a password, so something is different here.

I install this in my clear system in virtual box, everything goes well.


reference:
my friend's blog
http://coder9527.appspot.com
blog from internet
http://blog.youkuaiyun.com/lanphaday/category/493714.aspx
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值