Active InfoActive Info  Display List of Info MembersMemberlist  Search The InfoSearch  HelpHelp
  RegisterRegister  LoginLogin
ASPListings (Info Locked Info Locked)
 CJWSoft Support Info : ASPListings
Subject Info: login id and password A d d  -  P o s tAdd P o s t
Author
Message << Prev Info | Next Info >>
webguy
New User
New User


Joined: September/15/2006
Online Status: Offline
Info: 9
Added: September/15/2006 at 11:27am | IP Logged Quote webguy

I have recently installed ASPlistings and was prompted to accept a secure passcard code which i did. I am trying to use that as my password along with admin as the login account. This does not allow me to login.

help.

 

 

 

Back to Top View webguy's Profile Search for other info by webguy
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: September/15/2006 at 11:31am | IP Logged Quote cwilliams

huh?  "secure passcard code " ??

you got to tell me more than that.. please be detailed as far as exactly that you are entering and where.

__________________

Best Regards, Christopher Williams www.CJWSoft.com
Back to Top View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
webguy
New User
New User


Joined: September/15/2006
Online Status: Offline
Info: 9
Added: September/15/2006 at 11:43am | IP Logged Quote webguy

ok.

i am using the checkuser.inc file and when i enter the sample login admin and test or the passcard account i continually get invalid login and password.

I attempted to open the access database users table and change it there but a password is needed for it is well.

 

 

Back to Top View webguy's Profile Search for other info by webguy
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: September/15/2006 at 11:50am | IP Logged Quote cwilliams

If you are talking about an MSACCESS database the password to the database as noted in the docmuentation and also in the database connection string is

"temp"

(The ASP code needs to know the password to talk to the database no different than a person opening it would)


And..

Unless you changed or deleted it the default admin account to the web based admin area is.

admin
test


As for using the "checkuser.inc " I am not sure what your getting at there, WHAT DOES THAT MEAN EXACTLY? That file is not supposed to be run by itself and your not telling me what it is your trying to do with it. Are you running it by itself? I find it odd you even mention it if you are following directions.  Again, your not explaining things in any sort of detail?



__________________

Best Regards, Christopher Williams www.CJWSoft.com
Back to Top View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
webguy
New User
New User


Joined: September/15/2006
Online Status: Offline
Info: 9
Added: September/15/2006 at 11:57am | IP Logged Quote webguy

I am using an SQL database to hold the listing.

temp did allow me to access the db and yes the default login is still set to admin and test. I still can use it to login however.

The access db will be used only for the authentication correct? or do I need to add a users table in the sql db myself?

I am a web nerd and don't mind reading any materials you have on installing your software. It looks like its going to solve a problem for me rather quickly.

I read the " using the system " page and the overview.

I am also prepared to work with someone on the server itself. I don't think I'm that far off in getting your app installed correctly

 

Back to Top View webguy's Profile Search for other info by webguy
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: September/15/2006 at 12:04pm | IP Logged Quote cwilliams

OK, that's better.. now we are getting somewhere...

Well, if you are using SQL Server the Access Database has absolutely nothing to do with things. It's one or the other.

If you can't log in to the admin area of the application when conneting to a sql database that would suggest the tables and fields are not there or were not created correcty using the sql database scripts I provide.

Thing to do is log into the SQL Server Database and look. That part has nothing to do with me. Only you or your server admins know the authentication info and process to get into your SQL server database.

Did you create the SQL Server database and apply the SQL server database creation scripts to it. That part was a seperate download from us in it's own zip file.

__________________

Best Regards, Christopher Williams www.CJWSoft.com
Back to Top View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
webguy
New User
New User


Joined: September/15/2006
Online Status: Offline
Info: 9
Added: September/15/2006 at 12:09pm | IP Logged Quote webguy

Christopher,

I did not. Evidently I did not see the SQL specific instructions. Can you tell me where to look?

Again, if there is documentation that will guide me with the install I'll be glad to reference it.

Mike

 

 

Back to Top View webguy's Profile Search for other info by webguy
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: September/15/2006 at 12:11pm | IP Logged Quote cwilliams

I pm'd the email to you with the download.

__________________

Best Regards, Christopher Williams www.CJWSoft.com
Back to Top View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
webguy
New User
New User


Joined: September/15/2006
Online Status: Offline
Info: 9
Added: September/16/2006 at 1:02pm | IP Logged Quote webguy

Chris,

 

Got your SQL email.

 

Here's my dilemma.

 

I have an SQL DB that I would like to use. I DO NOT HAVe Enterprise Manager and could not "CREATE" the DB you suggest. I DO HAVE a tool cal My Little Admin Tool that allows the creation and editing of the Tables and some of the SQL DB components.

I edited your asplistings script and uploaded it with the Query Analyzer but it did not execute your code.

My only other option is to go in and manually create the needed tables based on your asplistings script unless you know of some other way for me to get your script to execute with MY DB.

I have tried to use the Access connection with no success.

 

Any ideas?

Back to Top View webguy's Profile Search for other info by webguy
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: September/16/2006 at 1:33pm | IP Logged Quote cwilliams

tools like "My Little Admin" are a joke

always use the real deal when working with SQL...

if your can't figure out how to get your hands on enterprise manager

just use...

Microsoft SQL Server Management Studio Express 

It's free and it can connect to older versions of SQL Server as well as 2005. It's basically the replacement to Enterprise Manager and for the most part everything is the same or similar.

http://www.microsoft.com/downloads/details.aspx?displaylang= en&FamilyID=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796



__________________

Best Regards, Christopher Williams www.CJWSoft.com
Back to Top View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
webguy
New User
New User


Joined: September/15/2006
Online Status: Offline
Info: 9
Added: September/16/2006 at 5:33pm | IP Logged Quote webguy

Thanks I'll try it!
Back to Top View webguy's Profile Search for other info by webguy
 

Sorry, you can NOT post info.
This info has been locked by a info administrator.

  A d d  -  P o s tAdd P o s t
Printable version Printable version

Info Jump
You cannot add new info in this area
You cannot add to info in this area
You cannot delete your info in this area
You cannot edit your info in this area
You cannot create polls in this area
You cannot vote in polls in this area


vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds www.aspprotect.com, www.powerasp.com,www.aspclassifieds.com,www.aspphotogallery.com,www.codewanker.com