cembele http://cembele.com beta xfce http://cembele.com/content.php?t=xfce Tue, 03 Jan 2012 23:12:32 +0200 Boro http://cembele.com/content.php?t=xfce MinGW Cpp Compiling http://cembele.com/content.php?t=MinGW%20Cpp%20Compiling Thu, 02 Jun 2011 14:31:03 +0300 Aruz http://cembele.com/content.php?t=MinGW%20Cpp%20Compiling
xp@userr ~
$ g++ -s -fno-rtti -static-libgcc -static-libstdc++ hello.cpp -o hello.exe

xp@usrr ~
$
... ]]>
Bash Tips http://cembele.com/content.php?t=Bash%20Tips Sun, 13 Mar 2011 19:50:08 +0200 Aruz http://cembele.com/content.php?t=Bash%20Tips
aruz@Notebook:~$ echo "$((2+2))"
4
aruz@Notebook:~$
... ]]>
Linux Directories http://cembele.com/content.php?t=Linux%20Directories Mon, 28 Feb 2011 23:11:51 +0200 Echo http://cembele.com/content.php?t=Linux%20Directories /usr -> contains user application files.
/tmp -> contains temporary files... ]]>
PHP Session Path http://cembele.com/content.php?t=PHP%20Session%20Path Sat, 29 Jan 2011 23:38:06 +0200 Aruz http://cembele.com/content.php?t=PHP%20Session%20Path /var/lib/php5/... ]]> Python Sorting http://cembele.com/content.php?t=Python%20Sorting Tue, 28 Dec 2010 23:30:49 +0200 Aruz http://cembele.com/content.php?t=Python%20Sorting
>>> list=["aaa","pppp","yy","u"]
>>> sorted(list)
['aaa', 'pppp', 'u', 'yy'... ]]>
Ubuntu Change the Default Web Browser in Ubuntu http://cembele.com/content.php?t=Ubuntu%20Change%20the%20Default%20Web%20Browser%20in%20Ubuntu Sat, 04 Dec 2010 15:26:53 +0200 Aruz http://cembele.com/content.php?t=Ubuntu%20Change%20the%20Default%20Web%20Browser%20in%20Ubuntu xfce@ubuntu:~$ sudo update-alternatives --config x-www-browser
There are 5 choices for the alternative x-www-browser (providing /usr/bin/x-www-browser).

Choice Path ... ]]>
Remove Facebook Account Forever http://cembele.com/content.php?t=Remove%20Facebook%20Account%20Forever Tue, 30 Nov 2010 22:52:05 +0200 Aruz http://cembele.com/content.php?t=Remove%20Facebook%20Account%20Forever Delete Account... ]]> Symbian Emulator http://cembele.com/content.php?t=Symbian%20Emulator Mon, 29 Nov 2010 00:23:39 +0200 Aruz http://cembele.com/content.php?t=Symbian%20Emulator Symbian Emulator... ]]> Ajax Events http://cembele.com/content.php?t=Ajax%20Events Sun, 28 Nov 2010 21:46:22 +0200 Aruz http://cembele.com/content.php?t=Ajax%20Events Python str http://cembele.com/content.php?t=Python%20str Sun, 28 Nov 2010 18:37:51 +0200 Bonanza http://cembele.com/content.php?t=Python%20str >>> str(123)
'123'
>>> a=str
>>> a(234)
'234'
>>> ... ]]>
Umay Umay http://cembele.com/content.php?t=Umay%20Umay Sun, 28 Nov 2010 02:12:06 +0200 Livee http://cembele.com/content.php?t=Umay%20Umay Sample PHP http://cembele.com/content.php?t=Sample%20PHP Sun, 28 Nov 2010 02:10:06 +0200 Vin http://cembele.com/content.php?t=Sample%20PHP <?php print("Hello"); ?>... ]]> Sample SQL http://cembele.com/content.php?t=Sample%20SQL Sun, 28 Nov 2010 01:54:49 +0200 Vin http://cembele.com/content.php?t=Sample%20SQL SELECT * FROM * ... ]]> JavaScript Text Change http://cembele.com/content.php?t=JavaScript%20Text%20Change Fri, 26 Nov 2010 02:34:01 +0200 Aruz http://cembele.com/content.php?t=JavaScript%20Text%20Change document.getElementById("SomeDivTag").innerHTML="I feel like a hero!";... ]]> Python http://cembele.com/content.php?t=Python Thu, 25 Nov 2010 15:03:35 +0200 Aruz http://cembele.com/content.php?t=Python Ajax Script http://cembele.com/content.php?t=Ajax%20Script Thu, 11 Nov 2010 23:27:10 +0200 Aruz http://cembele.com/content.php?t=Ajax%20Script
<script language="javascript">
...
</script>
--------
<script language="javascript" src="javascript.js">
...<... ]]>
Ajax Objects http://cembele.com/content.php?t=Ajax%20Objects Thu, 11 Nov 2010 23:25:02 +0200 Aruz http://cembele.com/content.php?t=Ajax%20Objects location.hostname : ISP name
document.fgcolor : foreground color
document.bgcolor : background color
location.appName : browser name
navigator.UserAg... ]]>
Ajax Sample onclick http://cembele.com/content.php?t=Ajax%20Sample%20onclick Thu, 11 Nov 2010 20:03:19 +0200 Aruz http://cembele.com/content.php?t=Ajax%20Sample%20onclick <html>
<head>
<title>Ajax onclick</title>
<script language="javascript">
function Alert()
{
alert("Alert.") ... ]]>
Ajax Sample onmousedown http://cembele.com/content.php?t=Ajax%20Sample%20onmousedown Thu, 11 Nov 2010 19:02:20 +0200 Aruz http://cembele.com/content.php?t=Ajax%20Sample%20onmousedown <html>
<head>
<title>Ajax onmousedown event
</title>
</head>
<body onmousedown="a();">
... ]]>
Ajax http://cembele.com/content.php?t=Ajax Thu, 11 Nov 2010 01:48:54 +0200 Aruz http://cembele.com/content.php?t=Ajax Mobile Application Emulator http://cembele.com/content.php?t=Mobile%20Application%20Emulator Tue, 09 Nov 2010 10:43:20 +0200 JDV http://cembele.com/content.php?t=Mobile%20Application%20Emulator House M.D. http://cembele.com/content.php?t=House%20M.D. Mon, 08 Nov 2010 19:21:09 +0200 Aruz http://cembele.com/content.php?t=House%20M.D. House M.D. on IMBD... ]]> Blender http://cembele.com/content.php?t=Blender Thu, 04 Nov 2010 01:45:47 +0200 Aruz http://cembele.com/content.php?t=Blender Win7 http://cembele.com/content.php?t=Win7 Thu, 04 Nov 2010 00:53:26 +0200 Aruz http://cembele.com/content.php?t=Win7 FlashPlayer Sol files Directory http://cembele.com/content.php?t=FlashPlayer%20Sol%20files%20Directory Fri, 22 Oct 2010 10:20:39 +0300 Aruz http://cembele.com/content.php?t=FlashPlayer%20Sol%20files%20Directory Python Reserved Words http://cembele.com/content.php?t=Python%20Reserved%20Words Wed, 01 Sep 2010 16:13:54 +0300 Aruz http://cembele.com/content.php?t=Python%20Reserved%20Words and assert break class continue def del elif else except exec fi... ]]> Available Platforms For Python http://cembele.com/content.php?t=Available%20Platforms%20For%20Python Mon, 30 Aug 2010 13:15:49 +0300 Aruz http://cembele.com/content.php?t=Available%20Platforms%20For%20Python Unix (Linux (Maemo, Ubuntu, Pardus...), Solaris, FreeBSD...)
Macintosh
OS/2
DOS
Amiga
PalmOS
BeOS
Creating XML with Python http://cembele.com/content.php?t=Creating%20XML%20with%20Python Sun, 20 Jun 2010 14:07:04 +0300 Aruz http://cembele.com/content.php?t=Creating%20XML%20with%20Python Python 3.1.1 (r311:74480, Aug 17 2009, 12:12:36) [MSC v.1500 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
... ]]>
Python Tkinter get line http://cembele.com/content.php?t=Python%20Tkinter%20get%20line Sun, 04 Apr 2010 20:29:39 +0300 Aruz http://cembele.com/content.php?t=Python%20Tkinter%20get%20line Getting all index:
print(myTreeView.get_children())... ]]>
Python List Tube Dictionary http://cembele.com/content.php?t=Python%20List%20Tube%20Dictionary Sun, 28 Mar 2010 01:01:21 +0200 Aruz http://cembele.com/content.php?t=Python%20List%20Tube%20Dictionary >>>f=[{"y":{"a":"Hi","b":"Bye"}}]
>>> print(f)
[{'y': {'a': 'H... ]]>
Python Events Bindings http://cembele.com/content.php?t=Python%20Events%20Bindings Thu, 18 Mar 2010 23:26:36 +0200 Aruz http://cembele.com/content.php?t=Python%20Events%20Bindings <B1-Motion>
<ButtonRelease-1>
<Double-Button-1>
<Enter>
<Leave>
<Return>
<Key>
<Sh... ]]>
Python URL Encode Decode http://cembele.com/content.php?t=Python%20URL%20Encode%20Decode Tue, 16 Feb 2010 23:44:22 +0200 Monty http://cembele.com/content.php?t=Python%20URL%20Encode%20Decode >>> from urllib import parse
>>> a="sample URL line"
>>> a
'sample URL line'
>>> b... ]]>
How to Hide Python Console (cmd) Window http://cembele.com/content.php?t=How%20to%20Hide%20Python%20Console%20(cmd)%20Window Mon, 15 Feb 2010 18:44:46 +0200 Aruz http://cembele.com/content.php?t=How%20to%20Hide%20Python%20Console%20(cmd)%20Window sample.pyw... ]]> Chrome Browser User-Agent http://cembele.com/content.php?t=Chrome%20Browser%20User-Agent Tue, 02 Feb 2010 13:28:18 +0200 Ist http://cembele.com/content.php?t=Chrome%20Browser%20User-Agent Photoshop Hand Tool Problem http://cembele.com/content.php?t=Photoshop%20Hand%20Tool%20Problem Tue, 26 Jan 2010 14:53:11 +0200 Aruz http://cembele.com/content.php?t=Photoshop%20Hand%20Tool%20Problem Resetting Photoshop http://cembele.com/content.php?t=Resetting%20Photoshop Tue, 26 Jan 2010 14:32:59 +0200 Aruz http://cembele.com/content.php?t=Resetting%20Photoshop Google Chrome Temporary files http://cembele.com/content.php?t=Google%20Chrome%20Temporary%20files Mon, 25 Jan 2010 17:04:42 +0200 Aruz http://cembele.com/content.php?t=Google%20Chrome%20Temporary%20files C:\Users\[User Name]\AppData\Local\Google\Chrome\User Data\Default\Cache... ]]> InDesign Shortcuts http://cembele.com/content.php?t=InDesign%20Shortcuts Mon, 18 Jan 2010 20:43:49 +0200 Aruz http://cembele.com/content.php?t=InDesign%20Shortcuts ActionScript 3.0 URL Load XML http://cembele.com/content.php?t=ActionScript%203.0%20URL%20Load%20XML Wed, 13 Jan 2010 23:19:23 +0200 Aruz http://cembele.com/content.php?t=ActionScript%203.0%20URL%20Load%20XML myLoader.load_xml("flashmo_197_page_5.xml");... ]]> ActionScript 3.0 URL Request http://cembele.com/content.php?t=ActionScript%203.0%20URL%20Request Wed, 13 Jan 2010 19:38:02 +0200 Aruz http://cembele.com/content.php?t=ActionScript%203.0%20URL%20Request var myReq:URLRequest = new URLRequest("http://example.com/sample.swf");
var myLoad:Loader = new Loader()
myLoad.load(myRreq);
addChild(myLoad);... ]]>
KMPlayer http://cembele.com/content.php?t=KMPlayer Tue, 12 Jan 2010 23:05:45 +0200 Aruz http://cembele.com/content.php?t=KMPlayer ActionScript Tips http://cembele.com/content.php?t=ActionScript%20Tips Tue, 12 Jan 2010 23:00:05 +0200 Aruz http://cembele.com/content.php?t=ActionScript%20Tips
var myStr:String = "Cembele";
trace(myStr.length);// output: 5... ]]>
Adobe ActionScript 3.0 Escape Sequence http://cembele.com/content.php?t=Adobe%20ActionScript%203.0%20Escape%20Sequence Tue, 12 Jan 2010 22:52:17 +0200 Aruz http://cembele.com/content.php?t=Adobe%20ActionScript%203.0%20Escape%20Sequence \' Single Quotation Mark
\" Double Quotation Mark
\\u.... The Unicode character
\t Tab
\r Carriage Return
\n Newline
... ]]>
Google Public DNS http://cembele.com/content.php?t=Google%20Public%20DNS Wed, 06 Jan 2010 22:06:59 +0200 22 http://cembele.com/content.php?t=Google%20Public%20DNS ... ]]> Installing Google Earth in Ubuntu http://cembele.com/content.php?t=Installing%20Google%20Earth%20in%20Ubuntu Sun, 03 Jan 2010 10:32:30 +0200 Man http://cembele.com/content.php?t=Installing%20Google%20Earth%20in%20Ubuntu make-googleearth-package --help

if downloaded GoogleEarthLinux.bin

chmod +x GoogleEarthLinux.bin

sudo ./GoogleEa... ]]>
Resetting WordPress Password From PHPMyAdmin http://cembele.com/content.php?t=Resetting%20WordPress%20Password%20From%20PHPMyAdmin Sat, 19 Dec 2009 23:36:37 +0200 M http://cembele.com/content.php?t=Resetting%20WordPress%20Password%20From%20PHPMyAdmin Change with $P$BwDWTSXr6/OEglPM6SMlF4CJz2F5ql0
The new WordPress password is cembele.com... ]]>
Windows Media Player Errors http://cembele.com/content.php?t=Windows%20Media%20Player%20Errors Sat, 19 Dec 2009 19:01:45 +0200 Son http://cembele.com/content.php?t=Windows%20Media%20Player%20Errors cPanel http://cembele.com/content.php?t=cPanel Sat, 19 Dec 2009 16:39:16 +0200 Aruz http://cembele.com/content.php?t=cPanel Cell Phone Secret Codes http://cembele.com/content.php?t=Cell%20Phone%20Secret%20Codes Sat, 19 Dec 2009 16:11:38 +0200 Jog http://cembele.com/content.php?t=Cell%20Phone%20Secret%20Codes
*#746025625#... ]]>
Getting Google Wave Invitation http://cembele.com/content.php?t=Getting%20Google%20Wave%20Invitation Sun, 06 Dec 2009 22:55:21 +0200 Wave http://cembele.com/content.php?t=Getting%20Google%20Wave%20Invitation GoogleWaveBots... ]]> Linux Console Commands http://cembele.com/content.php?t=Linux%20Console%20Commands Sat, 05 Dec 2009 15:53:51 +0200 Action http://cembele.com/content.php?t=Linux%20Console%20Commands Huge Video Hosting http://cembele.com/content.php?t=Huge%20Video%20Hosting Thu, 26 Nov 2009 23:54:24 +0200 Aruz http://cembele.com/content.php?t=Huge%20Video%20Hosting video.yahoo.com
video.google.com... ]]>
PHP Getting IP Address of Visitors http://cembele.com/content.php?t=PHP%20Getting%20IP%20Address%20of%20Visitors Wed, 11 Nov 2009 08:56:36 +0200 Aruz http://cembele.com/content.php?t=PHP%20Getting%20IP%20Address%20of%20Visitors $UserIP = $HTTP_SERVER_VARS["HTTP_X_FORWARDED_FOR"];
$UserServerIP = $HTTP_SERVER_VARS["REMOTE_ADDR"];
$HostNameOfServerIP=gethostbyaddr($_SERVER[&... ]]>
Login to MySQL from Ubuntu Konsole http://cembele.com/content.php?t=Login%20to%20MySQL%20from%20Ubuntu%20Konsole Sun, 08 Nov 2009 10:37:49 +0200 Aruz http://cembele.com/content.php?t=Login%20to%20MySQL%20from%20Ubuntu%20Konsole Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 57
Server version: 5.1.37-1ubuntu5 (U... ]]>
WordPress Upgrade http://cembele.com/content.php?t=WordPress%20Upgrade Sun, 08 Nov 2009 00:11:46 +0200 Aruz http://cembele.com/content.php?t=WordPress%20Upgrade Unzip new version.
Open yourwordpresssite/wp-admin/upgrade.php... ]]>
Ubuntu installing php mysql apache phpmyadmin http://cembele.com/content.php?t=Ubuntu%20installing%20php%20mysql%20apache%20phpmyadmin Sat, 07 Nov 2009 20:19:05 +0200 Aruz http://cembele.com/content.php?t=Ubuntu%20installing%20php%20mysql%20apache%20phpmyadmin
sudo apt-get install mysql-server
sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install php5-mysql
sudo apt-get ... ]]>
Python 3 Creating Window http://cembele.com/content.php?t=Python%203%20Creating%20Window Mon, 02 Nov 2009 00:17:35 +0200 Aruz http://cembele.com/content.php?t=Python%203%20Creating%20Window >>> import tkinter
>>> mywin=tkinter.Tk()
>>> ttk.Style().configure("TButton",padding=10,relief="fla... ]]>
PHP Multiple Array http://cembele.com/content.php?t=PHP%20Multiple%20Array Mon, 19 Oct 2009 22:18:09 +0300 Aruz http://cembele.com/content.php?t=PHP%20Multiple%20Array "Spring"=>array("1","2","3"),
"Summer"=>array("4","5... ]]>
Php ODBC Connect http://cembele.com/content.php?t=Php%20ODBC%20Connect Mon, 19 Oct 2009 21:57:27 +0300 Aruz http://cembele.com/content.php?t=Php%20ODBC%20Connect <?php
$conn="DRIVER={Microsoft Access Driver (*.mdb)};DBQ=.../data.mdb";
$datapath=odbc_connect("$conn","username","password");
$... ]]>
Miranda-im http://cembele.com/content.php?t=Miranda-im Mon, 19 Oct 2009 18:51:50 +0300 Aruz http://cembele.com/content.php?t=Miranda-im Cleaning glasses http://cembele.com/content.php?t=Cleaning%20glasses Sun, 18 Oct 2009 23:03:00 +0300 Aruz http://cembele.com/content.php?t=Cleaning%20glasses To be happy http://cembele.com/content.php?t=To%20be%20happy Sun, 18 Oct 2009 22:51:09 +0300 Aruz http://cembele.com/content.php?t=To%20be%20happy Fastest Web Browser http://cembele.com/content.php?t=Fastest%20Web%20Browser Sun, 18 Oct 2009 10:53:46 +0300 Aruz http://cembele.com/content.php?t=Fastest%20Web%20Browser www.howtocreate.co.uk/browserSpeed.html... ]]> Metal Exchange http://cembele.com/content.php?t=Metal%20Exchange Thu, 15 Oct 2009 09:46:31 +0300 Aruz http://cembele.com/content.php?t=Metal%20Exchange London Metal Exchange... ]]> laptop http://cembele.com/content.php?t=laptop Thu, 15 Oct 2009 09:00:45 +0300 Aruz http://cembele.com/content.php?t=laptop Hints Buying Laptop... ]]> Ubuntu DNS Settings http://cembele.com/content.php?t=Ubuntu%20DNS%20Settings Thu, 15 Oct 2009 01:00:35 +0300 Aruz http://cembele.com/content.php?t=Ubuntu%20DNS%20Settings Password:
root@machine:~# gedit /etc/resolv.conf


nameserver xxx.xxx.xxx.xxx

root@machine:~# chattr +a /etc/resolv.conf... ]]>
Tips for newcomers for working http://cembele.com/content.php?t=Tips%20for%20newcomers%20for%20working Wed, 14 Oct 2009 18:42:33 +0300 Aruz http://cembele.com/content.php?t=Tips%20for%20newcomers%20for%20working Hints Buying Laptop http://cembele.com/content.php?t=Hints%20Buying%20Laptop Tue, 13 Oct 2009 10:10:48 +0300 Aruz http://cembele.com/content.php?t=Hints%20Buying%20Laptop Programming Language for Word Processing http://cembele.com/content.php?t=Programming%20Language%20for%20Word%20Processing%20 Mon, 12 Oct 2009 00:02:22 +0300 Aruz http://cembele.com/content.php?t=Programming%20Language%20for%20Word%20Processing%20 Django On Ubuntu http://cembele.com/content.php?t=Django%20On%20Ubuntu Fri, 09 Oct 2009 20:58:48 +0300 Aruz http://cembele.com/content.php?t=Django%20On%20Ubuntu Download and install phpmyadmin, and mysql server: sudo apt-get install phpmyadmin mysql-serve... ]]> JavaScript Go Back http://cembele.com/content.php?t=JavaScript%20Go%20Back Mon, 05 Oct 2009 22:47:57 +0300 Aruz http://cembele.com/content.php?t=JavaScript%20Go%20Back <a href="javascript: history.go(-1)">Back</a>... ]]> Debian 5.0.3 i386 iso dvd download page http://cembele.com/content.php?t=Debian%205.0.3%20i386%20iso%20dvd%20download%20page Tue, 29 Sep 2009 23:04:41 +0300 Aruz http://cembele.com/content.php?t=Debian%205.0.3%20i386%20iso%20dvd%20download%20page Transparent image in web design http://cembele.com/content.php?t=Transparent%20image%20in%20web%20design Sat, 19 Sep 2009 23:51:58 +0300 Aruz http://cembele.com/content.php?t=Transparent%20image%20in%20web%20design Gimp brushes directory path http://cembele.com/content.php?t=Gimp%20brushes%20directory%20path Fri, 18 Sep 2009 19:37:48 +0300 Aruz http://cembele.com/content.php?t=Gimp%20brushes%20directory%20path Copying more than one directories in Linux console http://cembele.com/content.php?t=Copying%20more%20than%20one%20directories%20in%20Linux%20console Wed, 16 Sep 2009 00:10:29 +0300 Aruz http://cembele.com/content.php?t=Copying%20more%20than%20one%20directories%20in%20Linux%20console ... ]]> Sql Basic Hints http://cembele.com/content.php?t=Sql%20Basic%20Hints Mon, 14 Sep 2009 22:58:10 +0300 Aruz http://cembele.com/content.php?t=Sql%20Basic%20Hints Deleting: DROP TABLE mytable;
Adding column: ALTER TABLE mytable ADD COLUMN column2 NOT NULL CONSTRAINT index;
Deleting column: ... ]]>
Translating on web http://cembele.com/content.php?t=Translating%20on%20web Wed, 02 Sep 2009 23:57:47 +0300 Aruz http://cembele.com/content.php?t=Translating%20on%20web translate.google.com
Google can translate in 52 language.
... ]]>
HP Pavilion dv 12 cell http://cembele.com/content.php?t=HP%20Pavilion%20dv%2012%20cell Wed, 02 Sep 2009 23:55:06 +0300 Aruz http://cembele.com/content.php?t=HP%20Pavilion%20dv%2012%20cell Miranda im and Linux http://cembele.com/content.php?t=Miranda%20im%20and%20Linux Tue, 01 Sep 2009 22:17:40 +0300 Aruz http://cembele.com/content.php?t=Miranda%20im%20and%20Linux Maemo http://cembele.com/content.php?t=Maemo Sun, 30 Aug 2009 10:39:37 +0300 Aruz http://cembele.com/content.php?t=Maemo Debian 5.0.2a i386 iso dvd download page http://cembele.com/content.php?t=Debian%205.0.2a%20i386%20iso%20dvd%20download%20page Sat, 29 Aug 2009 21:42:46 +0300 Aruz http://cembele.com/content.php?t=Debian%205.0.2a%20i386%20iso%20dvd%20download%20page Sony Ericsson w810i and Documents http://cembele.com/content.php?t=Sony%20Ericsson%20w810i%20and%20Documents Fri, 28 Aug 2009 19:28:48 +0300 Aruz http://cembele.com/content.php?t=Sony%20Ericsson%20w810i%20and%20Documents Google Services http://cembele.com/content.php?t=Google%20Services Fri, 28 Aug 2009 00:02:44 +0300 Aruz http://cembele.com/content.php?t=Google%20Services Pigeon Rank http://www.google.com/technology/pigeonrank.html
Moonbase Google http://www.google.com/jobs/lunar_job.html
Goog... ]]>
Finding old friends http://cembele.com/content.php?t=Finding%20old%20friends Thu, 27 Aug 2009 23:35:41 +0300 Aruz http://cembele.com/content.php?t=Finding%20old%20friends GTA: San Andreas Cheats http://cembele.com/content.php?t=GTA:%20San%20Andreas%20Cheats Sat, 15 Aug 2009 22:33:36 +0300 Aruz http://cembele.com/content.php?t=GTA:%20San%20Andreas%20Cheats Opera linux version plugins directory http://cembele.com/content.php?t=Opera%20linux%20version%20plugins%20directory Sun, 02 Aug 2009 15:26:23 +0300 Aruz http://cembele.com/content.php?t=Opera%20linux%20version%20plugins%20directory Opera linux version cache directory http://cembele.com/content.php?t=Opera%20linux%20version%20cache%20directory Sun, 02 Aug 2009 15:23:19 +0300 Aruz http://cembele.com/content.php?t=Opera%20linux%20version%20cache%20directory RSS http://cembele.com/content.php?t=RSS Thu, 23 Jul 2009 23:58:10 +0300 Aruz http://cembele.com/content.php?t=RSS cembele http://cembele.com/content.php?t=cembele Thu, 23 Jul 2009 00:03:19 +0300 Aruz http://cembele.com/content.php?t=cembele Englishman in New York http://cembele.com/content.php?t=Englishman%20in%20New%20York Wed, 22 Jul 2009 23:40:58 +0300 Aruz http://cembele.com/content.php?t=Englishman%20in%20New%20York Ha ha haa http://cembele.com/content.php?t=Ha%20ha%20haa Tue, 21 Jul 2009 22:55:29 +0300 M http://cembele.com/content.php?t=Ha%20ha%20haa Walking in the rain http://cembele.com/content.php?t=Walking%20in%20the%20rain Tue, 21 Jul 2009 20:01:25 +0300 Aruz http://cembele.com/content.php?t=Walking%20in%20the%20rain M http://cembele.com/content.php?t=M Tue, 21 Jul 2009 19:55:22 +0300 Aruz http://cembele.com/content.php?t=M FileZilla http://cembele.com/content.php?t=FileZilla Tue, 21 Jul 2009 16:38:10 +0300 Aruz http://cembele.com/content.php?t=FileZilla PC http://cembele.com/content.php?t=PC Tue, 21 Jul 2009 10:23:05 +0300 Aruz http://cembele.com/content.php?t=PC