problem with adminpanel

01/15/2010 08:48 pattop#1
hi,

i have a problem with this adminpanel:

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

i have change the information to my db account:

mssql.conf.php :

PHP Code:
<?php

$mssql 
= array(
        
'host' => "192.168.178.60",
        
'user' => "jonas2",
        
'pass' => "server"
    
);

?>
mysql.conf.php :

PHP Code:
<?php

$mysql 
= array(
        
'host' => "localhost",
        
'user' => "root",
        
'pass' => "polen13",
        
'data' => "Dekaron"
    
);

?>

Problems:

1. When i will login i come to a black screen at webbroser
2. when i will send me armor, items,.. every time the same problem :
HTML Code:
Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\test\controlpanel\armor.php on line 33

i hope someone can help me and can say me, why everytime the same problem by right login information.
01/15/2010 12:56 Zombe#2
You need to reconfigure your php settings file and enable mssql support. Don't remember the file name exactly, but you always have [Only registered and activated users can see links. Click Here To Register...].
01/15/2010 13:11 janvier123#3
Quote:
Originally Posted by pattop View Post
can nobody help me???

Reported: double post
Use search ! [Only registered and activated users can see links. Click Here To Register...]
01/15/2010 13:32 pattop#4
ok thanks all ist ok
01/15/2010 19:38 ~Twister~#5
#2 deleted + warning given