saludbay12
KY Üye
- KAYIT
- 12 Mar 2022
- Mesajlar
- 32
- Tepki puanı
- 1
istirap lisansı konusunda yardıma ihtiyacım var. ip'yi domain'e değiştirmek istiyorum, bu mümkün mü?
static string serverAdlari[] = { xorstr("SunucuName") };
// gün, ay, yýl
static uint32 lisansTarih[] = { 01, 07, 2026 };
static std::string ipLisanslari[] = { xorstr("85.13.15.15") }; // change ip vps
// x den öncesine bakar
static string subnetLisanlar[] = { xorstr("85.13.15.xxx") }; // change ip vps
extern DWORD WINAPI LicenseEngine(PearlEngine* e);
extern bool IsLicensed(std::string ip);
static string serverAdlari[] = { xorstr("SunucuName") };
// gün, ay, yýl
static uint32 lisansTarih[] = { 01, 07, 2026 };
static std::string ipLisanslari[] = { xorstr("85.13.15.15") }; // change ip vps
// x den öncesine bakar
static string subnetLisanlar[] = { xorstr("85.13.15.xxx") }; // change ip vps
extern DWORD WINAPI LicenseEngine(PearlEngine* e);
extern bool IsLicensed(std::string ip);
Son düzenleme: