<?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>ByREV &#187; Tech</title>
	<atom:link href="http://blog.4rev.net/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.4rev.net</link>
	<description>4 REV NET</description>
	<lastBuildDate>Thu, 19 Nov 2009 00:36:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nokia N900 Picture</title>
		<link>http://blog.4rev.net/2009-11/nokia-n900-picture/</link>
		<comments>http://blog.4rev.net/2009-11/nokia-n900-picture/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 00:33:04 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Foto]]></category>
		<category><![CDATA[Phone]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Maemo 5]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[N900]]></category>
		<category><![CDATA[nokia]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=9024</guid>
		<description><![CDATA[Nokia N900, the Maemo 5-based Mobile Phone

32GB of storage, 3G data networks, connectivity to email, favorite webs, social communities, images, music, multitasking capabilities, 3.5-inch touchscreen, a side-sliding full QWERTY keyboard, and more.
]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-11/nokia-n900-picture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sanitize MySQL Inputs</title>
		<link>http://blog.4rev.net/2009-11/sanitize-mysql-inputs/</link>
		<comments>http://blog.4rev.net/2009-11/sanitize-mysql-inputs/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 23:44:17 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PhP]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[escape string]]></category>
		<category><![CDATA[GET]]></category>
		<category><![CDATA[Injection]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[stripslashes]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=9019</guid>
		<description><![CDATA[
Prepare the data so that when it gets added to your SQL query it doesn’t break the server ( Defence SQL injection attack ).
When a form has been submitted via GET or POST all data is stored in the global array:
 $_GET , $_POST, $_REQUEST and $_COOKIE.
&#60;?php
function sanitize(&#38;$t){
$t = array_map(&#8217;trim&#8217;, $t);
$t = array_map(&#8217;stripslashes&#8217;, $t);
$t = [...]]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-11/sanitize-mysql-inputs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone PUFF &#8211; the harder you blow the higher the skirt will go</title>
		<link>http://blog.4rev.net/2009-10/iphone-puff-the-harder-you-blow-the-higher-the-skirt-will-go/</link>
		<comments>http://blog.4rev.net/2009-10/iphone-puff-the-harder-you-blow-the-higher-the-skirt-will-go/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 06:49:28 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[Phone]]></category>
		<category><![CDATA[SeX XeS S3X]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[blow]]></category>
		<category><![CDATA[Girls]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[japanes]]></category>
		<category><![CDATA[puff]]></category>
		<category><![CDATA[upskirt]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8996</guid>
		<description><![CDATA[Puff! is a pretty straightforward app, that allows the iphone user to look up the japanes girls’ skirts, that’ll be pulled up (upskirt) either by blowing into the iPhone’s mic or tapping the screen multiple times.



TIPS:
the harder you blow the higher the skirt will go.
The iPhone PUFF app includes 3 girls and 3 locations, an [...]]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-10/iphone-puff-the-harder-you-blow-the-higher-the-skirt-will-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changes your login password in LINUX</title>
		<link>http://blog.4rev.net/2009-09/changes-your-login-password-in-linux/</link>
		<comments>http://blog.4rev.net/2009-09/changes-your-login-password-in-linux/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 20:04:45 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[passwd]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8982</guid>
		<description><![CDATA[
To change your password in Linux OS, type:
passwd
The root user can change the password of any user by running passwd command with user name as argument:
passwd nick
will change nicks password. Running passwd without arguments as superuser/root, changes the root password.
]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-09/changes-your-login-password-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create file name equal to current date / time in Linux</title>
		<link>http://blog.4rev.net/2009-09/create-file-name-equal-to-current-date-time-in-linux/</link>
		<comments>http://blog.4rev.net/2009-09/create-file-name-equal-to-current-date-time-in-linux/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 23:30:12 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8980</guid>
		<description><![CDATA[Linux command to create file name equal to current date / time :
example create folder:
mkdir FOLDERNAME_`date +%d-%m-%Y_%H-%M-%S`
example create file with ping result (one file / hour &#8211; command add all lines to the end of the file)
ping -i 0.5 -s 1450 google.com -c 120 -w 500 -f &#62;&#62;ping-google.com_`date +%Y.%m.%d.%H`.txt &#38;
]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-09/create-file-name-equal-to-current-date-time-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia CLIPit mobile phone 2010 &#8211; Photo Gallery</title>
		<link>http://blog.4rev.net/2009-09/nokia-clipit-mobile-phone-2010-photo-gallery/</link>
		<comments>http://blog.4rev.net/2009-09/nokia-clipit-mobile-phone-2010-photo-gallery/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 01:12:10 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Albume Foto]]></category>
		<category><![CDATA[Phone]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[dot matrix]]></category>
		<category><![CDATA[Philips Lumative]]></category>
		<category><![CDATA[smart fabrics]]></category>
		<category><![CDATA[touch pad]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8978</guid>
		<description><![CDATA[Nokia CLIPit concept mobile phone, that is considered 2010 material and comes with incredible feats, like using the finger print as a SIM, a 12 inch flexible screen &#038; Persian turquoise stone encrusted.

 gwidth = document.getElementById("phgid_16ad").offsetWidth; 
Nokia CLIPit Phone - Photo Gallery 1 Nokia CLIPit Phone Picture  Nokia CLIPit Phone Picture  Nokia CLIPit [...]]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-09/nokia-clipit-mobile-phone-2010-photo-gallery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Download free True Type Fonts (TTF)</title>
		<link>http://blog.4rev.net/2009-09/download-free-true-type-fonts-ttf/</link>
		<comments>http://blog.4rev.net/2009-09/download-free-true-type-fonts-ttf/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 00:15:55 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[font files]]></category>
		<category><![CDATA[imagefttext]]></category>
		<category><![CDATA[PhP]]></category>
		<category><![CDATA[php gd]]></category>
		<category><![CDATA[True Type Fonts]]></category>
		<category><![CDATA[ttf]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8964</guid>
		<description><![CDATA[This font files can be used to display True Type Fonts with php GD graphics ( imagefttext )

indexed TTF folders:

www.emc-zurich.ch/.ttf/
- [index download]
www.tut-vse.ru/ttf/Fonts/Special/
- [index download]
rbthemes.com/fonts/ttf-fossfonts-0.0.3/fonts/
- [index download]
www.ibiblio.org/pub/academic/political-science/freeburma/software/fonts/windows/
- [index download]
ratanaca.net/download/font/khmer-ttf-fonts/
- [index download]
misc.nybergh.net/pub/fonts/terminus/ttf/
- [index download]
www.tut-vse.ru/ttf/Fonts/Pict/
- [index download]
www.umich.edu/~archive/msdos/windows/fonts/truetype/
- [index download]
www.tut-vse.ru/ttf/Fonts/Symbol/
- [index download]
ftp.riken.go.jp/archives/tex-archive/fonts/cm/ps-type1/bakoma/ttf/
- [index download]
root.cern.ch/viewvc/trunk/fonts/
- [index download]
www.igd.fhg.de/images/fonts/
- [index download]

free ttf sites:

http://www.webpagepublicity.com/free-fonts.html
http://www.1001freefonts.com/

Mirror ttf site links
]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-09/download-free-true-type-fonts-ttf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing APC Accelerator Into PHP5 (Fedora Core 11)</title>
		<link>http://blog.4rev.net/2009-09/installing-apc-accelerator-into-php5-fedora-core-11/</link>
		<comments>http://blog.4rev.net/2009-09/installing-apc-accelerator-into-php5-fedora-core-11/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 05:30:44 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[APC]]></category>
		<category><![CDATA[fedora 11]]></category>
		<category><![CDATA[fedora core]]></category>
		<category><![CDATA[PECL]]></category>
		<category><![CDATA[PHP accelerator]]></category>
		<category><![CDATA[php extension]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8961</guid>
		<description><![CDATA[APC is a PHP accelerator extension that can be installed using PECL.  PECL comes with the php-pear package, and must be installed
yum install php-pear
install APC dependencies so that PECL can build APC:
yum install php-devel httpd-devel
yum groupinstall &#8216;Development Tools&#8217;
yum groupinstall &#8216;Development Libraries&#8217;
Now that if all dependencies are installed, you can install APC php accelerator:
pecl install apc
now, [...]]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-09/installing-apc-accelerator-into-php5-fedora-core-11/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Breast Enlargement Ringtone &#8211; Listen Rock Melon, increase your breast size!</title>
		<link>http://blog.4rev.net/2009-09/breast-enlargement-ringtone-listen-rock-melon-increase-your-breast-size/</link>
		<comments>http://blog.4rev.net/2009-09/breast-enlargement-ringtone-listen-rock-melon-increase-your-breast-size/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 04:16:30 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[Muzica]]></category>
		<category><![CDATA[Science and Technology]]></category>
		<category><![CDATA[Breast]]></category>
		<category><![CDATA[bust]]></category>
		<category><![CDATA[crying baby]]></category>
		<category><![CDATA[EngadgetRingtone]]></category>
		<category><![CDATA[enlargement]]></category>
		<category><![CDATA[increase size]]></category>
		<category><![CDATA[Melon]]></category>
		<category><![CDATA[ringtone]]></category>
		<category><![CDATA[Rock]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8956</guid>
		<description><![CDATA[Increase Your Breast Size]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-09/breast-enlargement-ringtone-listen-rock-melon-increase-your-breast-size/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Yahoo Multi Messenger 10</title>
		<link>http://blog.4rev.net/2009-09/yahoo-multi-messenger-10/</link>
		<comments>http://blog.4rev.net/2009-09/yahoo-multi-messenger-10/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 16:10:30 +0000</pubDate>
		<dc:creator>byrev</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Messenger 10]]></category>
		<category><![CDATA[multi login]]></category>
		<category><![CDATA[multi mess 10]]></category>
		<category><![CDATA[Multi Messenger]]></category>
		<category><![CDATA[Multi yahoo 10]]></category>

		<guid isPermaLink="false">http://blog.4rev.net/?p=8948</guid>
		<description><![CDATA[Daca aveti nevoie sa folositi mai multe sesiuni deschise simultan pentru Yahoo Messenger 10 aveti pentru download Multi Messenger in arhiva de mai jos:
–&#62; DOWNLOAD Multi Messenger 10
Dezarhivati si cititi instructiunile din fisierul #README.txt sau da-ti dublu-click pe “Install“. Daca aveti mai multe ID-uri de messenger puteti sa va logati pe toate simultan !!!
Pentru dezactivarea [...]]]></description>
		<wfw:commentRss>http://blog.4rev.net/2009-09/yahoo-multi-messenger-10/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
