Pastoid

The page you are looking at now is at this URL: http://pastoid.com/b0p

This paste was last updated on March 3, 2010 at 2:37 pm.

Pasted Coderaw

<!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" xml:lang="en" lang="en" dir="ltr">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta http-equiv="Content-Language" content="en"/>
        <meta name="robots" content="no index,no follow" />
        <link rel="shortcut icon" href="http:///usr/bin/favicon.ico" />
        <link href="http:///usr/bin/system/installer/style.css" rel="stylesheet" type="text/css" />
        <script type="text/javascript" src="http:///usr/bin/scripts/jquery.js"></script>
        <title>Install Habari</title>
</head>
<body id="installer">
        <div id="wrapper">
                                <div id="masthead">
                        <h1>Habari</h1>
                        <div id="footer">
                                <p class="left"><a href="http:///usr/bin/doc/manual/index.html" onclick="popUp(this.href); return false;" title="Read the user manual" tabindex="1">Manual</a> &middot;
                                        <a href="http://wiki.habariproject.org/" title="Read the Habari wiki" tabindex="2">Wiki</a> &middot;
                                        <a href="http://groups.google.com/group/habari-users" title="Ask the community" tabindex="3">Mailing List</a>
                                </p>
                        </div>
                </div>
                <div class="installstep locale-dropdown ready done">
        <h2>Locale</h2>
        <div class="options">
                <form method="post" action="" id="locale-form">
                <div class="inputfield">
                        <label for="locale">Language</label>
                        <select id="locale" name="locale" tabindex="4">
<option value="da">da</option>
<option value="de">de</option>
<option value="en-us" selected="selected">en-us</option>
<option value="ja">ja</option>
<option value="zh-tw">zh-tw</option>
</select>                </div>
                </form>
        </div>
        <div class="bottom"></div>
</div>
<div class="next-section"></div>
 
<form action="" method="post" id="installform">
<input type="hidden" name="locale" value="en-us" />
 
<div class="installstep ready" id="databasesetup">
        <h2>Database Setup</h2>
        <a href="#" class="help-me">Help</a>
        <div class="options">
 
                <div class="inputfield">
                        <label for="db_type">Database Type <strong>*</strong></label>
                        <select id="db_type" name="db_type" tabindex="5">
                        <option value="mysql" selected="selected">mysql</option>
<option value="sqlite">sqlite</option>
<optgroup label="pgsql - missing PDO driver, see help"></optgroup>                        </select>
                        <div class="help">
                                <strong>Database Type</strong> specifies the type of database to which Habari will connect.  Changing this setting may affect the other fields that are available here.  If the database engine that you wanted to use is not in this list, you may need to install a PDO driver to enable it.                                <a href="#">Learn More...</a>
                        </div>
                </div>
 
                <h3 class="javascript-disabled">MySQL Settings</h3>
                <div class="javascript-disabled">Use the settings below only if you have selected MySQL as your database engine.</div>
 
                <div class="inputfield formysql">
                        <label for="mysqldatabasehost">Database Host <strong>*</strong></label>
                        <input type="text" id="mysqldatabasehost" name="mysql_db_host" value="localhost" tabindex="6" />
                        <img class="status" src="http:///usr/bin/system/installer/images/ready.png" alt="" />
                        <div class="warning"></div>
                        <div class="help">
                                <strong>Database Host</strong> is the host (domain) name or server IP address of the server that runs the MySQL database to which Habari will connect.  If MySQL is running on your web server, and most of the time it is, "localhost" is usually a good value for this field.                                <a href="#">Learn More...</a>
                        </div>
                </div>
 
                <div class="inputfield formysql">
                        <label for="mysqldatabaseuser">Username <strong>*</strong></label>
                        <input type="text" id="mysqldatabaseuser" name="mysql_db_user" value="" tabindex="7" />
                        <img class="status" src="http:///usr/bin/system/installer/images/ready.png" alt="" />
                        <div class="warning"></div>
                        <div class="help">
                                <strong>Database User</strong> is the username used to connect Habari to the MySQL database.                                <a href="#">Learn More...</a>
                        </div>
                </div>
 
                <div class="inputfield formysql">
                        <label for="mysqldatabasepass">Password <strong>*</strong></label>
                        <input type="password" id="mysqldatabasepass" name="mysql_db_pass" value="" tabindex="8" />
                        <img class="status" src="http:///usr/bin/system/installer/images/ready.png" alt="" />
                        <div class="warning"></div>
                        <div class="help">
                                <strong>Database Password</strong> is the password used to connect the specified user to the MySQL database.                                <a href="#">Learn More...</a>
                        </div>
                </div>
 
                <div class="inputfield formysql">
                        <label for="mysqldatabasename">Database Name <strong>*</strong></label>
                        <input type="text" id="mysqldatabasename" name="mysql_db_schema" value="habari" tabindex="9" />
                        <img class="status" src="http:///usr/bin/system/installer/images/ready.png" alt="" />
                        <div class="warning"></div>
                        <div class="help">
                                <strong>Database Name</strong> is the name of the MySQL database to which Habari will connect.                                <a href="#">Learn More...</a>
                        </div>
                </div>
 
                <h3 class="javascript-disabled">PostgreSQL Settings</h3>
                <div class="javascript-disabled">Use the settings below only if you have selected PostgreSQL as your database engine.</div>
 
                <div class="inputfield forpgsql">
                        <label for="pgsqldatabasehost">Database Host <strong>*</strong></label>
                        <input type="text" id="pgsqldatabasehost" name="pgsql_db_host" value="localhost" tabindex="10" />
                        <img class="status" src="http:///usr/bin/system/installer/images/ready.png" alt="" />
                        <div class="warning"></div>
                        <div class="help">
                                <strong>Database Host</strong> is the host (domain) name or server IP address of the server that runs the PostgreSQL database to which Habari will connect.  If PostgreSQL is running on your web server, and most of the time it is, "localhost" is usually a good value for this field.                                <a href="#">Learn More...</a>
                        </div>
                </div>
 
                <div class="inputfield forpgsql">
                        <label for="pgsqldatabaseuser">Username <strong>*</strong></label>
                        <input type="text" id="pgsqldatabaseuser" name="pgsql_db_user" value="" tabindex="11" />
                        <img class="status" src="http:///usr/bin/system/installer/images/ready.png" alt="" />
                        <div class="warning"></div>
                        <div class="help">
                                <strong>Database User</strong> is the username used to connect Habari to the PostgreSQL database.                                <a href="#">Learn More...</a>
                        </div>
                </div>
 
                <div class="inputfield forpgsql">
                        <label for="pgsqldatabasepass">Password <strong>*</strong></label>
                        <input type="password" id="pgsqldatabasepass" name="pgsql_db_pass" value="" tabindex="12" />
                        <img class="status" src="http:///usr/bin/system/installer/images/ready.png" alt="" />
                        <div class="warning"></div>
                        <div class="help">
                                <strong>Database Password</strong> is the password used to connect the specified user to the PostgreSQL database.                                <a href="#">Learn More...</a>
                        </div>
                </div>
 
                <div class="inputfield forpgsql">
                        <label for="pgsqldatabasename">Database Name <strong>*</strong></label>
                        <input type="text" id="pgsqldatabasename" name="pgsql_db_schema" value="habari" tabindex="13" />
                        <img class="status" src="http:///usr/bin/system/installer/images/ready.png" alt="" />
                        <div class="warning"></div>
                        <div class="help">
                                <strong>Database Name</strong> is the name of the PostgreSQL database to which Habari will connect.                                <a href="#">Learn More...</a>
                        </div>
                </div>
 
                <h3 class="javascript-disabled">SQLite Settings <strong>*</strong></h3>
                <div class="javascript-disabled">Use the settings below only if you have selected SQLite as your database engine.</div>
 
                <div class="inputfield forsqlite">
                        <label for="databasefile">Data file <strong>*</strong></label>
                        <input type="text" id="databasefile" name="db_file" value="habari.db" tabindex="14" />
                        <img class="status" src="http:///usr/bin/system/installer/images/ready.png" alt="" />
                        <div class="warning"></div>
                        <div class="help">
                                <strong>Data file</strong> is the SQLite file that will store your Habari data.  This should be the path to where your data file resides, relative to the Habari user directory. <a href="#">Learn More...</a>
                        </div>
                </div>
        </div>
 
        <div class="advanced-options">
                <div class="inputfield">
                        <label for="tableprefix">Table Prefix</label>
                        <input type="text" id="tableprefix" name="table_prefix" value="habari__" tabindex="15" />
                        <img class="status" src="http:///usr/bin/system/installer/images/ready.png" alt="" />
                        <div class="warning"></div>
                        <div class="help">
                                <strong>Table Prefix</strong> is a prefix that will be appended to each table that Habari creates in the database, making it easy to distinguish those tables in the database from those of other installations.                                <a href="#">Learn More...</a>
                        </div>
                </div>
                <div class="inputfield">
                        <button type="button" name="check_db_connection" id="check_db_connection" tabindex="16">Check Database Connection</button>
                </div>
        </div>
        <div class="bottom"></div>
</div>
 
<div class="next-section"></div>
 
<div class="installstep ready" id="siteconfiguration">
        <h2>Site Configuration</h2>
        <a href="#" class="help-me">Help</a>
        <div class="options">
 
                <div class="inputfield">
                        <label for="sitename">Site Name <strong>*</strong></label>
                        <input type="text" id="sitename" name="blog_title" value="My Habari" tabindex="17" />
                        <img class="status" src="http:///usr/bin/system/installer/images/ready.png" alt="" />
                        <div class="warning"></div>
                        <div class="help">
                                <strong>Site Name</strong> is the name of your site as it will appear
                                to your visitors.  <a href="#">Learn More...</a>
                        </div>
                </div>
 
                <div class="inputfield">
                        <label for="adminuser">Username <strong>*</strong></label>
                        <input type="text" id="adminuser" name="admin_username" value="admin" tabindex="18" />
                        <img class="status" src="http:///usr/bin/system/installer/images/ready.png" alt="" />
                        <div class="warning"></div>
                        <div class="help">
                                <strong>Username</strong> is the username of the initial user in Habari.  <a href="#">Learn More...</a>
                        </div>
                </div>
 
                <div class="inputfield">
                        <label for="adminpass1">Password <strong>*</strong></label>
                        <input type="password" id="adminpass1" name="admin_pass1" value="" tabindex="19" />
                        <label for="adminpass2">Password (again) <strong>*</strong></label>
                        <input type="password" id="adminpass2" name="admin_pass2" value="" tabindex="20" />
                        <img class="status" src="http:///usr/bin/system/installer/images/ready.png" alt="" />
                        <div class="warning"></div>
                        <div class="help">
                                <strong>Password</strong> is the password of the initial user in Habari. Both password fields must match.  <a href="#">Learn More...</a>
                        </div>
                </div>
 
                <div class="inputfield">
                        <label for="adminemail">Admin Email <strong>*</strong></label>
                        <input type="text" id="adminemail" name="admin_email" value="" tabindex="21" />
                        <img class="status" src="http:///usr/bin/system/installer/images/ready.png" alt="" />
                        <div class="warning"></div>
                        <div class="help">
                                <strong>Admin Email</strong> is the email address of the first user account.                                <a href="#">Learn More...</a>
                        </div>
                </div>
 
        </div>
        <div class="bottom"></div>
</div>
 
<div class="next-section"></div>
 
<div class="installstep ready" id="pluginactivation">
        <h2>Plugin Activation</h2>
        <a href="#" class="help-me">Help</a>
        <div class="options items">
                                                                        <div class="item clear">
                                        <div class="head">
                                                <span class="checkbox"><input type="checkbox" name="plugin_2fa66228"
                                                id="plugin_2fa66228" checked="checked" tabindex="22" /></span><label for="plugin_2fa66228" class="name">AutoParagraph <span class="version">0.9</span></label>
                                        </div>
                                        <div class="help">Automatically insert HTML paragraph tags and line breaks.</div>
                                </div>
                                                                                                <div class="item clear">
                                        <div class="head">
                                                <span class="checkbox"><input type="checkbox" name="plugin_895136b3"
                                                id="plugin_895136b3" checked="checked" tabindex="23" /></span><label for="plugin_895136b3" class="name">Core Dash Modules <span class="version">1.0</span></label>
                                        </div>
                                        <div class="help">Provides a core set of dashboard modules for the dashboard.</div>
                                </div>
                                                                                                <div class="item clear">
                                        <div class="head">
                                                <span class="checkbox"><input type="checkbox" name="plugin_40eb03de"
                                                id="plugin_40eb03de" tabindex="24" /></span><label for="plugin_40eb03de" class="name">Flickr Media Silo <span class="version">1.0</span></label>
                                        </div>
                                        <div class="help">Implements basic Flickr integration.</div>
                                </div>
                                                                                                <div class="item clear">
                                        <div class="head">
                                                <span class="checkbox"><input type="checkbox" name="plugin_2aaec2f1"
                                                id="plugin_2aaec2f1" checked="checked" tabindex="25" /></span><label for="plugin_2aaec2f1" class="name">Habari Media Silo <span class="version">1.0.1</span></label>
                                        </div>
                                        <div class="help">Provides simple file uploading and embedding functionality.</div>
                                </div>
                                                                                                <div class="item clear">
                                        <div class="head">
                                                <span class="checkbox"><input type="checkbox" name="plugin_6d1e81fc"
                                                id="plugin_6d1e81fc" checked="checked" tabindex="26" /></span><label for="plugin_6d1e81fc" class="name">Pingback <span class="version">1.0</span></label>
                                        </div>
                                        <div class="help">Adds support Pingback 1.0 methods to the XML-RPC server.</div>
                                </div>
                                                                                                <div class="item clear">
                                        <div class="head">
                                                <span class="checkbox"><input type="checkbox" name="plugin_90f4562"
                                                id="plugin_90f4562" tabindex="27" /></span><label for="plugin_90f4562" class="name">Simple Private Posts <span class="version">1.0</span></label>
                                        </div>
                                        <div class="help">Mark posts as private so that only authenticated users who have read access to the "private" token can read them.</div>
                                </div>
                                                                                                <div class="item clear">
                                        <div class="head">
                                                <span class="checkbox"><input type="checkbox" name="plugin_fd186701"
                                                id="plugin_fd186701" checked="checked" tabindex="28" /></span><label for="plugin_fd186701" class="name">Spam Checker <span class="version">1.0</span></label>
                                        </div>
                                        <div class="help">Flags as spam obvious comment spam.</div>
                                </div>
                                                                                                <div class="item clear">
                                        <div class="head">
                                                <span class="checkbox"><input type="checkbox" name="plugin_6456bfd8"
                                                id="plugin_6456bfd8" tabindex="29" /></span><label for="plugin_6456bfd8" class="name">ThemeHelper <span class="version">1.0.1</span></label>
                                        </div>
                                        <div class="help">Provides additional functions that may be useful to some themes.</div>
                                </div>
                                                                                                <div class="item clear">
                                        <div class="head">
                                                <span class="checkbox"><input type="checkbox" name="plugin_ab93a047"
                                                id="plugin_ab93a047" checked="checked" tabindex="30" /></span><label for="plugin_ab93a047" class="name">Undelete <span class="version">1.0</span></label>
                                        </div>
                                        <div class="help">Stores deleted items in a virtual trashcan to support undelete functionality.</div>
                                </div>
                                                                                                <div class="item clear">
                                        <div class="head">
                                                <span class="checkbox"><input type="checkbox" name="plugin_be363fb4"
                                                id="plugin_be363fb4" tabindex="31" /></span><label for="plugin_be363fb4" class="name">Viddler Media Silo <span class="version">1.0</span></label>
                                        </div>
                                        <div class="help">Implements basic Viddler integration.</div>
                                </div>
                                                                                                <div class="item clear">
                                        <div class="head">
                                                <span class="checkbox"><input type="checkbox" name="plugin_75139485"
                                                id="plugin_75139485" tabindex="32" /></span><label for="plugin_75139485" class="name">WordPress Importer <span class="version">1.0</span></label>
                                        </div>
                                        <div class="help">Import Wordpress 2.3.1 - 2.6 database.</div>
                                </div>
                                                        <div class="controls item">
                        <span class="checkbox"><input type="checkbox" name="checkbox_controller" id="checkbox_controller" tabindex="33" /></span>
                        <label for="checkbox_controller">None Selected</label>
                </div>
        </div>
        <div class="bottom"></div>
</div>
 
<div class="next-section"></div>
 
<div class="installstep ready" id="install">
        <h2>Install</h2>
        <div class="options">
                <div class="inputfield submit">
                        <p>Habari now has all of the information needed to install itself on your server.</p>
                        <input type="submit" name="submit" value="Install Habari" id="submitinstall" tabindex="34" />
                </div>
        </div>
        <div class="bottom"></div>
</div>
 
</form>
 
<script type="text/javascript" src="http:///usr/bin/system/installer/script.js"></script>
 
        </div><!-- end wrapper -->
</body>
</html>
 
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 3
www.google.co.uk 1
Is this paste spam?
<Hide