Çö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<CAddInfo, CAddInfo> 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 < 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->ReportError();
e->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
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<CAddInfo, CAddInfo> 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 < 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->ReportError();
e->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