Since 2014

How to install svside / svside nasıl kurulur



Other / diğer

How to install bot verify system / bot kontrol sistemi nasıl kurulur
How to install private quest captcha system / özel quest captcha sistemi nasıl kurulur
How to install svside plus / svside plus nasıl kurulur


Register / kayıt olun



Add your server license / server lisansınızı ekleyin



Go to server management / server yönetimine gidin



(TEST) Check your game core file / oyun core dosyanızı kontrol edin

Drop file here / dosyayı buraya bırakın



Zip game core file / oyun core dosyasını zip yapın



Select .zip file / .zip dosyasını seçin




Upload .zip file / .zip dosyasını yükleyin



Create/Update svside for game core file / oyun core dosyası için svside Oluşturun/Güncelleyin




Download libsvside.so / libsvside.so indirin



Put libsvside.so file into the server (i'll use "/usr/" path) / libsvside.so dosyasını sunucuya atın (ben "/usr/" dizinini kullanacağım)



How to active svside (libsvside.so) in server / sunucuda svside (libsvside.so) nasıl aktif edilir

Just use one way / sadece bir yolu kullanın!

First way / birinci yol : Open game core source and add code / oyun core kaynak kodunu açın ve kodu ekleyin

game\src\main.cpp :
#include <dlfcn.h>

dlopen("/usr/libsvside.so", RTLD_NOW | RTLD_GLOBAL);

Second way / ikinci yol : Use start bash script / başlat bash script (.sh) kullanmak

32 bit code / 32 bit kod :
env LD_PRELOAD="/usr/libsvside.so"
64 bit code / 64 bit kod :
env LD_32_PRELOAD="/usr/libsvside.so"



How to change protections / korumalar nasıl değiştirilir




Reboot server

Installation completed / kurulum tamamlandı !

Copyright © svside.com, all rights reserved.