[00:00] messenger.hotmail.com [00:00] 1863 [00:01] mzbot [00:01] ektb emailk b2a [00:01] @hotmail.com [00:01] we login [00:01] bas ana msn [00:02] @msn.com y3ny [00:02] yes [00:02] ektb @msn [00:02] ektb email kolo y3ny [00:02] zy msnger el 3ady [00:02] sure ana ba3mel keda [00:02] bas el 3'areba ano kan sh3'al [00:02] men fatra [00:03] ana sh3'l 3leh nw 7aln [00:03] lsa b3ml m3k login [00:03] we working [00:05] انت زهقت يا معلم [00:05] :D [00:05] m3lsh [00:05] tb fe 7ga mmkn ngrbha lw 3wz [00:06] اوك [00:06] dos alt + f2 [00:06] we ektb el str da [00:06] gksudo gedit /usr/share/pyshared/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py [00:07] mmkn t copy we paste [00:07] عندك هنا [00:08] ft7t el file ? [00:08] اه [00:08] dos ctrl+f [00:08] باست هنا ادام الناس كلها [00:08] 3shn t search [00:08] we dwr 3la str [00:08] awlo [00:08] contacts = [00:09] we paste el str da hna [00:09] # -*- coding: utf-8 -*- [00:09] # [00:09] # papyon - a python client library for Msn [00:09] # [00:09] l2 [00:09] # Copyright (C) 2005-2006 Ali Sabil [00:09] msh kolo [00:09] # [00:09] # This program is free software; you can redistribute it and/or modify [00:09] # it under the terms of the GNU General Public License as published by [00:09] # the Free Software Foundation; either version 2 of the License, or [00:09] # (at your option) any later version. [00:09] # [00:09] # This program is distributed in the hope that it will be useful, [00:09] # but WITHOUT ANY WARRANTY; without even the implied warranty of [00:09] # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [00:09] # GNU General Public License for more details. [00:09] # [00:09] # You should have received a copy of the GNU General Public License [00:09] # along with this program; if not, write to the Free Software [00:09] # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA [00:09] import xml.sax.saxutils as xml [00:09] class LiveService(object): [00:09] CONTACTS = ("contacts.msn.com", "?fs=1&id=24000&kv=7&rn=93S9SWWw&tw=0&ver=2.1.6000.1") [00:09] MESSENGER = ("messenger.msn.com", "?id=507") [00:09] MESSENGER_CLEAR = ("messengerclear.live.com", "MBI_KEY_OLD") [00:09] s [00:10] MESSENGER_SECURE = ("messengersecure.live.com", "MBI_SSL") [00:10] SPACES = ("spaces.live.com", "MBI") [00:10] mmkn tw2f [00:10] STORAGE = ("storage.msn.com", "MBI") [00:10] TB = ("http://Passport.NET/tb", None) [00:10] VOICE = ("voice.messenger.msn.com", "?id=69264") [00:10] @classmethod [00:10] def url_to_service(cls, url): [00:10] for attr_name in dir(cls): [00:10] if attr_name.startswith('_'): [00:10] continue [00:10] attr = getattr(cls, attr_name) [00:10] if isinstance(attr, tuple) and attr[0] == url: [00:10] return attr [00:10] return None [00:10] def transport_headers(): [00:10] """Returns a dictionary, containing transport (http) headers [00:10] to use for the request""" [00:10] return {} [00:10] def soap_action(): [00:10] """Returns the SOAPAction value to pass to the transport [00:10] or None if no SOAPAction needs to be specified""" [00:10] return None [00:10] def soap_header(account, password): [00:10] """Returns the SOAP xml header""" [00:11] return """ [00:11] [00:11] {7108E71A-9926-4FCB-BCC9-9A9D3F32E423} [00:11] 4 [00:11] 1 [00:11] [00:11] AQAAAAIAAABsYwQAAAAxMDMz [00:11] [00:11] [00:11] [00:11] %(account)s [00:11] %(password)s [00:11] [00:11] """ % {'account': xml.escape(account), [00:11] 'password': xml.escape(password)} [00:11] def soap_body(*tokens): [00:11] """Returns the SOAP xml body""" [00:11] token_template = """ [00:11] [00:11] http://schemas.xmlsoap.org/ws/2004/04/security/trust/Issue [00:11] [00:11] [00:11] %(address)s [00:11] [00:11] [00:11] %(policy_reference)s [00:11] """ [00:12] policy_reference_template = """ [00:12] """ [00:12] tokens = list(tokens) [00:12] if LiveService.TB in tokens: [00:12] tokens.remove(LiveService.TB) [00:12] assert(len(tokens) >= 1) [00:12] [00:12] body = token_template % \ [00:12] {'id': 0, [00:12] 'address': xml.escape(LiveService.TB[0]), [00:12] 'policy_reference': ''} [00:12] for id, token in enumerate(tokens): [00:12] if token[1] is not None: [00:12] policy_reference = policy_reference_template % \ [00:12] {'uri': xml.quoteattr(token[1])} [00:12] else: [00:12] policy_reference = "" [00:12] t = token_template % \ [00:12] {'id': id + 1, [00:12] 'address': xml.escape(token[0]), [00:12] 'policy_reference': policy_reference} [00:12] body += t [00:12] return ' 'xmlns:ps="http://schemas.microsoft.com/Passport/SoapServices/PPCRL" ' \ [00:12] 'Id="RSTS">%s' % body [00:13] def process_response(soap_response): [00:13] body = soap_response.body [00:13] return body.findall("./wst:RequestSecurityTokenResponseCollection/" \ [00:13] "wst:RequestSecurityTokenResponse") [00:13] ايه [00:13] مش انت طلبت ابعته [00:13] tmam [00:13] :D [00:13] bs knt a2sod str :D [00:13] 7sl 5er ;D [00:13] bos [00:13] dos control + f [00:13] hytl3 window finde [00:13] find [00:13] ها [00:13] ektb feha contacts = [00:13] htl3lk str [00:14] contacts = ("contacts.msn.com" [00:14] we m3a 7gat kter [00:14] CONTACTS = ("contacts.msn.com", "?fs=1&id=24000&kv=7&rn=93S9SWWw&tw=0&ver=2.1.6000.1") [00:14] l2eto ? [00:14] بشوف [00:14] htl2he str 24 [00:15] htl2eha fel awl 5als [00:15] shwyt stor zr2a [00:15] we b3hda import [00:15] we b3dha class mktoba bel a7mr [00:16] l2eto ? [00:16] لاقيت السطر [00:16] CONTACTS = ("contacts.msn.com", "?fs=1&id=24000&kv=7&rn=93S9SWWw&tw=0&ver=2.1.6000.1") [00:17] aya [00:17] aywa [00:17] hwa da [00:17] ems7 b2a koool el klam el b3d = [00:17] 5leha CONTACTS = [00:17] وبعدين [00:17] 7ot da [00:17] ("contacts.msn.com", "MBI") [00:17] CONTACTS = ("contacts.msn.com", "MBI") [00:17] وبعدين [00:18] bs et2kd en fe space mben klmt contacts [00:18] we awl el star [00:18] y3ny contacts msh f awl el str [00:18] mzbot ? [00:18] تمام [00:18] e3ml save [00:18] we e2fl el file da [00:18] خلتها في محازه اللى تحتها [00:18] tmam [00:19] e3ml save [00:19] we e2fl el file da [00:19] خاص [00:19] خلاص [00:19] e2fl empathy 5als [00:19] we eft7o tany [00:19] ana hstnak [00:19] اوك [00:19] تحب اعمل رسترت [00:20] zy ma t7b [00:20] ana a3d hna msh hmshy [00:20] اوك [00:21] مش هعمل رسترت [00:21] ok [00:21] ولا هقفل البرنامج [00:21] :D [00:21] فتح يا معلم [00:21] tmam [00:21] شكرا ياباشا [00:21] el 3fw [00:21] نفسى انزل الروم بنفسي واوزع شربات [00:21] da htl2y problem kant fel update el a5rany bt3 empathy [00:21] تمام [00:22] fa kda 3dlt el program code [00:22] اسمحلي اقولك وسامحني انت راجل صايع ابونتو [00:22] 3shn yrg3 zy ma kan [00:22] :D [00:22] hwa 3mtn da mlhosh 3laka :D [00:22] ana 3mlt search we l2et el 7l :D [00:23] we mknsh h3rfha ela lma enta oltly [00:23] 3shn ana 3ndy msh m3mlo update [00:23] تمام يا جميل [00:23] انت شغال اخر نسخه 10 10 [00:24] 3l laptop 3ndy 10.10 [00:24] bs el desktop 10.4 [00:24] وانا كمان لاب توب [00:24] انت نزلت النسخه المكتوب عليه ديسك توب ام نتبوك [00:24] desktop [00:24] el netbook di lel laptops el hya netbook el s3'yra [00:24] el 10 inch [00:25] byb2a feha settings mor7a lel shashat el so3'yra [00:25] تمام [00:25] طيب انت اعد لامتي [00:25] :D l7d ma anam :D [00:25] 3 4 [00:25] :D [00:25] انا هستاذن شويه وعلى العموم الف الف شكر [00:25] etfdl [00:25] el 3fw 3la e [00:25] سلام مؤقت [00:26] m3 el slama [01:32] الو [01:33] معايا thenightphoenix [01:33] yup [01:34] زهقت وله نكمل مشاكلنا [01:34] m3k [01:34] مشكلة تنزيل ابونتو 1010 من السي دي مع الوبت [01:34] البوت* [01:35] by3ml e [01:35] لما بابوت من السي دي بيشتغل غايت لما اختار انى اعمل install [01:35] بعد لما اختار بيجبلى رساله اللى هكتبهالك دلوقتي [01:36] ok [01:37] busybox v1.15.3 (vubuntu 1:1:15,3 1ubuntu ) buill in shell (ash) [01:39] (initramfs ) can not mount (dev/loop (/croom/caspery/filesystem.squashfs )) on //filesystem.squashfs [01:39] bas [01:41] esm el cd el nzlto kan alternate ? [01:41] el file el downloadto [01:41] byboot ezy m3k [01:41] ubuntu-10.10-desktop-i386.iso [01:41] lma bybd2 el boot [01:41] bydek shsha lonha e [01:42] الشاشه العادية بتاعت ابونتور [01:42] وبعدين الاختيارات [01:42] el e5tyarat feha try ? [01:42] تجربه الابونتو من السي دي ام انستول [01:42] اه [01:43] فى الحالتين بجبلي المشكلة دي [01:43] hmm [01:43] بس ملحوظه انا عندي 2 نظام [01:43] ويندوز وابونتو 9 [01:43] tmam [01:45] ramat ad e [01:46] 1024 [01:46] gehazk no3o e [01:47] acer [01:49] tb tftkr lma 3mlt burn lel cd [01:49] kant el speed e ? [01:50] تقريبا 24 [01:51] ns5tha 3la cd 3ady wlaa dvd [01:51] بس ف حاجه لاحظتها [01:51] e [01:51] سي دي عادي [01:51] la7ezt e [01:51] فى اخر لنسخ ولما خلصت جابتلي كلمه log ,save error [01:52] y3ny tl3lk eror ? [01:52] بس لا خلص النسخ [01:52] enta bt burn b program e [01:53] nero [01:53] tmam [01:53] وعملتها مره با البرنامج الموجود بالابنتو [01:53] brasero [01:53] هي الفروض تتنسخ على سي دي ام dvd [01:54] 3la cd [01:54] ana bdwr 3l net [01:54] fa el 7lol el moktr7a [01:54] enk tns5 cd tany [01:54] bs t5tar a2l speed 5als [01:55] تحب انسخ دلوقتي من الابونتو [01:55] ok [01:56] اعمل بالنيرو علي الويندوز احسن ام خليني هنا [01:56] 5alek hna :D [01:56] اعمل على الايزو كليك يمين [01:57] واعمل نسخ [01:57] wright to disc [01:57] we htl2y proprties [01:57] writ to disc [01:57] e5tar el speed a2l 7ga 5als fel list [01:57] طيب هي دي كانت المشكلة بس [01:58] وله في حاجه تانيه [01:58] da el l2eto 3l net [01:58] ana msm3tsh 3n el problem di b4 bsra7a [01:58] hya el mshkla eno msh 3rf yft7 el cd [01:58] b7es enha tnzl 3la el ram 3shn tbd2 try aw install [01:59] طيب علي فكره انا تقريبا المره اللي جربتها ونسختها من ابونتو كانت maximum [02:00] mho e7na 3wznha minumum [02:00] maximum mmkn y5leha msh twork [02:00] e5tar a2a2l sor3a [02:00] طيب ماهي اعلي حاجه 24 [02:01] عايزين اقل حاجة [02:01] ههههه [02:01] :D [02:01] بدل قلبت عربي يبقى اتخنقت يامعلم [02:01] l2 ya basha :D [02:02] ana olt ymkn bs msh w5d balk [02:02] اوك هعملها دلوقتي على اعلي سرعه ونجرب [02:02] :P [02:02] اقل سرعة [02:02] lol :D [02:02] h,; [02:02] h,; [02:03] اوك واضغط burn [02:03] wala [02:03] burn servaral [02:03] burn 3ady [02:13] لسه بتنسخ [02:13] سرعه تحت الصفر [02:13] ah :D [02:14] نسخت [02:14] اجرب واجيلك [02:14] ادعلنا بقى تشتغل [02:14] isa [02:14] واتمنى من كل شباب ابونتو يقولوا امين [02:14] :S [02:14] amin [02:14] :D [02:15] هو مافيش غيرك هنا وله ايه [02:15] هههه [02:15] ah [02:15] هجرب واجيلك [02:15] ok [02:21] tmaaaaaaaaaaaaaaamm [02:21] ‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر [02:21] D: [02:21] el3fw :D [02:22] انت تمام [02:22] esmk e b2a :D [02:23] اخوك احمد [02:23] وانت [02:23] ana 3abdala [02:23] منين [02:23] cairo [02:23] تمام [02:23] wnta [02:24] الهرم [02:25] ‏‫شغال ايه يا عبد الله [02:26] ana lsa f kolyt handasa [02:26] وفقك الله [02:26] isa [02:26] wnta ? [02:26] في مجال برمجة الويب [02:27] btsht3'l php ? [02:28] اه [02:28] http://www.ubuntu.com/netbook/features [02:29] هي الموجود فى اليينك دي ثيمات لابونتو وله نسخه تانيه له [02:29] da interface mo5tlf esmo unity [02:29] da byb2a a7sn lel shsha el s'3yra [02:29] انزله ازاي ده [02:30] mel terminal [02:31] sudo apt-get install unity [02:31] l2 sawnay [02:31] اوط [02:31] اوك [02:31] sudo add-apt-repository ppa:canonical-dx-team/une [02:31] da el awl [02:32] sudo apt-get update && sudo apt-get install ubuntu-netbook-unity-default-settings [02:32] we b3dha da [02:34] خلاص نزل [02:34] اشغله منين [02:36] swany h2olk :D === moayad_ is now known as moayad