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!

Making your own php webserver for register code

kev

Supreme Arcanarch
Loyal Member
Joined
May 12, 2003
Messages
904
Reaction score
52
For making your own passwords u need to have your own webserver to run the php script on for the

register page.

Here's one way to do it.


Install Apache webserver file " "

When this has finished installing install php add-ins

this file " "

here is a help page for installing php

when that has finished installing reboot your pc and apache should be running

Goto C:\Program Files\Apache Software Foundation\Apache2.2\htdocs

and place the contents of " " into the folder.

Providing all is installed right you should be able to goto :-



and enter your name and password and submit

when you have done this go back to

C:\Program Files\Apache Software Foundation\Apache2.2\htdocs

you will find file called " generated passwords.txt "

in it will be your name and md5 password to add to the query for account making


Good Luck!
 
Last edited:
Moderator
Staff member
Moderator
Joined
Oct 2, 2009
Messages
561
Reaction score
118
Might wanna use Wamp or something, since these webservers are more insecure and not fully updated to the latest exploits.
Then it would be like:
1. Download wamp <expample here>
2. Install it
3. register.php into www folder, then go to
 
Junior Spellweaver
Joined
Mar 1, 2012
Messages
144
Reaction score
11
Yea its more secure and newb friendly.Also u can try instead xampp.
 
Newbie Spellweaver
Joined
Aug 16, 2012
Messages
26
Reaction score
0
Pogreška
MySQL je poručio:

#1045 - Access denied for user 'root'@'localhost' (using password: NO)
Povezivanje kontrolnih korisnika na način kako je definirano u vašoj konfiguraciji nije uspjelo.
phpMyAdmin pokušao je uspostaviti vezu s MySQL poslužiteljem, ali je poslužitelj odbio povezivanje. U datoteci config.inc.php provjerite naziv računala, korisničko ime i lozinku, te provjerite da se odgovaraju podacima koje vam je dao administrator MySQL poslužitelja.



can go in why cna some tell my pls
 
Back
Top