Posible to make pw protect ?

S

Saint K.

Guest
Good evening all!

I have a question, we would like to use this script to keep track of all bans we make on our cs servers, so users can easy look up if they got banned, and the reson. So far so good, everything installed good, got everything working perfectly..
But what i would like, is make the "insert" section password protected, so only admins can add bans to the list.

Is this posible some how? By adding a script or modify the files?

Thanks in advanced,

Saint K.

-Netherlands
 
D

Debbie Sontag

Guest
What I do on my server is have two separate installations of Dadabik for the same database. The view only install and the admin install which is installed in a sub-directory of the main one:

/dadabik-view-dir/
/dadabik-view-dir/admin-dir/

In the config for the admin portion, be sure to change the table prefix so that you don't overwrite the dadabik tables from the view only install (eg: dadabik_ for view and dadabik_admin_ for the admin tables). I always make sure that the admin dir is not something easily guessed by users (this way they can access the admin without requiring a password). Of course, .htaccess can be added to the admin dir so it doesn't matter what the dir name is.

This is working on several databases on our server here. Hope this helps.
 
Top