Menu

Tree [r29] /
 History

HTTPS access


File Date Author Commit
 admin 2010-04-11 rondarby [r27]
 client 2010-04-11 rondarby [r27]
 css 2010-04-11 rondarby [r27]
 images 2010-04-10 rondarby [r25]
 lib 2010-04-11 rondarby [r27]
 templates 2010-04-11 rondarby [r27]
 README.html 2010-04-11 rondarby [r28]
 SaffaHost-0.0.6.rar 2010-04-11 rondarby [r27]
 SaffaHost-0.1.0.rar 2010-04-11 rondarby [r29]
 contact.php 2010-04-11 rondarby [r27]
 gpl.txt 2010-04-11 rondarby [r27]
 hostingPlan.php 2010-04-11 rondarby [r27]
 index.php 2010-04-11 rondarby [r27]
 login.php 2010-04-11 rondarby [r27]
 order.php 2010-04-11 rondarby [r27]
 saffahost.sql 2010-04-11 rondarby [r27]

Read Me

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SaffaHost WHAMS</title>
</head>
<body>
<h1>SaffaHost is not Ready for Use!!!!</h1>
<p>This code is released only for experimental, educational or further development purposes, if you have any questions, feel free to contact me <a href="mailto:ron.darby@sky.com">ron.darby@sky.com</a>.</p>
<ul id="menu">
  <li>Installation</li>
  <li>Template Variables</li>
</ul>
<pre id="gpl">This file is part of SaffaHost WHM Account Management System.

    SaffaHost WHAMS is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    SaffaHost WHAMS is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with SaffaHost WHAMS.  If not, see <a href="http://www.gnu.org/licenses/">GNU Licences</a>.
	
	©SaffaHost WHAMS 2010
	SaffaHost WHAMS is the work of Ron Darby <a href="www.saffapost.com">SaffaPost Web Development</a></pre>
<div id="content">
  <h3>Installation</h3>
  <ul>
    <li>Edit the EDIT.class.config.php file and rename it to class.config.php</li>
    <li>CHMOD /templates/templates_c/ folder to be writable by the server, 655 ideally, some hosts may need 777.</li>
    <li>Create database in and run saffahost.sql in phpMyAdmin.</li>
    <li>Login in as user: admin and pass:admin at http://localhost/login.php</li>
  </ul>
  <h3>Smarty Template Variables</h3>
  <ul>
    <li>{$siteName} returns the site Name as entered in the class.config.php file.</li>
    <li>{$baseURL} returns the site URL as enetered in the class.config.php file.</li>
    <li>{$curSymbol} returns the currency symbol as chosen in the class.config.php file.</li>
    <li> {$plans} returns an array of plans as setup in the admin area.
      <ul>
        <li>{section name=plan loop=$plans}
          <ul>
            <li>{$plans[plan].plan_id}</li>
            <li>{$plans[plan].plan_name}</li>
            <li>{$plans[plan].plan_package}</li>
            <li>{$plans[plan].plan_description}</li>
            <li>{$plans[plan].plan_short}</li>
            <li>{$plans[plan].plan_amount}</li>
            <li>{$plans[plan].plan_hdspace}</li>
            <li>{$plans[plan].plan_bandwidth}</li>
          </ul>
          {/section}</li>
      </ul>
    </li>
  </ul>
</div>
</body>
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.