pvp serverler,pvp server,pvp serverlar,private serverlar,private serverler,private server,metin2

Sizleri Neler Bekliyor ?
-Foruma Üye Olarak Yeni Arkadaşlıklar Edineceksiniz.
-İnternette Zaman Geçirecek Bir Alanınız Olucak Ve Eğleneceksiniz.
-PvP Server Tutkunuysanız Pvp Serverlerde Yenilikleri Takip Ediceksiniz.
-Yeni Açılan Serverleri Anında Bulacaksınız .
-Gmlik Adaylığı Koyacaksınız.Serverinizi Tanıtacaksınız.
-Pvp Serverler Hakkında Herşey Bu Forumda Olucak.
-ÜYE OLURSANIZ FORUMDAKİ REKLAMLAR GÖZÜKMEZ
Bunlardan Yararlanmak İçin Sizden Tek İsteyimiz Üye Olmanız Yada Giriş Yapmanız.


Ebenezer C++ Hatasına %100 Çözüm 30us3s8
Lütfen Foruma FİREFOX İle Giriniz !



Join the forum, it's quick and easy

pvp serverler,pvp server,pvp serverlar,private serverlar,private serverler,private server,metin2

Sizleri Neler Bekliyor ?
-Foruma Üye Olarak Yeni Arkadaşlıklar Edineceksiniz.
-İnternette Zaman Geçirecek Bir Alanınız Olucak Ve Eğleneceksiniz.
-PvP Server Tutkunuysanız Pvp Serverlerde Yenilikleri Takip Ediceksiniz.
-Yeni Açılan Serverleri Anında Bulacaksınız .
-Gmlik Adaylığı Koyacaksınız.Serverinizi Tanıtacaksınız.
-Pvp Serverler Hakkında Herşey Bu Forumda Olucak.
-ÜYE OLURSANIZ FORUMDAKİ REKLAMLAR GÖZÜKMEZ
Bunlardan Yararlanmak İçin Sizden Tek İsteyimiz Üye Olmanız Yada Giriş Yapmanız.


Ebenezer C++ Hatasına %100 Çözüm 30us3s8
Lütfen Foruma FİREFOX İle Giriniz !

pvp serverler,pvp server,pvp serverlar,private serverlar,private serverler,private server,metin2

Would you like to react to this message? Create an account in a few clicks or log in to continue.

pvp serverler,pvp server,pvp serverlar,private serverlar,private serverler,private server,metin pvp server

pvpserverler.forumclan.com  Üye sayımız +105.000 / Aramıza Hoşgeldiniz !

    Ebenezer C++ Hatasına %100 Çözüm

    MétaLicSt0Rm
    MétaLicSt0Rm
    Moderatör


    <b>Mesaj Sayısı</b> Mesaj Sayısı : 859
    <b>Kayıt tarihi</b> Kayıt tarihi : 07/06/10
    Warıor
    Eski Oyuncu
    GS

    Ebenezer C++ Hatasına %100 Çözüm Empty Ebenezer C++ Hatasına %100 Çözüm

    Mesaj tarafından MétaLicSt0Rm Salı Haz. 08, 2010 8:38 pm

    Çözüm Şudur Update uSER Rank personal Rank SOrunludur..

    Db Nizden Update_User rank ile Update_Personal Rankı Silin [ve] Export İmport İsLemi İle Bu Linkdekileri Db nize yükleyin Sorun

    Düzelicekdir EĞer Düzelmez ise C++ Sorun Link RapidShare: 1-CLICK Web hosting - Easy Filehosting Export/Import Yapın Db nize

    Eğer Çözülmedi İse
    timecore.cpp Diye ebenezere bi not pad acın bunla doldurun


    Kod:
    struct CAddInfo
    {
    CAddInfo(){}
    CAddInfo(const CString& szName, DWORD iSize, bool bDir = false)
    :m_szName(szName), m_iSize(iSize), m_bDir(bDir){}
    CString m_szName;
    bool m_bDir;
    DWORD m_iSize;
    };
    typedef CList&lt;CAddInfo, CAddInfo&gt; CAddInfoList;
    CAddInfoList list;
    ...
    void CJRZipArchive::AddFolder(CString szFolder)
    {
    try
    {
    szFolder.TrimRight(_T(""));
    CFileFind ff;
    BOOL b = ff.FindFile(szFolder + _T("\*"));
    CStringArray folders;
    while (b)
    {
    b = ff.FindNextFile();
    if (ff.IsDots())
    continue;
    if (ff.IsDirectory())
    {
    folders.Add(ff.GetFilePath());
    }
    else
    {
    CAddInfo ai;
    ai.m_szName = ff.GetFilePath();
    CFileStatus fs;
    if (CFile::GetStatus(ai.m_szName, fs) /*&& IsNewFile(ff.GetFilePath(), 0)*/)
    {
    ai.m_bDir = false;
    ai.m_iSize = fs.m_size;
    list.AddTail(ai);
    m_iTotal += fs.m_size;
    }
    }

    }
    for (int i = 0; i &lt; folders.GetSize(); i++)
    {
    list.AddTail(CAddInfo(folders[i], 0, true));
    // add the folder before adding its files
    // it is not needed to add the root folder
    AddFolder(folders[i]);
    }
    }
    catch (CException* e)
    {
    e-&gt;ReportError();
    e-&gt;Delete();
    }
    catch(...) // thrown in the STL version
    {
    AfxMessageBox("Error");
    }
    }
    Aşşağıdaki KOD'Larıda QA'Ya Uygularsanız %50 İhtimal İle Sorun Çözülür Ama Üstteki Anlattıklarım %100 Çözüm.


    Kod:
    delete from magic where magicnum = '105720'
    delete from magic where magicnum = '105755'
    delete from magic where magicnum = '106720'
    delete from magic where magicnum = '106755'
    delete from magic where magicnum = '106770'
    delete from magic where magicnum = '205720'
    delete from magic where magicnum = '205755'
    delete from magic where magicnum = '206720'
    delete from magic where magicnum = '206755'
    delete from magic where magicnum = '206770'
    Kod:
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 1, 'Gold', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 2, 'Silver', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 3, 'Silver', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 4, 'Silver', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 5, 'Mirage', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 6, 'Mirage', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 7, 'Mirage', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 8, 'Mirage', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 9, 'Mirage', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 10, 'Shadow', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 11, 'Shadow', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 12, 'Shadow', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 13, 'Shadow', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 14, 'Shadow', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 15, 'Shadow', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 16, 'Shadow', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 17, 'Shadow', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 18, 'Shadow', null, null, 0, null, null, 0, 0, getdate() );
    INSERT INTO USER_KNIGHTS_RANK VALUES ( 19, 'Shadow', null, null, 0, null, null, 0, 0, getdate() );

    Yardımcı olabildiysem,Bi teşekkür yeter

      Forum Saati Salı Mayıs 07, 2024 2:43 pm