Making your own php webserver for register code

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:
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