Here a small Tutorial for Xampp...
1.download xampp & install
2.downlod register script

3.
Quote:
Originally Posted by Strean
Hey all .
if you want to start it with XAMPP you have to edit following things :
go in your XAMPP/php folder and open the "php.ini" file
edit following things :
;extension=php_mssql.dll ( remove the ";" before the extension )
its look like so :
extension=php_mssql.dll
and you have to edit this :
;extension=php_pdo_mssql.dll ( the same.. just remove the ";" )
Done.
Regards. Strean
|
4.copy everything from register script to htdocs folder in xampp.
5. open conf with editor.
6.
Quote:
Originally Posted by Yunchen
<?php
$sql_host="put here ur sql instance id(very important)"; // It can be : localhost\sqlexpress
$sql_user="sa";
$sql_password="";
$Auth_db="Auth";
$md5_key="and here ur md5 key";
$registration = "1";
$max_accounts = "50";
?>Strean
|
7.then start xamp control panel
8.start apache and myqsl
to join ur regi page type in browser that "localhost" or "ur hamachi ip" or "127.0.0.1"
sry for my bad english.