I Need Help With App Serv

09/13/2011 18:13 amrmohamed37#1
I need Help




App Serv .....located

xampp (alternate ) ...... located

guide .... missing

i want the guide to know how to use this thing
09/13/2011 18:44 Yunchen#2
Here a small Tutorial for Xampp...

1.download xampp & install
2.downlod register script [Only registered and activated users can see links. Click Here To Register...]
3.
Quote:
Originally Posted by Strean View Post
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 View Post

<?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.
09/13/2011 22:08 amrmohamed37#3
i finally managed to get it to open the website but the registration isn`t there ~~

[Only registered and activated users can see links. Click Here To Register...]