/srv/irclogs.ubuntu.com/2010/11/13/#ubuntu-eg.txt

newheremessenger.hotmail.com00:00
newhere186300:00
TheNightPhoenixmzbot00:01
TheNightPhoenixektb emailk b2a00:01
TheNightPhoenix@hotmail.com00:01
TheNightPhoenixwe login00:01
newherebas ana msn00:01
TheNightPhoenix@msn.com y3ny00:02
newhereyes00:02
TheNightPhoenixektb @msn00:02
TheNightPhoenixektb email kolo y3ny00:02
TheNightPhoenixzy msnger el 3ady00:02
newheresure ana ba3mel keda00:02
newherebas el 3'areba ano kan sh3'al00:02
newheremen fatra00:02
TheNightPhoenixana sh3'l 3leh nw 7aln00:03
TheNightPhoenixlsa b3ml m3k login00:03
TheNightPhoenixwe working00:03
newhereانت زهقت يا معلم00:05
TheNightPhoenix:D00:05
TheNightPhoenixm3lsh00:05
TheNightPhoenixtb fe 7ga mmkn ngrbha lw 3wz00:05
newhereاوك00:06
TheNightPhoenixdos alt + f200:06
TheNightPhoenixwe ektb el str da00:06
TheNightPhoenixgksudo gedit /usr/share/pyshared/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py00:06
TheNightPhoenixmmkn t copy we paste00:07
newhereعندك هنا00:07
TheNightPhoenixft7t el file ?00:08
newhereاه00:08
TheNightPhoenixdos ctrl+f00:08
newhereباست هنا ادام الناس كلها00:08
TheNightPhoenix3shn t search00:08
TheNightPhoenixwe dwr 3la str00:08
TheNightPhoenixawlo00:08
TheNightPhoenixcontacts =00:08
TheNightPhoenixwe paste el str da hna00:09
newhere# -*- coding: utf-8 -*-00:09
newhere#00:09
newhere# papyon - a python client library for Msn00:09
newhere#00:09
TheNightPhoenixl200:09
newhere# Copyright (C) 2005-2006 Ali Sabil <ali.sabil@gmail.com>00:09
TheNightPhoenixmsh kolo00:09
newhere#00:09
newhere# This program is free software; you can redistribute it and/or modify00:09
newhere# it under the terms of the GNU General Public License as published by00:09
newhere# the Free Software Foundation; either version 2 of the License, or00:09
newhere# (at your option) any later version.00:09
newhere#00:09
newhere# This program is distributed in the hope that it will be useful,00:09
newhere# but WITHOUT ANY WARRANTY; without even the implied warranty of00:09
newhere# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the00:09
newhere# GNU General Public License for more details.00:09
newhere#00:09
newhere# You should have received a copy of the GNU General Public License00:09
newhere# along with this program; if not, write to the Free Software00:09
newhere# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA00:09
newhereimport xml.sax.saxutils as xml00:09
newhereclass LiveService(object):00:09
newhere    CONTACTS = ("contacts.msn.com", "?fs=1&id=24000&kv=7&rn=93S9SWWw&tw=0&ver=2.1.6000.1")00:09
newhere    MESSENGER = ("messenger.msn.com", "?id=507")00:09
newhere    MESSENGER_CLEAR = ("messengerclear.live.com", "MBI_KEY_OLD")00:09
TheNightPhoenixs00:09
newhere    MESSENGER_SECURE = ("messengersecure.live.com", "MBI_SSL")00:10
newhere    SPACES = ("spaces.live.com", "MBI")00:10
TheNightPhoenixmmkn tw2f00:10
newhere    STORAGE = ("storage.msn.com", "MBI")00:10
newhere    TB = ("http://Passport.NET/tb", None)00:10
newhere    VOICE = ("voice.messenger.msn.com", "?id=69264")00:10
newhere    @classmethod00:10
newhere    def url_to_service(cls, url):00:10
newhere        for attr_name in dir(cls):00:10
newhere            if attr_name.startswith('_'):00:10
newhere                continue00:10
newhere            attr = getattr(cls, attr_name)00:10
newhere            if isinstance(attr, tuple) and attr[0] == url:00:10
newhere                return attr00:10
newhere        return None00:10
newheredef transport_headers():00:10
newhere    """Returns a dictionary, containing transport (http) headers00:10
newhere    to use for the request"""00:10
newhere    return {}00:10
newheredef soap_action():00:10
newhere    """Returns the SOAPAction value to pass to the transport00:10
newhere    or None if no SOAPAction needs to be specified"""00:10
newhere    return None00:10
newheredef soap_header(account, password):00:10
newhere    """Returns the SOAP xml header"""00:10
newhere    return """00:11
newhere        <ps:AuthInfo xmlns:ps="http://schemas.microsoft.com/Passport/SoapServices/PPCRL" Id="PPAuthInfo">00:11
newhere        <ps:HostingApp>{7108E71A-9926-4FCB-BCC9-9A9D3F32E423}</ps:HostingApp>00:11
newhere        <ps:BinaryVersion>4</ps:BinaryVersion>00:11
newhere        <ps:UIVersion>1</ps:UIVersion>00:11
newhere        <ps:Cookies/>00:11
newhere        <ps:RequestParams>AQAAAAIAAABsYwQAAAAxMDMz</ps:RequestParams>00:11
newhere        </ps:AuthInfo>00:11
newhere        <wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2003/06/secext">00:11
newhere        <wsse:UsernameToken Id="user">00:11
newhere            <wsse:Username>%(account)s</wsse:Username>00:11
newhere            <wsse:Password>%(password)s</wsse:Password>00:11
newhere        </wsse:UsernameToken>00:11
newhere        </wsse:Security>""" % {'account': xml.escape(account),00:11
newhere                'password': xml.escape(password)}00:11
newheredef soap_body(*tokens):00:11
newhere    """Returns the SOAP xml body"""00:11
newhere    token_template = """00:11
newhere        <wst:RequestSecurityToken xmlns:wst="http://schemas.xmlsoap.org/ws/2004/04/trust" Id="RST%(id)d">00:11
newhere            <wst:RequestType>http://schemas.xmlsoap.org/ws/2004/04/security/trust/Issue</wst:RequestType>00:11
newhere            <wsp:AppliesTo xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy">00:11
newhere                <wsa:EndpointReference xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">00:11
newhere                    <wsa:Address>%(address)s</wsa:Address>00:11
newhere                </wsa:EndpointReference>00:11
newhere            </wsp:AppliesTo>00:11
newhere            %(policy_reference)s00:11
newhere        </wst:RequestSecurityToken>"""00:11
newhere    policy_reference_template = """00:12
newhere        <wsse:PolicyReference xmlns:wsse="http://schemas.xmlsoap.org/ws/2003/06/secext" URI=%(uri)s/>"""00:12
newhere    tokens = list(tokens)00:12
newhere    if LiveService.TB in tokens:00:12
newhere        tokens.remove(LiveService.TB)00:12
newhere    assert(len(tokens) >= 1)00:12
newhere    00:12
newhere    body = token_template % \00:12
newhere            {'id': 0,00:12
newhere                'address': xml.escape(LiveService.TB[0]),00:12
newhere                'policy_reference': ''}00:12
newhere    for id, token in enumerate(tokens):00:12
newhere        if token[1] is not None:00:12
newhere            policy_reference = policy_reference_template % \00:12
newhere                    {'uri': xml.quoteattr(token[1])}00:12
newhere        else:00:12
newhere            policy_reference = ""00:12
newhere        t = token_template % \00:12
newhere                {'id': id + 1,00:12
newhere                    'address': xml.escape(token[0]),00:12
newhere                    'policy_reference': policy_reference}00:12
newhere        body += t00:12
newhere    return '<ps:RequestMultipleSecurityTokens ' \00:12
newhere        'xmlns:ps="http://schemas.microsoft.com/Passport/SoapServices/PPCRL" ' \00:12
newhere        'Id="RSTS">%s</ps:RequestMultipleSecurityTokens>' % body00:12
newheredef process_response(soap_response):00:13
newhere    body = soap_response.body00:13
newhere    return body.findall("./wst:RequestSecurityTokenResponseCollection/" \00:13
newhere            "wst:RequestSecurityTokenResponse")00:13
newhereايه00:13
newhereمش انت طلبت ابعته00:13
TheNightPhoenixtmam00:13
TheNightPhoenix:D00:13
TheNightPhoenixbs knt a2sod str :D00:13
TheNightPhoenix7sl 5er ;D00:13
TheNightPhoenixbos00:13
TheNightPhoenixdos control + f00:13
TheNightPhoenixhytl3 window finde00:13
TheNightPhoenixfind00:13
newhereها00:13
TheNightPhoenixektb feha contacts =00:13
TheNightPhoenixhtl3lk str00:13
TheNightPhoenixcontacts = ("contacts.msn.com"00:14
TheNightPhoenixwe m3a 7gat kter00:14
TheNightPhoenixCONTACTS = ("contacts.msn.com", "?fs=1&id=24000&kv=7&rn=93S9SWWw&tw=0&ver=2.1.6000.1")00:14
TheNightPhoenixl2eto ?00:14
newhereبشوف00:14
TheNightPhoenixhtl2he str 2400:14
TheNightPhoenixhtl2eha fel awl 5als00:15
TheNightPhoenixshwyt stor zr2a00:15
TheNightPhoenixwe b3hda import00:15
TheNightPhoenixwe b3dha class mktoba bel a7mr00:15
TheNightPhoenixl2eto ?00:16
newhereلاقيت السطر00:16
newhere    CONTACTS = ("contacts.msn.com", "?fs=1&id=24000&kv=7&rn=93S9SWWw&tw=0&ver=2.1.6000.1")00:16
TheNightPhoenixaya00:17
TheNightPhoenixaywa00:17
TheNightPhoenixhwa da00:17
TheNightPhoenixems7 b2a koool el klam el b3d =00:17
TheNightPhoenix5leha CONTACTS =00:17
newhereوبعدين00:17
TheNightPhoenix7ot da00:17
TheNightPhoenix("contacts.msn.com", "MBI")00:17
TheNightPhoenixCONTACTS = ("contacts.msn.com", "MBI")00:17
newhereوبعدين00:17
TheNightPhoenixbs et2kd en fe space mben klmt contacts00:18
TheNightPhoenixwe awl el star00:18
TheNightPhoenixy3ny contacts msh f awl el str00:18
TheNightPhoenixmzbot ?00:18
newhereتمام00:18
TheNightPhoenixe3ml save00:18
TheNightPhoenixwe e2fl el file da00:18
newhereخلتها في محازه اللى تحتها00:18
TheNightPhoenixtmam00:18
TheNightPhoenixe3ml save00:19
TheNightPhoenixwe e2fl el file da00:19
newhereخاص00:19
newhereخلاص00:19
TheNightPhoenixe2fl empathy 5als00:19
TheNightPhoenixwe eft7o tany00:19
TheNightPhoenixana hstnak00:19
newhereاوك00:19
newhereتحب اعمل رسترت00:19
TheNightPhoenixzy ma t7b00:20
TheNightPhoenixana a3d hna msh hmshy00:20
newhereاوك00:20
newhereمش هعمل رسترت00:21
TheNightPhoenixok00:21
newhereولا هقفل البرنامج00:21
TheNightPhoenix:D00:21
newhereفتح يا معلم00:21
TheNightPhoenixtmam00:21
newhereشكرا ياباشا00:21
TheNightPhoenixel 3fw00:21
newhereنفسى انزل الروم بنفسي واوزع شربات00:21
TheNightPhoenixda htl2y problem kant fel update el a5rany bt3 empathy00:21
newhereتمام00:21
TheNightPhoenixfa kda 3dlt el program code00:22
newhereاسمحلي اقولك وسامحني انت راجل صايع ابونتو00:22
TheNightPhoenix3shn yrg3 zy ma kan00:22
TheNightPhoenix:D00:22
TheNightPhoenixhwa 3mtn da mlhosh 3laka :D00:22
TheNightPhoenixana 3mlt search we l2et el 7l :D00:22
TheNightPhoenixwe mknsh h3rfha ela lma enta oltly00:23
TheNightPhoenix3shn ana 3ndy msh m3mlo update00:23
newhereتمام يا جميل00:23
newhereانت شغال  اخر نسخه 10 1000:23
TheNightPhoenix3l laptop 3ndy 10.1000:24
TheNightPhoenixbs el desktop 10.400:24
newhereوانا كمان لاب توب00:24
newhereانت نزلت النسخه المكتوب عليه ديسك توب ام نتبوك00:24
TheNightPhoenixdesktop00:24
TheNightPhoenixel netbook di lel laptops el hya netbook el s3'yra00:24
TheNightPhoenixel 10 inch00:24
TheNightPhoenixbyb2a feha settings mor7a lel shashat el so3'yra00:25
newhereتمام00:25
newhereطيب انت اعد لامتي00:25
TheNightPhoenix:D l7d ma anam :D00:25
TheNightPhoenix3 400:25
TheNightPhoenix:D00:25
newhereانا هستاذن شويه وعلى العموم الف الف شكر00:25
TheNightPhoenixetfdl00:25
TheNightPhoenixel 3fw 3la e00:25
newhereسلام مؤقت00:25
TheNightPhoenixm3 el slama00:26
newhereالو01:32
newhereمعايا thenightphoenix01:33
TheNightPhoenixyup01:33
newhereزهقت وله نكمل مشاكلنا01:34
TheNightPhoenixm3k01:34
newhereمشكلة تنزيل ابونتو 1010 من السي دي مع الوبت01:34
newhereالبوت*01:34
TheNightPhoenixby3ml e01:35
newhereلما بابوت من السي دي بيشتغل غايت لما اختار انى اعمل install01:35
newhereبعد لما اختار بيجبلى رساله اللى هكتبهالك دلوقتي01:35
TheNightPhoenixok01:36
newherebusybox v1.15.3 (vubuntu 1:1:15,3 1ubuntu ) buill in shell (ash)01:37
newhere(initramfs ) can not mount (dev/loop (/croom/caspery/filesystem.squashfs )) on //filesystem.squashfs01:39
newherebas01:39
TheNightPhoenixesm el cd el nzlto kan alternate ?01:41
TheNightPhoenixel file el downloadto01:41
TheNightPhoenixbyboot ezy m3k01:41
newhereubuntu-10.10-desktop-i386.iso01:41
TheNightPhoenixlma bybd2 el boot01:41
TheNightPhoenixbydek shsha lonha e01:41
newhereالشاشه العادية بتاعت ابونتور01:42
newhereوبعدين الاختيارات01:42
TheNightPhoenixel e5tyarat feha try ?01:42
newhereتجربه الابونتو من السي دي ام انستول01:42
newhereاه01:42
newhereفى الحالتين بجبلي المشكلة دي01:43
TheNightPhoenixhmm01:43
newhereبس ملحوظه انا عندي 2 نظام01:43
newhereويندوز وابونتو 901:43
TheNightPhoenixtmam01:43
TheNightPhoenixramat ad e01:45
newhere102401:46
TheNightPhoenixgehazk no3o e01:46
newhereacer01:47
TheNightPhoenixtb tftkr lma 3mlt burn lel cd01:49
TheNightPhoenixkant el speed e  ?01:49
newhereتقريبا 2401:50
TheNightPhoenixns5tha 3la cd 3ady wlaa dvd01:51
newhereبس ف حاجه لاحظتها01:51
TheNightPhoenixe01:51
newhereسي دي عادي01:51
TheNightPhoenixla7ezt e01:51
newhereفى اخر لنسخ ولما خلصت جابتلي كلمه log ,save error01:51
TheNightPhoenixy3ny tl3lk eror ?01:52
newhereبس لا خلص النسخ01:52
TheNightPhoenixenta bt burn b program e01:52
newherenero01:53
TheNightPhoenixtmam01:53
newhereوعملتها مره با البرنامج الموجود بالابنتو01:53
TheNightPhoenixbrasero01:53
newhereهي الفروض تتنسخ على سي دي ام dvd01:53
TheNightPhoenix3la cd01:54
TheNightPhoenixana bdwr 3l net01:54
TheNightPhoenixfa el 7lol el moktr7a01:54
TheNightPhoenixenk tns5 cd tany01:54
TheNightPhoenixbs t5tar a2l speed 5als01:54
newhereتحب انسخ دلوقتي من الابونتو01:55
TheNightPhoenixok01:55
newhereاعمل بالنيرو علي الويندوز احسن ام خليني هنا01:56
TheNightPhoenix5alek hna :D01:56
newhereاعمل على الايزو كليك يمين01:56
newhereواعمل نسخ01:57
newherewright to disc01:57
TheNightPhoenixwe htl2y proprties01:57
newherewrit to disc01:57
TheNightPhoenixe5tar el speed  a2l 7ga 5als fel list01:57
newhereطيب هي دي كانت المشكلة بس01:57
newhereوله في حاجه تانيه01:58
TheNightPhoenixda el l2eto 3l net01:58
TheNightPhoenixana msm3tsh 3n el problem di b4 bsra7a01:58
TheNightPhoenixhya el mshkla eno msh 3rf yft7 el cd01:58
TheNightPhoenixb7es enha tnzl 3la el ram 3shn tbd2 try aw install01:58
newhereطيب علي فكره انا تقريبا المره اللي جربتها ونسختها من ابونتو كانت maximum01:59
TheNightPhoenixmho e7na 3wznha minumum02:00
TheNightPhoenixmaximum mmkn y5leha msh twork02:00
TheNightPhoenixe5tar a2a2l sor3a02:00
newhereطيب ماهي اعلي حاجه 2402:00
TheNightPhoenixعايزين اقل حاجة02:01
newhereههههه02:01
TheNightPhoenix:D02:01
newhereبدل قلبت عربي يبقى اتخنقت يامعلم02:01
TheNightPhoenixl2  ya basha :D02:01
TheNightPhoenixana olt ymkn bs msh w5d balk02:02
newhereاوك هعملها دلوقتي على اعلي سرعه ونجرب02:02
newhere:P02:02
TheNightPhoenixاقل سرعة02:02
TheNightPhoenixlol :D02:02
newhereh,;02:02
newhereh,;02:02
newhereاوك واضغط burn02:03
newherewala02:03
newhereburn servaral02:03
TheNightPhoenixburn 3ady02:03
newhereلسه بتنسخ02:13
newhereسرعه تحت الصفر02:13
TheNightPhoenixah :D02:13
newhereنسخت02:14
newhereاجرب واجيلك02:14
newhereادعلنا بقى تشتغل02:14
TheNightPhoenixisa02:14
newhereواتمنى من كل شباب ابونتو يقولوا امين02:14
newhere:S02:14
TheNightPhoenixamin02:14
TheNightPhoenix:D02:14
newhereهو مافيش غيرك هنا وله ايه02:15
newhereهههه02:15
TheNightPhoenixah02:15
newhereهجرب واجيلك02:15
TheNightPhoenixok02:15
newheretmaaaaaaaaaaaaaaamm02:21
newhere‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‏‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر ‫شكرا شكر 02:21
TheNightPhoenixD:02:21
TheNightPhoenixel3fw :D02:21
newhereانت تمام02:22
TheNightPhoenixesmk e b2a :D02:22
newhereاخوك احمد02:23
newhereوانت02:23
TheNightPhoenixana 3abdala02:23
newhereمنين02:23
TheNightPhoenixcairo02:23
newhereتمام02:23
TheNightPhoenixwnta02:23
newhereالهرم02:24
newhere‏‫شغال ايه يا عبد الله02:25
TheNightPhoenixana lsa f kolyt handasa02:26
newhereوفقك الله02:26
TheNightPhoenixisa02:26
TheNightPhoenixwnta ?02:26
newhereفي مجال برمجة الويب02:26
TheNightPhoenixbtsht3'l php ?02:27
newhereاه02:28
newherehttp://www.ubuntu.com/netbook/features02:28
newhereهي الموجود فى اليينك دي ثيمات لابونتو وله نسخه تانيه له02:29
TheNightPhoenixda interface mo5tlf esmo unity02:29
TheNightPhoenixda byb2a a7sn lel shsha el s'3yra02:29
newhereانزله ازاي ده02:29
TheNightPhoenixmel terminal02:30
TheNightPhoenixsudo apt-get install unity02:31
TheNightPhoenixl2 sawnay02:31
newhereاوط02:31
newhereاوك02:31
TheNightPhoenixsudo add-apt-repository ppa:canonical-dx-team/une02:31
TheNightPhoenixda el awl02:31
TheNightPhoenixsudo apt-get update && sudo apt-get install ubuntu-netbook-unity-default-settings02:32
TheNightPhoenixwe b3dha da02:32
newhereخلاص نزل02:34
newhereاشغله منين02:34
TheNightPhoenixswany h2olk :D02:36
=== moayad_ is now known as moayad

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!