<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hakimtea™.com &#187; Software</title>
	<atom:link href="http://hakimtea.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://hakimtea.com</link>
	<description>» I&#039;m INDONESIA BLOGGER and I proud of it! «</description>
	<lastBuildDate>Wed, 02 May 2012 18:35:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How To Instal OpenUpload (OpenUpload installation)</title>
		<link>http://hakimtea.com/blogger/how-to-instal-openupload-openupload-installation/</link>
		<comments>http://hakimtea.com/blogger/how-to-instal-openupload-openupload-installation/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 22:55:26 +0000</pubDate>
		<dc:creator>Hakimtea</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[How To Instal OpenUpload]]></category>
		<category><![CDATA[Instal OpenUpload]]></category>
		<category><![CDATA[OpenUpload]]></category>
		<category><![CDATA[OpenUpload Install]]></category>
		<category><![CDATA[OpenUpload installation]]></category>

		<guid isPermaLink="false">http://hakimtea.com/?p=4149</guid>
		<description><![CDATA[This is original note from OpenUpload installation notes (How To Instal OpenUpload &#8211; OpenUpload installation). Version: 0.3 INTRODUCTION This document describes the basic steps to install Open Upload. Be sure to also read README file. In this document there is also some documentation I suggest you to read. INDEX * Requirements * Quick Start * [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/blogger/how-to-instal-openupload-openupload-installation/' addthis:title='How To Instal OpenUpload (OpenUpload installation) ' ><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></description>
			<content:encoded><![CDATA[<p>This is original note from OpenUpload installation notes (<a href="http://hakimtea.com/blogger/how-to-instal-openupload-openupload-installation/">How To Instal OpenUpload &#8211; OpenUpload installation</a>). Version: 0.3</p>
<p><strong>INTRODUCTION</strong></p>
<p>This document describes the basic steps to install Open Upload.<br />
Be sure to also read README file.<br />
In this document there is also some documentation I suggest you to read.</p>
<p><strong>INDEX</strong></p>
<p>* Requirements<br />
* Quick Start<br />
* Modes and Rights<br />
* LDAP Authentication<br />
* Multisite installation<br />
* IP Blocking Feature<br />
* Templates / Logo change<span id="more-4149"></span></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>REQUIREMENTS</strong></p>
<p>To be able to use this software you need:<br />
- A running Web Server with PHP 5.x (version 4 won&#8217;t work)<br />
- Database (MySQL / PostgreSql) (optional but raccomended)<br />
- PHP and Web server must be configured to allow the file uploads<br />
More specifically:<br />
by default php allows uploads of max 2Mb file size.<br />
You&#8217;ll need to update the php.ini file to allow the maximum allowed size of your site, either by modifying the php.ini or<br />
allowing Apache (or the web server) to let .htaccess override the limit. (i.e. AllowOverride Options)<br />
In the www directory there is an example .htaccess file<br />
- PHP must be installed with the DATABASE backend you want to use,<br />
and GD image extensions for captcha to work.<br />
- Also the LDAP extension needs to be installed if you plan to use<br />
LDAP/AD Authentcation.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>QUICK START</strong></p>
<p>* BIG FAT NOTE: This procedure is aimed to let you test the program functionality.<br />
Once this program is right for you read the MULTISITE INSTALLATION to avoid<br />
security issues.<br />
You should make sure the files other than &#8220;www&#8221; are not directly accessible via WEB<br />
More specifically this are the most important:<br />
&#8220;data&#8221; directory where files are stored<br />
&#8220;txtdb&#8221; if a flat txt database is used</p>
<p>* Download the source from http:/www.sf.net/projects/openupload<br />
* Untar the file<br />
tar xzf &lt;release&gt;.tar.gz<br />
* Copy all files to somewhere which is accessible from the web (i.e. /var/www/html/openupload)<br />
* Point your browser to where the application has been installed (i.e. http://localhost/openupload)<br />
* Follow the setup steps.</p>
<p><strong>MANUAL CONFIGURATION</strong></p>
<p>* Copy the www/config.inc.php.example and edit it to suit your installation<br />
* Make sure the web server is able to write to the &#8220;data&#8221;, &#8220;data/tmp&#8221; and &#8220;templates_c&#8221; directory<br />
* Create the database<br />
( see MODES AND RIGHTS for more information on mode and rights configuration)<br />
MYSQL:<br />
- create the db and the user<br />
create database &lt;database&gt;;<br />
grant all privileges on &lt;database&gt;.* to &#8216;&lt;user&gt;&#8217;@'localhost&#8217; ideintified by &#8216;&lt;password&gt;&#8217;;<br />
- import the database schema and default config options<br />
mysql &lt;database&gt; -u &lt;user&gt; -p &lt; sql/mysql/1_schema.sql<br />
mysql &lt;database&gt; -u &lt;user&gt; -p &lt; sql/mysql/2_base.sql<br />
- import the configuration mode (it is not required):<br />
mysql &lt;database&gt; -u &lt;user&gt; -p &lt; sql/mysql/3_mode_&lt;selected&gt;.sql<br />
PGSQL:<br />
- create the user and the db<br />
su &#8211; postgres (or whatever is the db admin)<br />
createuser -P -S -D -R -l openupload<br />
createdb &#8211;owner=openupload openupload &#8220;OpenUpload DB&#8221;<br />
- import the database schema and default config options<br />
psql -h 127.0.0.1 -W -U openupload -f sql/pgsql/1_structure.sql<br />
psql -h 127.0.0.1 -W -U openupload -f sql/pgsql/2_base.sql<br />
- import the configuration mode (it is not required):<br />
psql -h 127.0.0.1 -W -U openupload -f sql/pgsql/3_mode_&lt;selected&gt;.sql<br />
FLAT FILE (TXT):<br />
- the txt is usable, but I would not suggest it unless it&#8217;s a really low traffic site.<br />
- make sure the &#8220;rootdir&#8221; for the txtdb folder is writable by your apache user<br />
- copy the default files from sql/txt/*.txt to the &#8220;rootdir&#8221; folder<br />
- substitute the wanted mode configuration txt/modes/acl_&lt;mode&gt;.txt over the acl.txt</p>
<p>* Point your browser to http://localhost/&lt;wherever&gt;<br />
* Login with Username: admin Password: admin<br />
* Go to Profile and change your admin e-mail and password<br />
* Enjoy! <img src='http://hakimtea.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>MODES AND RIGHTS</strong></p>
<p>Application can be configured to achive different behavier depending on group rights.<br />
It comes with a set of predefined rights so that it enables/disables features.<br />
Mainly I think this are the most usefull modes one should require, but you are free to adapt<br />
them after installation.</p>
<p>* Public<br />
The site is completely public. No need for the user to login or register. It can upload and<br />
download as it wishes. Still plugin limitations may apply.</p>
<p>* Service<br />
The site is public for not registered users, but registered ones get more functionality (i.e.<br />
less limitations, they can password protect the file, can send e-mails, etc).</p>
<p>* Restricted<br />
The users to be able to upload need to register/login<br />
The download is still public.</p>
<p>* Private<br />
The users must login to upload and they are not able to register (the Admin adds the users).<br />
The download is still available.<br />
I think this is the best solution for a company or user which wants internal users to upload<br />
files, but i.e. customers to download them freely.<br />
IMHO this is the best configuration in conjunction with LDAP/AD Authentication.</p>
<p>* Internal use (which I do not provide, but might be needed)<br />
This is a mode which could be used for some people, but unless needed you will need to<br />
configure the rights yourself.<br />
Mainly upload and download need a user to login.</p>
<p>Basically the rights are checked with this priority:</p>
<p>group / module / action<br />
group / module / *<br />
group / *      / *<br />
*     / module / action<br />
*     / module / *<br />
*     / *      / *</p>
<p>where * stands for any value.</p>
<p>With the LDAP authentication backend a user can be part of multiple groups.<br />
The check is done for every group the user is part of, and if none of it are matched<br />
the result is to deny the operation. (See LDAP AUTHENTICATION)</p>
<p>NOTE: Be carfull with rights as you might block yourself out</p>
<p>Also the plugins can be enabled and disabled based on the group a user is registered.<br />
Probabaly you&#8217;ll need to adapt it to suit your needs.<br />
Plugins must be enabled / disabled on a group basis (this might change in the future),<br />
there is no * for the group.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>LDAP AUTHENTICATION</strong></p>
<p>LDAP support is maily a company feature, where you want your internal users to be able to upload files,<br />
and Customers to be able to download (without the need to login).</p>
<p>Supported (tested) infrastructures:<br />
- Openldap (I test it against a Samba3 + Openldap structure).<br />
- Active Directory (against a windows 2003 domain)</p>
<p>LDAP configuration can be quite triky so you&#8217;ll need to undersand what the configuration options are:<br />
- host       : this is easy, the host to ask login requests (your LDAP / AD server)<br />
- type       : in case of Active Directory put &#8216;AD&#8217; as value<br />
- user       : this is the user used to do LDAP/AD queries. I&#8217;d suggest to create a readonly user.<br />
- password   : the &#8220;readonly&#8221; user password<br />
- domain     : only for Active Directory, specifies the AD domain (i.e. yourdomain.local), it&#8217;s used<br />
for user authentication. (like User@yourdomain.local)<br />
- basedn     : this is the LDAP base DN<br />
- userdn     : the base dn for user searches. For LDAP it is also used for user authentication values<br />
(i.e. uid=User,ou=Users,dc=yourdomain,dc=local), it&#8217;s the ou=Users,dc=yourdomain,dc=local<br />
- userckass  : the objectClass associated to the users (leave user for AD)<br />
- uid        : the field that corresponds to the user login (could be cn, i.e. cn=admin,ou=Users,&#8230; )<br />
- userfields : the list of correspondences between LDAP/AD attributes and the user fields<br />
place particular attention to the group_id match, as it needs to match the main gid for<br />
group name search.<br />
- groupdn    : Group base search path. Where groups are stored (could be the same as basedn)<br />
- groupclass : The objectClass of a group (leave group for AD)<br />
- gid        : this is the value to be matched between the group_id in the user fields and the group)<br />
- groupfields: this is a list of correspondence between LDAP/AD group attributes and the group fields<br />
- sgid       : Mainly needed for Openldap, the user might be part of other groups. this is the lookup<br />
field for the login name to be a member of a group (not needed in AD)<br />
- sgidfields : correpondence between ldap sub group attributes and group attributes (mainly it&#8217;s the<br />
same as groupfields) maybe I&#8217;ll remove it, if I find out it&#8217;s not needed.</p>
<p>Once you have configured this part you should make sure to be able to login as administrator and change rights.<br />
It&#8217;s probably a good idea to add a record with the Administrator group to be able to access anything.</p>
<p>I&#8217;d suggest to create a set of dedicated groups for the application (i.e. OpenUploadAdmin, OpenUploadUser),<br />
in your LDAP/AD configuration, and manage rights for only this groups (obviously assign to them the<br />
users you want to access the service)<br />
Also I&#8217;m not really sure how it works if a user has more than 1 group with different rights (especially<br />
on plugins)</p>
<p>If it&#8217;s a simple company you can use the default &#8220;Domain Users&#8221; and &#8220;Domain Admins&#8221;.</p>
<p>Please note that if LDAP is enabled you won&#8217;t be able to manage users/groups from the Administration interface<br />
(use the LDAP/AD for this)</p>
<p>I&#8217;d also suggest to assign your users an e-mail addess.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>MULTISITE INSTALLATION</strong></p>
<p>In the QUICK START you find out how to test the application.<br />
For a better installation this are my suggestions:</p>
<p>Put the program somewhere which is not WEB accessible. (i.e. /usr/share/openupload)<br />
You can then copy the www folder to the WEB server root (or subdirectory), or even better,<br />
point the web server to the www folder if it&#8217;s a single site configuration.</p>
<p>Make sure the &#8220;data&#8221;, &#8220;data/tmp&#8221; and &#8220;templates_c&#8221; folders are writable by the web user.</p>
<p>Change the config.inc.php accordingly to your installation.</p>
<p>If you want a multisite be sure to have a different config.inc.php per site (and db or db prefix).<br />
Create a template folder for every site (or maybe just 1 if you plan on changing only the logo).</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>IP BLOCKING FEATURE (actually allow/deny)</strong></p>
<p>The IP blocking feature is pretty configurable, so you can allow only a set of specific networks<br />
to access the site (i.e. VPN networks).<br />
The ip can be specified with a subnet mask (i.e. 192.168.0.0/255.255.255.0) or with a subnet mask<br />
number (i.e. 192.168.1.0/23)</p>
<p>Then you can decide wether this range accesses the site or not.<br />
So you could block an entire range of IPs with only one line.</p>
<p>You can also secify a priority so let&#8217;s say you want all the 192.168.0.0/16 networks to access,<br />
but you want to block the specific 192.168.99.0/24 network.</p>
<p>IP          | ACCESS  | PRIORITY<br />
192.168.0.0/16  | allow   |  8<br />
192.168.99.0/24 | deny    |  7</p>
<p>The IP Banning feature will set a default value of 10 as the priority rule for the IP to be BANNED.</p>
<p>If you want to be sure that your network is not banned use a priority lower than that.</p>
<p>Please be carefull as you could lock yourself out <img src='http://hakimtea.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>PLUGINS</strong><br />
The provided plugins need to be enabled on a group basis.<br />
Some are feature plugins, others are limitation plugins.</p>
<p>captcha  : allows the user to select a captcha before the download. (Requires GD extension)<br />
email    : allows sending e-mails with the download detail<br />
password : allows password protection of the download<br />
expire   : defines when an upload must expire (use the maintainance to delete them)<br />
filesize : definition of different file size uploads on a group basis<br />
mimetype : specify a limited set of mimetypes or ban some of them<br />
compress : allows to compress the uploaded files into an archive. Requires external tools<br />
(must be configured)</p>
<p><strong>TEMPLATES / LOGO CHANGES (Notes)</strong></p>
<p>If you want to change something in the templates I&#8217;d suggest to create a site template and put<br />
there the needed changed files,<br />
(templates/&lt;yourtemplate&gt; or www/templates/&lt;yourtemplate&gt;).<br />
The program will check for the exsistence of a file in the selected template folder, and if not<br />
found will go back to the default.<br />
This will avoid problems when updating the program to a new version.</p>
<img src="http://hakimtea.com/?ak_action=api_record_view&id=4149&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/blogger/how-to-instal-openupload-openupload-installation/' addthis:title='How To Instal OpenUpload (OpenUpload installation) ' ><a href="//addthis.com/bookmark.php?v=250&amp;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">|</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hakimtea.com/blogger/how-to-instal-openupload-openupload-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CorelDRAW X4, X5 Can&#8217;t Saving File, Ini Solusinya</title>
		<link>http://hakimtea.com/software/coreldraw-x4-x5-cant-saving-file-ini-solusinya/</link>
		<comments>http://hakimtea.com/software/coreldraw-x4-x5-cant-saving-file-ini-solusinya/#comments</comments>
		<pubDate>Mon, 23 May 2011 11:02:14 +0000</pubDate>
		<dc:creator>Hakimteaa</dc:creator>
				<category><![CDATA[Komputer]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://hakimtea.com/?p=3964</guid>
		<description><![CDATA[You&#8217;r CorelDRAW X4 or X5 cannot saving the file? Tidak bisa menyimpan file alias tidak bisa ngesave? Hal tersebut pernah saya rasakan. Waktu itu instal corelDRAW X4 whitout keygen hanya perlu crack-an yang sudah tersedia pada folder yang ada. Keygen terlalu rawan with virus and keygen on my PC selalu dibabat abis oleh Avast! dan [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/software/coreldraw-x4-x5-cant-saving-file-ini-solusinya/' addthis:title='CorelDRAW X4, X5 Can&#8217;t Saving File, Ini Solusinya ' ><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></description>
			<content:encoded><![CDATA[<p>You&#8217;r CorelDRAW X4 or X5 cannot saving the file? Tidak bisa menyimpan file alias tidak bisa ngesave? Hal tersebut pernah saya rasakan. Waktu itu instal corelDRAW X4 whitout keygen hanya perlu crack-an yang sudah tersedia pada folder yang ada. Keygen terlalu rawan with virus and keygen on my PC selalu dibabat abis oleh Avast! dan PC media karena dianggap virus, untuk file crack-an selalu aman.</p>
<p>Saya menginstal corel cause komputer yang saya gunakan diinstal ulang. Pada waktu itu saat akan mengerjakan label baru dan design dus untuk <span id="more-3964"></span><a href="http://browniesku.com">browniesku</a>. Saya sadar pernah mengalami hal ini sebelumnya oleh karenanya before I do my design work, saya coba dulu sebuah garis dan mencoba menyimpan file dan ternyata tidak bisa. Ya pasti hal ini terjadi karena license belum saya dapatkan, maklum this ilegal software, hahahaha.</p>
<p>Solusinya adalah menanamkan file &#8220;PSIKey_2.dll&#8221; dapat di download di</p>
<p>http://www.mediafire.com/?njjnjtkzmzn</p>
<p>Caranya copy/replace file PSIKey_2.dll pada C:\Program Files\Common Files\Protexis\License Service</p>
<p>Terimakasih untuk vakhme dan all kaskuser!</p>
<img src="http://hakimtea.com/?ak_action=api_record_view&id=3964&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/software/coreldraw-x4-x5-cant-saving-file-ini-solusinya/' addthis:title='CorelDRAW X4, X5 Can&#8217;t Saving File, Ini Solusinya ' ><a href="//addthis.com/bookmark.php?v=250&amp;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">|</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hakimtea.com/software/coreldraw-x4-x5-cant-saving-file-ini-solusinya/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Mengatasi Crash Office 2007 di Vista</title>
		<link>http://hakimtea.com/tips/mengatasi-crash-office-2007-di-vista/</link>
		<comments>http://hakimtea.com/tips/mengatasi-crash-office-2007-di-vista/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 02:31:32 +0000</pubDate>
		<dc:creator>Hakimtea</dc:creator>
				<category><![CDATA[Artikel Kontes]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Crash Office 2007 Window Vista]]></category>
		<category><![CDATA[Microsoft Word Crash]]></category>
		<category><![CDATA[Office 2007]]></category>

		<guid isPermaLink="false">http://hakimtea.com/?p=3089</guid>
		<description><![CDATA[Sudah hampir sepekan di pusingkan sama yang namanya vista dan office 2007. Gimana enggak ? dah diinstall rapih dan tanpa halangan, begitu 3 hari pakai tiba-tiba muncul tulisan Microsoft word has stopped working&#8230;. Jadi kaya kebakaran jenggot, sampai kebawa emosi rasanya pengen ngebanting tuh laptop yang lagi di install&#8230; Sampai pusingnya, makan malam jadi gak [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/tips/mengatasi-crash-office-2007-di-vista/' addthis:title='Mengatasi Crash Office 2007 di Vista ' ><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Sudah hampir sepekan di pusingkan sama yang namanya vista dan office 2007. Gimana enggak ? dah diinstall rapih dan tanpa halangan, begitu 3 hari pakai tiba-tiba muncul tulisan Microsoft word has stopped working&#8230;. Jadi kaya kebakaran jenggot, sampai kebawa emosi rasanya pengen ngebanting tuh laptop yang lagi di install&#8230;</p>
<p>Sampai pusingnya, makan malam jadi gak nafsu udahnya gitu tidur malam jam2 buat cari permasalahannya.</p>
<p>Akhirnya didiemin aja dulu sampai seharian, sambil cari-cari informasi dan baca2 buku&#8230; tiba2 nemu ide buat ngoprek-ngoprek lagi&#8230;</p>
<p>Begini neh ide yang ditemukan&#8230;<span id="more-3089"></span></p>
<p>Pertama-tama vista dan xp kan gak jauh beda untuk settingan mesin or windows performance-nya.. saya maen di regedit tempat buat ngoprek-ngoprek mesin vista-nya buat nemuin perintah windows yang mempengaruhi office 2007&#8230; alhasil ditemukan lah sebuah perintah yang sama dengan perintah office 2007.</p>
<p>Yang kedua&#8230; ane masukkin nilai 0 pada perintah tersebut untuk memperhatikan pengaruhnya terhadap office 2007.</p>
<p>Yang ketiga, alhasil dari kedua langkah tersebut.. sistem melakukan restart dan&#8230;jreeeengggg&#8230;. Akhirnya office 2007 berfungsi kembali..</p>
<p>Bingung ya koq bisa dapat ide kayak gitu, neh langkah-langkah yang dilakukan :</p>
<p>1.      Check dulu apakah laptop yang anda miliki mempunyai fasilitas Wireless dan Bluetooth, kalau ada karena dari situ titik pangkal utamanya, tapi kalau gak ada &#8230; &#8220;<em>hari gini gak punya wireless dan bluetoth di laptop, mending ganti aja  gak usah ikutin cara berikut </em>&#8221; he5xJ</p>
<p>2.      Pada XP anda klik RUN dan ketikkan Regedit lalu ENTER, sampai muncul jendala regedit-nya; sedangkan kalau vista klik jendela windows masukkan kata REGEDIT pada kolom SEARCH itu akan membawa kita ke menu regedit</p>
<p>3.      Pada menu regedit anda klik di bacaan HKEY_LOCAL_MACHINE lalu klik di SOFTWARE, setelah itu masuk ke MICROSOFT dan terakhir masuk ke OFFICE. Nah anda cari key berikut ini pada excel ataupun word ADDINS dan klik di tulisan BTOFFICEADDIN.BTOFFICEINTEGRATION.1</p>
<p>4.      Setelah itu klik kanan pada bacaan terakhir tadi klik MODIFY, ganti namanya menjadi LoadBehaviour dan BINARY atau angkanya ganti menjadi 0.</p>
<p>5.      Setelah selesai tutup menu regedit dan restart computer anda.</p>
<p>6.      Lihat hasilnya, kalau gak berhasil ulangi dari awal.</p>
<p>Jadi intinya hanya satu untuk nemuin kode tersebut, teliti dan sabar. Klo gak dijalanin yang ada malah marah2 doank kerjaannya.</p>
<p>O.k Selamat mencoba !!!</p>
<p style="padding-left: 60px;"><em>Artikel Kontes Blog 1 Tahun Hakimtea.com<br />
Judul                : Mengatasi Crash Office 2007 di Vista<br />
Penulis            : Dody Sucahyo (ucha80)<br />
URL                 : <a href="http://foruminformasi-umj.blogspot.com/">http://foruminformasi-umj.blogspot.com</a></em></p>
<img src="http://hakimtea.com/?ak_action=api_record_view&id=3089&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/tips/mengatasi-crash-office-2007-di-vista/' addthis:title='Mengatasi Crash Office 2007 di Vista ' ><a href="//addthis.com/bookmark.php?v=250&amp;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">|</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hakimtea.com/tips/mengatasi-crash-office-2007-di-vista/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Software Pemasang Iklan</title>
		<link>http://hakimtea.com/business/software-pemasang-iklan/</link>
		<comments>http://hakimtea.com/business/software-pemasang-iklan/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 20:46:10 +0000</pubDate>
		<dc:creator>Hakimtea</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Iklan]]></category>
		<category><![CDATA[Iklan Baris Gratis]]></category>
		<category><![CDATA[Keuntungan Iklan Baris]]></category>
		<category><![CDATA[Promosi usaha dengan iklan baris]]></category>
		<category><![CDATA[Software Pemasang Iklan]]></category>
		<category><![CDATA[sukses dengan iklan baris]]></category>

		<guid isPermaLink="false">http://hakimtea.com/?p=1270</guid>
		<description><![CDATA[Beberapa waktu yang lalu saya pernah membahas tentang cara berpromosi gratis menggunakan iklan baris. Dalam postingan tersebut saya katakan bahwa keberhasilan dan kesuksesan salah satu bisnis online adalah dengan melakukan promosi, promosi dan promosi. Promosi merupakan salah satu faktor penting untuk meningkatkan dan mengembangkan bisnis online Anda. Jika pada artikel terdahulu saya hanya menyinggung tentang [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/business/software-pemasang-iklan/' addthis:title='Software Pemasang Iklan ' ><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Beberapa waktu yang lalu saya pernah membahas tentang cara <a href="http://hakimtea.com/business/promosi-gratis-dengan-iklan-baris-gratis/" target="_blank">berpromosi gratis menggunakan iklan baris</a>. Dalam postingan tersebut saya katakan bahwa keberhasilan dan kesuksesan salah satu bisnis online adalah dengan melakukan promosi, promosi dan promosi. Promosi merupakan salah satu faktor penting untuk meningkatkan dan mengembangkan bisnis online Anda.</p>
<p>Jika pada artikel terdahulu saya hanya menyinggung tentang layanan iklan baris gratis yang bisa kita manfaatkan sebagai ajang promosi, pada kesempatan ini saya coba kemukakan kenyataan kurang efektifnya situs iklan baris jika kita harus mendaftar satu-persatu, kenapa? Masalahnya layanan (situs) penyedia iklan baris gratis yang terdapat di internet jumahnya ratusan bahkan ribuan, sementara untuk memulai beriklan pada salah satu situs iklan baris Anda diwajibkan untuk melakukan registrasi yang pada kenyataannya tidak membuat waktu promosi Anda efektif. Bayangkan jika <span id="more-1270"></span>ada 10 situs iklan baris maka 10 kali Anda harus melakukan pendaftaran, cukup menyita waktu bukan?</p>
<p>Jika demikian hal tersebut tidak sesuai dengan tiga persyaratan bisnis online yang kita ketahui bersama, yaitu; 1. Kreatifitas, 2. Kecepatan dan 3. Tepat waktu. Dalam berbisnis online 3 syarat ini setidaknya harus bisa kita terapkan agar bisnis online kita dapat tumbuh dan berkembang, jika tidak maka jangan heran jika bisnis kita hanya berjalan ditempat.</p>
<p>Sudah menjadi rahasia umum kebanyakan para pelaku bisnis online adalah single fighter dalam artian dari mulai membuat website, blog, menjalin hubungan, berpromosi, menjaga komunitas, sampai mendapatkan dan mempertahankan pelanggan dilakukan seorang diri. Bisa terbayang betapa menyita waktu dan melelahkan.</p>
<p>Solusinya? Setidaknya untuk memenuhi persyaratan kedua dan ketiga tentang kecepatan dan tepat waktu maka kita memerlukan solusi dalam melakukan promosi yang cepat dan akurat. Iklan baris merupakan salah satu solusi untuk berpromosi tapi kecepatannya? karenanya kita memerlukan sebuah software yang mampu memasang iklan ke banyak situs iklan baris dalam waktu yang cepat, efektif dan akurat. Dan bukan itu saja tapi mampu memberikan suntikan backlink bagi website dan blog Anda.</p>
<p>Adakah software seperti itu? Ada! Dan saya sendiri pernah menggunakannya beberapa waktu yang lalu dan terbukti efektif untuk berpromosi secara cepat dan tepat sehingga iklan kita menyebar ke seluruh layanan situs iklan baris gratis. Dahulu saya menggunakan software pemasang iklan ini punya seorang teman jadi ya gratisan, hehe. Namun bagi Anda yang memerlukan software pemasang iklan bisa melihat-lihat dan membaca apa saja keunggulan software ini di <strong><a href="http://www.pemasangiklan.com" target="_blank">Pemasangiklan.com-Software Pasang Iklan ke 267 situs iklan baris!</a></strong>.</p>
<p style="text-align: center;"><img class="aligncenter" title="Software Pemasang Iklan Baris" src="http://hakimtea.wordpress.com/files/2008/10/pemasang_iklan_baris.gif" alt="" width="273" height="362" /></p>
<p>Disini saya coba sedikit kemukakan beberapa keunggulan software pemasang iklan v1.5 ini diantaranya adalah:</p>
<ol>
<li>Mampu memasang iklan ke berbagai situs iklan baris dengan cepat.</li>
<li>Anda tidak perlu melakukan registrasi ke situs iklan baris karena software ini yang melakukan untuk Anda.</li>
<li>Tak ada batas berapa kali mendaftar dan pasang iklan selama materi dan situs iklan tidak sama.</li>
<li>Mudah dalam melakukan pemilihan kategori iklan.</li>
<li>Mampu menentukan kapan iklan Anda habis masa berlakunya &#8211; kadaluarsa (expire).</li>
<li>Bisa multiple account (ada fasilitas save &amp; open data).</li>
<li>Proses pendaftaran / pemasangan iklan secara simultan.</li>
<li>Ada laporannya (reports).</li>
<li>Tidak perlu keahlian bahasa Inggris karena tampilan dan petunjuk software ini berbahasa Indonesia.</li>
<li>Ukuran file software ini cukup kecil (setelah install ± 761 KB).</li>
<li>Karena ukurannya kecil maka tentu saja bisa di install ke disket atau flashdisk</li>
<li>dan masih banyak lagi keunggulan lainnya.</li>
</ol>
<p>Demikian, salam sukses selalu <img src='http://hakimtea.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://hakimtea.com/?ak_action=api_record_view&id=1270&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/business/software-pemasang-iklan/' addthis:title='Software Pemasang Iklan ' ><a href="//addthis.com/bookmark.php?v=250&amp;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">|</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hakimtea.com/business/software-pemasang-iklan/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>


<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 22/25 queries in 0.021 seconds using disk

Served from: hakimtea.com @ 2012-05-23 22:54:33 -->
