![]() |
#1
|
|||
|
|||
![]()
I've noticed this part of the SQL:
Code:
INSERT INTO adopts_settings (name, value) VALUES ('themeurl', 'templates/default/template.html'); INSERT INTO adopts_settings (name, value) VALUES ('browsertitle', 'This is the site title as pulled from the DB'); INSERT INTO adopts_settings (name, value) VALUES ('sitename', 'Your site name goes here.'); INSERT INTO adopts_settings (name, value) VALUES ('admincontact', 'any@email.com'); INSERT INTO adopts_settings (name, value) VALUES ('slogan', 'Test Slogan'); INSERT INTO adopts_settings (name, value) VALUES ('gdimages', 'yes'); INSERT INTO adopts_settings (name, value) VALUES ('usealtbbcode', 'yes'); INSERT INTO adopts_settings (name, value) VALUES ('systememail', 'any@email.com'); Code:
INSERT INTO adopts_content (page, title, date, content, level) VALUES ('index', 'This is the index page', 'Jan-10-1999', 'This is a sample article. All of this text you can change in the script admin control panel.',''); INSERT INTO adopts_content (page, title, date, content, level) VALUES ('tos', 'This is the Terms of Service Page', 'Jan-10-1999', 'Put your terms of service here. All of this text you can change in the script admin control panel.',''); Can I change the Jan-10-1999 to Apr-18-2009? What happens if you change it yourself? I know your only supposed to change the 2nd part... |
|
|
What's New? |
What's Hot? |
What's Popular? |