Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Changing permissions in the ASP files
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

itsameitsameolord
Starting Member

USA
12 Posts

Posted - 09 July 2009 :  19:08:35  Show Profile
Greetings. I have the forum database host and dotster listing me as owner, or at least "bill payer" which I have been for several years.

Because of a situation which, if described,
would sound like a soap opera,
the following exists:

a"rogue" admin and super admin who has given himself 7 stars
in Snitz Forum version 3.4.06, is deleting and changing posts
and otherwise displaying behavior which must be stopped.

He brags that he can copy the forum over to his "new site",
(which I presume he has done, ) screw up the existing one
without check, and is essentially untouchable.

As "admin" I cannot "trump" his "powers" to screw around.

Therefore I need to know which ASP files:

check that, I will be more humble.

================

How do I root around in the forum files
on the server (or on the local machine for upload..)
to effect his capacity to be the total XXXXX
he is currently being?

I do not necessarily wish to rip him out of the db,
but I would like to make him a "mod" or "member".

===========

I have the "member numbers" assigned to his user name,
and to the "superadmin".

Thank you .


":<)

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 09 July 2009 :  19:19:41  Show Profile  Send ruirib a Yahoo! Message
You will need to be made the superadmin yourself, by changing config.asp to that effect. Know how to do that?
Once you get to be superadmin, you can demote him to normal member. You should also make sure that he has no FTP access to the server and also that he has no outside access to your forum database (if you are using MySQL or SQL Server).


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

itsameitsameolord
Starting Member

USA
12 Posts

Posted - 10 July 2009 :  18:04:24  Show Profile
Thank you.

I'll open "config.asp" in a text editor and see if I can figger
it out, and post here whatI intend to do
before I do it.

As for the access db,
??? how can it be accessed on the server
without the passwords To the server???

Maybe this is what he is referring to in his
"I don't need no stinking passwords" comments..

=======================

Appreciate your assistance.

Regards,

":<)
Go to Top of Page

itsameitsameolord
Starting Member

USA
12 Posts

Posted - 10 July 2009 :  19:10:01  Show Profile
##
'## If you have deleted the default Admin account, you may need to change the
'## value below. Otherwise, it should be left unchanged. (such as with a new
'## installation)
'#################################################################################

Const intAdminMemberID = 12

'#################################################################################
'## intCookieDuration is the amount of days before the forum cookie expires
'## You can set it to a higher value
'## For example for one year you can set it to 365
'## (default is 30 days)
'#################################################################################

Const intCookieDuration = 30

'#################################################################################
'## Do Not Edit Below This Line - It could destroy your forums and lose data

":<)
Go to Top of Page

itsameitsameolord
Starting Member

USA
12 Posts

Posted - 10 July 2009 :  19:30:03  Show Profile
Excuse me, I intended to edit the above
to include a question,
but I had to enter my name and password,
and hit enter too quickly..
(each time a new post is made,
the name and password must be entered,
it does appear??)

well, anyway, the "edit" function must be disabled.

Give me your asp files and I'll set you up
with total functionality.
Oh ha ha ha that was a funny one!

Wasn't it?

===================

OK OK I note that the 7 starred individual
AKA "Rogue" has a corresponding number attribution
which is "12"

which by gosaharoonieappears in the following string

"Const intAdminMemberID = 12"

Now I don't know what const intadmin means in longhand,
but were I to change the number to my own,
would I get 7 stars?

oh be still my racing heart.

Actually, if that is what it takes,
I'll change that number to the one for "admin",
which is "1", unless that constitutes a problem
for some other reason.

=============

Also, I want to change "rogue" to a "moderator",
which is, according to the following, mLEV=3.

Which file would have that "change" option:


oh, wait a minute, I guess once "superadmin"
is available I would do that at the board, right?


Hey, am I an expert yet?





mLev=1 (Member)
mLev=2 (Author)
mLev=3 (Moderator)
mLev=4 (Administrator) [/i]


":<)
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 10 July 2009 :  20:36:10  Show Profile  Send ruirib a Yahoo! Message
All you need to do, indeed, is changed Const intAdminMemberID = 12 to your number, and then demote the guy in the board.

You should make sure he can't access the server using FTP (changed passwords if you can) and also that the database cannot be downloaded from the web (this depends on where it is located).


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

itsameitsameolord
Starting Member

USA
12 Posts

Posted - 14 July 2009 :  15:48:27  Show Profile
Thank you.

Worked like a charm, and the "name"associated with # 12
dropped back to 6 stars.

I have made another user name, "Corrupt", and
transferred the 7 stars to that entity.
(The password is something like "abuseitandloseit"..)

The whole issue arose from the fact that "we 6 admins"
form the core management team,
but the guy with 7 stars kept running off
and doing whatever he pleaSed, as if
he owned the board, which he does not.

=============

There are 5,000 registered users.

It is an "access" DB.

The password access to the DB for FTP
has been changed.

IT seems to be running fine, although
"the rogue" said it was running at capacity
and would soon break.

================

I've been given to understand that there
is an actual user's manual herabout.

I will look for it and download it,
and try to use it, instead of asking
question after question.

Thank you very much for your assistance.

Regards,
D


":<)
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 14 July 2009 :  17:06:34  Show Profile  Send ruirib a Yahoo! Message
There really isn't a user manual, so feel free to come back to help whenever you want.

Make sure the database file is located above the root web folder, to avoid the rogue admin downloading it.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

itsameitsameolord
Starting Member

USA
12 Posts

Posted - 14 July 2009 :  22:04:44  Show Profile
The directory folder listing is :

_db_backups
_hcc_thumbs
access_db
aspnet_client
forum
JUSXsythe_net404error
stats
upload
============

then, several ASP files, text files and html files.

":<)
Go to Top of Page

itsameitsameolord
Starting Member

USA
12 Posts

Posted - 14 July 2009 :  22:07:56  Show Profile
The access folder has the main db files in it.

is this in accord with your insruction?

Believe it or not, I'm actually at least fairly good on "local machines",
but I've never dealt with internet "stuff".

":<)
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 15 July 2009 :  04:14:07  Show Profile  Send ruirib a Yahoo! Message
That's not the safest install. I would, at least, change the database file name (and change it in config.asp), although the recommendation really would be to create a folder above that one and place the database there, as it could not be downloaded then. Config.asp would need to be changed as well.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

KC
Junior Member

USA
152 Posts

Posted - 15 July 2009 :  16:03:42  Show Profile  Visit KC's Homepage
This will solve all your unwanted admin/mod problems.

http://vales.com/securesnitz/


Owner of vales.com and Elite Computers.
Go to Top of Page

itsameitsameolord
Starting Member

USA
12 Posts

Posted - 15 July 2009 :  16:09:45  Show Profile
Current line in config.asp:


59 strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\hosting\waredwarf\access_db\h3ainth3avy1.mdb" '## MS Access 2000

I think you are advising moving the access_db folder as follows..??

proposed line 59:
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\hosting\access_db\waredwarf\ h3ainth3avy1.mdb" '## MS Access 2000

and then after moving the directory, revise line 59 as above?

Also, you recommend renaming the folder?? Or the name of the mdb "h3ainth3avy1.mdb?

===========

Please advise: and thank you

":<)
Go to Top of Page

itsameitsameolord
Starting Member

USA
12 Posts

Posted - 15 July 2009 :  16:12:42  Show Profile
Thanks KC. I'm real tentative right now, but as I gain confidence, that looks like a winner!
I printed it out and will study it...
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 15 July 2009 :  16:20:59  Show Profile  Send ruirib a Yahoo! Message
I don't know what is the root web folder in your case, so I can't really advice. Changing the file named would be recommended, anyway.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

KC
Junior Member

USA
152 Posts

Posted - 15 July 2009 :  17:09:02  Show Profile  Visit KC's Homepage
I think your DB name is fine, and you don't need to MOVE your DB there, just COPY it and try it out.
Trial and error with a copy, if it works you are good to go ;-}

Just make sure your host has DB turned on is all.
Many don't default to it.

Owner of vales.com and Elite Computers.
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.8 seconds. Powered By: Snitz Forums 2000 Version 3.4.07