close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Security Assist database file

Thread began 9/30/2009 6:17 pm by madelectrical386948 | Last modified 4/07/2011 8:23 am by madelectrical386948 | 12081 views | 38 replies

neil186288

Hiy madelectrical,

That's odd. Do you have the 'User Registration Solution Pack' showing on your 'Download Products' ( downloadcenter.php ) page?

If so:

click that - and then on the next page - click the 'User Registration Solution Pack' (again) and download the 'Complete Files' . When you unzip that, you will have the folder 'UserRegistration100'. Inside that there is a folder called 'Database', and finally, inside that is a 'users.sql' file. As far as I know, - and I hope someone will correct me if I'm wrong - this is the closest you'll come to the file you need in the resources you've (we've) been given.

If not: (and this should have happened earlier - I apologise) this is it:



CREATE TABLE `users` (
`UserID` int(11) NOT NULL auto_increment,
`UserEmail` varchar(500) default NULL,
`UserPassword` varchar(500) default NULL,
`UserFirstName` varchar(50) default NULL,
`UserLastName` varchar(50) default NULL,
`UserCity` varchar(90) default NULL,
`UserState` varchar(20) default NULL,
`UserZip` varchar(12) default NULL,
`UserEmailVerified` tinyint(1) default '0',
`UserRegistrationDate` timestamp NULL default CURRENT_TIMESTAMP,
`UserVerificationCode` varchar(20) default NULL,
`UserIP` varchar(50) default NULL,
`UserPhone` varchar(20) default NULL,
`UserFax` varchar(20) default NULL,
`UserCountry` varchar(20) default NULL,
`UserAddress` varchar(100) default NULL,
`UserAddress2` varchar(50) default NULL,
PRIMARY KEY (`UserID`)
)


Copy that code into a plaintext (Notepad?) file and save it as users.sql

Or just paste the code into the SQL query area in your mySql (i do it via phpMyAdmin) in your blue sky database.

You may need to adjust the sql a little bit, but that would be easy to do, and I think it's pretty much up to what is required for the tutorial.

Hope this helps.

Neil H

PS Have also put the User Registration zip file: here LINK REMOVED BY Jason Byrnes

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...