<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>247 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/247/</link>
	<description>Feed of posts on WordPress.com tagged "247"</description>
	<pubDate>Thu, 21 Aug 2008 10:36:17 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[How to Restore off a mounted slave disk on Redhat + Cpanel (crash/hack/bad kernel)]]></title>
<link>http://depachesolutions.wordpress.com/?p=25</link>
<pubDate>Wed, 20 Aug 2008 14:56:13 +0000</pubDate>
<dc:creator>depachesolutions</dc:creator>
<guid>http://depachesolutions.wordpress.com/?p=25</guid>
<description><![CDATA[How to Restore off a mounted slave disk on Redhat + Cpanel (crash/hack/bad kernel)
Warning: This is ]]></description>
<content:encoded><![CDATA[<p>How to Restore off a mounted slave disk on Redhat + Cpanel (crash/hack/bad kernel)</p>
<p>Warning: This is not to be done by the unexperienced admins bad things could happen. Hire someone.</p>
<p>Sometimes if you get hacked or boot with a bad kernel you need to have the datacenter mount your old drive, and install a new one with a fresh installation of redhat. First things first lets make sure you have an updated kernel, we will do it with up2date for ease of use:<br />
<strong><br />
up2date -f kerne</strong>l</p>
<p>check the grub.conf /or lilo config to ensure the settings are right. (if using lilo run this command aswell /sbin/lilo -v -v and check for errors)</p>
<p>Now reboot the server</p>
<p><strong> shutdown -r now</strong><br />
I. Mount the backup Drive</p>
<p>First check to see if there are any drives mounted.</p>
<p><strong> df -h</strong></p>
<p>You should get something simular to this if it isent mounted yet:</p>
<p>[root@localhost root]# df -h<br />
Filesystem            Size  Used Avail Use% Mounted on<br />
/dev/hda2              37G  1.4G   33G   4% /<br />
/dev/hda1             101M  7.7M   88M   9% /boot<br />
none                  125M     0  125M   0% /dev/shm<br />
[root@localhost root]#</p>
<p>if it is mounted you will see something like this:</p>
<p>-bash-2.05b# df -h<br />
Filesystem            Size  Used Avail Use% Mounted on<br />
/dev/hda3              53G   31G   20G  62% /<br />
/dev/hda1              99M   14M   80M  15% /boot<br />
none                  248M     0  248M   0% /dev/shm<br />
/dev/hdc3              53G   31G   20G  61% /mnt/old<br />
-bash-2.05b#</p>
<p>as you can see hdc3 is the old drive, and it is mounted as /mnt/old. Yours will be diffent possibly. But keep in mind you need to know the mount point for the backup drive for the following steps.</p>
<p>Lets mount if not already mounted.</p>
<p><strong> fdisk -l</strong></p>
<p>check for additional drives, in this tutorial we will use /dev/hdc3.</p>
<p><strong> mount /dev/hdb3 /mnt/old</strong></p>
<p>now that the drive is mounted you can browse files like:</p>
<p><strong> ls /mnt/old/home</strong></p>
<p>II. Rsync the files</p>
<p>Do these commands one by one,</p>
<p><strong> rsync -vrplogDtH /mnt/old/usr/local/apache/conf /usr/local/apache<br />
rsync -vrplogDtH /mnt/old/var/named /var<br />
rsync -vrplogDtH /mnt/old/home/* /home<br />
rsync -vrplogDtH /mnt/old/usr/local/cpanel /usr/local<br />
rsync -vrplogDtH /mnt/old/var/lib/mysql /var/lib<br />
rsync -vrplogDtH /mnt/old/var/cpanel /var<br />
rsync -vrplogDtH /mnt/old/usr/share/ssl /usr/share<br />
rsync -vrplogDtH /mnt/old/var/ssl /var<br />
rsync -vrplogDtH /mnt/old/usr/local/cpanel/3rdparty/mailman /usr/local/cpanel/3rdparty<br />
rsync -vrplogDtH /mnt/old/var/log/bandwidth /var/log<br />
rsync -vrplogDtH /mnt/old/usr/local/frontpage /usr/local<br />
rsync -vrplogDtH /mnt/old/var/spool/cron /var/spool</strong></p>
<p>Next Step -  Get some important files from etc:</p>
<p><strong> cd /mnt/old/etc<br />
rsync -vrplogDtH secondarymx domainalias valiases vfilters exim* proftpd* pure-ftpd* passwd* group* *domain* *named* wwwacct.conf cpupdate.conf quota.conf shadow* *rndc* ips* ipaddrpool* ssl /etc<br />
</strong></p>
<p>Now would be a good time to change your password for root:</p>
<p>passwd</p>
<p>III. Updating software and restarting services</p>
<p><strong> /scripts/upcp<br />
/scripts/updatenow<br />
/scripts/sysup<br />
/scripts/fixeverything<br />
/scripts/exim4<br />
/scripts/easyapache<br />
/scripts/securetmp</strong></p>
<p>This is needed to update cpanel information. Please note, sshd might fail and not start after running fixeverything. You have to login to whm, and go to the rpm installer and "FORCE" install opensshd-server, opensshd, opensshd-client and then restart sshd from whm.</p>
<p>IV. Restarting services</p>
<p><strong> /scripts/restartsrv httpd<br />
/scripts/restartsrv cpanel<br />
/scripts/restartsrv mysql<br />
/scripts/restartsrv named<br />
/scripts/restartsrv exim</strong></p>
<p>After you are pleased that everything is working fine, restart the entire server.</p>
<p>This tutorial works 100% on redhat, 7.3, 8.0, 9.0 and fedora. it has been tested on those boxes. But remember, if you dont know what your doing them hire someone to check your server out.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Stop PHP nobody Spammers]]></title>
<link>http://depachesolutions.wordpress.com/?p=22</link>
<pubDate>Wed, 20 Aug 2008 14:47:30 +0000</pubDate>
<dc:creator>depachesolutions</dc:creator>
<guid>http://depachesolutions.wordpress.com/?p=22</guid>
<description><![CDATA[PHP and Apache has a history of not being able to track which users are sending out mail through the]]></description>
<content:encoded><![CDATA[<p>PHP and Apache has a history of not being able to track which users are sending out mail through the PHP mail function from the nobody user causing leaks in formmail scripts and malicious users to spam from your server without you knowing who or where. Watching your exim_mainlog doesn't exactly help, you see th email going out but you can't track from which user or script is sending it. This is a quick and dirty way to get around the nobody spam problem on your Linux server.</p>
<p>If you check out your PHP.ini file you'll notice that your mail program is set to: /usr/sbin/sendmail and 99.99% of PHP scripts will just use the built in mail(); function for PHP - so everything will go through /usr/sbin/sendmail =)</p>
<p><strong>Requirements:<br />
</strong>We assume you're using Apache 1.3x, PHP 4.3x and Exim. This may work on other systems but we're only tested it on a Cpanel/WHM Red Hat Enterprise system.</p>
<p><strong>Time: </strong><br />
10 Minutes, Root access required.</p>
<p><a href="http://depachesolutions.files.wordpress.com/2008/08/nospam.gif"><img class="alignright size-medium wp-image-23" src="http://depachesolutions.wordpress.com/files/2008/08/nospam.gif?w=300" alt="" width="210" height="210" /></a><strong>Step 1)<br />
</strong>Login to your server and su - to root.</p>
<p><strong>Step 2) </strong><br />
Turn off exim while we do this so it doesn't freak out.<br />
<span class="green">/etc/init.d/exim stop</span></p>
<p><!-- COPYRIGHT MIDDLE ART --></p>
<div class="whitetext">Article provided by WebHostGear.com</div>
<p><!-- END COPYRIGHT MIDDLE ART --><strong>Step 3)</strong><br />
Backup your original /usr/sbin/sendmail file. On systems using Exim MTA, the sendmail file is just basically a pointer to Exim itself.<br />
<em>mv /usr/sbin/sendmail /usr/sbin/sendmail.hidden</em></p>
<p><strong>Step 4)</strong><br />
Create the spam monitoring script for the new sendmail.<br />
pico /usr/sbin/sendmail</p>
<p>Paste in the following:</p>
<p><em>#!/usr/local/bin/perl</em></p>
<p><em># use strict;<br />
use Env;<br />
my $date = `date`;<br />
chomp $date;<br />
open (INFO, "&#62;&#62;/var/log/spam_log") &#124;&#124; die "Failed to open file ::$!";<br />
my $uid = $&#62;;<br />
my @info = getpwuid($uid);<br />
if($REMOTE_ADDR) {<br />
print INFO "$date - $REMOTE_ADDR ran $SCRIPT_NAME at $SERVER_NAME n";<br />
}<br />
else {</em></p>
<p><em> print INFO "$date - $PWD -  @infon";</em></p>
<p><em> }<br />
my $mailprog = '/usr/sbin/sendmail.hidden';<br />
foreach  (@ARGV) {<br />
$arg="$arg" . " $_";<br />
}</em></p>
<p><em> open (MAIL,"&#124;$mailprog $arg") &#124;&#124; die "cannot open $mailprog: $!n";<br />
while (&#60;STDIN&#62; ) {<br />
print MAIL;<br />
}<br />
close (INFO);<br />
close (MAIL);</p>
<p></em><strong>Step 5)<br />
</strong>Change the new sendmail permissions<br />
<em>chmod +x /usr/sbin/sendmail<br />
</em><br />
<strong>Step 6)</strong><br />
Create a new log file to keep a history of all mail going out of the server using web scripts<br />
<em>touch /var/log/spam_log</em></p>
<p><em>chmod 0777 /var/log/spam_log</em></p>
<p><strong>Step 7)<br />
</strong>Start Exim up again.<br />
<em>/etc/init.d/exim start</em></p>
<p><strong>Step 8)</strong><br />
Monitor your spam_log file for spam, try using any formmail or script that uses a mail function - a message board, a contact script.<br />
<em>tail - f /var/log/spam_log</em></p>
<p><strong>Sample Log Output</strong></p>
<p>Mon Apr 11 07:12:21 EDT 2005 - /home/username/public_html/directory/subdirectory -  nobody x 99 99   Nobody / /sbin/nologin</p>
<p><strong>Log Rotation Details</strong><br />
Your spam_log file isn't set to be rotated so it might get to be very large quickly. Keep an eye on it and consider adding it to your logrotation.</p>
<p><span class="green">pico /etc/logrotate.conf</span></p>
<p>FIND:<br />
# no packages own wtmp -- we'll rotate them here<br />
/var/log/wtmp {<br />
monthly<br />
create 0664 root utmp<br />
rotate 1<br />
}</p>
<p>ADD BELOW:</p>
<p># SPAM LOG rotation<br />
/var/log/spam_log {<br />
monthly<br />
create 0777 root root<br />
rotate 1<br />
}</p>
<p><strong>Notes:</strong><br />
You may also want to <em>chattr + i /usr/sbin/sendmail</em> so it doesn't get overwritten.</p>
<p>Enjoy knowing you can see nobody is actually somebody</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to install MRTG on Your Cpanel Server]]></title>
<link>http://depachesolutions.wordpress.com/?p=20</link>
<pubDate>Wed, 20 Aug 2008 09:54:38 +0000</pubDate>
<dc:creator>depachesolutions</dc:creator>
<guid>http://depachesolutions.wordpress.com/?p=20</guid>
<description><![CDATA[
How to install MRTG on Your Cpanel Server
The Multi Router Traffic Grapher or just simply MRTG is f]]></description>
<content:encoded><![CDATA[<div id="article">
<p><span class="Title">How to install MRTG on Your Cpanel Server</span></p>
<p>The Multi Router Traffic Grapher or just simply MRTG is free software for monitoring the traffic load on network links. It allows the user to see traffic load on a network over time in graphical form. MRTG generates HTML pages containing graphical images which provide a LIVE visual representation of this traffic. How does it work? MRTG uses the Simple Network Management Protocol (SNMP) to send requests with two object identifiers (OIDs) to a device. The device, which must be SNMP-enabled, will have a management information base (MIBs) to lookup the OID's specified. After collecting the information it will send back the raw data encapsulated in an SNMP protocol. MRTG records this data in a log on the client along with previously recorded data for the device. The software then creates an HTML document from the logs, containing a list of graphs detailing traffic for the selected device.</p>
<p>This is a "How to" for installing MRTG (2.9.17) on a cpanel server. Let's start:</p>
<p># Download the software (<a href="http://oss.oetiker.ch/mrtg/">http://oss.oetiker.ch/mrtg/</a>) and move it to your download folder on your server. Or use the RPM installation information further down below.<br />
cd /root/downloads</p>
<p># Unninstall any older version in case we have an old/broken installation<br />
rpm -e mrtg</p>
<p># Get the latest rpm. The RPM might not reflect the latest available stand-alone version<br />
wget <a href="http://www.dedicated-resources.com/files/mrtg-2.9.17-1cpanel.i386.rpm">http://www.dedicated-resources.com/files/mrtg-2.9.17-1cpanel.i386.rpm</a><br />
# Or grab a newer version from here: <a href="http://rpmfind.net/linux/rpm2html/search.php?query=mrtg">http://rpmfind.net/linux/rpm2html/search.php?query=mrtg</a></p>
<p># Installing the application<br />
rpm -Uvh mrtg-2.9.17-1cpanel.i386.rpm</p>
<p># Moving libpng<br />
cd /usr/lib<br />
mv libpng.so.2 libpng.so.2.OLD</p>
<p># Creating the symlink<br />
ln -s libpng.so.3 libpng.so.2</p>
<p># Edit language at and specify only "en_US"<br />
pico /etc/sysconfig/i18n</p>
<p># Restarting MRTG<br />
service mrtg restart</p>
<p># Configure MRTG to allow only your local IP to see the reports at <a href="http://ip/mrtg">http://IP/mrtg</a> - Important: If your local IP changes due to DHCP very often, you should skip this step.<br />
# This can be happening often when being on DSL.</p>
<p>pico /usr/local/apache/conf/httpd.conf</p>
<p>#Search for the line (CTRL+W):<br />
# It should look like this:<br />
Options Indexes FollowSymlinks MultiViews<br />
AllowOverride None<br />
Order allow,deny<br />
Allow from all<br />
#After the last line () paste this and change allowed IPs:<br />
order deny,allow<br />
allow from [ SERVER IP ]<br />
allow from [YOUR LOCAL IP]<br />
deny from all<br />
# Restarting httpd<br />
service httpd restart</p>
<p># Let's put MRTG to start with the system<br />
chkconfig --level 0123456 mrtg on</p>
<p># Important: Add MRTG to the up2date skip-list of your server. If you don't do this, after the system updates your MRTG installation will be broken.<br />
up2date --configure<br />
# Select the skip-list option<br />
# Add mrtg to the skip-list<br />
"mrtg*"<br />
After this final step, your MRTG report should be available at: <a href="http://server_ip/mrtg">http://SERVER_IP/mrtg</a></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[cPanel] Move Large Site from one Server to another]]></title>
<link>http://depachesolutions.wordpress.com/?p=17</link>
<pubDate>Wed, 20 Aug 2008 09:46:51 +0000</pubDate>
<dc:creator>depachesolutions</dc:creator>
<guid>http://depachesolutions.wordpress.com/?p=17</guid>
<description><![CDATA[1.  Login to your server and su - to root (do not forget the - after su).
2.  Change to the /home di]]></description>
<content:encoded><![CDATA[<p style="text-align:left;">1.  Login to your server and su - to root (do not forget the - after su).</p>
<p>2.  Change to the /home directory:</p>
<p># cd /home<a href="http://depachesolutions.wordpress.com/files/2008/08/linux-tux-large.jpg"><img class="size-medium wp-image-18 aligncenter" src="http://depachesolutions.wordpress.com/files/2008/08/linux-tux-large.jpg?w=252" alt="" width="202" height="240" /></a></p>
<p>3.  Run the following command: (this may take a while depending on the size of your site)</p>
<p># /scripts/pkgacct USERNAME</p>
<p>(NOTE: USERNAME is the name of the user account not domain in cPanel).</p>
<p>4.  Move the resulting file to the home directory of your primary user:</p>
<p># mv /home/cpmove-USERNAME.tar.gz /home/primaryuser/cpmove-USERNAME.tar.gz</p>
<p>5.  Change permissions of the file:</p>
<p># chmod 755 /home/primaryuser/cpmove-USERNAME.tar.gz</p>
<p>6.  Login to the destination server and su - to root (do not forget the - after su).</p>
<p>7.  Change to the /home directory (see step #2).</p>
<p>8.  Run the following command:</p>
<p># /scripts/restorepkg USERNAME</p>
<p>**You may want to delete the "cpmove-USERNAME.tar.gz" from both servers as it may consume a lot of disk space.*</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[do i need a notary?]]></title>
<link>http://mobilenotaryoc.wordpress.com/?p=40</link>
<pubDate>Tue, 19 Aug 2008 01:52:56 +0000</pubDate>
<dc:creator>mobilenotaryoc</dc:creator>
<guid>http://mobilenotaryoc.wordpress.com/?p=40</guid>
<description><![CDATA[Do I Need a Notary?
A notary public is a legal officer who can witness and authenticate documents an]]></description>
<content:encoded><![CDATA[<p style="text-align:justify;">Do I Need a Notary?</p>
<p style="text-align:justify;">A notary public is a legal officer who can witness and authenticate <strong>documents and signatures</strong>. For the purposes of authentication, many countries require commercial or personal documents which originate from or are signed in another country to be notarised. In some countries, notably, the USA, notaries are not lawyers.</p>
<p style="text-align:justify;">Do I need a notary?  You cannot have a US notary to notarise a document or signature in another country, because, US notaries can only act in the US state that they are licensed for.</p>
<p style="text-align:justify;"><strong>Apostille</strong> is a French word which means certification. It is commonly used in English to refer to the legalisation of a document for international use under the terms of the 1961 Hague Convention, an international treaty that abolished the requirement of legalisation for foreign public documents (that previously might have had to be done at a consulate or the Foreign Office where the notary acted). So nowadays documents which have been notarised by a notary public and then certified with an apostille are accepted for legal use in all the nations that have signed the Hague Convention (this is most western countries, including Israel, the USA, the UK but <span style="text-decoration:underline;">not Canada nor Australia</span>).  The apostille just authenticates the notary’s work.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[New notary laws in 2008]]></title>
<link>http://mobilenotaryoc.wordpress.com/?p=35</link>
<pubDate>Tue, 19 Aug 2008 01:45:48 +0000</pubDate>
<dc:creator>mobilenotaryoc</dc:creator>
<guid>http://mobilenotaryoc.wordpress.com/?p=35</guid>
<description><![CDATA[Two notary-related bills were recently signed into law in January 2008



Following is a brief over]]></description>
<content:encoded><![CDATA[<div><span style="font-size:small;font-family:Arial;">Two notary-related bills were recently signed into law in January 2008</p>
<div></div>
<p></span></div>
<p><span style="font-size:small;font-family:Arial;"><span style="font-size:small;font-family:Arial;"></p>
<p align="left">Following is a brief overview of what California notaries public need to</p>
<p align="left">know in the new year.</p>
<div><strong></strong></div>
<div><strong></strong></div>
<p> </p>
<p></span></span></p>
<div><strong></strong></div>
<p><span style="font-size:small;font-family:Arial;"></p>
<p align="left"><strong></strong></p>
<p align="left"><strong>AB 886, Chapter 399 (Runner)</strong></p>
<p></span><span style="font-size:small;font-family:SymbolMT;"></span></p>
<p><span style="font-size:small;font-family:SymbolMT;"><span style="font-size:small;font-family:SymbolMT;">• </span></span><span style="font-size:small;font-family:Arial;">Under this new law, no acknowledgment may be taken or jurat executed on</span></p>
<p align="left"> <span style="font-size:small;font-family:Arial;">the basis of personal knowledge alone. A notary public who violates the law is<font face="Arial" size="3"></p>
<p align="left">subject to a civil penalty of up to $10,000.</p>
<div><span style="font-size:small;font-family:Arial;"> </span></div>
<p><span style="font-size:small;font-family:Arial;"><span style="font-size:small;font-family:SymbolMT;"><span style="font-size:small;font-family:SymbolMT;">• </span></span><span style="font-size:small;font-family:Arial;">The certificate of acknowledgment must be executed under penalty of perjury.</span></p>
<p></span></p>
<p></font></span></p>
<p> </p>
<div>
<p align="left"> <span style="font-size:small;font-family:Arial;">A notary public who willfully states as true any material fact known to be false</p>
<p align="left">can be subject to a civil penalty of up to $10,000.</p>
<div><span style="font-size:small;font-family:Arial;"> </span></div>
<p><span style="font-size:small;font-family:Arial;"><span style="font-size:small;font-family:SymbolMT;"><span style="font-size:small;font-family:SymbolMT;">• </span></span><span style="font-size:small;font-family:Arial;">The notary public journal must contain a notation that the identity of the person</span></p>
<p></span></span></p>
<div>
<p align="left"> <span style="font-size:small;font-family:Arial;">making an acknowledgment, or taking an oath or affirmation, must be based</p>
<p align="left">on “satisfactory evidence” and not “personal knowledge.”</p>
<div><span style="font-size:small;font-family:Arial;"> </span></div>
<p><span style="font-size:small;font-family:Arial;"><span style="font-size:small;font-family:SymbolMT;"><span style="font-size:small;font-family:SymbolMT;">• </span></span><span style="font-size:small;font-family:Arial;">A notary public applicant must submit a photograph of himself/herself to the</span></p>
<p></span></span></p>
<div>
<p align="left"> <span style="font-size:small;font-family:Arial;">Secretary of State along with the application.</p>
<div><span style="font-size:small;font-family:Arial;"> </span></div>
<p><span style="font-size:small;font-family:Arial;"><span style="font-size:small;font-family:SymbolMT;"><span style="font-size:small;font-family:SymbolMT;">• </span></span><span style="font-size:small;font-family:Arial;">A power of attorney document is added to the list of documents that requires a</span></p>
<p></span></span></p>
<div>
<p align="left"> <span style="font-size:small;font-family:Arial;">thumbprint in the journal.</p>
<div><span style="font-size:small;font-family:Arial;"> </span></div>
<p><span style="font-size:small;font-family:Arial;"><span style="font-size:x-small;font-family:SymbolMT;"><span style="font-size:x-small;font-family:SymbolMT;">• </span></span><span style="font-size:small;font-family:Arial;">When requested by a peace officer investigating a criminal offense, a notary</span></p>
<p></span></span></p>
<div>
<p align="left"><span style="font-size:small;font-family:Arial;">public must surrender his or her journal immediately or as soon as possible if</p>
<p align="left">the journal is not present. The peace officer must have probable cause to</p>
<p align="left">believe the journal contains evidence of a criminal offense.</p>
<div><span style="font-size:small;font-family:Arial;"> </span></div>
<p><span style="font-size:small;font-family:Arial;"><span style="font-size:small;font-family:SymbolMT;"><span style="font-size:small;font-family:SymbolMT;">• </span></span><span style="font-size:small;font-family:Arial;">Willful failure to notify the Secretary of State of a change of address or a name </span></p>
<p><font face="Arial" size="3"></font><font face="Arial" size="3"> </p>
<p></font></span><font face="Arial" size="3"> </p>
<p></font></span></p>
<p><span style="font-size:small;font-family:Arial;">change is punishable as an infraction by a fine of up to $500. Willful failure of<font face="Arial" size="3"></p>
<div>
<p align="left">a notary public to provide a peace officer with a journal when requested is</p>
<p align="left">punishable by a civil penalty of up to $2,500. A notary public who fails to</p>
<p align="left">obtain a thumbprint as required by Government Code section 8206 is subject</p>
<p align="left">to a civil penalty up to $2,500.</p>
<div></div>
<p><span style="font-size:small;font-family:Arial;"></p>
<p align="left"> </p>
<p> </p>
<p></span></div>
<p></font></span></p>
<div>
<p align="left"><span style="font-size:small;font-family:SymbolMT;"><span style="font-size:small;font-family:SymbolMT;">• </span></span><span style="font-size:small;font-family:Arial;">Willful failure to report the theft or loss of a journal is grounds for revocation or </span><span style="font-size:small;font-family:Arial;">suspension of a </span></p>
<p align="left"><span style="font-size:small;font-family:Arial;">notary public.<font face="Arial" size="3"></p>
<div>
<div><span style="font-size:small;font-family:Arial;"> </span></div>
<p><span style="font-size:small;font-family:Arial;"><span style="font-size:x-small;font-family:SymbolMT;"><span style="font-size:x-small;font-family:SymbolMT;">•</span></span><span style="font-size:small;font-family:Arial;"><span style="font-size:small;font-family:Arial;"><span style="font-size:small;font-family:Arial;">New grounds for denial of notary public applications or revocation or</span></span></span></p>
<p></span></div>
<p></font></span></p>
<div>
<div>
<p align="left">
<div></div>
<div><span style="font-size:small;font-family:Arial;"><span style="font-size:small;font-family:Arial;"></span></span></div>
<p><span style="font-size:small;font-family:Arial;"><span style="font-size:small;font-family:Arial;"><span style="font-size:small;font-family:Arial;"></p>
<p align="left">suspension of notary public commissions have been added for crimes</p>
<p align="left">connected to notarial acts: making a false writing, fraud relating to a deed of</p>
<p align="left">trust, improper notarial acts, unlawfully acting as a notary public, filing false or</p>
<p align="left">forged documents, forgery, embezzlement, and falsely obtaining personal</p>
<p align="left">information. Also, willful failure to provide access to a journal when requested</p>
<p>by a peace officer is grounds for revocation or suspension.</p>
<div><strong></strong></div>
<div><strong><span style="font-size:small;font-family:Arial;">AB 434, Chapter 496 (Silva) </span></strong></div>
<p><strong><span style="font-size:small;font-family:Arial;"></p>
<div></div>
<p></span></strong><span style="font-size:small;font-family:Arial;"></p>
<p align="left">This new law requires a notary public to respond within 15 business days</p>
<p align="left">from the receipt of a request by a member of the public for a line item from</p>
<p align="left">the notary public's journal. The notary public is required to provide either a</p>
<p align="left">photostatic copy of the line item representing the requested transaction or</p>
<p align="left">acknowledge that no such line item exists. In a disciplinary proceeding for</p>
<p align="left">noncompliance with this provision, a notary public may defend his or her</p>
<p align="left">delayed action on the basis of unavoidable, exigent business or personal</p>
<p>circumstances.</p>
<p> </p>
<p> </p>
<p> </p>
<p></span> </p>
<p></span></span></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Statewide 24 THIS Friday-Saturday Aug 22-23]]></title>
<link>http://24philly.wordpress.com/?p=59</link>
<pubDate>Mon, 18 Aug 2008 12:08:58 +0000</pubDate>
<dc:creator>retroman</dc:creator>
<guid>http://24philly.wordpress.com/?p=59</guid>
<description><![CDATA[This event will be held This Friday, August 22 - Evangelical Fellowship Church, County Line Road and]]></description>
<content:encoded><![CDATA[<p>This event will be held This Friday, August 22 - Evangelical Fellowship Church, County Line Road and Beechwood, in Huntington Valley. This chuch is located between RT 232 and Bustleton Avenue. A state senator will be in attendance Saturday morning.</p>
<p>Here's the PDF - <a href="http://24philly.files.wordpress.com/2008/08/pa-state_praise-publication.pdf">24 PA Philly 8-22</a></p>
<p style="text-align:center;"><a href="http://24philly.files.wordpress.com/2008/08/efc_24_map.png"><img class="size-medium wp-image-62 aligncenter" src="http://24philly.wordpress.com/files/2008/08/efc_24_map.png?w=300" alt="" width="300" height="216" /></a></p>
<p><img src="/Users/Nathan/AppData/Local/Temp/moz-screenshot.jpg" alt="" /></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Welcome to Despache Solutions Blog!]]></title>
<link>http://depachesolutions.wordpress.com/?p=3</link>
<pubDate>Sat, 16 Aug 2008 09:49:44 +0000</pubDate>
<dc:creator>depachesolutions</dc:creator>
<guid>http://depachesolutions.wordpress.com/?p=3</guid>
<description><![CDATA[Finally we start our blog to share more informations with you. Are you feed up with web hosting? mor]]></description>
<content:encoded><![CDATA[<p>Finally we start our blog to share more informations with you. Are you feed up with web hosting? more issues with the dedicated server provider? security issues? support issues?, i would like to take a look about our services and join with hazel free web hosting service.<a href="http://depachesolutions.wordpress.com/files/2008/08/logo.gif"><img class="alignleft size-medium wp-image-4" src="http://depachesolutions.wordpress.com/files/2008/08/logo.gif?w=172" alt="" width="172" height="109" /></a></p>
<p>the idea of developing the organization to give the best solution under one roof. we are focusing on customer satisfaction on first place. meaning of these all offers, services to satisfy you as a managed service provider. we all know now a days webhosting field some kind of mess in some point. thousands of providers out there but who are the real? most of providers targeting first on money then service, but finally you end up with another bad hosting experience with loosing money, time, data and may be your business. once i'm also beginner in this web hosting field, now over 4 years i spent my time on research the trends, issues in hosting fields, etc. lot of time spent on forums but thats what most of the time i feel.</p>
<p>So after those all things we start "Depache solutions" with all solutions that you expect form managed hosting provider. not only that, much more add ons as well. our first attention is for you, your business growth. we are ready to be your partner in progress.</p>
<p>What we offer as company,</p>
<ul>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Shared hosting      Services (Linux, Windows)</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">VPS Hosting Services      (Linux, Windows)</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Managed Dedicated      Hosting Services</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Domain Services</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Hosted Exchange      Services</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Hosted Small Business      Server</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Network      Administrating</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Customer Support      Services for your business</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">SSL Certificates</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">e-Commerce Solutions</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Web Designing</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Network Design</span></strong></li>
</ul>
<p>we guaranteed about our service with fascinating support.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Indonesia allocates 24.7 bln USD to subsides in 2009]]></title>
<link>http://baovietnam2.wordpress.com/2008/08/15/indonesia-allocates-247-bln-usd-to-subsides-in-2009/</link>
<pubDate>Fri, 15 Aug 2008 15:20:55 +0000</pubDate>
<dc:creator>Bao Viet Nam</dc:creator>
<guid>http://baovietnam2.wordpress.com/2008/08/15/indonesia-allocates-247-bln-usd-to-subsides-in-2009/</guid>
<description><![CDATA[ The Indonesian government will allocate 227.2 trillion rupiah (24.7 billion USD) or 27.8 percent of]]></description>
<content:encoded><![CDATA[<p> The Indonesian government will allocate 227.2 trillion rupiah (24.7 billion USD) or 27.8 percent of its expenditures in the 2009 State Budget to subsidies, President Susilo Bambang Yudhoyono said. <BR><BR>The amounts to be spent on various subsidies in the 2009 Draft State Budget would be 101.4 trillion rupiah for fuel oil, 60.4 trillion rupiah for electricity and 60.4 trillion rupiah for food, fertilizer and seedlings, Antara news agency reported, citing President Yudhoyono’s State-of-the-Nation address at a House of Representatives (DPR) plenary session on August 15. <BR><BR>"The government indeed is committed to maintaining economic stability by controlling the prices of fuel oil and the basic electricity tariff," he said. <BR><BR>The government, however, would continue to amend the subsidy policy in order to reduce budget leakages, prevent misdirection, and to evaluate the subsidy budget based on current developments in the global oil price, the President added.-</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Smooth... Urban Decay 24/7 Glide-On Lip Pencil]]></title>
<link>http://eaumg.wordpress.com/?p=154</link>
<pubDate>Tue, 12 Aug 2008 18:49:46 +0000</pubDate>
<dc:creator>Ajent Orange</dc:creator>
<guid>http://eaumg.wordpress.com/?p=154</guid>
<description><![CDATA[
Urban Decay has released the new 24/7 Glide-On Lip Pencil inspired by their very successful 24/7 Ey]]></description>
<content:encoded><![CDATA[<p><img class="aligncenter" src="http://a248.g.akamai.net/7/248/8278/20080719030535/www.sephora.com/assets/dyn/product/P219001/P219001_hero.jpg" alt="" width="139" height="139" /></p>
<p>Urban Decay has released the new<strong> 24/7 Glide-On Lip Pencil</strong> inspired by their very successful 24/7 Eye Pencil. If you haven't tried the eye pencils then you should. They're very nice. And you should try these too.</p>
<p>This formula is very smooth and doesn't tug or pull. The liner is waterproof! And is very long wearing. It doesn't dry my lips out either. It comes in six shades. There is <em>Envious</em> ( a lush medium berry),<em> Gash </em>(a classic brick red), <em>Heavy </em>( a shimmery nude brown), <em>Naked</em> ( a nude natural pink), <em>Ozone </em>(clear perfect for gloss), and <em>Wicked</em> ( a shimmering light pink). The shade Ozone, clear, is recommend to be used outside of the lips to prevent feathering without adding color or the look of heavy lip liner.</p>
<p>Each retails for $16 and are available at <a href="http://sephora.com" target="_blank">sephora.com</a> and<a href="http://ulta.com" target="_blank"> ulta.com</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[CookingGames 247 com]]></title>
<link>http://cookingponim.wordpress.com/?p=3</link>
<pubDate>Tue, 12 Aug 2008 02:15:56 +0000</pubDate>
<dc:creator>cookingponim</dc:creator>
<guid>http://cookingponim.wordpress.com/?p=3</guid>
<description><![CDATA[Fashion Games Free Fashion Games Fashion Games For Girls + Girl Games ? + Dress Up Games ? + Hair Ga]]></description>
<content:encoded><![CDATA[<p>Fashion Games Free Fashion Games Fashion Games For Girls + Girl Games ? + Dress Up Games ? + Hair Games ? + Cooking Games ? + Cooking Games ? + Play Games ? + Racing Games ? Cooking Games ? Dress Up Games …<br />
cookinggames.lolseek.com</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Come and meet your loving wife here ]]></title>
<link>http://asianteenslive.wordpress.com/?p=31</link>
<pubDate>Tue, 05 Aug 2008 08:06:36 +0000</pubDate>
<dc:creator>asian69cams</dc:creator>
<guid>http://asianteenslive.wordpress.com/?p=31</guid>
<description><![CDATA[Ok you need to log in here and start looking through profiles of online live babes waiting to meet a]]></description>
<content:encoded><![CDATA[<p><strong>Ok you need to log in here and start looking through profiles of online live babes waiting to meet a nice gent there are so many to choose from so dont get stuck on 1 of them get to see whta is around from Girls, shy cams, transexuals and what ever catergory may suit your needs </strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Verbal]]></title>
<link>http://doublecrossover.wordpress.com/?p=87</link>
<pubDate>Mon, 04 Aug 2008 20:40:05 +0000</pubDate>
<dc:creator>doublecrossover</dc:creator>
<guid>http://doublecrossover.wordpress.com/?p=87</guid>
<description><![CDATA[When VERBAL(m-flo/TERIYAKI BOYZ) come to town..

Nice and friendly guy, most respect!!!
 
 
]]></description>
<content:encoded><![CDATA[<p>When <strong><span style="color:#0000ff;">V</span><span style="color:#ffff00;">E</span><span style="color:#ff0000;">R</span><span style="color:#003300;">B</span><span style="color:#ff00ff;">A</span><span style="color:#ff6600;">L</span>(m-flo/TERIYAKI BOYZ)</strong> come to town..</p>
<p><a href="http://doublecrossover.files.wordpress.com/2008/08/img_0833.jpg"><img class="alignnone size-medium wp-image-88" src="http://doublecrossover.wordpress.com/files/2008/08/img_0833.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p>Nice and friendly guy, <span style="text-decoration:underline;"><strong><span style="color:#ff0000;">most respect!!!</span></strong></span></p>
<p> </p>
<p>:)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Hype Williams]]></title>
<link>http://doublecrossover.wordpress.com/?p=85</link>
<pubDate>Mon, 04 Aug 2008 20:30:41 +0000</pubDate>
<dc:creator>doublecrossover</dc:creator>
<guid>http://doublecrossover.wordpress.com/?p=85</guid>
<description><![CDATA[Hype Williams is the greatest and the most talent director in my opinion.
Here, go check some of his]]></description>
<content:encoded><![CDATA[<p><strong><span style="color:#ff0000;">Hype Williams</span></strong> is the greatest and the most talent director in my opinion.</p>
<p>Here, go check some of his work..</p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/s9LaVm5uwSY'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/s9LaVm5uwSY&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></p>
<p>And also his latest, <strong>Viva La Vida</strong>..</p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/m4EtvqJ65zM'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/m4EtvqJ65zM&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></p>
<p>:)</p>
]]></content:encoded>
</item>

</channel>
</rss>
