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

 All Forums
 Community Forums
 Community Discussions (All other subjects)
 Does anyone use TableEditor?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

zinpin
Junior Member

Australia
202 Posts

Posted - 01 March 2003 :  07:09:05  Show Profile
Sorry to moderators if this is the wrong spot for this question.

I'm thinking of using Table Editor 801. Just wondering how many of you are using it and if there's something I should look out for.

Edited by - ruirib on 01 March 2003 07:15:24

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 01 March 2003 :  07:15:02  Show Profile  Send ruirib a Yahoo! Message
I use it, works great. No big deal installing really. You can reply to this thread if you need some help with it.

This should have gone into the Community Discussions forum. I'm moving it there.


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

zinpin
Junior Member

Australia
202 Posts

Posted - 01 March 2003 :  07:19:33  Show Profile
once again thanks ruirib, I ve installed it and it worked so good that being a bit paranoid the thought came to my head to ask.
This is so good and easy i thought i should get other peoples feedback.
So youve checked it out and had no probs? no leaks no hacks nothing.

by the way which version are you using?


Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 01 March 2003 :  07:34:22  Show Profile  Send ruirib a Yahoo! Message
I'm using version 0.81. There are no problems that I know of. Anyway, I do not provide links to TE pages from my site, so a willing hacker would have to guess where they would be located, even if there was any security problem with TE.


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

zinpin
Junior Member

Australia
202 Posts

Posted - 01 March 2003 :  08:47:25  Show Profile
Thanks ruirib. I'm glad you said that because it's a good program and very helpful.
Go to Top of Page

Bookie
Average Member

USA
856 Posts

Posted - 01 March 2003 :  09:37:01  Show Profile  Visit Bookie's Homepage  Send Bookie an AOL message  Send Bookie a Yahoo! Message
I'm using it also and I really enjoy it. I'm using the most current version.

Participate in my nonsense
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 01 March 2003 :  11:46:32  Show Profile
I use it as well, never had any problems, if I recall I did change the login so that the passwords go through the sha256 function first.
Go to Top of Page

zinpin
Junior Member

Australia
202 Posts

Posted - 01 March 2003 :  12:59:07  Show Profile
That's a good idea Hamlin, if I may ask how did you do that?
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 01 March 2003 :  13:12:39  Show Profile
It was a while ago, but I only had to change one file if memory serves me, and that was the index.asp file.

At the top of that file I added an include, shown in red, you can find that file in with snitz.


%>
<!--#include file="te_config.asp"-->
<!--#include file="te_addon_logging.asp"-->   
<!--#include file="inc_sha256.asp"-->
<%


And then further down in that file I added this code, shown in red...


		sUserName = trim(request("txtUserName"))
		sPassword = SHA256(trim(request("txtPassword")))
		sSecurityID = trim(request("SecurityID"))
		GoodLogin = not RequireSecurityID


Also I edited the teadmin database, specifically the user's table, I changed the Password field to size 65 from size 20.

Lastly I shoved in my password after I had run it through the SHA256 function.

One thing you should note is that I am the only person who uses this, so I did not change any of the files that deal with adding users, so if you add users via the table editor interface their password would not get encrypted.
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 01 March 2003 :  17:31:41  Show Profile  Visit dayve's Homepage
I use it as well, but not so much lately. The only thing that bugged me about it was the table add feature was limited to DSN's and databases under wwwroot or something like that.

Go to Top of Page
  Previous Topic Topic Next Topic  
 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.35 seconds. Powered By: Snitz Forums 2000 Version 3.4.07