-
How to set up wampserver to work with mssql [Updated]
Removed - I'm finished contributing to a community that doesn't give a shit.
-
Re: How to set up wampserver to work with mssql
-
Re: How to set up wampserver to work with mssql
i have error cant shown register and whos online need help
sorry bad english
-
Re: How to set up wampserver to work with mssql [Updated]
I did everything you said but when i click "Put online" i get this error:
Could not execute menu item (internal error)
[Exception] Could not perform server action:
The service did not start
EDIT: I just changed the port in httpd.conf and now it's working =)
Thanks =)
-
Re: How to set up wampserver to work with mssql [Updated]
Plz reupload the ntwdblib.dll file :( It doesnt exist.
-
Re: How to set up wampserver to work with mssql [Updated]
re~upload the ntwdblib.dll file DX!!!!
-
Re: How to set up wampserver to work with mssql [Updated]
Quote:
Originally Posted by
Alexsh
Download a clean version of wampserver:
HERE
Next, download the newest add-on of php:
HERE
Next, download this ntwdblib:
HERE
After doing so, restart wampserver, then click on the wampserver icon, go to php and then go to version, and click 5.3.1. Then click on the wamp icon again, go to php, Php Extensions, then check php_mssql and php_pdo_mssql. After doing so restart wampserver one more time to ensure it saved. Mssql functions should then work with mssql.
Finally, with the ntwdblib file, place it in the two following directories:
(ie C:\wamp\bin\php\php5.3.1)
(ie C:\wamp\bin\apache\apache2.2.11\bin)
Restart wampserver, and you're finished! :D
Mainly making this guide for people who want to use my newly released shop (Noticed it only works with wampserver).
Thank me if this guide helped!
ty man but it didnt work Q~Q
-
Re: How to set up wampserver to work with mssql [Updated]
download of the ntwdblib file doesnt work?
:S
-
Re: How to set up wampserver to work with mssql [Updated]
sheesh people, just google ntwdblib.dll. That's how I got my copy a few months ago. It's not that hard ~.~
-
Re: How to set up wampserver to work with mssql [Updated]
Quote:
Originally Posted by
ryuchao009
sheesh people, just google ntwdblib.dll. That's how I got my copy a few months ago. It's not that hard ~.~
Thats what i did Jizzer o-o :3
---------- Post added at 04:10 AM ---------- Previous post was at 04:10 AM ----------
Quote:
Originally Posted by
ryuchao009
sheesh people, just google ntwdblib.dll. That's how I got my copy a few months ago. It's not that hard ~.~
Thats what i did Jizzer o-o :3
I found it :)
Now.... i just cant get it to work Q~Q
The mssql file dont show up :/
-
Re: How to set up wampserver to work with mssql [Updated]
For those of you who can download the ntwdblib.dll here is two links:
-
Re: How to set up wampserver to work with mssql [Updated]
oow well, got it all and working :D
found ntwdblib.dll at: http://www.dlldll.com/ntwdblib.dll_download.html
and scanned it here: http://www.virustotal.com/analisis/6...767-1258512038
Thanks for the guide ^^
-
Re: How to set up wampserver to work with mssql [Updated]
Quote:
Originally Posted by
gaseline11
I did everything you said but when i click "Put online" i get this error:
Could not execute menu item (internal error)
[Exception] Could not perform server action:
The service did not start
EDIT: I just changed the port in httpd.conf and now it's working =)
Thanks =)
What port in the httpd.conf?
Tell me on Msn. Chippyoung@hotmail.com
-
Re: How to set up wampserver to work with mssql [Updated]
APACHE CRASHING!!!! Do you know why?
-
Re: How to set up wampserver to work with mssql [Updated]
Quote:
Originally Posted by
gaseline11
I did everything you said but when i click "Put online" i get this error:
Could not execute menu item (internal error)
[Exception] Could not perform server action:
The service did not start
EDIT: I just changed the port in httpd.conf and now it's working =)
Thanks =)
man can you teach me how to do this?
-
Re: How to set up wampserver to work with mssql [Updated]
What is so hard? If you can't figure out how to install one program, and use it, you shouldnt be here.
You should quit making flyff pserver ^^.
JUST READ THE TUTORIAL !! :glare:
-
Re: How to set up wampserver to work with mssql [Updated]
everything works.. but when i click localhost, only the logo of IIS 7 appear but i have an website in www folder.. how to fix this or is there something to change to activate that localhost in www folder? tnx
-
Re: How to set up wampserver to work with mssql [Updated]
Quote:
Originally Posted by
ctby23
everything works.. but when i click localhost, only the logo of IIS 7 appear but i have an website in www folder.. how to fix this or is there something to change to activate that localhost in www folder? tnx
IIS7 works differently from apache. I believe the main file for IIS sites has to be named default instead of index. If this file isn't found, the IIS menu shows instead (what you're seeing).
-
Re: How to set up wampserver to work with mssql [Updated]
ahmmm.. tnx for reply... but how can i fix this?
-
Re: How to set up wampserver to work with mssql [Updated]
I made all in first topic but doesn't work.
Code:
Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\test_conn.php on line 3
in simple php code :
PHP Code:
<?php
$con = mssql_connect('ALLENWALKER/SQLEXPRESS','','');
if($con == TRUE)
{
echo "ok";
}
else
{
echo "fail";
}
?>
-
Re: How to set up wampserver to work with mssql [Updated]
hey man!!!
i know how to make it online your register!!
just add me at my YM
bradix__23882@yahoo.com
tnx!!! just pm me !!!
-
Re: How to set up wampserver to work with mssql [Updated]
O wow, bravo ;)
Hopefully noobs who needs mssql working, will lay off flyff help section..
-
Re: How to set up wampserver to work with mssql [Updated]
Quote:
Originally Posted by
gaseline11
I did everything you said but when i click "Put online" i get this error:
Could not execute menu item (internal error)
[Exception] Could not perform server action:
The service did not start
EDIT: I just changed the port in httpd.conf and now it's working =)
Thanks =)
can u teach me how to do this??
-
Re: How to set up wampserver to work with mssql [Updated]
Just google httpd.conf and look at the guide for the configuration file. It takes around 2 minutes maximum.
-
Re: How to set up wampserver to work with mssql [Updated]