Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[RELEASE] Updated PHP Register Script + Server Status

Newbie Spellweaver
Joined
Jan 23, 2008
Messages
83
Reaction score
0
Hello to ALLl! Gud DAY!

I am following the server development and made my own server too by following the instructions and tuturial on how to make one , thank you guys i did it with u'r help.

The only problem for me now is the registration for new players to play on my server heres the picture:


snaity - [RELEASE] Updated PHP Register Script + Server Status - RaGEZONE Forums



Application Installed in server:

WAMP 1.4.4


Tested on:

Appserv - recomended version stated above
WAMP with 4.0 to 4.1 MSQL

working on

WAMP with 5.0 and above MYSQL but mysql version not recomended for EU server that work best.

HELP!!


plz dont spamm with same post you will reseave answer as soon is posible.
second look the posts your question has answered in other post!
drag in apache server the files and done look other posts!!! (older)
 
Initiate Mage
Joined
Mar 26, 2008
Messages
3
Reaction score
0
ops sorry for that i'm being careless about it i over doing it hehehe....

btw... where can i found the old post regarding for this i'm glad you replied my post..

ty
 
Newbie Spellweaver
Joined
Jan 23, 2008
Messages
83
Reaction score
0
ops sorry for that i'm being careless about it i over doing it hehehe....

btw... where can i found the old post regarding for this i'm glad you replied my post..

ty

you will found old post in forum look at numbers and go as old as you can example 1-----12 (12 is older)

if you still have problem pm
 
Joined
Jan 22, 2005
Messages
889
Reaction score
80
ok I downloaded it and I can get the appache to start but I can't figure out how to get mysql to start, can you please let me now how to fix that:)
it start automatically but your mysql wont start because you have one allready started
press control+alt+del in task manager select mysql... and press end task
then in system tray at wamp select start all services
to remove other mysql go start run type services.msc and look for mysql
edit its property to not run automatically but manual
i hope its helpful
Hello to ALLl! Gud DAY!

I am following the server development and made my own server too by following the instructions and tuturial on how to make one , thank you guys i did it with u'r help.

The only problem for me now is the registration for new players to play on my server heres the picture:


snaity - [RELEASE] Updated PHP Register Script + Server Status - RaGEZONE Forums



Application Installed in server:

WAMP 1.4.4


Tested on:

Appserv - recomended version stated above
WAMP with 4.0 to 4.1 MSQL

working on

WAMP with 5.0 and above MYSQL but mysql version not recomended for EU server that work best.

HELP!!
go to c:\wamp\apache open php.ini find there extensions and remove semicolons ; at following strings:
Code:
;extension=php_bz2.dll
;extension=php_cpdf.dll
;extension=php_curl.dll
;extension=php_dba.dll
;extension=php_dbase.dll
;extension=php_dbx.dll
;extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_iconv.dll
;extension=php_ifx.dll
;extension=php_iisfunc.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_ldap.dll
extension=php_mbstring.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mime_magic.dll
;extension=php_ming.dll
extension=php_mssql.dll
extension=php_msql.dll
extension=php_mysql.dll
extension=php_mysqli.dll
;extension=php_oci8.dll
extension=php_openssl.dll
;extension=php_oracle.dll
;extension=php_pdf.dll
;extension=php_pgsql.dll
;extension=php_shmop.dll
;extension=php_snmp.dll
extension=php_sockets.dll
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
;extension=php_w32api.dll
;extension=php_xmlrpc.dll
;extension=php_xsl.dll
;extension=php_yaz.dll
;extension=php_zip.dll
and restart wamp/apache
then you will see capture image
 
Initiate Mage
Joined
Mar 26, 2008
Messages
3
Reaction score
0
<--- this is the image!!

Thanx a lot jonhs22 and especially commandcom for the help.. i have a little problem but i dont bother it its just that when i start the services for wamp a popup will come saying some extensions are mising... anyway its working now with english NPC, correct monsters name and so on i dont know maybe problems will show up later but its a test mode anyway.

Thanx!!

regards
 
Joined
Jan 22, 2005
Messages
889
Reaction score
80
yea there are some missing extensions if you see them popup just bookmark them out that does not work
these was my custom extensions and i dont remember anymore what is for
and np at all :p
 
Newbie Spellweaver
Joined
Feb 19, 2007
Messages
22
Reaction score
0
ok Commandcom I tried what you told me (it start automatically but your mysql wont start because you have one allready started
press control+alt+del in task manager select mysql... and press end task
then in system tray at wamp select start all services
to remove other mysql go start run type services.msc and look for mysql
edit its property to not run automatically but manual
i hope its helpful) and it still dont start up with the Wamp server, I thank you for all your help man but it still is not working the right way. but thanx still for the help:)
 
Newbie Spellweaver
Joined
Mar 20, 2008
Messages
19
Reaction score
0
dude... u got to tell me... all i read here are PHP's... where shoud i start? where do i paste the code?


please and ty! ^^

add me on Yahoo ;)
 
Newbie Spellweaver
Joined
Apr 25, 2008
Messages
18
Reaction score
0
ok just answer me this do i need apache or can i just use mysql...i just need help on which server hosting prog i should use that is all otherwise the script is done and very nice :)
 
Newbie Spellweaver
Joined
Jan 23, 2008
Messages
83
Reaction score
0
ok just answer me this do i need apache or can i just use mysql...i just need help on which server hosting prog i should use that is all otherwise the script is done and very nice :)

mysql needed for game and navicat to control db.
appache , wamp , easyphp are webservers and you needed only for your registration page and site to will make.

also for wamp has and good vertions to can run the game withiout bugs i mean 4.0 ;) commandcom has release a site with all wamp vertions.
 
Initiate Mage
Joined
Aug 7, 2008
Messages
2
Reaction score
0
k can any1 tell me what i did wrong or i didnt do plz
i downloaded the eo_php_register_with_status.rar file and the php.ini.rar file and extracted them into apache folder and when i try to connect to it dosent work it says 404 not found can any1 help me if so add me to msn or yahoo thx
 
Junior Spellweaver
Joined
Oct 3, 2008
Messages
117
Reaction score
1
Notice: Undefined variable: servername in C:\xampp\htdocs\eo\register.php on line 31
Notice: Undefined index: act in C:\xampp\htdocs\eo\register.php on line 74

help please
 
DRGunZ 2 Creator
Loyal Member
Joined
Jan 21, 2007
Messages
4,493
Reaction score
161
See what's at line 31 and line 74 on register.php
 
Back
Top