i just format my comp, reset everything up like it was, and i get this error now, did i miss something, already took the ; off the php.ini too
Fatal error: Call to undefined function: mssql_connect() in c:\appserv\www\config.php on line 400
i just format my comp, reset everything up like it was, and i get this error now, did i miss something, already took the ; off the php.ini too
Fatal error: Call to undefined function: mssql_connect() in c:\appserv\www\config.php on line 400
there are my little mod of MuWeb 0.3
ranking with opcion
search guild with guild members
quick ban or unban in the admin area
character edit with the data load in the field text and side
leveluppoint in the add stat
and working :P
it hopes that they like
Please upload it its very useful, and the online players page
U rules!!
Master rules i love this page
:ranting: :ranting: :ranting: :bye2: :bye2: MuWeb account results
Notice: Undefined variable: Error in e:\program files\easyphp1-8\www\modules\doreg.php on line 191
plzz help my
try using Mu-Appz :D
http://forum.ragezone.com/releases/r...-a-129530.html
go in php.ini and put dispaly_errors= off (are 2 lines)Originally Posted by Carabina
Originally Posted by =Master=
what file to enable Devil square ranking? in d:\muserver..ty in advance
master plz relased muweb 0.4
Lol, maybe you can check again your code.. instead of asking people to hide your errors .. :)Originally Posted by =[Master]=
(It's just a suggestion. Hiding is not fixing.)
that is a error only easyphp report it
Ok.. I took a look to that code.Originally Posted by =[Master]=
This is what I found in doreg.php:
- You're only setting $Error=1 when you have an error (when Login is missing, when password is missing or has illegal characters, etc).
But, if you fill up the fields correctly, you're not setting $Error at all.
Then, In line 191 you're comparing $Error=1 ... it's impossible to check the
content of something that does not exists..
How can you fix that? .. I can tell 2 ways to do it. (The ones I'm thinking right now)
1. Set $Error=0 (or something but 1) before you check for errors.
2. Check if $Error exists before checking if $Error=1.
I'm using Apache 2.2 with Error report = ON .. PHP 5 and MSSQL 2000 and I still get same error than Carabina.PHP Code:if(isset($Error)) {
if($Error!=1){
..............some code here.....
**
**
PS: If you know a little about programming you'll agree with me that hiding is not fixing.. and comparing a variable that doesn't exists is not possible. (I don't know that much about programming, but I do know some basics, if you need some help feel free to PMing me.)