User Panel [Version 1.3]

Status
Not open for further replies.
dragon i made a odbc connect. i when i try enter with my id and password i got a mssql fail cause i dont know how to edit the index page. maybe can u make me a index php page with local host account and sa password. thanks man
 
Thanks TheDragon it work fine with me
but i have 1 problem with upgrade4.php page
i need make the upgrade process Available for all players
not Premium Members only
i think i have to remove the following check process
Code:
 $playercheck    =    "    SELECT
                    Login.UID,
                    Login.Admin
                FROM
                    Login
                WHERE
                    UID = '$UID'
                AND
                    Admin >= 8
but i dont know how to do that :blink:
can u upload that page with edit that part ... Thanks in advanced :thumbup1:
 
Thanks TheDragon it work fine with me
but i have 1 problem with upgrade4.php page
i need make the upgrade process Available for all players
not Premium Members only
i think i have to remove the following check process
Code:
 $playercheck    =    "    SELECT
                    Login.UID,
                    Login.Admin
                FROM
                    Login
                WHERE
                    UID = '$UID'
                AND
                    Admin >= 8
but i dont know how to do that :blink:
can u upload that page with edit that part ... Thanks in advanced :thumbup1:

>upgrade.php

Code:
 $playercheck    =    "    SELECT
                    Login.UID,
                    Login.Admin
                FROM
                    Login
                WHERE
                    UID = '$UID'
                AND
                    Admin Is Null OR        
UID = '$UID'
                AND
                    Admin >= 0
			      ";

>upgrade4.php

Code:
 $playercheck    =    "    SELECT
                    Login.UID,
                    Login.Admin
                FROM
                    Login
                WHERE
                    UID = '$UID'
                AND
                    Admin Is Null OR        
UID = '$UID'
                AND
                    Admin >= 0
			      ";
 
Last edited:
Thanks TheDragon it work fine with me
but i have 1 problem with upgrade4.php page
i need make the upgrade process Available for all players
not Premium Members only
i think i have to remove the following check process
Code:
 $playercheck    =    "    SELECT
                    Login.UID,
                    Login.Admin
                FROM
                    Login
                WHERE
                    UID = '$UID'
                AND
                    Admin >= 8
but i dont know how to do that :blink:
can u upload that page with edit that part ... Thanks in advanced :thumbup1:

Code:
 $playercheck    =    "    SELECT
                    Login.UID,
                    Login.Admin
                FROM
                    Login
                WHERE
                    UID = '$UID'
                AND
                    Admin >= 0

assuming you quoted the correct piece of code, that should fix it, I haven't downloaded used or looked at this piece of code though, so all i can go by is what you told me.
 
when i use your install php. i still got an error everytime at the page before last page. i mean like when he says me to relod this page if i get error. i always press reload and always get error. any sultion?
 
if you sure you made the kal_db and kal_auth in your sql dont worry from the error and contune installation
 
if you use sql 2000 you have to create kal_auth and kal_db and do the obdc of them

and be sure from username is sa

i think there no any other reason to get this error anyone if you found the errors in installation try to contunie and check userpanel after that and see if you will get any error
 
Looks a really nice panel but its not working for me.

the install_step=4 is a blank page.


1 Question kal_db (system DNS adrees you mean th eip of the server?example localhost?
 
Status
Not open for further replies.
Back