<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://deltanine.net/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=118.93.186.7</id>
	<title>zen2 - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://deltanine.net/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=118.93.186.7"/>
	<link rel="alternate" type="text/html" href="https://deltanine.net/mw/index.php?title=Special:Contributions/118.93.186.7"/>
	<updated>2026-09-11T20:36:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://deltanine.net/mw/index.php?title=Sims_money_cheat&amp;diff=848</id>
		<title>Sims money cheat</title>
		<link rel="alternate" type="text/html" href="https://deltanine.net/mw/index.php?title=Sims_money_cheat&amp;diff=848"/>
		<updated>2008-05-27T04:55:12Z</updated>

		<summary type="html">&lt;p&gt;118.93.186.7: New page: Type ctrl-alt-C then type motherlode&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Type ctrl-alt-C then type motherlode&lt;/div&gt;</summary>
		<author><name>118.93.186.7</name></author>
		
	</entry>
	<entry>
		<id>https://deltanine.net/mw/index.php?title=Website_Backup_using_tar&amp;diff=1012</id>
		<title>Website Backup using tar</title>
		<link rel="alternate" type="text/html" href="https://deltanine.net/mw/index.php?title=Website_Backup_using_tar&amp;diff=1012"/>
		<updated>2008-05-26T05:46:26Z</updated>

		<summary type="html">&lt;p&gt;118.93.186.7: New page: Navigate to the folder you want to backup and type &amp;lt;pre&amp;gt; tar -cf mybackupfilename.tar . &amp;lt;/pre&amp;gt; This will create a tarball of your site  Then type &amp;lt;pre&amp;gt; gzip -9 mybackupfilename.tar &amp;lt;/pre&amp;gt; ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Navigate to the folder you want to backup and type&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tar -cf mybackupfilename.tar .&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will create a tarball of your site&lt;br /&gt;
&lt;br /&gt;
Then type&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
gzip -9 mybackupfilename.tar&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will compress the tarball and rename it with a .gz extension.&lt;br /&gt;
&lt;br /&gt;
Then ftp (or better yet, scp) the file to your backup hardware.&lt;br /&gt;
&lt;br /&gt;
Reverse the process by moving the file to the directory from whence it came&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
gunzip -9 mybackupfilename.tar.gz&lt;br /&gt;
tar -xf mybackupfilename.tar &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>118.93.186.7</name></author>
		
	</entry>
	<entry>
		<id>https://deltanine.net/mw/index.php?title=Tar_(compress)_directory,_excluding_a_subdirectory&amp;diff=894</id>
		<title>Tar (compress) directory, excluding a subdirectory</title>
		<link rel="alternate" type="text/html" href="https://deltanine.net/mw/index.php?title=Tar_(compress)_directory,_excluding_a_subdirectory&amp;diff=894"/>
		<updated>2008-05-25T11:16:17Z</updated>

		<summary type="html">&lt;p&gt;118.93.186.7: New page: &amp;lt;pre&amp;gt; tar -cf d9ka.tar /var/www --exclude &amp;quot;/var/www/music/*&amp;quot; &amp;lt;/pre&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
tar -cf d9ka.tar /var/www --exclude &amp;quot;/var/www/music/*&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>118.93.186.7</name></author>
		
	</entry>
	<entry>
		<id>https://deltanine.net/mw/index.php?title=Jquery_date_picker&amp;diff=556</id>
		<title>Jquery date picker</title>
		<link rel="alternate" type="text/html" href="https://deltanine.net/mw/index.php?title=Jquery_date_picker&amp;diff=556"/>
		<updated>2008-05-25T08:01:13Z</updated>

		<summary type="html">&lt;p&gt;118.93.186.7: New page: Add the second line at the top: &amp;lt;pre&amp;gt; require_once(PATH_tslib.'class.tslib_pibase.php'); require_once(t3lib_extMgm::extPath(&amp;quot;jquery&amp;quot;).&amp;quot;class.tx_jquery.php&amp;quot;); &amp;lt;/pre&amp;gt;   Add the last 2 lines ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Add the second line at the top:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
require_once(PATH_tslib.'class.tslib_pibase.php');&lt;br /&gt;
require_once(t3lib_extMgm::extPath(&amp;quot;jquery&amp;quot;).&amp;quot;class.tx_jquery.php&amp;quot;);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Add the last 2 lines here:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function main($content,$conf)	{&lt;br /&gt;
		$this-&amp;gt;conf=$conf;&lt;br /&gt;
		$this-&amp;gt;pi_setPiVarDefaults();&lt;br /&gt;
		$this-&amp;gt;pi_loadLL();&lt;br /&gt;
		tx_jquery::setPlugins(array('iutil','datePicker','date'));&lt;br /&gt;
		tx_jquery::includeLib();&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Use the date picker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$content .= '&amp;lt;input class=&amp;quot;dp-choose-date&amp;quot; id=&amp;quot;date-pick-invDate&amp;quot; type=&amp;quot;text&amp;quot; size=6  name=&amp;quot;'.$this-&amp;gt;prefixId.'[DATA][invDate]&amp;quot; value=&amp;quot;'.$invDate.'&amp;quot;&amp;gt;' . &amp;quot;\n&amp;quot;;&lt;br /&gt;
$content .= '&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;' . &amp;quot;\n&amp;quot;&lt;br /&gt;
. '// &amp;lt;![CDATA[' . &amp;quot;\n&amp;quot;&lt;br /&gt;
. &amp;quot;Date.format = 'yyyy-mm-dd';&amp;quot; . &amp;quot;\n&amp;quot;&lt;br /&gt;
. &amp;quot;$('#date-pick-invDate').datePicker({clickInput:true, startDate:'2004-01-01'});&amp;quot; . &amp;quot;\n&amp;quot;&lt;br /&gt;
. '// ]]&amp;gt;' . &amp;quot;\n&amp;quot;&lt;br /&gt;
. '&amp;lt;/script&amp;gt;' . &amp;quot;\n&amp;quot;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With today's date selected:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$content .= '&amp;lt;input class=&amp;quot;dp-choose-date&amp;quot; id=&amp;quot;date-pick&amp;quot; type=&amp;quot;text&amp;quot; size=6  name=&amp;quot;'.$this-&amp;gt;prefixId.'[DATA][invDate]&amp;quot; value=&amp;quot;'.htmlspecialchars($this-&amp;gt;piVars['input_field']).'&amp;quot;&amp;gt;' . &amp;quot;\n&amp;quot;;&lt;br /&gt;
$content .= '&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;' . &amp;quot;\n&amp;quot;&lt;br /&gt;
.'// &amp;lt;![CDATA[' . &amp;quot;\n&amp;quot;&lt;br /&gt;
. &amp;quot;Date.format = 'yyyy-mm-dd';&amp;quot; . &amp;quot;\n&amp;quot;&lt;br /&gt;
. &amp;quot;$('#date-pick').datePicker({clickInput:true, startDate:'2004-01-01'}).val(new Date().asString());&amp;quot; . &amp;quot;\n&amp;quot;&lt;br /&gt;
. '// ]]&amp;gt;' . &amp;quot;\n&amp;quot;&lt;br /&gt;
. '&amp;lt;/script&amp;gt;' . &amp;quot;\n&amp;quot;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>118.93.186.7</name></author>
		
	</entry>
</feed>