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!

[Tutorial]Fixing Web Errors

Status
Not open for further replies.
Banned
Banned
Joined
Dec 26, 2007
Messages
48
Reaction score
4
Credits : Linear88 // For the short_open_tag
Credits : Epikbaby // For the mssql

Much people had problems like me with these GunZ Sites.
Well I got the fixes for that.

Website gives mssql error
Xampp Users :
Go to your xampp folder and then your php folder and open php.ini
search for ";extension=php_mssql.dll" Then change it to "extension=php_mssql.dll" and restart xampp or pc to make it work.
( This will remove error )
Appserv Users :
Go to Run(CMD) and typ php.ini in it and your php.ini will open.
search for ";extension=php_mssql.dll" Then change it to "extension=php_mssql.dll" and restart xampp or pc to make it work.
( This will remove error )

Website doesn't show stuff
Xampp Users :
Go to your xampp folder and then your php folder and open php.ini
search for "short_open_tag = Off" Then change it to On and restart xampp or pc to make it work.
( This will show-up alot of things on your website )
Appserver Users :
Go to Run(CMD) and typ php.ini in it and your php.ini will open.
search for "short_open_tag = Off" Then change it to On and restart xampp or pc to make it work.
( This will show-up alot of things on your website )

WAMP Users:
MSSQL is undefined.
1. Click the WAMP icon on the bottom right of your screen. (tasktray)
2. PHP > PHP Extensions > php_mssql
3. The WAMP icon will turn yellow/red, and it will return back to its original state.

Nothing shows up.
1. Click the WAMP icon on the bottom right of your screen. (tasktray)
2. PHP > PHP Settings > short open tag
3. The WAMP icon will turn yellow/red, and it will return back to its original state.

If you got more fixed please write here so I can add :thumbup:

Thank me, if I helped u.
 
Last edited:
Joined
Jan 4, 2007
Messages
1,600
Reaction score
217
I prefer WAMP, anyway:

WAMP Users:
MSSQL is undefined.
1. Click the WAMP icon on the bottom right of your screen. (tasktray)
2. PHP > PHP Extensions > php_mssql
3. The WAMP icon will turn yellow/red, and it will return back to its original state.

Nothing shows up.
1. Click the WAMP icon on the bottom right of your screen. (tasktray)
2. PHP > PHP Settings > short open tag
3. The WAMP icon will turn yellow/red, and it will return back to its original state.

That's all.
 
Last edited:
DRGunZ 2 Creator
Loyal Member
Joined
Jan 21, 2007
Messages
4,493
Reaction score
161
:p the only REAL way to fix a error is to read it. Then go on from there. It's so easy to recreate a table and still people ask me to do it.
 
Status
Not open for further replies.
Back
Top