<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.joomla.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.joomla.org/api.php?action=feedcontributions&amp;user=Prazgod&amp;feedformat=atom</id>
		<title>Joomla! Documentation - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://docs.joomla.org/api.php?action=feedcontributions&amp;user=Prazgod&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Special:Contributions/Prazgod"/>
		<updated>2013-06-19T07:28:39Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.3</generator>

	<entry>
		<id>http://docs.joomla.org/Installing_an_extension</id>
		<title>Installing an extension</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Installing_an_extension"/>
				<updated>2012-02-03T00:08:47Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{redirectstohere|How do you install an extension?}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Before starting it always is wise to read the documentation associated with an extension. Most extensions have homepages and forums, and it is a good idea to look at them first. If there is a README file included with the extension, you should read it.&lt;br /&gt;
&lt;br /&gt;
For most extensions and most users, the procedure will be:&lt;br /&gt;
&lt;br /&gt;
* Download the extension to your local machine as a zip file package.&lt;br /&gt;
* From the backend of your Joomla site (administration) select Extensions -&amp;gt; Install/Uninstall.&lt;br /&gt;
* Click the Browse button and select the extension package on your local machine.&lt;br /&gt;
* Click the Upload File &amp;amp; Install button.&lt;br /&gt;
* Some extensions may provide further instructions on installation.&lt;br /&gt;
* Note that modules and plugins must be enabled before they will work.&lt;br /&gt;
&lt;br /&gt;
There are some situations in which this procedure will not work.&lt;br /&gt;
&lt;br /&gt;
Sometimes you need to unzip the file locally prior to installing. If you get an error saying that the file is not in the correct format, the need to unzip is a common cause of this. After unzipping try installing the individual items. Note that the files you upload using the installer still need to be zipped.&lt;br /&gt;
&lt;br /&gt;
Sometimes you cannot use the automated installer. For example, very large extensions may exceed the maximum upload size allowed by your host.&lt;br /&gt;
&lt;br /&gt;
Also, If you see an error like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): ...&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
this is because of a restriction of your hosting account which leads Joomla! to try to check if the root directory exists.  You will not be able to use the automated installer.&lt;br /&gt;
&lt;br /&gt;
==Manual Installation==&lt;br /&gt;
&lt;br /&gt;
First, unzip all of the files locally. Then transfer the files (using FTP) to a folder in the install directory (for example /public_html/tmp/RANDOMSTRING/installme/) for the type of extension you are installing. Then use the installer, but select &amp;quot;install from directory&amp;quot; indicating the correct folder name.  This folder name should be an absolute path from the root of the filesystem.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
[[Category:Extension Management]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Why_shouldn%27t_you_use_PHP_safe_mode%3F</id>
		<title>Why shouldn't you use PHP safe mode?</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Why_shouldn%27t_you_use_PHP_safe_mode%3F"/>
				<updated>2011-11-11T01:14:29Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: spelling mistake&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Overview'''&lt;br /&gt;
&lt;br /&gt;
Enabling safe_mode is not needed if other reasonable security precautions are followed. Using safe_mode for web site security is a poor compromise in a bad situation. It may make sense in some situations, but there is almost always a better way. Because safe_mode in some sense only gives the illusion of safety, it will be removed from PHP starting with version 5.3.0.&lt;br /&gt;
&lt;br /&gt;
The Joomla! core works fine with or without PHP safe_mode. The one exception to this rule is the installation script. This is because safe_mode, by design, turns off the PHP functions that enable easy uploading via a Web browser. If you do use safe_mode, and need to perform installs via the Web browser, temporarily turn safe_mode OFF, and turn it back ON when finished.&lt;br /&gt;
&lt;br /&gt;
Some third-party extensions may require the specific PHP functions that are blocked by safe_mode. Such extensions should be carefully evaluated to be sure you understand exactly why they require such powerful and potentially dangerous functions.&lt;br /&gt;
&lt;br /&gt;
'''From the official PHP site'''&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;The PHP safe mode is an attempt to solve the shared-server security problem. It is architecturally incorrect to try to solve this problem at the PHP level, but since the alternatives at the web server and OS levels aren't very realistic, many people, especially ISP's, use safe mode for now.&amp;quot;'' &lt;br /&gt;
'''&lt;br /&gt;
More Information'''&lt;br /&gt;
&lt;br /&gt;
# [http://us3.php.net/manual/en/features.safe-mode.php#ini.safe-mode Official PHP Manual: PHP Security and Safe Mode Configuration Directives]&lt;br /&gt;
# [http://us3.php.net/manual/en/features.safe-mode.functions.php Official PHP Manual: PHP Functions restricted/disabled by safe mode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Administration FAQ]]&lt;br /&gt;
[[Category:Installation FAQ]]&lt;br /&gt;
[[Category:Upgrading and Migrating FAQ]]&lt;br /&gt;
[[Category:Version 1.5 FAQ]]&lt;br /&gt;
[[Category:Version 1.6 FAQ]]&lt;br /&gt;
[[Category:Version 1.7 FAQ]]&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Why_shouldn%27t_you_use_PHP_safe_mode%3F</id>
		<title>Why shouldn't you use PHP safe mode?</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Why_shouldn%27t_you_use_PHP_safe_mode%3F"/>
				<updated>2011-11-11T01:10:31Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: safe mode is depreciated in version 5.3.0 and not 6 as previously stated&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Overview'''&lt;br /&gt;
&lt;br /&gt;
Enabling safe_mode is not needed if other reasonable security precautions are followed. Using safe_mode for web site security is a poor compromise in a bad situation. It may make sense in some situations, but there is almost always a better way. Because safe_mode in some sense only gives the illusion of safety, it will be removed from PHP starting with version 5.3.0.&lt;br /&gt;
&lt;br /&gt;
The Joomla! core works fine with or without PHP safe_mode. The one execption to this rule is the installation script. This is because safe_mode, by design, turns off the PHP functions that enable easy uploading via a Web browser. If you do use safe_mode, and need to perform installs via the Web browser, temporarily turn safe_mode OFF, and turn it back ON when finished.&lt;br /&gt;
&lt;br /&gt;
Some third-party extensions may require the specific PHP functions that are blocked by safe_mode. Such extensions should be carefully evaluated to be sure you understand exactly why they require such powerful and potentially dangerous functions.&lt;br /&gt;
&lt;br /&gt;
'''From the official PHP site'''&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;The PHP safe mode is an attempt to solve the shared-server security problem. It is architecturally incorrect to try to solve this problem at the PHP level, but since the alternatives at the web server and OS levels aren't very realistic, many people, especially ISP's, use safe mode for now.&amp;quot;'' &lt;br /&gt;
'''&lt;br /&gt;
More Information'''&lt;br /&gt;
&lt;br /&gt;
# [http://us3.php.net/manual/en/features.safe-mode.php#ini.safe-mode Official PHP Manual: PHP Security and Safe Mode Configuration Directives]&lt;br /&gt;
# [http://us3.php.net/manual/en/features.safe-mode.functions.php Official PHP Manual: PHP Functions restricted/disabled by safe mode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Administration FAQ]]&lt;br /&gt;
[[Category:Installation FAQ]]&lt;br /&gt;
[[Category:Upgrading and Migrating FAQ]]&lt;br /&gt;
[[Category:Version 1.5 FAQ]]&lt;br /&gt;
[[Category:Version 1.6 FAQ]]&lt;br /&gt;
[[Category:Version 1.7 FAQ]]&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Category:Version_1.5.10_FAQ</id>
		<title>Category:Version 1.5.10 FAQ</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Category:Version_1.5.10_FAQ"/>
				<updated>2009-03-28T18:39:55Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These FAQs are specific to the Joomla! 1.5.10 release.  Only issues that are specific to this release will be listed here, together with suggested resolutions.  Please add information to this resource. The Joomla! [[Bug Squad]] will watch over this page to ensure any new bugs are added to the tracker and resolved. Continue to use the Joomla! forums for support requests as this is not a substitute for posting there, but rather a common location for the community to gather release issues.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Version 1.5 FAQ]]&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Feed_email_undefined_error</id>
		<title>Feed email undefined error</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Feed_email_undefined_error"/>
				<updated>2009-03-28T18:39:33Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: /* undefined error */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==undefined error==&lt;br /&gt;
&lt;br /&gt;
When upgrading from an earlier version, you might encounter &amp;quot;Undefined Variable: feed_email&amp;quot; warnings when viewing feeds or Global Config admin screen. This is because a NEW FEATURE was added to Joomla 1.5.10 and a new configuration var was added. To fix this, just edit and then resave your Global Configuration using the administrator console. This adds the $feed_email var to your /configuration.php file.&lt;br /&gt;
&lt;br /&gt;
[[Category:Version 1.5.10 FAQ]]&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Feed_email_undefined_error</id>
		<title>Feed email undefined error</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Feed_email_undefined_error"/>
				<updated>2009-03-28T18:36:09Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: New page: ==undefined error==  When upgrading from an earlier version, you might encounter &amp;quot;Undefined Variable: feed_email&amp;quot; warnings when viewing feeds or Global Config admin screen. This is because...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==undefined error==&lt;br /&gt;
&lt;br /&gt;
When upgrading from an earlier version, you might encounter &amp;quot;Undefined Variable: feed_email&amp;quot; warnings when viewing feeds or Global Config admin screen. This is because a NEW FEATURE was added to Joomla 1.5.10 and a new configuration var was added. To fix this, just edit and then resave your Global Configuration using the administrator console. This adds the $feed_email var to your /configuration.php file.&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Category:Version_1.5.10_FAQ</id>
		<title>Category:Version 1.5.10 FAQ</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Category:Version_1.5.10_FAQ"/>
				<updated>2009-03-28T18:29:03Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These FAQs are specific to the Joomla! 1.5.10 release.  Only issues that are specific to this release will be listed here, together with suggested resolutions.  Please add information to this resource. The Joomla! [[Bug Squad]] will watch over this page to ensure any new bugs are added to the tracker and resolved. Continue to use the Joomla! forums for support requests as this is not a substitute for posting there, but rather a common location for the community to gather release issues.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== undefined error ==&lt;br /&gt;
&lt;br /&gt;
When upgrading from an earlier version, you might encounter &amp;quot;Undefined Variable: feed_email&amp;quot; warnings when viewing feeds or Global Config admin screen.  This is because a NEW FEATURE was added to Joomla 1.5.10 and a new configuration var was added.  To fix this, just edit and then resave your Global Configuration using the administrator console. This adds the $feed_email var to your /configuration.php file. &lt;br /&gt;
&lt;br /&gt;
[[Category:Version 1.5 FAQ]]&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Category:Version_1.5.10_FAQ</id>
		<title>Category:Version 1.5.10 FAQ</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Category:Version_1.5.10_FAQ"/>
				<updated>2009-03-28T18:27:57Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These FAQs are specific to the Joomla! 1.5.10 release.  Only issues that are specific to this release will be listed here, together with suggested resolutions.  Please add information to this resource. The Joomla! [[Bug Squad]] will watch over this page to ensure any new bugs are added to the tracker and resolved. Continue to use the Joomla! forums for support requests as this is not a substitute for posting there, but rather a common location for the community to gather release issues.&lt;br /&gt;
&lt;br /&gt;
When upgrading from an earlier version, you might encounter &amp;quot;Undefined Variable: feed_email&amp;quot; warnings when viewing feeds or Global Config admin screen.  This is because a NEW FEATURE was added to Joomla 1.5.10 and a new configuration var was added.  To fix this, just edit and then resave your Global Configuration using the administrator console. This adds the $feed_email var to your /configuration.php file. &lt;br /&gt;
&lt;br /&gt;
[[Category:Version 1.5 FAQ]]&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/How_you_reset_an_administrator_password%3F</id>
		<title>How you reset an administrator password?</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/How_you_reset_an_administrator_password%3F"/>
				<updated>2008-10-22T14:15:18Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Introduction'''&lt;br /&gt;
Because passwords are stored using a one-way [http://en.wikipedia.org/wiki/Password_salting &amp;quot;salted&amp;quot;] MD5 hash which prevents recovering the password, you cannot recover an existing password, but you can reset it to a new password by editing the password field in the database. In the following directions, you will set the password MD5 value to a known value and then log-in using the password that matches that value. Once logged in, you can change the password again using normal Joomla! user access screens.&lt;br /&gt;
&lt;br /&gt;
'''Joomla! 1.0.13 Enhanced Password System'''&lt;br /&gt;
Initial tests indicate that the method described here also works with Joomla! 1.0.13 salt-enhanced passwords. This is because Joomla! automatically updates password data from earlier versions to the 1.0.13 format.&lt;br /&gt;
&lt;br /&gt;
'''Directions'''&lt;br /&gt;
&lt;br /&gt;
1. Use a MySQL utility such as phpMyAdmin or MySQL Query Browser .&lt;br /&gt;
&lt;br /&gt;
2. Open the correct database and select the table, jos_users . (Change default table prefix, 'jos_' to your table prefix if it is different.)&lt;br /&gt;
&lt;br /&gt;
3. Select the record (or table row) for your administrator account (The first admin account, created by default, has an id of 62).&lt;br /&gt;
&lt;br /&gt;
4. Copy and paste a known MD5 hash, such as one of the samples provided with this FAQ, into the password field.&lt;br /&gt;
Warning: You must paste the password's hash value, not the password itself. You can use any of the following password = hash pairs, or create your own using one of the tools listed below.&lt;br /&gt;
&lt;br /&gt;
 password = &amp;quot;MD5 hash of password&amp;quot;&lt;br /&gt;
 ------------------------------------------------------&lt;br /&gt;
 admin = 21232f297a57a5a743894a0e4a801fc3&lt;br /&gt;
 secret = 5ebe2294ecd0e0f08eab7690d2a6ee69&lt;br /&gt;
 OU812 = 7441de5382cf4fecbaa9a8c538e76783&lt;br /&gt;
&lt;br /&gt;
5. Save the record.&lt;br /&gt;
&lt;br /&gt;
6. Point your browser to your site and log as the administrator using your new password.&lt;br /&gt;
&lt;br /&gt;
7. Once logged in, Joomla will convert your md5 hash to a salted md5 hash, but you should change the password again to one that only you know.&lt;br /&gt;
&lt;br /&gt;
'''Generating your own MD5 hash from a password of your choice'''&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can set the password to a value of your own choice. Use tools, such as the following, to create your own strong hashed password. Use the above directions once you've generated a hash with these tools.&lt;br /&gt;
&lt;br /&gt;
'''Online MD5 hash creation tools'''&lt;br /&gt;
* JavaScript MD5 - http://pajhome.org.uk/crypt/md5/&lt;br /&gt;
* MD5er - http://www.md5er.com/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Free MD5 utilities for download'''&lt;br /&gt;
* MD5 &amp;amp; Hashing Utilities - http://www.digital-detective.co.uk/freetools/md5.asp&lt;br /&gt;
* SlavaSoft HashCalc - http://www.slavasoft.com/hashcalc/overview.htm&lt;br /&gt;
&lt;br /&gt;
'''Other MD5 tools'''&lt;br /&gt;
* There are many free online and downloadable MD5 utilities. Google &amp;quot;MD5 hash tool&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Administration FAQ]]&lt;br /&gt;
[[Category:Getting Started FAQ]]&lt;br /&gt;
[[Category:Version 1.5 FAQ]]&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/How_do_you_recover_or_reset_your_admin_password%3F</id>
		<title>How do you recover or reset your admin password?</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/How_do_you_recover_or_reset_your_admin_password%3F"/>
				<updated>2008-10-06T15:40:20Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you know the email address that was used for the admin user, and you have made the &amp;quot;lost password&amp;quot; feature available on the front end, the simplest thing is to do is to use the &amp;quot;lost password&amp;quot; Front-end function.&lt;br /&gt;
&lt;br /&gt;
If not, you will need access to the MySQL database. You have two choices, either add a new super administrator or change the password stored in the data base. To do this you need to go to phpMyAdmin (or use a similar tool) and manually edit the database. Before doing this ''back up your complete database''.&lt;br /&gt;
&lt;br /&gt;
From phpMyAdmin, you can run this SQL query to create a new user known as &amp;lt;var&amp;gt;admin2&amp;lt;/var&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
INSERT INTO `jos_users` VALUES &lt;br /&gt;
    (62, 'Administrator2', 'admin2', 'your-email@email.com', 'd1bb08b44909c038fe4e58e325180251:nHBaZ92t',  &lt;br /&gt;
    'Super Administrator', 0, 1, 25, '2005-09-28 00:00:00', '2005-09-28 00:00:00', '', '');&lt;br /&gt;
INSERT INTO `jos_core_acl_aro` VALUES (10,'users','62',0,'Administrator2',0);&lt;br /&gt;
INSERT INTO `jos_core_acl_groups_aro_map` VALUES (25,'',10);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''You should change 62 in the above queries to something much higer than the number of users you have on your website else the queries will FAIL! '''&lt;br /&gt;
&lt;br /&gt;
The password will be &amp;lt;var&amp;gt;admin&amp;lt;/var&amp;gt;. Immediately log in and change this password and make any other changes to other admin users. &lt;br /&gt;
&lt;br /&gt;
A second option is to change the password in the table for your admin user. The password is stored in the MySQL database jos_users table password column. (Change this for your table prefix if different.)&lt;br /&gt;
&lt;br /&gt;
Open the table, find the row for your admin user, and then select that row for editing. The password must be hashed, you cannot simply enter text into this field.&lt;br /&gt;
&lt;br /&gt;
Set the password to one of the known values shown below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or you can use this [https://secure.phil-taylor.com/generate_password.php Secure Online Tool] to create your own salted hashes: &lt;br /&gt;
&lt;br /&gt;
Paste the hashed password into the field, save the change, and log-in using the new password.&lt;br /&gt;
Immediately change your password to something more secure!&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Administration FAQ]]&lt;br /&gt;
[[Category:Getting Started FAQ]]&lt;br /&gt;
[[Category:Version 1.5 FAQ]]&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/How_do_you_recover_or_reset_your_admin_password%3F</id>
		<title>How do you recover or reset your admin password?</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/How_do_you_recover_or_reset_your_admin_password%3F"/>
				<updated>2008-10-06T15:38:08Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you know the email address that was used for the admin user, and you have made the &amp;quot;lost password&amp;quot; feature available on the front end, the simplest thing is to do is to use the &amp;quot;lost password&amp;quot; Front-end function.&lt;br /&gt;
&lt;br /&gt;
If not, you will need access to the MySQL database. You have two choices, either add a new super administrator or change the password stored in the data base. To do this you need to go to phpMyAdmin (or use a similar tool) and manually edit the database. Before doing this ''back up your complete database''.&lt;br /&gt;
&lt;br /&gt;
From phpMyAdmin, you can run this SQL query to create a new user known as &amp;lt;var&amp;gt;admin2&amp;lt;/var&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
INSERT INTO `jos_users` VALUES &lt;br /&gt;
    (62, 'Administrator2', 'admin2', 'your-email@email.com', '433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT',  &lt;br /&gt;
    'Super Administrator', 0, 1, 25, '2005-09-28 00:00:00', '2005-09-28 00:00:00', '', '');&lt;br /&gt;
INSERT INTO `jos_core_acl_aro` VALUES (10,'users','62',0,'Administrator2',0);&lt;br /&gt;
INSERT INTO `jos_core_acl_groups_aro_map` VALUES (25,'',10);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The password will be &amp;lt;var&amp;gt;admin&amp;lt;/var&amp;gt;. Immediately log in and change this password and make any other changes to other admin users. &lt;br /&gt;
&lt;br /&gt;
A second option is to change the password in the table for your admin user. The password is stored in the MySQL database jos_users table password column. (Change this for your table prefix if different.)&lt;br /&gt;
&lt;br /&gt;
Open the table, find the row for your admin user, and then select that row for editing. The password must be hashed, you cannot simply enter text into this field.&lt;br /&gt;
&lt;br /&gt;
Set the password to one of the known values shown below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or you can use this [https://secure.phil-taylor.com/generate_password.php Secure Online Tool] to create your own salted hashes: &lt;br /&gt;
&lt;br /&gt;
Paste the hashed password into the field, save the change, and log-in using the new password.&lt;br /&gt;
Immediately change your password to something more secure!&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Administration FAQ]]&lt;br /&gt;
[[Category:Getting Started FAQ]]&lt;br /&gt;
[[Category:Version 1.5 FAQ]]&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/How_do_you_recover_or_reset_your_admin_password%3F</id>
		<title>How do you recover or reset your admin password?</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/How_do_you_recover_or_reset_your_admin_password%3F"/>
				<updated>2008-10-06T15:37:49Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you know the email address that was used for the admin user, and you have made the &amp;quot;lost password&amp;quot; feature available on the front end, the simplest thing is to do is to use the &amp;quot;lost password&amp;quot; Front-end function.&lt;br /&gt;
&lt;br /&gt;
If not, you will need access to the MySQL database. You have two choices, either add a new super administrator or change the password stored in the data base. To do this you need to go to phpMyAdmin (or use a similar tool) and manually edit the database. Before doing this ''back up your complete database''.&lt;br /&gt;
&lt;br /&gt;
From phpMyAdmin, you can run this SQL query to create a new user known as &amp;lt;var&amp;gt;admin2&amp;lt;/var&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
INSERT INTO `jos_users` VALUES &lt;br /&gt;
    (62, 'Administrator2', 'admin2', 'your-email@email.com', '433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT',  &lt;br /&gt;
    'Super Administrator', 0, 1, 25, '2005-09-28 00:00:00', '2005-09-28 00:00:00', '', '');&lt;br /&gt;
INSERT INTO `jos_core_acl_aro` VALUES (10,'users','62',0,'Administrator2',0);&lt;br /&gt;
INSERT INTO `jos_core_acl_groups_aro_map` VALUES (25,'',10);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The password will be &amp;lt;var&amp;gt;admin&amp;lt;/var&amp;gt;. Immediately log in and change this password and make any other changes to other admin users. &lt;br /&gt;
&lt;br /&gt;
A second option is to change the password in the table for your admin user. The password is stored in the MySQL database jos_users table password column. (Change this for your table prefix if different.)&lt;br /&gt;
&lt;br /&gt;
Open the table, find the row for your admin user, and then select that row for editing. The password must be hashed, you cannot simply enter text into this field.&lt;br /&gt;
&lt;br /&gt;
Set the password to one of the known values shown below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or you can use this [link https://secure.phil-taylor.com/generate_password.php Secure Online Tool] to create your own salted hashes: &lt;br /&gt;
&lt;br /&gt;
Paste the hashed password into the field, save the change, and log-in using the new password.&lt;br /&gt;
Immediately change your password to something more secure!&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Administration FAQ]]&lt;br /&gt;
[[Category:Getting Started FAQ]]&lt;br /&gt;
[[Category:Version 1.5 FAQ]]&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Talk:How_do_you_recover_or_reset_your_admin_password%3F</id>
		<title>Talk:How do you recover or reset your admin password?</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Talk:How_do_you_recover_or_reset_your_admin_password%3F"/>
				<updated>2008-10-06T15:35:00Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: /* Worked for me */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I think this will not work anymore, because in Joomla 1.5 an additional $salt parameter is used to encrypt the password. In the usertable the password is stored in the format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$encript:$salt&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
so simple md5 hashed passwords will not work anymore...&lt;br /&gt;
&lt;br /&gt;
== Worked for me ==&lt;br /&gt;
&lt;br /&gt;
It worked for me when I tested it. [[User:Dextercowley|Mark Dexter]] 15:08, 4 October 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== md5 CAN Be used in Joomla 1.5.7 ==&lt;br /&gt;
&lt;br /&gt;
Trust me :-) You can put in an md5 in the database as the password, When that user tries to login Joomla will notice that the password is md5 hashed and will then UPGRADE that password to a SALTED password, saving the result back to the database - thats why it works :-) [[User:Prazgod|Phil Taylor]]&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Joomla_secrets</id>
		<title>Joomla secrets</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Joomla_secrets"/>
				<updated>2008-09-27T19:28:45Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: /* Why is the userid of the first user of a Joomla website 62? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This Joomla secrets page lists some Joomla trivia that is neither really a secret, nor well known.&lt;br /&gt;
&lt;br /&gt;
== How many articles can a Joomla! website contain? ==&lt;br /&gt;
&lt;br /&gt;
Yes, there is a limitation to the number of articles a default Joomla! website can store: just over 4 billion articles.&lt;br /&gt;
&lt;br /&gt;
Technical background: All articles are stored in a MySQL database, in a table called &amp;lt;code&amp;gt;jos_contents&amp;lt;/code&amp;gt;. Every article has its unique ID, which is stored in the &amp;lt;code&amp;gt;ID&amp;lt;/code&amp;gt; field. The &amp;lt;code&amp;gt;ID&amp;lt;/code&amp;gt; field is of field type INT(11) unsigned. The highest number that can be stored in an INT(11) unsigned field, and hence the maximum ID that can be used, is 4,294,967,295.  So, the maximum number of articles that a Joomla! website can contain is 4,294,967,295.&lt;br /&gt;
&lt;br /&gt;
== How to show the module positions of a Joomla website? ==&lt;br /&gt;
&lt;br /&gt;
Add the parameter ?tp=1 behind the URL, e.g. http://www.joomla.org/?tp=1&lt;br /&gt;
&lt;br /&gt;
'''Technical background info:''' this functionality can be found as &amp;quot;function mosLoadModules&amp;quot; in /includes/frontend.php (Joomla 1.0.15, line 122).&lt;br /&gt;
 &lt;br /&gt;
According to the comments, the following parameters can be used: 0=normal, 1=horiz, -1=no wrapper.&lt;br /&gt;
&lt;br /&gt;
== How to create an &amp;quot;article sticky&amp;quot; on the Front Page? ==&lt;br /&gt;
&lt;br /&gt;
Articles assigned to the Front Page will be added on top of the existing Front Page articles.&lt;br /&gt;
&lt;br /&gt;
To prevent manual ordering every time a new article is added to the Front Page, it's possible to create a sticky:&lt;br /&gt;
*goto the [[Screen.frontpage.15|Front Page Manager]]&lt;br /&gt;
*give the article that should stay on top a negative ordering (e.g. -1).&lt;br /&gt;
New added Front Page articles will be placed underneath it.&lt;br /&gt;
&lt;br /&gt;
== How to get all your domains traffic to the same URL? == &lt;br /&gt;
&lt;br /&gt;
Some sites can be visited through both www.example.com and example.com. Joomla's 1.0.x WYSIWYG editor only works well with the method specified in $mosConfig_live_site in configuration.php. To force all traffic to www.example.com at an Apache webserver, you can add some code to the .htaccess configuration override file:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;apache&amp;quot;&amp;gt;RewriteCond %{HTTP_HOST} ^yoursite\.com [NC]&lt;br /&gt;
RewriteRule (.*) http://www.yoursite.com/$1 [R=301,L]&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are unable to make changes to the .htaccess file then consider using an [http://forum.joomla.org/viewtopic.php?f=501&amp;amp;t=278365 SEO canonicalisation plugin] instead.&lt;br /&gt;
&lt;br /&gt;
== How to give the WYSIWYG editor a white background? ==&lt;br /&gt;
&lt;br /&gt;
The WYSIWYG editor at a site with a coloured background will probably have the same coloured background. To solve, put some CSS code in your template's CSS file: template_css.css&lt;br /&gt;
&amp;lt;source lang=&amp;quot;css&amp;quot;&amp;gt;.mceContentBody {&lt;br /&gt;
text-align: left;&lt;br /&gt;
background: #FFF none;&lt;br /&gt;
font: normal 11px Arial, Helvetica, sans-serif;&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why is the userid of the first user of a Joomla website 62? ==&lt;br /&gt;
Since the beginning new installed Joomla (and Mambo) websites always start with user id=62 (in the user table jos_user). So why does it not start with id=1? If you believe in [[wikipedia:Numerology|Numerology]] then the following calculation explains it all:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
a   d    m   i    n   i    s    t    r   a    t    o    r&lt;br /&gt;
1 + 4 + 13 + 9 + 14 + 9 + 19 + 20 + 18 + 1 + 20 + 15 + 18 =&lt;br /&gt;
1 + 4 +  4 + 9 +  5 + 9 +  1 +  2 +  9 + 1 +  2 +  6 +  9 = 62&amp;lt;/source&amp;gt;&lt;br /&gt;
If you believe in Mathematics then you would note that the calculation above should in fact result in 8. And for the ones who don't believe all of the above: it's a legacy issue and nobody seems to know the real reason...&lt;br /&gt;
&lt;br /&gt;
edit: One person who should know, Andrew Eddie, has blogged about [http://jxtended.com/news/company/76-the-mystery-behind-user-id-62.html the Mystery behind User ID 62]&lt;br /&gt;
&lt;br /&gt;
== How to show all published content from a Joomla 1.0.x site? ==&lt;br /&gt;
&lt;br /&gt;
With the Joomla's 1.0.x Search functionality it's possible to show all published sections, categories, articles, weblinks, newsfeeds with one search: Use as keyword %%% (three percent signs in a row) as wild card. Joomla 1.5.x does not accept the % as wild card.&lt;br /&gt;
&lt;br /&gt;
== How to have a single login for multiple clients in Joomla 1.0.x ? ==&lt;br /&gt;
Before Joomla 1.0.8 due to a problem in the session implementation it was possible to login with one username simultaneously multiple times. In Joomla 1.0.8 a more secure session management was introduced which made it impossible to use the same login account more then once at a time. However, a 'hidden' feature was implemented: &amp;quot;demo site&amp;quot; which allows multi-login with the same account. In order to accomplish that you'll need to change the '''var $SITE''' value in '''/includes/version.php''' from 1 into 0.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
       /** @var string Whether site is a production = 1 or demo site = 0 */&lt;br /&gt;
       var $SITE       = 1;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How can a visitor switch layout templates in the front-end of a Joomla 1.0.x site ? ==&lt;br /&gt;
Add '''index.php?jos_change_template=some_template_name''' behind the URL of a Joomla 1.0.x site to switch the template in your browser. The template will only be changed in your own browser, it only works in 1.0.x and you need to know the name of the template (rhuk_solarflare_ii and madeyourweb are default 1.0.x templates!).&lt;br /&gt;
&lt;br /&gt;
See alternative versions of www.joomla.org:&lt;br /&gt;
* in rhuk_solarflare_ii: [http://www.joomla.org/index.php?jos_change_template=rhuk_solarflare_ii http://www.joomla.org/index.php?jos_change_template=rhuk_solarflare_ii]&lt;br /&gt;
* in madeyourweb: [http://www.joomla.org/index.php?jos_change_template=madeyourweb http://www.joomla.org/index.php?jos_change_template=madeyourweb]&lt;br /&gt;
* back in the original Joomla layout: [http://www.joomla.org/index.php?jos_change_template=joomla http://www.joomla.org/index.php?jos_change_template=joomla] (or delete the site's cookie on your computer)&lt;br /&gt;
&lt;br /&gt;
'''Note:''' the jos_change_template information is stored as cookie on your local PC. Restarting your browser or emptying your browser cache won't restore the &amp;quot;original&amp;quot; template in your browser; you'll need to delete the site's cookie or manually &amp;quot;jos_change_template&amp;quot; the original template name to revert back to the original template.&lt;br /&gt;
&lt;br /&gt;
'''Technical background info:''' this functionality can be found as &amp;quot;TemplateChooser Start&amp;quot; in /includes/joomla.php (Joomla 1.0.15, line 1270).&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Pizza_Bugs_and_Fun_2/Contributors_List</id>
		<title>Pizza Bugs and Fun 2/Contributors List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Pizza_Bugs_and_Fun_2/Contributors_List"/>
				<updated>2008-08-23T12:08:00Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;If you made a contribution to the documentation held on this site, please feel free to add your name below.  Please consider adding your real name in addition to your nickname.  You may, optionally, include a link to your website.&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Contributors to the second PBF ==&lt;br /&gt;
&lt;br /&gt;
* Chris Davenport ([[Special:Contributions/Chris_Davenport|contributions]])&lt;br /&gt;
* Kevin Devine ([[Special:Contributions/Kevin_Devine|contributions]])&lt;br /&gt;
* Anthony Ferrara ([[Special:Contributions/ircmaxell|contributions]])&lt;br /&gt;
* Jerry Hilburn ([[Special:Contributions/Jerry_Hilburn|contributions]])&lt;br /&gt;
* Louis Landry ([[Special:Contributions/Louis_Landry|contributions]])&lt;br /&gt;
* Wilco Jansen ([[Special:Contributions/willebil|contributions]])&lt;br /&gt;
* Jennifer Marriott ([[Special:Contributions/MMMedia|contributions]])&lt;br /&gt;
* Rob Schley ([[Special:Contributions/Rob_Schley|contributions]])&lt;br /&gt;
* Amy Stephen ([[Special:Contributions/AmyStephen|contributions]])&lt;br /&gt;
* Nereyda Valentin-Macias ([[Special:Contributions/Neriv|contributions]])&lt;br /&gt;
* Elin Waring ([[Special:Contributions/Elin|contributions]])&lt;br /&gt;
* Michael Casha ([[Special:Contributions/MiCCAS|contributions]])&lt;br /&gt;
* Marcelo Eden ([[Special:Contributions/3dentech|contributions]])&lt;br /&gt;
* Matt Thomas ([[Special:Contributions/betweenbrain|contributions]])&lt;br /&gt;
* Ross Crawford ([[Special:Contributions/RoscoHead|contributions]])&lt;br /&gt;
* Mickael Maison ([[Special:Contributions/Mmaison|contributions]])&lt;br /&gt;
* Ian MacLennan ([[Special:Contributions/ian|contributions]])&lt;br /&gt;
* Jaap Woltjes ([[Special:Contributions/japie1001|contributions]])&lt;br /&gt;
* Alan Langford ([[Special:Contributions/Instance|contributions]])&lt;br /&gt;
* Michael Hamanaka ([[Special:Contributions/hamanaka|contributions]])&lt;br /&gt;
* Joe LeBlanc ([[Special:Contributions/jlleblanc|contributions]])&lt;br /&gt;
* Shannon Quinn ([[Special:Contributions/magsol|contributions]])&lt;br /&gt;
* Michelle Bisson ([[Special:Contributions/Michelle Bisson|contributions]])&lt;br /&gt;
* Airton Torres ([[Special:Contributions/airton|contributions]])&lt;br /&gt;
* Toni Marie Swats ([[Special:Contributions/toni.marie|contributions]])&lt;br /&gt;
* Jon Giles ([[Special:Contributions/Jonflgiles|contributions]])&lt;br /&gt;
* Matheus Mendes ([[Special:Contributions/bigodines|contributions]])&lt;br /&gt;
* Alessandro Rossi ([[Special:Contributions/Alexred|contributions]])&lt;br /&gt;
* Stefania Gaianigo ([[Special:Contributions/Ste|contributions]])&lt;br /&gt;
* Phil Taylor ([[Special:Contributions/prazgod|contributions]])&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Pizza_Bugs_and_Fun_2/Contributors_List</id>
		<title>Pizza Bugs and Fun 2/Contributors List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Pizza_Bugs_and_Fun_2/Contributors_List"/>
				<updated>2008-06-06T18:33:54Z</updated>
		
		<summary type="html">&lt;p&gt;Prazgod: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;If you made a contribution to the documentation held on this site, please feel free to add your name below.  Please consider adding your real name in addition to your nickname.  You may, optionally, include a link to your website.&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Chris Davenport ([[Special:Contributions/Chris_Davenport|contributions]])&lt;br /&gt;
* Kevin Devine ([[Special:Contributions/Kevin_Devine|contributions]])&lt;br /&gt;
* Anthony Ferrara ([[Special:Contributions/ircmaxell|contributions]])&lt;br /&gt;
* Jerry Hilburn ([[Special:Contributions/Jerry_Hilburn|contributions]])&lt;br /&gt;
* Louis Landry ([[Special:Contributions/Louis_Landry|contributions]])&lt;br /&gt;
* Wilco Jansen ([[Special:Contributions/willebil|contributions]])&lt;br /&gt;
* Jennifer Marriot ([[Special:Contributions/Jennifer_Marriot|contributions]])&lt;br /&gt;
* Rob Schley ([[Special:Contributions/Rob_Schley|contributions]])&lt;br /&gt;
* Amy Stephen ([[Special:Contributions/AmyStephen|contributions]])&lt;br /&gt;
* Nereyda Valentin-Macias ([[Special:Contributions/Neriv|contributions]])&lt;br /&gt;
* Elin Waring ([[Special:Contributions/Elin|contributions]])&lt;br /&gt;
* Michael Casha ([[Special:Contributions/MiCCAS|contributions]])&lt;br /&gt;
* Phil Taylor ([[Special:Contributions/Prazgod|contributions]])&lt;/div&gt;</summary>
		<author><name>Prazgod</name></author>	</entry>

	</feed>