You will need to fill in the server name, user name, password and database name for your MySQL server. The file looks like this:
$DB=mysql_connect ('localhost','mysql_user','mysql_password');
mysql_select_db('mysql_db');
Upload the files to your web site placing the enewsveiws folder in the root. I.e., http://yourwebsite/enewsviews/
The Table installer will create the following tables in the database you specify:
If for some reason the tables are not automatically created, there is a MySQL query file in the /enewsviews/admin/ directory that you can use.
If you ever want to reinstall the tables, you will have to manually delete them so they can be automatically or manually created again.
At this point, you should be see eNewsViews on the example test page /enewsviews/index.html Don't stop reading the install as there are still some things to do.
Username = admin
Password = admin
You can place the two IFRAMES in the index.html example page anywhere within your web site and eNewsViews should appear as long as you have the path to the eNewsViews files set correctly.
Whether you place the You can leave the index.html example page in the directory and set that page as
the default to keep hackers from listing the file contents of the directory.
<IFRAME name="menu" src="../enewsviews/menu.php" width="100%" height="58" scrolling="no" frameborder="0"></IFRAME>
<IFRAME name="main" src="../enewsviews/main.php" width="100%" height="400" scrolling="auto" frameborder="0"></IFRAME>
Description |
Value |
Your Domain Name |
|
Send From Email |
|
Registration Number |
If you are like me and like to tinker with colors and fonts, you will want to use PLAN A .(direct write to disk) Otherwise, PLAN B (cut and paste) will get the job done but is slower if you plan to make a lot of changes.
PLAN A (Automatically writes the CSS style sheet.) Temporarily set the /enewsviews/style/nv_body.css and nv_menu.css file rights to give the user EVERYONE MODIFY permissions. eNewsViews will then create both style sheets in the /style/ directory each time you click Save in the Skin Painter.
Here are the step by step instructions to temporarily change the rights on a Windows box.
NOTE - When you are done setting up the script, set the rights of the style sheets back to EVERYONE READ ONLY.
PLAN B (Manually cut and paste the CSS style sheet.) If eNewsViews is unable to write to disk, a screen will provide instructions to manually cut and paste CSS style sheets that will be available when you click Save in Skin Maker.
Instructions are given once you right click and view the source of the (FRAME NOT THE PAGE) that will only be available if eNewsViws can not write to disk. How you upload or write it to the style sheets is up to you. FTP, FrontPage - It' all good for writing the CSS text files to /enewsviews/style/
Remember to refresh your web page on your browser in order to see the changes you made through the Skin Painter. If you can not see your changes, heres a quick checklist of reasons your changes are not being recognized:
If the following conditions are met, the Skin Painter should work just fine. If you still have problems, try the cut and paste method. If cut and pasting the CSS style sheet works, you have a file rights / write to disk problem. Otherwise, you have browser cache clearing problem.
eNewsViews Copyright © 2004-2005 Ray Wiltfong