Okay,
All the code for a complete ASP content management system, with my own "Smarty style" templating system, RSS feed generator, BB Code replacement, "tag clouds", FAQ system, user management and more. When I started coding this for my own use the ones that were already in existence did not have the things I wanted so I wrote one that had
Most of it is written in classes so it's as close to OOP as VB Script could ever get
The code is commented where I thought necessary, and the variable names are reasonably self-explanatory. I never got around to creating an installer for the MySQL tables, but the .sql dump scripts (created with HeidiSQL) will setup the structure and the initial data required.
Database details can be found "_templates/config/inc_vars_config.asp" and all other settings are in database tables (_config), and the sql dumps are done without a table prefix.
I can't find my notes for the default passwords but if you set a script that includes the config script and with the encode class instantiated you can create one with;
Code:
Encode.sha256(p_sEncExtra & p_sPassword)
and paste the returned value into the appropriate row in _cust.sql. EncExtra was going to be extended into a 'real' "salting" value at some point, but as I don't have any M$ Windows machines at all now so development has completely ceased on the project.
General questions, just ask them here, for anything specific I can be PMed at webmaster-talk.eu or send an email to [me]@chrishirst[.]co[.]uk
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum